* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0pt;
	padding:0pt;
	font-size: 13px;
	color: #FFFFFF;
}
p {
	margin-bottom:10px;
	margin-top: 5px;
}
a, a:visited{
	color: #CC8FD1;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration:none;
	color: #98429F;
}
body {
	color:#666666;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	background-color: #251805;
}
h1 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	color: #57B000;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #57B000;
	margin-bottom: 5px;
}
h2 a, h2 a:visited{
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight:bold;
}
h4 {
	font-size:100%;
	font-weight: bold;
}
h5 {
	font-size:100%;
	font-weight: bold;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	font-size:12px;
	height:30px;
	list-style-type:none;
}
#frame{
	overflow:hidden;
	text-align:left;
	background-image: url(../img/header-bg.jpg);
	background-position: right top;
	background-repeat: repeat-x;
}
#header {
	height:285px;
	width:100%;
	background-position: right top;
	padding-top: 80px;
	background-image: url(../img/header-mower.jpg);
	background-repeat: no-repeat;
}
#content {
	width:100%;
}
#mainContent {
	float:left;
	width:25%;
}
#contentHolder {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #251805;
	padding: 5px;
}
#logo {
	height: 43px;
	margin-left: 20px;
	font-size: 34px;
	color: #57B000;
	background-image: url(../img/leaf.gif);
	background-repeat: no-repeat;
	padding-left: 37px;
}
#secondaryContent {
	float:right;
	width:72%;
}
#mainNav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 800px;
}
#mainNav li {
	float: left;
}
#mainNav li a, #mainNav li a:visited{
	display:block;
	background-color: #090804;
	margin-right: 10px;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #251805;
	padding: 3px;
	color: #FFFFFF;
}
#mainNav li a:hover {
	display:block;
	background-color: #367503;
}
#footer {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #499E03;
	font-size: 11px;
}
#footer li {
	float: left;
	font-size: 11px;
}
#footer li a, #footer li a:visited{
	display:block;
	margin-right: 15px;
	text-decoration: none;
	border: 1px solid #251805;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
}
#footer li a:hover {
	display:block;
	background-color: #367503;
}
.clearer {
	clear:both;
	font-size:1px;
	line-height:0px;
}
#map{
	width: 500px;
	height: 300px;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.fltrt {
	float: right;
	margin-left: 20px;
	padding-left: 10px;
}
.fltrt-brown {
	float: right;
	margin-left: 20px;
	background-color: #201504;
	border: 1px dotted #57B000;
	padding: 8px;
}
.fltrt li{
	list-style-type: disc;
	margin-bottom: 5px;
}
input, textarea {
	color: #000000;
	margin: 2px;
	padding: 3px;
}