@charset "UTF-8";
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #c2c9a4;
	font-size: 13px;
	color: #4a3a23;
	line-height: 1.5em;
}
#container {
	text-align: left;
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
}
#search {
	text-align: right;
	padding-top: 10px;
}
#search a {
	color: #005D32;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}
#header {
	height: 110px;
}
#logo {
	float: left;
	width: 280px;
}
#nav_top {
	float: right;
	width: 576px;
	text-align: center;
	padding-left: 4px;
}
#nav_top ul {
	padding: 0px;
	margin: 0px;
}
#nav_top li {
	display: inline;
	list-style-type: none;
}
#nav_top a {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	height: 50px;
	padding-top: 60px;
}
#link1 a {
	float: left;
	width: 144px;
	background-image: url(../images/about_normal.gif);
	background-repeat: no-repeat;
}
#link2 a {
	background-image: url(../images/services_normal.gif);
	background-repeat: no-repeat;
	float: left;
	width: 144px;
}
#link3 a {
	background-image: url(../images/trees_normal.gif);
	background-repeat: no-repeat;
	float: left;
	width: 144px;
}
#link4 a {
	float: left;
	width: 144px;
	background-image: url(../images/contact_normal.gif);
	background-repeat: no-repeat;
}
#link1 a:hover {
	background-image: url(../images/about_hover.gif);
	background-repeat: no-repeat;
}
#link1 a:active {
	background-image: url(../images/about_hover.gif);
	background-repeat: no-repeat;
}
#link2  a:hover  {
	background-image: url(../images/services_hover.gif);
	background-repeat: no-repeat;
}
#link2 a:active {
	background-image: url(../images/services_hover.gif);
	background-repeat: no-repeat;
}
#link3 a:hover {
	background-image: url(../images/trees_hover.gif);
	background-repeat: no-repeat;
}
#link3 a:active {
	background-image: url(../images/trees_hover.gif);
	background-repeat: no-repeat;
}
#link4 a:hover {
	background-image: url(../images/contact_hover.gif);
	background-repeat: no-repeat;
}
#link4 a:active {
	background-image: url(../images/contact_hover.gif);
	background-repeat: no-repeat;
}
#content {
	padding-bottom: 10px;
}
#rt_col {
	float: left;
	width: 299px;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C9A4;
}
#signup {
	padding-left: 10px;
	padding-bottom: 15px;
}
#promo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C9A4;
	padding-top: 10px;
}
#text {
	float: right;
	width: 540px;
	padding-left: 20px;
	padding-top: 15px;
}
#headshot {
	float: left;
	width: 180px;
	border: 1px solid #788D39;
	padding: 2px;
	margin-top: 4px;
	margin-right: 15px;
}
#footer {
	padding-top: 10px;
	color: #4a3a23;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C2C9A4;
	padding-bottom: 10px;
}
#nav_bottom {
	float: left;
	width: 580px;
}
#nav_bottom ul {
	margin: 0px;
	padding: 0px;
}
#nav_bottom li {
	display: inline;
	list-style-type: none;
}
#nav_bottom a {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
	color: #4a3a23;
	text-align: center;
	text-decoration: none;
}
#nav_bottom a:hover {
	text-decoration: underline;
}
#copyright {
	float: right;
	width: 280px;
	text-align: right;
}
#shadow {
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #788d39;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.alignLeft   {
	float: left;
	margin-right: 1em;
