@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #A7BFAF;
}
h1 {
	font-size: 44px;
	color: #024816;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	color: #024816;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 20px;
	color: #024816;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 1.3em;
}



div#container {
	padding: 0px;
	width: 900px;
	margin-left: 24px;
	background-color: #FFFFFF;
	text-align: left;
	position:relative;
}
div#top-bar {
	color: #FFFFFF;
	background-color: #004817;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-size: 14px;
	height: 18px;
}
div#top-bar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
div#main {
	background-image: url(../images/blue-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div#left-section {
	width: 227px;
	float: left;
}
div#left-top {
	height: 316px;
	background-color: #FFFFFF;
	padding: 10px;
}
div#left-top h1 {
	font-size: 24px;
	height: 26px;
	overflow: hidden;

}
div#left-top ul {
	color: #0f9585;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#left-top li {
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 8px;
}
div#left-bottom {
	/*padding: 10px;
	font-size: 13px;
	color: #004817;
	background-color: #CCDAD1;*/
	
	width:228px;
	height:280px;
}
div#left-bottom h1 {
	font-size: 19px;
}
div#left-bottom  ul, form#contact ul {
	color: #004817;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#left-bottom  li, form#contact li {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
div#left-bottom  a {
	color: #0f9585;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

div#right-section {
	width: 673px;
	float: left;
}
div#content {
	background-image: url(../images/green-living-replace1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 250px;
}
div#content  h1, div#sub-content h1 {
	font-size: 40px;
	color: #024816;
	margin: 0px;
	padding: 0px;
	height: 44px;
	overflow: hidden;
}
div#meet  h1, div#sub-content h1 {
	font-size: 40px;
	color: #024816;
	margin: 0px;
	padding: 0px;
	height: 44px;
	overflow: hidden;
}
div#meet {
	background-image: url(../images/john.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 250px;
}
div#sub-content {
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 25px;
}

div#search-box {
	float:left;
	width:200px;
	position:absolute;
	right:-220px;
	padding: 10px;
	font-size: 13px;
	color: #004817;
	background-color: #CCDAD1;
}


div#search-box h1 {
	font-size: 19px;
}
div#search-box  ul, form#contact ul {
	color: #004817;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#search-box  li, form#contact li {
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
div#search-box  a {
	color: #0f9585;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

div#footer {
	color: #FFFFFF;
	background-color: #004817;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 11px;
	height: 18px;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
div#footer span#blueye a {
	padding: 0px;
}



span.float-right {
	float: right;
}
div.clear {
	clear: both;
}
li.form-space {
	margin-bottom: 10px;
}
