/*
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:86%;
  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-right:1;
  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;
  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;}

#quickquote fieldset
{
	width: 380px;
	padding: 4px;
	line-height: 28px;
	font-size: 10px;
}

fieldset
{
	border: 0px;
}

#quickquote fieldset h2
{
	color: #015C91;
	font-size: 12px;
}

#quickquote input, textarea, select
{
	font-size: 9px;
	font-family: verdana;
}

#quickquote img, #quickquote a
{
	float: left;
}

#quickquote small
{
	color: #EB0F0C;
}

.clear
{
	clear: both;
}