@charset "UTF-8";
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
.homebkgd {
background: url(images/bkgd.jpg) repeat-x left top;
}
.subbkgd {
background: url(images/subbkgd.jpg) repeat-x left top;
}
#wrapper {
	width:960px;
	margin: 0 auto 0 auto;
	padding:0;
}
#header {
	float:left;
	width:960px;
	height:150px;
	padding:0;
	margin:0;
	}
#imghead {
	width:960px;
	height:342px;
	float:left;
	}
#subimghead {
	width:960px;
	height:175px;
	float:left;
	}
#nav ul {
width:900px;
	margin: 0 0 0 50px;
	float:left;
	padding:0;
	display:inline;
}
#nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	list-style:none;
	float:left;
	margin: 0 30px 0 0;
	line-height: 3.5em;
	padding:0;
}
#nav  li a {
color:#78a22f;
text-decoration:none;
}
#nav li a.active {
color:#231f20;
text-decoration:none;
}
#nav li a:hover {
color:#231f20;
text-decoration:none;
}
#content {
	float:left;
	width:960px;
	min-height:145px;
	border-top: 1px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	padding:40px 0 40px 0;
	margin: 0 0 20px 0;
	}
.inset1 {
background:url(images/flower_bkgd.jpg) bottom left no-repeat;
}
.inset2 {
background:url(images/human_bkgd.jpg) bottom left no-repeat;
}
.inset3 {
background:url(images/panels_bkgd.jpg) top left no-repeat;
}
.inset4 {
background:url(images/inset3.jpg) bottom left no-repeat;
}
#content h1 {
	color:#666;
	font-size:18px;
	line-height:2em;
	margin: 0 25px 25px 340px;
	font-weight:normal;
	}
#content h2 {
color:#231f20;
	font-size:16px;
	line-height:2em;
	margin: 0 25px 10px 340px;
	font-weight:normal;
	}
#content p {
font-size:13px;
	color:#666;
	line-height:2em;
	margin: 0 25px 15px 340px;
	}
#content ul {
padding:0;
margin: 0 25px 25px 0;
}
#content li {
font-size:12px;
	color:#666;
	line-height:2.5em;
	margin: 0 25px 5px 350px;
	list-style:square;
	padding:0;
	}
#content a {
color:#78a22f;
text-decoration:none;
}
#content a:hover {
color:#231f20;
text-decoration:underline;
}
#inset {
width:298px;
float:left;
}
#inset p {
font-size:10px;
	color:#231f20;
	line-height:2em;
	margin: 0;
	}
#content img {
float:left;
display:block;
}
	
#footer {
padding: 0;
margin:0 0 50px 0;
}
#footer p {
	color:#231f20;
	font-size:12px;
	line-height:2em;
	margin: 0 25px 25px 340px;
	}	
#footer a {
color:#78a22f;
text-decoration:none;
}
#footer a:hover {
color:#231f20;
text-decoration:underline;
}
