/* CSS Document */
<style type="text/css">
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;	
	background: #fff;
	}
#wrap {
	width: 90%;
	max-width: 1000px;
	min-width: 750px;
	background: url(/images/bg_leftcol.gif) repeat-y 30% 0;
	}
/*wrap for no background*/
#wrap-nobg {
	width: 90%;
	max-width: 1000px;
	min-width: 750px;
	}

#main-body {
	float: right;
	width: 70%;
	}
#header {
	background: #ffffff;
	}
#header h1 {
	position: relative;
	margin: 0;
	padding: 25px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-family: Georgia, serif;
	font-size: 250%;
	color: #fff;
	background: url(/images/bg_trees.jpg) no-repeat top left;
	}
#header img {
	position: absolute;
	top: 15px;
	right: 15px;
	}
.headerSub {
	color: #FFFFFF;
	font-size: 18px;
	}
#nav {
	z-index: 100;
	padding: 0;
	background: #000000;
	}
#nav ul {
	float: right;
	margin: 0;
	padding: 0 40px 0 5px;
	background: #ffffff url(/images/nav_bg.gif) repeat-x bottom left;
	}
#nav ul li {
	float: right;
	position: relative;
	margin: 0;
	padding: 5px 0 0 0;
	font-family: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 90%;
	list-style-type: none;
	}
#nav ul li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #FFF url(/images/nav_off.gif) repeat-x top left;
	}
#nav ul li a:hover, 
body#home #t-home a,
body#forest #t-forest a,
body#aboutus #t-aboutus a,
body#news #t-news a,
body#members #t-members a,
body#sponsors #t-sponsors a {
	color: #333;
	padding-bottom: 5px;
	border-color: #8F6C2C;
	background: #fff url(/images/nav_on.gif) repeat-x top left;
	}
body#home #t-home ul li a,
body#forest #t-forest ul li a,
body#aboutus #t-aboutus ul li a,
body#news #t-news ul li a,
body#members #t-members ul li a,
body#sponsors #t-sponsors ul li a {
	background: none;
	color: #000;
	padding: 3px;
	margin: 0;
	border: none;
	display: block;
	}
body#home #t-home ul li a:hover,
body#forest #t-forest ul li a:hover,
body#aboutus #t-aboutus ul li a:hover,
body#news #t-news ul li a:hover,
body#members #t-members ul li a:hover,
body#sponsors #t-sponsors ul li a:hover {
	background: none;
	color: #FF0000;
	padding: 3px;
	margin: 0;
	border: none;
	display: block;
	}
#nav ul li ul {
	display: none;
	position: absolute; 
	top: 30px;
	left: 0;
	color: #FF0000;
	padding: 0 5px 0 5px;
	margin: 0;
	background: #CCCCCC;
	border: solid 1px #000;
	width: 125px;
  }
#nav ul li ul li{
	float: left;
	white-space: nowrap;
  }
#nav ul li ul a{
	background: none;
	padding: 3px;
	margin: 0;
	border: none;
	display: block;
	padding-right: 15px; 	
	}
#nav ul li ul a:hover{
	background: none;
	color: #FF0000;
	padding: 3px;
	margin: 0;
	border: none;
	display: block;
	padding-right: 15px;
	}
#nav li:hover ul, li.over ul { 
	display: block;
	z-index: 100;
	}
/*three column css*/
#content3col {
	float: left; 
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	}
#content3col .gutter {
	padding-left: 25px;
	}
#content3col h2 {
	margin: 0 0 1em 0;
	padding-top: 25px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.5em;
	color: #663;
	}
#content3col h2 img {
	margin: 15px 0 0 0;
	padding: 0 4px 4px 0;
	width: 100%;
	overflow: hidden;
	}
#content3col p {
	font-size: 100%;
	padding: 5px;
	color: #000;
	}
/*two column css*/
#content2col {
	float: left; 
	width: 100%;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	}
#content2col h2 {
	margin: 0 0 1em 0;
	padding-top: 25px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.5em;
	color: #663;
	}
#content2col h2 img {
	margin: 15px 0 0 0;
	padding: 0 4px 4px 0;
	width: 100%;
	overflow: hidden;
	}
#content2col p {
	font-size: 100%;
	padding: 5px;
	color: #000;
	}
ul.links {
	margin: 15px 0;
	padding: 15px;
	line-height: 35px;
	font-size: 120%;
	list-style: disc; 
	}
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(/images/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.5em;
	color: #333333;
	}
.image_right_frame {
	float: right;
	margin: 10px 0 10px 10px;
	border: 1px solid #666;
	padding: 10px;
	}
.image_left_frame {
	float: left;
	margin: 10px 10px 0 10px;
	border: 1px solid #666;
	padding: 10px;
	}
.figure img {
	border: 1px solid #666;
	padding: 10px;
	}
div.figure {
	float: right;
	width: 272px;
	margin: 15px 10px 5px 10px;
	}
.figure p {
	font-family: Verdana, sans-serif;
	font-size: 85%;
	color: #333;
	text-align: center;
	background: #CCCCCC;
	border: 1px solid #666;
	padding: 5px;
	margin-top: 10px;
	}
#content2col .gutter {
	padding-left: 25px;
	}
#sidebar {
	float: left;
	width: 30%;
	}
#sidebar .gutter {
	padding: 15px;
	}
#sidebar-content .gutter {
	padding-left: 25px;
	}
#sidebar-content {
	float: right;
	width: 30%;
	margin-top: 50px;
	margin-bottom: 20px;
	}
#footer {
	background: #cc9;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333;
	}
.box-2 {
	background: #effce7 url(/images/box_bottom_left.gif) no-repeat left bottom;
	line-height: 1.5em;
	}
.box-2-outer {
	background: url(/images/box_bottom_right.gif) no-repeat right bottom;
	padding-bottom: 10px;
	}
.box-2-inner {
	background: url(/images/box_top_left.gif) no-repeat left top;
	}
.box-2 ul li {
	font-size: 80%;
	font-weight: normal;
	font-family: Georgia, serif;
	margin-left: -30px;
	padding-top: 10px;
	list-style: none;
	}
.box-2 h2 {
	background: url(/images/box_top_right.gif) no-repeat right top;
	font-size: 120%;
	color: #693;
	font-weight: normal;
	font-family: Georgia, serif;
	padding: 10px 5px 0 5px;
	}
.box-2 li {
	font-size: 90%;
	padding: 15px 3px 0 -15px;
	}
.box-2 p {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	}
.box {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	background: #fff url(/images/box-b.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #DBA644;
	background: url(/images/box-t.gif) no-repeat top left;
	}
.box p {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	padding: 10px 0 0 5px;
	margin-left: -28px;
	list-style: none;
	}
 /* Hacks */
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
* html .box {
	height: 1%; /* for IE5/Win */
	heigh\t: 1%; /* for other IE versions */
	margin-top: 15px;
	margin\-top: 15px;
	}
* html .box-2 {
	height: 1%; /* for IE5/Win */
	heigh\t: 1%; /* for other IE versions */
	margin-top: 15px;
	margin\-top: 15px;
	}
/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End Hide from IE5/Mac */	
* html #sidebar { 
	display: inline;
	margin-right: -3px;
	}
input#email, input#firstName, input#lastName, input#company, input#phone, input#inquiry, input#address, input#heardAbout, input#city {
	width: 300px;
	background-color: #FBEF99;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -2px;
	}
input#state {
	width: 25px;
	background-color: #FBEF99;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -2px;
	}
input#zip {
	width: 60px;
	background-color: #FBEF99;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -2px;
	}
input#phone {
	width: 135px;
	background-color: #FBEF99;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -2px;
	}
input#firstName:focus, input#lastName:focus, input#company:focus, input#phone:focus, input#email:focus, input#address:focus, input#city:focus, input#state:focus, input#zip:focus, input#inquiry:focus, input#heardAbout:focus {
	background-color: #FDD041;
	}
textarea#inquiry {
	width: 300px;
	background-color: #FBEF99;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -2px;
	}
textarea#inquiry:focus {
	background-color: #FDD041;
	}
</style>