@charset "UTF-8";
/* CSS Document */

html {
	background: #2f3f30;
}
body {
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	background: url(_assets/background.jpg) no-repeat center top;
}
#Container {
	width: 924px;
	margin: 0px auto;
}
#header {
	background-position: center;
	height: 196px;
}
#content {
	text-align: left;
	width: 924px;
	overflow: auto;
	margin: 0px auto;
	background: url(_assets/background_rep.png) repeat-y center;
	
	clear: both;
	height: auto;
}

#content-left {
	float: left;
	width: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 40px;	
}

#content-right {
	float: right;
	width: 620px;
	margin-top: 20px;
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}
#content  p  {
	line-height: 24px;
	text-align: left;
	margin-top: 20px;
	margin-right: 40px;
}
#content_contact {
	text-align: left;
	width: auto;
	clear: left;
	overflow: auto;
	background: url(_assets/background_rep.png) repeat-y center top;
}
#content_contact p {
	margin-left: 500px;
	line-height: 18px;
}
#Container #content_contact img {
	margin-bottom: 20px;
	margin-left: 40px;
	border: 1px solid #495944;
	margin-right: 40px;
}
#trees {
	background: url(_assets/trees_banner-copy.png) center bottom;
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	color: #2f3f30;
	font-size: 11px;
	bottom: 0px;
	height: 40px;
	width: 924px;
	background: url(_assets/footer_back.png) no-repeat center top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer_bottom {
	height: 60px;
	width: 1000px;
	margin: 0 auto;
	background: #2f3f30 url(_assets/footer_bottom.jpg) no-repeat center top;
	overflow: hidden;
	clear: both;
}
#formmail .label {
	text-align: right;
	vertical-align: text-top;
}
#navigation {
	height: 39px;
	width: auto;
	position: relative;
	overflow: visible;
	font-size: 15px;
	font-weight: normal;
	line-height: 39px;
	float: none;
	text-align: center;
	color: #354735;
	margin-left: 20px;
	padding-left: 260px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: inherit;
}
#navigation ul li {
	float:left;
	background: url(_assets/menu_back.jpg) no-repeat left top;
	height: 39px;
	padding: 0px;
	margin: 0px;
	width: auto;
	}
#navigation ul li a {
	display: block;
	margin: 0px;
	color: #000000;
	border-right: 1px solid #88B884;
	height: 39px;
	padding-right: 14px;
	padding-left: 14px;
}
#navigation ul li a.last {
	display: block;
	margin: 0px;
	color: #000000;
	border-right: none;
	height: 39px;
}
#navigation ul li a:link,#navigation ul li a:visited{
	color: #000000;
	text-decoration: none;
	}
#navigation ul li a:hover,#navigation ul li a:active {
	color: #304031;
	background: url(_assets/menu_back.jpg) no-repeat center top;
	border-right: 1px solid #93B694;
}
#navigation ul li a.current,#navigation ul li a.current:active,#navigation ul li a.current:hover {
	color: #ADCCB2;
	background: url(_assets/menu_back.jpg) no-repeat right top;
	cursor: default;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
	color: #096;
}
h1,h2 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 20px;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: -20px;
}
h3 {
	font-size: 20px;
	color: #2f3f30;
	margin-left: 460px;
	font-weight: normal;
}
h4 {
	font-weight: normal;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: -14px;
	margin-left: 0px;
	line-height: 14px;
}
h6 {
	font-size: 12px;
	margin-left: 0px;
	font-weight: normal;
}
#orderform {
	text-align: left;
	padding: 10px;
	border: 1px solid #495945;
	margin-left: 0px;
	width: 500px;
	margin-right: 20px;
	background: #D1EBCB;
}
.formsmall {
	font-size: 10px;
	line-height: 12px;
	padding-left: 10px;
}
.Subheader {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#Container #content li {
	margin-left: 20px;
	list-style-type: square;
}
#content  a, #content a:link {
	color: #304031;
	text-decoration: none;
}
#content  a:hover   {
	color: #344634;
	text-decoration: underline;
}
#content a:visited {
	color: #304031;
}

