@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
}

#header {
	width:1023px;
	height:126px;
	margin:0 auto;
	padding:0;
	background:url(../img/header-bg.gif) top no-repeat;
}

#header ul {
	color:#0d93c8;
	font-size:14px;
	float:left;
	margin:0;
	padding:92px 0 0 300px;
	line-height:18px;
	font-weight:bold;
	list-style-type:none;
}

#header li {
	display:inline;
}

#header a {
	text-decoration:none;
	color:#0d93c8;
}

#header a:hover {
	color:#555;
}

#header p {
	color:#0d93c8;
	font-size:16px;
	float:right;
	margin:0;
	padding:92px 20px 0 0;
	line-height:18px;
}

#bannerArea {
	width:1037px;
	height:396px;
	margin:0 auto;
	padding:0;
	position:relative;
}

#leftNav {
	width:203px;
	height:396px;
	margin:0 auto;
	padding:0;
	background:url(../img/left-nav-bg.gif) top no-repeat;
	float:left;
}

#leftNav ul {
	color:#0d93c8;
	margin:0;
	padding:4px 0 0 7px;
	line-height:18px;
	font-weight:bold;
	list-style-type:none;
}

#leftNav li {
	font-size:14px;
	display:block;
	width:185px;
	height:99px;
}

#leftNav li#freeQuote {
	font-size:18px;
}

#leftNav a {
	text-decoration:none;
	color:#fff;
	display:block;
	outline:none;
}

#leftNav a:hover {
	color:#555;
}

#freeQuote a {
	padding:30px 0 33px 30px;
}

#freeQuoteForm {
	font-size:12px;
	margin:40px 0 0 40px;
}

#freeQuoteForm table {
	margin-right:40px;
}

#helpfulLinks a {
	padding:40px 0 38px 30px;
}

#costs a {
	padding:20px 0 20px 30px;
	z-index:20;
}

#banner {
	width:834px;
	margin:0 auto;
	min-height:396px;
	padding:0;
	float:right;
}

#bannerTag {
	top:160px;
	right:-30px;
	position:absolute;
}

#townInfo {
	padding:20px 30px;
}

#midNavWrap {
	width:100%;
	height:180px;
	margin:0 auto;
	padding:0;
	background:#e7f0f7 url(../img/mid-nav-bg.gif) top center no-repeat;
	clear: both;
}

#boxMan {
	width:1023px;
	margin:0 auto;
	position:relative;
}

#boxMan img {
	position:absolute;
	top:-120px;
	left:-50px;
}

#midNav {
	width:1023px;
	height:180px;
	margin:0 auto;
}

#midNavContent {
	padding-left:280px;
}

#midNav h3 {
	color:#72816a;
	font-size:20px;
	margin:0;
	padding:17px 0 30px 0;
}

#midNav ul {
	color:#0d93c8;
	font-size:14px;
	float:left;
	margin:0;
	padding:0 55px 0 0;
	line-height:16px;
	font-weight:bold;
	list-style-type:none;
}

#midNav li {
	font-size:12px;
}

#midNav a {
	text-decoration:none;
	color:#0d93c8;
}

#midNav a:hover {
	color:#555;
}

#contentArea {
	width:1023px;
	margin:2px auto;
	padding:0;
	background:#FFF url(../img/content-bg.gif) top repeat-y;
}

#news {
	width:185px;
	margin:2px 0;
	padding:25px;
	background:#7fc4e6;
	color:#fff;
	font-size:12px;
	float:left;
}

#news h3 {
	font-size:16px;
	margin:0;
}

#news p {
	font-size:14px;
}

#content {
	width:698px;
	float:right;
	margin:0;
	padding:9px 45px 70px 0;
	background:#FFF url(../img/logo-small.gif) bottom right no-repeat;
	font-size:14px;
}

#content h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

table#packing tr td {
	padding-right:30px;
}

#clearFix {
	clear:both;
}

#footer {
	width:1023px;
	height:49px;
	margin:0 auto 30px;
	padding:0;
	background:url(../img/bottom-bar-bg.gif) top no-repeat;
}

#footer ul {
	color:#0d93c8;
	font-size:11px;
	float:left;
	margin:0;
	padding:15px 0 0 25px;
	line-height:18px;
	list-style-type:none;
}

#footer li {
	display:inline;
}

#footer a {
	text-decoration:none;
	color:#0d93c8;
}

#footer a:hover {
	color:#555;
}

#footer p {
	color:#0d93c8;
	font-size:16px;
	float:right;
	margin:0;
	padding:15px 20px 0 0;
	line-height:18px;
}
/****** Styles for the free-quote form, mostly errors ********/

#errorDiv {
	font-size:14px;
	color:#FF9500;
	position:relative;
	width:620px;
    margin-bottom:10px;
	border-width:2px;
	border-style:solid;
	border-color:#008CCF;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    behavior: url(/css/pie/PIE.htc);	
}

#errorDiv p {
	margin:10px !important;
}

.missingElement{
	border-style:solid;
	border-color:#FF9500;
	border-radius: 10px;
}
