@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;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/


body  {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;	
	color: #000000;
	background-color:#004489;
}


#main-wrapper { 
	width: 858px;  
	margin: 0 auto; 	
	text-align: left;
	border: solid 1px #CCC;
	background-image:url(images/content-bg.jpg);
	background-repeat:repeat-y;
} 
#main-wrapper-for-results { 
	width: 858px;  
	margin: 0 auto; 	
	text-align: left;
	border: solid 1px #CCC;
	background-color:White;
} 
#header { 
	height: 126px;
	width: 858px;
	background: url(images/header-bg.jpg) top left no-repeat;
	margin: 0 auto;
} 
#banner { 
	height: 307px;
	width: 858px;
	margin: 0 auto;
	background: url(images/banner-bg.jpg) top left no-repeat;
}
#form-holder {
	display:block;
	position: absolute;
	margin-top:118px;
	margin-left:0px;
	width:273px;	
}


.text-input {

	
	width:107px;
	height:30px;
	border:none;
	line-height:30px;
	padding: 2px 0px 0px 5px;
	font-size:24px;
	color:#000;
	margin-bottom:5px;
	float:left;
	margin-top:3px;
	margin-left:35px;
	border: solid 1px #666;}
	
.quote-btn {
	margin-left:30px;
	margin-top:6px;
	float:left;
	}

.listmenu {
	margin-left:35px;
	width:200px;
	font-size:20px;
	margin-bottom:13px;}
	
.form-hdr {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	display:block;
	margin-bottom:6px;
	margin-left:35px;}



#content-wrapper { 
	width: 858px;
	margin: 0 auto;
	
}
#nav-wrapper {
	float:left;
	width:240px;
	color:#00549F;
	font-family: Arial, Helvetica, sans-serif;
	
	
	
}	
#nav-wrapper li {	
	line-height:27px;
	width:240px;
	display:block;
		
}	

#main-content-wrapper p 
{
	padding-top:10px;
	padding-bottom:10px;
}
#nav-wrapper li a {
	text-decoration:none;
	color:#00366B;	
	background-position:left;
	background-repeat:no-repeat;	
	padding-left:14px;
	display:block;
	height:27px;
	font-size: 13px;	
		
}	
#nav-wrapper li a:hover {	
	display:block;
	color:#00366B;
	text-decoration:underline;
}


.homelink {
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	display:block;
	height:27px;
	color:#FFF;
	line-height:27px;
	text-indent:14px;
	font-size: 14px;
	}
	
.homelink a{
	color:#FFF;
	text-decoration:none;}
	
.homelink a:hover {
	text-decoration:underline;}
	
.category-bg {
	background-image:url(images/nav-bg-red.jpg);
	background-repeat:no-repeat;
	display:block;
	height:27px;
	color:#FFF;
	line-height:27px;
	text-indent:14px;
	font-size: 14px;
	}



#main-content-wrapper {
	float: right;
	width: 596px;
	padding: 10px 10px 0 10px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-image:url(images/main-content-top-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	
} 

#main-content-wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003466;
	font-weight:bold;	
}
#main-content-wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003466;	
	font-weight:bold;	
}


.logo-img {
	padding:0 10px 0 10px;}
	
.img {
	padding:0 0 10px 16px;}
	
.img2 {
	padding:0 16px 10px 10px;}
	
.hdivider {
	border-bottom: dotted 1px #333;}

#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat; 
	width: 860px;
	height:51px;
	margin: 0 auto;
	text-align:left;
	
} 
.copyright {
	margin: 0; 
	padding: 22px 0 0 10px;; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}



.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

