body {
	margin: 0;
	padding: 0;
	background: #ecedef;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #404040;
}
#wrapper
{
	width: 995px;
	margin: 0 auto;
	padding: 0;
}
#wrapper
{
	overflow: hidden;
}
h1, h2 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 26px;
	line-height: 30px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	color:#0066CC;
	font-weight:normal;
}

/* -- various -- */

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: 0;
}
p, .formText {font: .8em/1.5em georgia, "times new roman", serif;
}
a {color: #0066FF; text-decoration: underline;
}
a:hover {text-decoration: none;
}
.invisibleLink { display:none;
}


 
/* Header */


#header {
	clear: both;
	margin: 0 auto;
	width: 995px;
	height: 443px;
	background: url(../images/header.png) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;

}




/* Page */

#page {
	width: 995px;
	margin: 0 auto;
	padding-top: 20px;
	background: #ffffff url(../images/content-bg.jpg) 0 0 repeat-y;
}

#leftColumn {
	float: left;
	width: 620px;
	padding: 0px 20px 0px 40px;
	line-height: 25px;
	margin: -40px 0 0 0;

}

#rightColumn {
	float: right;
	width: 250px;
	padding: 0px 40px 0 20px;
	line-height: 25px;
	margin: -45px 0 0 0;
	background:url(../images/rightBg.jpg) 0 10px no-repeat;
}
#rightColumn p { padding-right: 35px;
}
.newsTitle {font-weight: bold; color:#0066FF;
}



/* Sidebar */

#logos {
	clear: both;
	width: 995px;
	padding: 10px 0 0 0;
	background:url(../images/logos.png) 0 0 no-repeat;
	height:66px;
}



/* Footer */

#footer {
	width: 995px;
	height: 107px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/footer.jpg) no-repeat left top;
	
}

#footer p { margin: 10px 0 0 35px; color:#999; }
/* header flash*/
#flashHeader {
	position: absolute;
	width: 965px;
	top: 197px;
	margin: 0 0 0 16px;
}

.bold { font-weight: bold;
}

/* form css */
form#quick_quote p label:first-child { float: left; display: block;width: 130px; }

span.req { color: #FF0000; font-size: 10px; }
form#quick_quote input[type=radio], form#quick_quote input[type=checkbox] { margin-left: 20px; }
form#quick_quote input.no_left { margin-left: 0; }

.errors { padding: 5px; font-size: 12px; line-height: 16px; border: 1px solid #913737; background: #ffecec; color: #913737;}
