@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  {
	color: #000000;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
}


#main-wrapper { 
	width: 860px;  
	margin: 0 auto; 	
	text-align: left; 
	
} 
#header { 
	height: 99px;
	width: 860px;
	background: url(images/header-bg.jpg) top left no-repeat;
	margin: 0 auto;
} 

.link-logo a {
	display:block;
	width:328px;
	height:98px;
	text-indent:-9999px;}

#banner { 
	height: 284px;
	width: 860px;
	margin: 0 auto;
	background: url(images/banner-bg.jpg) top left no-repeat;
}
#form-holder {
	display:block;
	position: absolute;
	margin-top:45px;
	margin-left:20px;
	width:290px;
}

.get-quote-btn {
	margin: 0 0 0 0;}

#content-wrapper { 
	width: 860px;
	margin: 0 auto;
	background-image:url(images/c-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	
}

/*........... NAVIGATION.................*/

.nav-holder {
	float:left;
	width:226px;}

.homelink {
	background-image:url(images/nav-hdr.png);
	width:226px;
	height:32px;
	display:block;
	line-height:32px;
	color:#FFF;
	text-indent:14px;
	font-size:16px}
	
.homelink a {
	color:#FFF;
	text-decoration:none;
	}
	
.homelink a:hover {
	text-decoration:underline;
	color:#FF9900;
	}

#nav-wrapper {
	float:left;
	width:226px;
	color:#00549F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	
}	
#nav-wrapper li {	
	line-height:25px;
	width:226px;	
	display:block;
}	
#nav-wrapper li a {
	text-decoration:none;
	color:#003366;	
	background-position:left;
	background-repeat:no-repeat;	
	display:block;
	margin: 0 8px 0 8px;
	text-indent:14px;
	border-bottom: dotted 1px #1E558E;
	background: url(images/nav-arrow.jpg) center left no-repeat;	
}	
#nav-wrapper li a:hover {	
	display:block;
	color:#0073E6;	
}

.divider-n {
	background-color:#1E558E;
	height:2px;
	margin: 0 0 6px 0;
	display:block;}


/*........... MAIN Content.................*/

#main-content-wrapper {
	float: right;
	width: 614px;
	padding: 0 0 0 0;
	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: 20px;
	color: #004B91;
	font-weight:bold;	
	padding-bottom:10px;
}
#main-content-wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;	
	font-weight:bold;	
	padding-bottom:10px;
}
#main-content-wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;	
	font-weight:bold;	
	padding-bottom:10px;
}

#main-content-wrapper p {
	padding-bottom:10px;
}
#main-content-wrapper ul {
	padding-bottom:10px;
	padding-left:20px;
	list-style-type:disc;
}
#main-content-wrapper ol {
	padding-bottom:10px;
	padding-left:20px;
	list-style-type:decimal;
}

#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 10px 10px;}
	
.hdivider {
	border-bottom: dotted 1px #1E558E;}



/*........... FOOTER.................*/
#footer {
	background-repeat:no-repeat; 
	height:100px;
	margin: 0 auto;
	color:#FFFFFF;
	background-color:#004285;
	bottom: 0px;
	
}

 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333
	
}

.privacy-policy {
	margin: 0 auto;
	width:860px;
	padding: 20px 0 0 0;
	font-size:11px;
	
	}
	
.privacy-policy a{
	text-decoration:none;
	color:#333;}
	
.privacy-policy a:hover{
	text-decoration:underline;}



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

