@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:#A4A4A4;
	
}


#main-wrapper { 
	width: 928px;  
	margin: 0 auto; 	
	text-align: left; 
	background: url(images/content-bg.jpg) top left repeat-y;
} 
#header { 
	height: 119px;
	width: 928px;
	background: url(images/header-bg.jpg) top left no-repeat;
	margin: 0 auto;
} 
#banner { 
	height: 270px;
	width: 890px;
	margin: 0 auto;
	background: url(images/banner-bg.jpg) top left no-repeat;
}
#form-holder {
	display:block;
	position: absolute;
	margin-top:124px;
	margin-left:42px;
	width:290px;
}

.text-input {
	background-image:url(images/text-input-bg.jpg);
	background-repeat:no-repeat;
	background-color:#4B91BF;
	margin-left:116px;
	width:114px;
	height:30px;
	border:none;
	line-height:30px;
	padding: 2px 0px 0px 5px;
	font-size:24px;
	color:#333;
	margin-bottom:20px;
	margin-top:6px;}
	
.get-quote-btn {
	margin-left:104px;}

#content-wrapper { 
	width: 890px;
	margin: 0 auto;
	
}
#nav-wrapper {
	float:left;
	width:230px;
	color:#163B52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
}

#nav-holder-box {
	border: solid 1px #CCC;
	background-color:#F3F9FC;
	margin-bottom:10px;}
	
#affiliates-holder-box {
	border: solid 1px #CCC;
	margin-bottom:10px;}
	
	
#nav-wrapper li {	
	line-height:25px;
	width:215px;
	margin: 5px 0 5px 0;	
	display:block;
}	
#nav-wrapper li a {
	text-decoration:none;
	color:#1E568E;	
	background-position:left;
	background-repeat:no-repeat;	
	display:block;
	height:25px;
	margin-left:12px;	
	border-bottom: solid 1px #CCC;
	background: url(images/nav-arrow.jpg) center left no-repeat;	
}	
#nav-wrapper li a:hover {	
	display:block;
	color:#0084FB;	
}
#main-content-wrapper {
	float: right;
	width: 620px;
	padding: 15px 15px 0 15px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
} 

#main-content-wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #203F51;
	font-weight:bold;	
}
#main-content-wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #203F51;	
	font-weight:bold;	
}

#content-bottom {
	height: 25px;
	width: 880px;
	background: url(images/content-bottom-bg.jpg) top left no-repeat;
}

#logo-img {
	padding:30px 0 10px 10px;}
	
.img {
	padding:0 0 0 10px;}
	
.hdivider {
	border-bottom: dotted 1px #409DC6;}

#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat; 
	width: 928px;
	height:89px;
	margin: 0 auto;
	text-align:center;
	color:#FFFFFF;
	padding-top:30px;
	
} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	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;
}

