@charset "utf-8";
/* CSS Document */

body {
	background:url(/images/home/home_bg.jpg) center top no-repeat;
	background-color: #FFFFFF;
    text-align: center; /* IE centering */
	margin:0px;
	padding:0px;
}

body, font {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;	
	font-size:14px;
	line-height:24px;
}
* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left:30px;
	line-height:14px;
	padding-bottom:14px;
	list-style-type:disc;
}

a img { border:none; } /* remove border from img links */

.clear { /* float clear */
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

#wrapper, .insideWrapper {
	width:980px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
/*	border:#FF0000 solid 1px;*/
}
.insideWrapper {
 	width: 980px;
/*	border: #000000 solid 1px;*/
}	
#topContainer {
	width: 980px;
	height: 160px;
	
}
#logo {
	float:left;
	width: 164px;
	height: 157px;
}
#logo p {
	font-style:italic;
	color: #293484;
	font-size:12px;
	margin-left:50px;
}
#contactInfo {
	float:left;
	width:125px;
	font-size:16px;
	margin-top:30px;
}

#contactInfo a:hover {
	color:#4d93df;
}

a.phone {
	background:url(/images/home/phone_icon.png) top left no-repeat;
	color:#293484;
	font-size:14px;
	line-height:14px;
	text-decoration: none;
	cursor:none;
	font-weight:normal;
	padding-left:30px;
}

a.email {
	background:url(/images/home/email_icon.png) top left no-repeat;
	color:#293484;
	font-size:14px;
	text-decoration: none;
	font-weight:normal;
	padding-left:30px;
}

#topLinks {
	float:left;
	text-align:left;
	width:700px;
	vertical-align:middle;
	margin:21px 0px 15px 45px;
/*	border:#FF3300 solid 1px;*/
}
#topLinks a {
	color:#3366cc;
	font-size: 12px;
	text-decoration:none;
	padding:5px 7px 10px 7px;
	vertical-align:middle;
}
#topLinks .phone {
	color:#293484;
	font-size: 14px;
	font-weight:bold;
	padding:5px 7px 10px 7px;
	vertical-align:middle;
}
#topLinks a:hover {
	color:#f6a82e;
}
#search_box {
	float: left;
	text-align: center;
	height: 35px;	
	margin-left:31px;
	margin-top: 7px;
}

#search_box .searchText {
	color:#999999;
	font-size: 11px;
	line-height: 16px;
	height:16px;
	width: 90px;
}
#flash {
	clear:both;
	float:left;
	width:980px;
	height:384px;
	/*background-color: #ffffff;*/
	margin-bottom:15px;
}
#bannerContainer {
	clear:both;
	float:left;
	width:1001px;
	height:303px;
	margin:3px 0px 15px -11px;
}
#banner {
	clear:both;
	float:left;
	position:relative;
	width:754px;
	height:301px;
}
#quickQuote {
	float:left;
	position:relative;
	/* GRK 7/26/11 moved background-image to inline to make dynamic
	background:url(/images/home/form_bg.png) top left no-repeat;*/
	background-position:top left;
	background-repeat:no-repeat;
	width:227px;
	height:150px;
	padding-bottom:100px;
	padding-left:0px;
	padding-top:70px;
/*	border:#FF00FF solid 1px;*/	
}

#quickQuote td {
	color:#FFFFFF;
	font-size:13px;
	line-height:14px;
	padding:0px 0px 7px 25px;
}
#quickQuote th {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	padding:15px 0px 10px 27px;
}

#quickQuote .field {
	height: 23px;
	width: 170px;
	vertical-align:middle;
/*	border:#24a5da solid 1px;*/
}
#testimonial {
	float:left;
	width: 226px;
	color:#293484;
	font-size:12px;
	background:url(/images/home/quotes_start.jpg) 0px 0px no-repeat;
	margin:35px 0px 0px 0px;			
}
#testimonial p.quote {	
	line-height: 18px;	
	padding: 35px 15px;
	text-align: justify;
	background:url(/images/home/quotes_end.jpg) bottom right no-repeat;		
}

#mainContent {
	float:left;
	margin: 35px 20px 20px 0px;
	width:720px;
}
#mainContent a {
	color:#ff6918;
	font-weight:bold;
	text-decoration:none;
}
#mainContent a:hover {
	color:#f9bc28;
}
#mainContent p {
	margin-top:7px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;	
	line-height:24px;
}
/*
#mainContent h1{
	color:#293484;
	font-size:28px;
	font-weight:normal;	
}
*/
#mainContent h1 span {
	font-size:14px;
}

/*#mainContent h2{
	color:#293484;
	font-size:16px;
	font-weight:normal;	
}*/

#beforeAfter {
	width:1032px;
	color:#666666;
	margin-left:-31px;
/*	border:#FFFF00 solid 1px;*/
}
#beforeAfter h3, .insideWrapper h3 {
	margin:12px 0 10px 29px;
	color: #293484;
	font-size:24px;
	font-weight:normal;
}	
.insideWrapper h1 {
	margin:12px 0 10px 0px;
	color: #293484;
	font-size:28px;
	font-weight:bold;
}	
.insideWrapper h2 {
	font-size:24px;
	color: #293484;
	font-size:24px;
	font-weight:bold;
	margin-left:27px;
 }

.insideWrapper h3 {
	margin-left:0px;
}
.feature {
	float:left;
	width:231px;
	/*height:128px;*/
	margin-right:14px;
	color:#666666;
	line-height: 16px;
	margin-top:0px;
	font-size:12px;	
}

.feature a {
	color:#ff6918;
	text-decoration:none;
	font-weight:bold;
}
.feature a:hover {
	color:#f9bc28;
}
.feature h4 {
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:11px;
}
#footerContainer {
	background-color:#464646;
	height:560px;
	background:url(/../../images/sub/footer_bg.jpg) top center repeat-x;
	margin-top:35px;
}

#footer {
	width:980px;
	padding-top:25px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */	
}

#footer .section {
	float:left;
	width:150px;
}

#footer a {
	color:#ff9933;
	text-decoration:none;
	font-size: 11px;
	line-height: 16px;
}

#footer a.title {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;	
}

#footer .thumb {
	float:left;
	width:215px;
}
 
#underFooter {
	text-align:center;
	width: 980px;
	position:relative;
	color:#FFFFFF;
	font-size:11px;	
	margin-top: 45px;
	line-height:23px;	
}

#underFooter a {
	color:#ff9933;
	text-decoration:none;
}

#footer a:hover, #underFooter a:hover {
	color:#f9bc28;
}
