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

* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bg.gif) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	outline:none;
}

.clear {
	clear:both;
}

#wrapper {
	width:850px;
	height:auto;
	margin:0 auto;
}

#header {
	background:url(images/header.gif) top left no-repeat;
	width:850px;
	height:167px;
}

#header #logo {
	width:187px;
	height:134px;
	float:left;
}

#header #logo img {
	border:0;
}

#header #nav {
	position:relative;
	top:111px;
	left:11px;
	font-size:12px;
	font-weight:bold;
	color:#9f7933;
}

#header #nav a {
	color:#9f7933;
	text-decoration:none;
}

#header #nav a:hover {
	color:#4d8019;
	text-decoration:none;
}

#header #nav a.active {
	color:#4d8019;
	text-decoration:none;
}	

#left_container {
	width:560px;
	height:auto;
	float:left;
	padding-left:10px;
}

#left_container .spacer {
	width:100%;
	height:10px;
}

p {
	font-size:13px;
	line-height:18px;
	color:#60744c;
	margin-bottom:15px;
}

h1 {
	font-size:21px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:-1px;
	margin-bottom:20px;
	padding:0;
	color:#60744c;
}

h2 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
	padding:0;
	color:#60744c;
}

a {
	color:#4d8019;
	text-decoration:underline;
}

a:hover {
	color:#4d8019;
	text-decoration:none;
}

ul li{
	font-size:13px;
	line-height:24px;
	color:#60744c;
	margin-left:30px;
	list-style-position:outside;
	list-style-type:square;
}

#estimate_container {
	width:570px;
	height:95px;
	background:url(images/estimate.gif) top left no-repeat;
	margin:30px 0 0 0;
}

#estimate_container .estimate_copy {
	position:relative;
	top:34px;
	left:74px;
}

#estimate_container .estimate_copy p {
	font-size:14px;
	font-weight:bold;
	color:#4d8019;
}

#estimate_container .estimate_copy p span {
	font-size:30px;
	font-weight:bold;
	color:#a88646;
}

#quote_container {
	width:570px;
	height:auto;
	background-color:#e9e4cb;
	margin:35px 0 0 0;
}

#quote_container .quote_copy {
	width:auto;
	height:auto;
	padding:20px;
}

#quote_container .quote_copy p {
	font-size:15px;
	font-style:italic;
	color:#4d8019;
	letter-spacing:2px;
	line-height:25px;
	margin-bottom:10px;
}

#quote_container .quote_copy span {
	font-size:11px;
	font-style:italic;
	color:#4d8019;
	letter-spacing:1px;
	line-height:24px;
	float:right;
}

#home_image {
	width:850px;
	height:120px;
	margin:30px 0 0 0;
}
#home_image img {
	border:#e9e4cb 10px solid;
}

#right_container {
	width:265px;
	height:auto;
	float:left;
}

div > #right_container {
	width:280px;
	height:auto;
	float:left;
}

#right_container img {
	float:right;
	border:#e9e4cb 10px solid;
	margin-bottom:10px;
}

#footer {
	background:url(images/footer.gif) top left no-repeat;
	width:850px;
	height:109px;
	margin:30px 0;
}

#footer .foot_copy {
	float:right;
	margin:20px 15px 0 0;
	width:auto;
	height:auto;
	text-align:right;
}

#footer .foot_copy p {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:14px;
}

#footer .foot_copy a {
	color:#4d8019;
	text-decoration:none;
}

#footer .foot_copy a:hover {
	color:#4d8019;
	text-decoration:underline;
}

