body {
margin: 0;
padding: 0;
background: #e7f7fe;
color: #6e6e6e;
font: 9pt Verdana, Tahoma, arial, sans-serif;
text-align: center;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Text  :::::: */
a:link, a:visited {	
	text-decoration: underline;
	color: #046b42;
	}
a:hover, a:active {
	text-decoration: none;
	color: #046b42;
	}
p {
	font-size: 9pt;
	margin: 1px 0px 15px 0;
	line-height: 12pt;
	}	
h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #03683f;
	position: absolute;
	top: 0;
	left: -2000px;
	margin: 0;
	padding: 0;
	}
h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #03683f;
	margin: 10px 0 1px 0;
	}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #03683f;
	margin: 15px 0 1px 0;
	}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #005175;
	margin: 15px 0 7px 0;
	}
ul, ol { 
	margin-top: 9px;
	margin-bottom: 10px;
	}
ul li { list-style-image: url(../images/bullet.gif); }
li {
	font-size: 9pt;
	margin-bottom: 5px;
	}
table {	font-size: 100%; /* IE inheritance fix */ }
strong {
	}
hr {
	background: #FFF;
	color: #FFF;
	border: none;
	border-bottom: 1px #c7e4da solid;
	width: 100%;
	margin-right: 24px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Misc  :::::: */
a img { border: none; }
form {
	margin: 0;
	padding:0;
	}
.clearfloat {
    height: 1px;
    clear: both;
	}
.clear0 {
	height: 0; 
	clear: both;
	}
div {
	margin: 0;
	padding: 0;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Layout  :::::: */
.container {
	background: #FFF url(../images/bg_home2.gif) repeat-y;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	}
	
.containerBack {
	background: #FFF url(../images/bg_back.gif) repeat-y;
	width: 760px;
	text-align: center;
	margin: 0 auto;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Header  :::::: */	
.header {
	width: 760px;
	height: 89px;
	text-align: left;
	position: relative;
	left: 0;
	top: 0;
	background: url(../images/bg_header.gif) repeat-x;
	}
.logo {
	position: absolute;
	left: 0px;
	top: 0;
	}
	
.headerRight {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/bg_header_right2.gif) no-repeat;
	color: #fff;
	font-size: 8pt;
	width: 459px;
	height: 89px;
	}

/* ------------------------------------------------------------  search  ------ */	
.search {
	position: absolute;
	right: 7px;
	top: 11px;
	}
.searchField {
	width: 96px;
	height: 14px;
	border: none;
	color: #61a087;
	font-weight: bold;
	position: relative;
	top: -5px;
	left: -5px;
	}
* html .searchField {
	height: 14px;
	top: -8px;
	left: -4px;
	}
*:first-child+html .searchField {
	height: 13px;
	width: 94px;
	top: -7px;
	left: -5px;
	}
.searchLabel {
	position: relative;
	top: -7px;
	left: -10px;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Nav  :::::: */
.nav {
	background: #FFF url(../images/bg_nav.gif) repeat-x;
	width: 760px;
	height: 25px;
	text-align: right;
	position: relative;
	}
.nav ul, .nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
.nav ul {
	display: block;
	margin-right: 12px;
	}
.nav li img {
	margin-bottom: -3px;
	margin-left: 3px;
	}
.obLabel {
	position: absolute;
	top: -1px;
	left: 0;
	}
.navCap {
	position: absolute;
	top: 0;
	right: 0;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Content  :::::: */
.contentContainer {
	width: 760px;
	position: relative;
	}	

/* ------------------------------------------------------------  LEFTCOL  --------- */
.leftCol {
	width: 146px;
	float: left;
	display: inline;
	}
	
/* ------------------------------------------------------------  login  ------ */

.homeContentTop {
	padding-bottom: 5px;
	border-bottom: 1px solid #07855A;
}

.loginContainerWrapper {
	background: #FFF url(../images/bg_home.gif) repeat-y;	
}

.loginContainer {
	background: url(../images/bg_login.gif) repeat-y;
	width: 146px;
	/* height: 158px; */
	height: 185px;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
*:first-child+html .loginContainer {
	margin-left: -3px;
}
*:first-child+html .loginContainer .bottomImage {
	position: relative;
	top: -11px;
}
* html .loginContainer .bottomImage {
	position: relative;
	top: 5px;
}
.loginCap {
	position: relative;
	top: -2px; 
	}
.loginCapBottom {
	position: relative;
	bottom: -2px; 
	}	
.loginContainer form {
	position: relative;
	top: -2px;
	left: 20px;
	}
* html .loginContainer form {
}
.loginContainer form a {
	line-height: 11pt;
	position: relative;
	top: -2px;
	}
.loginContainer form a:link, .loginContainer form a:visited {	
	text-decoration: underline;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	}
.loginContainer form a:hover, .loginContainer form a:active {
	text-decoration: none;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	}
.loginContainer .bottomImage {
	margin-left: 3px;
	margin-top: 5px;
}
.loginFields {
	border: 1px #79a4b7 solid;
	background: #ebeff9;
	width: 107px;
	height: 17px;
	margin: 1px 0 4px 0;
	padding: 0;
	font-weight: bold;
	color: #79a4b7;
	}
* html .loginFields {
	height: 19px;
	width: 109px;
	margin: 0 0 2px 0;
	padding: 0;
	}
*:first-child+html .loginFields, {
	height: 15px;
	}
.btnLogin {
	position: absolute;
	bottom: -13px;
	right: 0;
	padding: 3px 0 0 0;
	}
.loginUpdatesCap {
	position: absolute;
	bottom: -1px;
	left: 0;
	}

/* ------------------------------------------------------------  loginBack  ------ */
.loginBackContainer {
	background: url(../images/bg_login.gif) repeat-y;
	width: 146px;
	height: 76px;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	position: relative;
	}
.loginBackLinks {
	margin-left: 22px;
	}
.loginBackContainer a:link, .loginBackContainer a:visited {	
	text-decoration: underline;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	}
.loginBackContainer a:hover, .loginBackContainer a:active {
	text-decoration: none;
	color: #6fa1c9;
	font-size: 7pt;
	font-weight: bold;
	}
.btnLoginBack {
	position: absolute;
	bottom: 20px;
	right: 18px;
	}

/* ------------------------------------------------------------  updates  ------ */
.updatesContainer {
	background: url(../images/bg_updates.gif) repeat-y;
	width: 146px;
	color: #046a42;
	text-align: left;
	margin: 0;
	padding: 0;
	}
.updatesLabel {
	margin: 0px 0 0 13px;
	}
.updatesContent {
	width: 120px;
	margin: 10px 0 0 15px;
	}
.updatesContent ul, .updatesContent li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 7pt;
	}
.updatesContent li {
	padding-bottom: 15px;
	}
.updatesAll {
	text-align: right;
	width: 118px;
	color: #589c85;
	font-size: 7pt;
	position: relative;
	top: -8px;
	}
.updatesAll a:link, .updatesAll a:visited {	
	text-decoration: underline;
	color: #589c85;
	font-size: 7pt;
	font-weight: bold;
	}
.updatesAll a:hover, .updatesAll a:active {
	text-decoration: none;
	color: #589c85;
	font-size: 7pt;
	font-weight: bold;
	}
	
/* ------------------------------------------------------------  RIGHTCOL  --------- */
.rightCol {
	width: 614px;
	float: right;
	display: inline;
	text-align: left;
	}
.promoMain {
	position: relative;
	top: -2px;
	right: 0;
	}
	
.rightColContent {
	width: 310px;
	margin: 16px 0 0 16px;
	float: left;
	display: inline;
	}
	
.rightColContentHome {
	width: 460px;
	margin: 16px 0 0 16px;
	float: left;
	display: inline;
	text-align:left;
	}
	
.rightColPromos {
	width: 260px;
	float: right;
	display: inline;
	margin: -1px 1px 0 0;
	padding: 0 2px 0 0;
	}
.promoGeneric {
	background: url(../images/bg_promo_small.gif) repeat-y;
	text-align: left;
	border-bottom: 1px #cad9d4 solid;
	border-top: 1px #cad9d4 solid;
	margin-bottom: 3px;
	font-size: 8pt;
	vertical-align:center;
	}
.promoGenericImage {
	position: relative;
	top: -4px;
	left: 0;
	margin-bottom: -2px;
	padding-left: 3px;
	float: left;
	display: inline;
	margin-top:6px;
	}

*html .promoGenericImage{
	margin-top:0px;
}



.promoGenericText {
	float: right;
	text-align: left;
	display: inline;
	width: 130px;
	margin: 10px 8px 0 2px;
	padding-left: 2px;
	line-height: 11pt;
	}
.promoGenericText strong {
	color: #046e44;
	}
.promoGenericText a:link, .promoGenericText a:visited {	
	text-decoration: underline;
	color: #050062;
	font-size: 8pt;
	font-weight: bold;
	}
.promoGenericText a:hover, .promoGenericText a:active {
	text-decoration: none;
	color: #050062;
	font-size: 8pt;
	font-weight: bold;
	}
.promoGRP {
	position: relative;
	top: -7px;
	left: -3px;
	padding-left: 3px;
	margin-bottom: -8px;
	float: left;
	display: inline;
	}
.promoGRPtext {
	float: right;
	text-align: left;
	display: inline;
	width: 89px;
	margin: 6px 0 0 0;
	padding: 0;
	line-height: 11pt;
	}
.promoGRPtext strong {
	color: #046e44;
	}
	
/* ------------------------------------------------------------  CONTENTBACK  --------- */
.contentContainerBack {
	width: 553px;
	float: right;
	margin: 0 30px 10px 30px;
	padding: 33px 0 0 0;
	display: inline;
	}
.contentBackHed {
	margin-bottom: 10px;
	}
.contentImg {
	width: 247px;
	height: 179px;
	float: right;
	display: inline;
	margin: -35px -30px 0 0;
	position: relative; 
	padding-left:15px;
	top: 0;
	right: 0;
	}
	

/* ------------------------------------------------------------  cap  ------ */
.designCap {
	width: 760px;
	height: 6px;
	margin: 0;
	padding: 0;
	}
	
.designHome {
	width: 760px;
	height: 6px;
	margin: 0;
	padding: 0;
	}	
	
*html .designCap {
	margin-top: -6px;
	}
	
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  Footer  :::::: */
.footer {
	width: 760px;
	margin: 0 auto;
	}
.footLeft {
	float: left;
	display: inline;
	margin: 9px 0 10px 25px;
	vertical-align: bottom;
	width: 429px;
	height: 40px;
	}
.footLeft img {
	vertical-align: middle;
	margin-right: 15px;
	}
.footRight {
	float: right;
	display: inline;
	vertical-align: bottom;
	margin: 9px 15px 0 0;
	width: 270px;
	height: 40px;
	font-size: 7pt;
	color: #61a087;
	}
.footRight a {
	vertical-align: middle;
	display: inline;
	}
.footRight a:link, .footRight a:visited {	
	text-decoration: underline;
	color: #61a087;
	font-size: 7pt;
	}
.footRight a:hover, .footRight a:active {
	text-decoration: none;
	color: #61a087;
	font-size: 7pt;
	}
.footRight img {
	margin: 0 0 0 10px;
	display: inline;
	vertical-align: middle;
	}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::  WCAC =FISTYLES  :::::: */

.tableheader {
	font-weight: bold;
	color: #005175;
	background: #f1f4f8;
	font-size: 10pt;
	}

.tablesubheader{
	background:#E4F1ED;
	font-size: 10pt;
	font-weight:bold;
	color:#000000;
}
	
th {
	color: #ebeff9;
	text-align: left;
	background: #6fa1c9;
	}

.ratestable th {
	color: #ebeff9;
	text-align: center;
	background: #6fa1c9;
	}
.tablecontent1 {
	font-size: 10pt;
	color: #6e6e6e;
	}
	
.tablecontent2 {
	font-size: 10pt;
	color: #6e6e6e;
	background: #eff7f4;
	}

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color: #005175; }
.faqA {
	color: #046840;
	}
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	font-size: 9pt;
	font-weight: bold;
	color: #010080;
	margin: 15px 0 7px 0;
	display: block;
	}

.disclaimer {
	font-size: 8pt;
	color: #b1ccd3;
	}
	
.required {
	font-size: 8pt;
	color: #878787;
	}
	
.appfield1 {
	background: #f1f3f7;
	border: 1px #005175 solid;
	color: #005175;
	}	
.appfield2 {
	background: #e8eeec;
	border: 1px #046941 solid;
	color: #046941;
	}

#ex_dis{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-align: left;
	position: absolute;
	border: 1px solid #5153CC;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:139px;
	left:193px;
	FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=CCCCCC,offX=7,offY=8,positive=true);
}

.tdDivider{
	border-right:2px #6FA1C9 solid
}

.carsPic{
 	width:250px;float:left;
}

.carsText{
	width:260px;float:left;padding:10px;padding-top:0;
	
}


.tableLoc{

}

.tableLoc td{
	vertical-align:top;
}

.locImg img{
	
margin:20px 10px 20px 15px;
	
}
div#search .footer{
	width: 400px;
	background: #fff;
}

div#search td{
	text-align: center;
}

*:first-child+html .homeContentBottom {
	height: 115px;
}

* html .homeContentBottom {
	height: 115px;
	margin-top: 20px;
}

.homeContentBottom .social {
	float: left;
	padding-left: 105px;
}

.homeContentBottom .verisign {
	float: right;
	margin-right: 60px;
}

.homeContentBottom #hpaBanner {
	float: left;
	margin-left: 45px;
	margin-bottom: 20px;
}

* html .homeContentBottom #hpaBanner {
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}

* html .homeContentBottom .social {
	padding-left: 65px;
}