body {
	background: url(../images/interface/body_bg.png) repeat-x left bottom;
	font-size: 10px;
	font-family: Georgia, Verdana, Arial, sans-serif;
}

input, textarea {
	font-family: Georgia, Verdana, Arial, sans-serif;
}

h1 {
	background: url(../images/interface/blue_paint_stroke.gif) no-repeat left top;
	font-size: 2em;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #fff;
	position: relative;
	left: -15px;
	top: 40px;
	padding: 30px 0 25px 40px;
	width: 843px;
	z-index: 98;
	margin-bottom: 40px;
}

h2 {
	background: url(../images/interface/green_bar.png) no-repeat 6px 0;
	font-size: 1.5em;
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: 200;
	clear: left;
	padding: 9px 0 9px 16px;
	margin: 20px 3px 0 0;
}

	h2.under_image {
		width: 550px;
	}

h3 {
	font-size: 1.4em;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: 200;
	padding: 10px 0;
}

	h3 a {
		text-decoration: none;
	}

h4 {
	font-size: 1.4em;
	color: #003502;
	margin: 20px 0 -15px 20px;
}

p {
	line-height: 1.2em;
	font-size: 1.4em;
}

a {
	color: #516ab5;
	text-decoration: underline;
}

a:hover {
	color: #024085;
}

	a.button {
		background: url(../images/interface/button.png) no-repeat left top;
		color: #fff;
		font-size: 18px;
		text-decoration: none;
		display: block;
		text-align: center;
		padding: 7px 0;
		width: 142px;
		height: 25px;
	}
	
		a.button:hover {
			background-position: left bottom;
		}

.container {
	width: 900px;
	margin: 0 auto;
}

.sidebar {
	float: left;
	clear: left;
	width: 180px;
	margin: 0 35px 0 25px;
	padding: 30px;
	background: url(../images/interface/sidebar.png) no-repeat left top;
}

.main {
	width: 600px;
	float: left;
}



#header {
	height: 206px;
	background: url(../images/interface/header.png) no-repeat center top;
	font-size: 1.4em;
	position: relative;
}

	#header .sidebar {
		width: 275px;
		background: none;
		margin-right: 0;
		padding: 0;
	}

	#header .main {
		margin-left: 5px;
		width: 595px;
	}

	#header blockquote {
		color: #fff;
		line-height: 1em;
		text-indent: -12px;
		margin-top: 10px;
	}
	
	#header blockquote span {
		font-size: 1.8em;
		position: relative;
		top: 8px;
	}
	
	#header cite {
		color: #fff;
		line-height: 2em;
		margin-left: 115px;
	}
	
	#header blockquote a, #header cite a {
		text-decoration: none;
		color: #fff;
	}
	
		#header blockquote a:hover, #header cite a:hover {
			color: #F5D04B;
		}
	
	#header p.contact {
		position: absolute;
		top: 80px;
		font-size: 1em;
	}
	
	#angies_list {
		position: relative;
		left: 60px;
		top: 20px;
	}
	
	ul.nav {
		background: url(../images/interface/nav_bg.png) no-repeat left top;
		position: absolute;
		top: 160px;
		width: 573px;
	}
	
		ul.nav li {
			float: left;
			margin: 20px 0 10px 0;
		}
		
			ul.nav li:hover {
				position: relative;
			}
		
			ul.nav li a {
				display: block;
				padding: 10px 20px;
				border-right: 1px solid #a4c96e;
				border-left: 1px solid #7ba044;
				color: #000;
				text-decoration: none;
				white-space: nowrap;
			}
			
				ul.nav li a:hover, ul.nav li a.current {
					color: #fff;
				}
			
			ul.nav li.first a {
				border-left: 0;
				margin-left: 10px;
			}
			
			ul.nav li.last a {
				border-right: 0;
			}
			
		ul.nav ul {
			position: absolute;
			top: 100%;
			left: 0;
			visibility: hidden;
			z-index: 101;
			background: url(../images/interface/subnav.png) no-repeat left bottom;
			font-size: .9em;
			width: 196px;
		}
		
			ul.nav ul li {
				float: none;
				margin: 0;
			}
			
				ul.nav ul li a {
					padding: 6px 15px;
					border-top: 1px solid #a4c96e;
					border-right: 0;
					border-left: 0;
					margin: 0 2px;
				}
				
					ul.nav ul li.subnav_last a {
						margin-bottom: 10px;
						border-bottom: 1px solid #a4c96e;
					}
			
			ul.nav li:hover > ul {
				visibility: visible;
			}



#content {
	background: url(../images/interface/content_bg.png) repeat-y center top;
}

	#content:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	#title_image {
		float: right;
		margin: 30px 20px 0 0;
		position: relative;
		z-index: 100;
	}
	
	#content .main {
		position: relative;
		top: -70px;
	}
		
		#content .main#quote_header {
			top: 0;
			left: 30px;
		}
		
		#content .main p {
			margin: 20px 20px 0 20px;
			line-height: 1.3em;
		}
		
		#content .main ul {
			line-height: 1.3em;
			font-size: 1.4em;
			list-style-type: disc;
			margin: 0 20px 20px 80px;
		}
		
		#content .main strong, #content .main em {
			color: #003502;
		}
	
	#content .sidebar {
		margin-top: 18px;
	}
	
	#content .sidebar p {
		font-size: 1.2em;
		padding-left: 50px;
	}
	
	#content .sidebar p.green {
		background: url(../images/interface/leaf_small.png) no-repeat left top;
	}
	
	#content .sidebar p.quote {
		background: url(../images/interface/pencil_small.png) no-repeat left top;
	}
	
	#content .sidebar p.services {
		background: url(../images/interface/sunrise_small.gif) no-repeat left top;
	}
	
	#content .sidebar ul {
		list-style-type: disc;
		margin: 10px 0 0 65px;
		line-height: 1.4em;
	}
	



#footer {
	clear: both;
	height: 125px;
	padding-top: 85px;
	background: url(../images/interface/content_bottom.png) no-repeat center top;
}

	#footer a {
		color: #fff;
	}
	
	#footer a:hover {
		color: #f5d04b;
	}
	
	#footer p {
		font-size: 1em;
		line-height: 1.5em;
		margin-top: 5px;
	}
	
	.links {
		width: 526px;
		height: 103px;
		background: url(../images/interface/logo_box.png) no-repeat left top;
		float: right;
		padding-left: 13px;
	}
		
		.links img {
			vertical-align: middle;
			padding: 17px;
		}



#homepage {}

	#homepage h1 {
		background: url(../images/interface/h1_bg.gif) no-repeat left top;
		font-size: 2.3em;
		width: 316px;
		padding: 40px 0 40px 65px;
		line-height: 1.2em;
		position: relative;
		left: -38px;
		top: 20px;
		margin: 0;
	}
	
	#homepage #content {
		background: url(../images/interface/homepage_bg.png) no-repeat center bottom;
		padding-bottom: 30px;
	}

	#homepage #content .sidebar {
		width: 267px;
		background: none;
		margin-right: 0;
		padding: 0;
		margin-top: 0;
	}
	
	#homepage #content .sidebar p {
		font-size: 1.4em;
		padding: 0;
	}
	
	#homepage #content .sidebar p.tagline {
		font-size: 1.6em;
	}
	
	#homepage #content img {
		float: right;
		position: relative;
		z-index: 99;
		margin: 40px 13px 0 0;
	}
	
	#homepage #content p {
		margin: 20px 20px 20px 0;
	}
	
	.third {
		float: left;
		width: 275px;
		margin: 40px 0 20px 0;
		height: 270px;
	}
	
		.third h2 {
			color: #fff;
			font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
			font-size: 1.8em;
			font-weight: 200;
			padding: 17px 20px;
			position: relative;
			top: -15px;
			margin: 0;
		}
		
		#homepage #content .third p {
			margin: 0;
			float: none;
			padding: 0 20px 15px 20px;
		}
		
		#homepage #content .third p img {
			float: left;
			margin: 2px 10px 5px 0;
		}
		
		.third ul {
			list-style-type: disc;
			margin: 0 0 20px 20px;
		}
		
		.third li {
			margin: 2px 15px;
		}
	
		.left.third {
			background: url(../images/interface/box_left.png) no-repeat right bottom;
			clear: left;
			margin-left: 10px;
			width: 293px;
		}
		
			.left.third h2 {
				background: url(../images/interface/tab_left.png) no-repeat right center;
				padding-left: 40px;
			}
			
			#homepage #content .left.third p {
				padding-left: 40px;
			}
		
		.center.third {
			background: url(../images/interface/box_center.png) no-repeat left bottom;
			margin: 40px 12px 20px 12px;
		}
		
			.center.third h2 {
				background: url(../images/interface/tab_center.png) no-repeat center center;
			}
	
		
		.right.third {
			background: url(../images/interface/box_right.png) no-repeat left bottom;
			width: 290px;
		}
		
			.right.third h2 {
				background: url(../images/interface/tab_right.png) no-repeat left center;
			}
			
			#homepage #content .right.third p {
				padding-right: 40px;
			}
			
	#homepage #footer {
		background: none;
	}

#quote {}

	#quote form {
		position: relative;
		left: 48px;
		float: left;
	}
	
		#quote form p {
			width: 260px;
			float: left;
			font-size: 1.1em;
			margin: 30px 20px 0 30px;
		}
		
			#quote form p.special_req {
				font-size: 1em;
				margin-top: 15px;
			}
			
				#quote form p.special_req strong {
					font-weight: normal;
					color: #003502;
				}
	
	form span {
		color: #f00
	}
	
	dl {
		width: 500px;
		padding: 20px 0 30px 0;
		float: left;
		font-size: 1.2em;
		margin-left: 15px;
	}
	
		dt, dd {
			float: left;
			padding: 7px 0;
		}
		
		dt {
			width: 80px;
			text-align: right;
			padding-right: 10px;
		}
		
			dt.new_line {
				clear: left;
			}
		
		dd {
			width: 160px;
		}
		
			dd.full_width {
				width: 410px;
			}
			
				dd.full_width textarea {
					width: 410px;
					height: 150px;
					font-size: 1em;
				}
				
				dd.full_width input {
					width: 230px;
				}
	
	dd.full_width input.submit {
		background: url(../images/interface/button.png) no-repeat left top;
		color: #fff;
		border: 0;
		width: 142px;
		height: 39px;
		font-size: 18px;
		float: right;
		padding-bottom: 5px;
		margin: 30px 0 90px 0;
		cursor: pointer;
	}
	
		dd.full_width input.submit:hover {
			background-position: left bottom;
		}

#ui-datepicker-div {
	display:none;
}

#testimonials cite {
	color: #003502;
	display: block;
	font-size: 1.4em;
	margin: 7px 0 0 20px;
}
