/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,   
pre, form, fieldset, table, th, td {
	padding: 0;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}  

body {
	font-family: Georgia, "Times New Roman", times, serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #3B3B3B;
	margin-top: 0px;
	background-color:#f4f1e1;
}
h1 {
	font-size: 2em;
	line-height:1.2em;
	color: #632c1c; 
	margin: 0 0 .5em 0;
	font-weight:normal;
	font-style:italic;
}
h2{
	font-size: 1.7em;
	line-height:1.3em;
	color: #632c1c;
	margin: 0 0 .5em 0;
	font-weight:normal;
	font-style:italic;
}
h3{
	font-size: 1.8em;
	line-height:1.3em;
	color: #632c1c;
	margin-top: 0;
	font-weight:normal;
	font-style:italic;
	padding-left:20px;
}
h3 a, h3 a:visited {
	text-decoration:none;
}
h4{
	font-size: 1.8em;
	line-height:1.3em;
	color: #632c1c;
	margin: 0 0 20px 0;
	font-weight:normal;
	font-style:italic;
	border-bottom: #632c1c solid 1px;
}
p{
	margin: 0 0 .75em 0;
}
a, a:visited {
	color:#501A01;
}
a:hover {
	color:#B13902;
}
ul{
	margin: 0em 0em .1em 1em;
	padding-left: .25em;
	font-size: 14px;
}
ol{
	margin: 0em 0em .1em 1em;
	padding-left: .25em;
}
li {
	padding: 0.15em ;
}
#full_header_bg {
	width: 100%;
	height: 118px;
	background-image:url(images/bg_header.jpg);
}
#header {
	width: 1077px;
	margin: auto;
}
#logo {
	float:left;
	height: 118px;
}
#top_right {
	float:left;
	height: 118px;
	width:569px;
}
#quick_quote {
	height: 33px;
	width: 242px;
	text-align:center;
	background-image:url(images/bg_quick_quote.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 180px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#quick_quote a, #quick_quote a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size: 1.3em;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding: 0 20px 0 0;
}
#quick_quote a:hover {
	color:#E6DA4F;
}
#menu {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#full_home_main_bg {
	clear:both;
	width: 100%;
	background-image:url(images/bg_main.gif);
	background-repeat:repeat-x;
	background-color:#E5DEBA;
}
#main {
	width: 1077px;
	margin: auto;
}
#home_left {
	float: left;
	width:590px;
}
#home_right {
	float: left;
	width:487px;
}
#home_left_top {
	width:452px;
}
#home_left_bottom {
	width:520px;
	padding:25px 15px 0 50px;
}
#home_right_top{
	width:452px;
	height: 250px;
	padding: 30px 20px 0 15px;
}
#home_right_bottom {
	width:416px;
	padding:15px 35px 0 35px;
	background-image:url(images/bg_feature_top.png);
	background-repeat:no-repeat;
}
.home_feature {
	width:416px;
	border-bottom:#632c1c solid 1px;
	padding: 15px 0 5px 0;
}
#secondary_left {
	float: left;
	width:671px;
	padding: 50px 25px 25px 70px;
}
#secondary_right {
	float: left;
	width:211px;
	margin-top:40px;
	padding: 50px 50px 0 50px;
	background-image:url(images/bg_right.jpg);
	background-repeat:no-repeat;
}
#secondary_right a, #secondary_right a:visited {
	margin-left: 20px;
}
#secondary_full {
	float: left;
	width:935px;
	padding: 50px 70px 25px 70px;
}
#full_footer_bg {
	width: 100%;
	height: 100px;
	padding-top: 18px;
	background-image:url(images/bg_header.jpg);
}
#copyright {
	width: 1077px;
	margin: auto;
	height: 64px;
	padding-top: 5px;
	font-size: .8em;
	text-align:center;
	color: #e5deba;
}
#copyright a, #copyright a:visited {
	color: #e5deba;
}
#copyright a:hover {
	color: #ffffff;
}
.clear{
	clear: both;
}
.section {
clear: both;
}

