@charset "utf-8";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	margin: 0;
	padding: 0;
	background: #E8EFB3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page {
	min-height:100%;
    position:relative;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* ----------------- Header ---------------------*/

#header {
	height: 223px;
	width: 800px;
	background: url(images/header.jpg) center no-repeat;
}

.logo h1 {
	margin: 0;
	padding: 0;
	width: 157px;
	height: 147px;
	text-indent: -32000px;
	background: url(images/logo.png) center no-repeat;
}

.logo {
	margin: 0;
	padding: 30px 0 0 20px;
	float: left;
}

.plant-header {
	background: url(images/plants.png) top left no-repeat;
	width: 600px;
	height: 165px;
	float: right;
	margin-top: 90px;
}
.plant-header ul {
	margin: 135px 0 0 0;
	padding: 0;
}

.plant-header li {
	float: left;
	font-style: italic;
	color: #006935;
	font-size: 10px;
}

.landscape {
	margin:10px 0 0;
	list-style: none;
}

.list {
	margin: 10px 0 0 20px;
}

/* ----------------- Content ---------------------*/

#contentWrapper {
	width: 800px;
	height: 450px;
	background: url(images/content.jpg) center no-repeat;
	padding-bottom: 90px;
}

#nav {
	float: left;
	width: 190px;
	margin-top:100px;
}

#content {
	color: #006935;
	float: left;
	width: 445px;
}

.contentBoxTop {
	background: url(images/contentBoxTop.png) center no-repeat;
	height: 20px;
}

.contentBox {
	background: url(images/contentBox.png) center repeat-y;
	padding: 0 25px 0 30px;
	color: #4F4C4D;
	font-size: 12px;	
}

.contentBox ul {
	margin: 10px 0 0 0;
}

.contentBoxHome {
	background: url(images/contentBox.png) center repeat-y;
	padding: 80px 25px 80px 30px;
	color: #4F4C4D;
	font-size: 12px;	
}

.contentBoxBottom {
		background: url(images/contentBoxBottom.png) center no-repeat;
		height: 20px;
}

.title {
	font-style: italic;
	font-size: 18px;
	color: #006935;
	padding-top: 10px;
}

.team {
	list-style: none;
}

.team li {
	padding-top: 15px;
}

p {
	margin: 0;
}

h3 {
	color: #006935;
	display: inline;
}

h4 {
	display: inline;
}

/* ----------------- Footer ---------------------*/

#footer {
	width: 800px;
	background: url(images/footer.jpg) center no-repeat;
	font-size: 9px;
	color: #006935;
	height: 90px;
	/*position: absolute;
    bottom: 0;*/
	float: right;

}

.footerList {
	padding:40px 0 0 220px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer li {
	float: left;
	padding:0 5px 0 5px;
}

.border {
	border-right: 1px solid #006935;
}

.floatCatch {
	clear: both;
}

.footerText {
	padding: 0 0 0 280px;
}
	
.footerText p {
	padding: 0;
	margin: 0;
}

/* ----------------- Submenu styles ---------------------*/

ul#menu a {
  	text-decoration: none;	
}

ul#menu li {
  	margin-top: 1px;
}

.serviceLink {
	text-indent: -32000px;
}

.subMenuList {
	padding: 0px;
}

.subMenuItem {
	padding-bottom: 8px;
}

.serviceLink  {
  	background: url(images/sprite.png) -100px 0px no-repeat;
  	color: #fff;	
  	height: 37px;
	width: 100px; 
    display: block;
    overflow: hidden;
}

.serviceLink:hover {
  	background: url(images/sprite.png) -100px -37px no-repeat;
}

ul#menu li ul li a {
	font-size: 12px;
  	color: #006935;
	display: block;
}

ul#menu li ul li a:hover {
  	color:#A1CD44;
}

