@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ol, ul {	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* end reset styles */
	/* clearing technique */
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* mac hide \*/
	
* html .clearfix {height: 1%;}

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/


body {
	background-color:#E2F2FA;}
	
	
#wrapper {
	margin: 0 auto;
	width:847px;
	margin-top:18px;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;}
	
#header {
	margin: 0 auto;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	width:847px;
	height:139px;}
	
#banner-holder {
	margin: 0 auto;
	background-image:url(images/banner-bg.jpg);
	background-repeat:no-repeat;
	width:847px;
	height:272px;}
	
#form-holder {
	position:absolute;
	margin-left:235px;
	margin-top:78px;
	width:200px;
	}

.list-menu {
	width:180px;
	margin-bottom:21px;
	}
	
.zipcode {
	background-image:url(images/zip-bg.jpg);
	background-repeat:no-repeat;
	width:127px;
	height:28px;
	border:none;
	line-height:30px;
	padding: 2px 0px 0px 5px;
	font-size:24px;
	color:#333;
	text-align:center;
	margin-bottom:26px;
	background-color:#b6dff2;}

#main-content {
	margin:0 auto;
	width:820px;}
	
.h-divider {
	border-bottom:dotted 1px #CCC;
}

/*........... MAIN CONTENT INNER..................*/
	
	
#main-content-inner {
	float:right;
	width:547px;
	line-height:20px;
	color:#666;
	font-size:12px;
	text-align:justify;
	padding-top:15px;
	padding-right:5px;}
	
#main-content-inner h1{
	font-size:22px;
	font-weight:bold;
	color:#1573AA;}
	
#main-content-inner h2{
	font-size:18px;
	font-weight:bold;
	color:#CC3300;}
	
#main-content-inner h3{
	font-size:18px;
	font-weight:bold;
	color:#99CC00;}
	
#main-content-inner h4{
	font-size:18px;
	font-weight:bold;
	color:#0052A4;}





/*........... NAVIGATION..................*/

	
#nav-holder {
	width:232px;
	padding:10px 10px 20px 5px;
	margin: 0 auto;
	font-size:12px;
	font-weight:bold;
	float:left;}
	
#nav-holder li{
	border-bottom:dotted 1px #CCC;
	line-height:35px;}
	
#nav-holder li a{
	text-decoration:none;
	color:#333;
	background-image:url(images/arrow-off.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	}
	
#nav-holder li a:hover{
	text-decoration:none;
	color:#CC3300;
	background-image:url(images/arrow-on.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

#trusted-partners {
	width:232px;
	padding:20px 10px 0 0;
	margin: 0 auto;
	color:#CC3300;
	font-size:14px;}
	
.trusted-img {
	float:left;
	padding-right:10px;
	padding-bottom:20px;}


#footer {
	margin: 0 auto;
	width:847px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	height:98px;
	text-align:center;
	padding-top:30px;
	font-size:10px;}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
