/*
orange: #FF7F00;
special offer grey: #B2B2B2;
light blue: #BAC3D7;
*/

/*Set Up Site Constants */

html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
}

#number
{
	width: 785px;
	font-size: 90%;
	height: 20px;
	line-height: 25px;
	margin: 0 auto;
	text-align: right;
}

#number strong
{
	color: #015C91;
}

body {background: #FFFFFF; color: #6A6A6A;
  behavior: url(csshover.htc); font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	border: 0;
	margin: 0;} /* WinIE behavior call */

#cont{
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -372px;
	margin-bottom:15px;
	position: absolute;
	padding-bottom:10px;
	width: 785px;
}

h1{
	font-size: 20px; 
	margin: 5px 0 0 0;
}


h1 em {color: #005C91; font-style: normal;}

h1.subhead {color: #E49212; font-size: 110%;}


h2{ 
	font-size: 16px; 
	margin: 25px 0 10px 20px;
	color: #183779;
	font-weight: bold;
}

h2.phone {margin-left: 0;}

h3{
	font-size: 14px; 
	margin: 5px 0 0 20px;
	color: #6A6A6A;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}

p.condition {font-size: 80%;}

span.orange {color: #E49212;}


.text-justify {
	text-align: justify;
}

.text-centre {
	text-align:center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.greylink {
	color: #6A6A6A;
	font-weight:bold;
	text-decoration: none;
}

.greylink:hover{
	text-decoration: underline;
	font-weight:bold;
}

.greylink:visited{
	text-decoration: none;
	font-weight:bold;
}

.infotable th{
	background-color: #6A6A6A;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	width: 225px;
	border-bottom: 1px #FFF solid;
	border-right: 1px #FFF solid;
}

.infotable td{
	background-color: #DADADC;
	color: #6A6A6A;
	font-size: 11px;
	width: 225px;
	padding: 5px;
	border-spacing: 0px;
	border-right: 1px #FFF solid;
}

.infotable caption{
	color: #6A6A6A;
	font-size: 11px;
}

table {
	margin: 20px;
}

table th{
	font-size: 13px;
	padding: 5px;
}

table td{
	font-size: 12px;
	padding: 5px;
	border-spacing: 0px;
	color: #525051;
}

#table-tariff td, #table-tariff th{
	text-align: left;
	margin: 0;
	padding:0 0 0 15px;
}

fieldset {
	margin: 0 20px 0 20px;
}

/* End Site Constants*/

/*Navigation Bar*/

#banner {
height: 150px;
background-color: #FFFFFF;
}

#navigation {
	float:left;
	width: 785px;
	background: #FFFFFF;
}

#header{
  float:left;
  width:785px;
  font-size:93%;
  line-height:normal;
  background: #FFFFFF url("../_images/bg.gif") repeat-x bottom;
}

#header ul{
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  display:inline;
  margin:0;
  padding:0;
  }
#header a {
  float:left;
  background:url("../_images/button-left.jpg") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  }
#header a span {
  float:left;
  display:block;
  background:url("../_images/button-right.jpg") no-repeat right top;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#FFF;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#FFF;
  }
#header #current a {
  background-position:0 -150px;
  border-width:0;
  }
#header #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#FFF;
  }
#header a:hover {
  background-position:0% -150px;
  }
#header a:hover span {
  background-position:100% -150px;
  }

/*End Navigation Styles*/

#homecontent {
  float:left;
  width: 785px;
  height: 321px;
  background:url("../_images/bkgnd-home-new.jpg") no-repeat right top;
  margin:0;
}

 #homecopy {
  position:relative;
  width: 450px;
  margin: 20px;
  font-size: 11px;
}

#homecopy p{
	margin: 12px 0 0 0;
	text-align:left;
}


#container-specialoffers {
  float:left;
  width: 785px;
  height: 70px;
  background-color: #B2B2B2;
  margin:0;
}

#offer {
  float:left;
  width: 500px;
  height: 70px;
  background:url("../_images/bkgnd-specialoffers.jpg") no-repeat right top #FF7F00;
  margin:0;
  color: #FFF;
}

#offer p, #offer h1{
	margin: 5px 35px 0 5px;
}






#footer
{
	float: left;
	width: 785px;
	background: #FFF;
	margin: 0;
	border-top: 1px solid #6A6A6A;
	padding: 10px 0;
	text-align:center;
	font-size: 80%;
}

#footer ul
{
	list-style: none;
	margin: 15px 0 0 0;
}

#footer li
{
	margin: 0;
	display: inline;
	padding: 0;
}

#footer li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6A6A6A;
}

#footer li a:hover
{
	text-decoration: none;
	color: #333;
}

#footer li a:visited
{
	text-decoration: none;
}

#footer a
{
	text-decoration: none;
	color: #6A6A6A;
}






#vehicle-container
{
	float: left;
	margin: 20px 0 0 0;
	width: 300;
}

#content-container
{
	float:left;
	width: 785px;
}

#content-container p
{
	margin: 10px 0 10px 20px;
}

#strip-desc
{
	width: 785px;
	background-color: #B2B2B2;
	background-image: url('../_images/bkgnd-invertedlogo.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#strip-tariff
{
	width: 785px;
	background-color: #BAC3D7;
	margin: 10px 0 10px 0;
}

label
{
/*	width: 170px;
	float:left;	text-align: right;
	padding: 2px 9px 0 10px;
	margin-top: 4px;
	font-size: 12px;*/

	/*background:url("../_images/fieldstatus.gif") no-repeat 100% 0%;*/
}

#labelrequired
{
  background-position:100% -50px;
}

#labelerror
{
  background-position:100% -100px;
}

legend
{
	color: #6A6A6A;
}

.textfield
{
	border: 1px #6A6A6A solid;
	color: #6A6A6A;
	background-color: #FFF;
	margin: 3px 0 3px 0;
}

#submitfields
{
	position:relative;
	left: 135px;
}

#content-container ol
{
	list-style-type: upper-latin;
}

#content-container ol ol
{
	list-style-type: lower-alpha;
}

#content-container ol ul
{
	list-style-type: disc;
}

#content-container ol ol ol
{
	list-style-type: lower-roman;
}

img {display: block; border: 0;}
img.map {margin: 20px 0;}

/*Styles Added by Nadeem Hussain -- Just Search */


.narrowcolumn {
float:left;
width:575px;
	}

.narrowcolumn h2{
margin:0 !important;
}
.narrowcolumn h2 a{
color:#183779;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


.narrowcolumn h3{
margin:0 !important;
}
.narrowcolumn h3 a{
color:#183779;
font-size:12px;
font-weight:bold;
text-decoration:none;
}


.narrowcolumn .postmetadata a{
	text-align: center;
	text-decoration:none;
	color:#FF9900;
	}


.widecolumn {
float:left;
width:575px;
	}
	
#sidebar
{float:right;
margin:0;
width:200px;
/*background-color:#015C91;*/}

#sidebar ul
{list-style-type: none;
	list-style-image: none;
}

#sidebar ul li
{list-style-type: none;
list-style-image: none;
text-align:left;
margin:0 !important;}

#sidebar ul li a{text-decoration:none;color:#FF9900;}

#sidebar h2
{
background:transparent url(/_images/button-right.jpg) no-repeat scroll right top;
/*margin:0 !important;*/
text-align:center;
color:white;
margin-bottom:10px;
}

.news_heading
{color:#183779;
width:120px !important;
margin:0 !important;
}	

.widecolumn form
{}

.widecolumn p{
font-family:Verdana;
font-size:12px;
}

.widecolumn textarea
{
width:500px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.alignleft
{
float:left;
}

.alignright
{
float:right;
}


.navigation a{
text-decoration:none !important;
color:#FF9900 !important;

}
/*End Styles Added by Nadeem Hussain -- Just Search*/