﻿@import url("layout.css");
selector {
  min-height:500px;
  height:auto !important;
  height:500px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #ffffff;
}
#center {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}
#container {
	width: 750px;
	margin: 0 auto;
	height: auto;
	position:relative;
	/* left: 90px; */
	/*top: -150px;*/
	background-image: url('../images/body_border.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
/* Styles for Masthead */
#masthead {
	margin-top: 0;
	left: 12px;
	margin-left:12px;
	margin-bottom: 0;
	overflow: auto;
	background-color: #ffffff;
	width: 725px;
}
#masthead img {
	float: left;
}
#masthead div {
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #ffffff; /* #E3FFC8; */
	height: 156px;
}
#masthead #telephone {
	font-size: 12pt;
	font-weight: bold;
	color: #00713C;
	text-align: right;
	vertical-align: bottom;
	margin-top: 50px;
	margin-right: 0px;
	padding: 0 8px 0 0;
	background-color: #ffffff;
	height: 25px;
}
#masthead #address {
	font-size: 8pt;
	font-weight: bold;
	color: #00713C;
	text-align: right;
	vertical-align: top;
	margin-top: 0px;
	padding: 0 8px 0 0;
	background-color: #ffffff; /* #E3FFC8; */
	height: 75px;
}

/* Styles for Content area */
#page_content {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	width: 700px;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #fff;
	width: 100%;
}
#content h2 {
	font-size: 10pt;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #00713C;
}
#content .content_header_img {
	margin: 5px 0 10px 0;
}
#content .content_label {
	font-size: 10pt;
    padding: 5px 5px 0px 5px;
	margin: 0 0 0 30px;
	font-weight: bold;
	text-decoration: none;
	color: #00713C;
}
#content .content_para {
	font-size: 9pt;
	font-weight: 400;
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 10px 30px;
	color: #00713C;
}
#content .content_indent_para {
	font-size: 9pt;
	font-weight: 400;
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 10px 50px;
	color: #00713C;
}
#content .content_para big {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #00713C;
}
#content .content_para ul {
	position:relative;
	margin: 4px 0 0 50px;
}
#content .content_para ul li{
	margin: 4px 0 4px 0;
}
#content .lawn_bottom {
	position:relative;
	margin: -30px 0 0 0;
}
#content .content_multicolumn {
	width: 100%;
	margin: 0 0 0 0;
}
#content .content_multicolumn .product_column1 {
    float: left;
	width: 48%;
	margin: 0 0 0 0;
}
#content .content_multicolumn .product_column2 {
    float: right;
	width: 52%;
	margin: 0 0 0 0;
}
#content .content_multicolumn .contact_column1 {
    float: left;
	width: 40%;
	margin: 0 0 0 0;
}
#content .content_multicolumn .contact_column2 {
    float: right;
	width: 55%;
	margin: 0 0 0 0;
}
#content .program_img_top {
	margin: 15px 0 0 10px;
}
#content .program_img {
	margin: 30px 0 0 10px;
}
#content .banner_img {
	margin: 10px 0 0 150px;
}
#content .service {
    margin: 0 60px 10px 60px;
	font-size: 9pt;
	font-weight: 400;
	padding: 0px 5px 5px 5px;
	text-align: center;
	color: #00713C;
}
#content .content_address {
	font-size: 9pt;
	font-weight: 400;
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 10px 50px;
	color: #000000;
}
#content .thank_you {
	font-size: 9pt;
	font-weight: 400;
	height: 300px;
	padding: 5px 5px 5px 5px;
	margin: 0px 20px 10px 50px;
	color: #00713C;
}

/* Styles for Navigation */
#sidebar {
	float: left;
	width: 75px;
	background-color: #ffffff;
	position: relative;
	top: 240px;
	clear: both;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 9pt;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
}
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	color: #2D8000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #006400;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}

/* Styles for Footer */
#footer {
	text-align: center;
	clear: both;
	margin-right: 10px;
	margin-left: 12px;
	padding: 0;
	background-color: #00713C;
	width: 726px;
}
#footer p {
	font-size: 8pt;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
