@charset "utf-8";
/* CSS Document */

*	{
	margin:0px;
	padding:0px;

	list-style:none;
	border:0px;
	
	font-size:1em;
	line-height:1em;
	letter-spacing:0em;
	text-indent:0px;

	/*font-family:trebuchet,'trebuchet ms','ms trebuchet',sans-serif;*/
	font-family:verdana,sans-serif;
	color:black;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

body {
	background-color:#17351a;
	text-align:center;
}


/*/////////////////////// DIVS //////////////////////*/

#container {
	height:600px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#containerMap {
	height:600px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	text-align:left;
}

#swfHeader {
	height:100px;
	width:1000px;
	margin:0px;
}

#map {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
}

#contentContainer {
	float:left;
	width:1000px;
}

#frameContainer {
	width:914px;
	height:322px;
	padding-top:14px;
	margin-top:29px;
	background-repeat:no-repeat;
	margin-left:40px;
}

#exploreContainer {
	width:996px;
	background-image:url(../images/exploreBG2.jpg);
	height:388px;
	border:2px solid #ffffff;
}

#aboutContainer {
	width:996px;
	background-image:url(../images/aboutUsBG.jpg);
	height:388px;
	border:2px solid #ffffff;
}

#involvedContainer {
	width:996px;
	background-image:url(../images/getInvolvedBG.jpg);
	height:388px;
	border:2px solid #ffffff;
}

#learnContainer {
	width:996px;
	background-image:url(../images/learnMoreBG.jpg);
	height:388px;
	border:2px solid #ffffff;
}

#visitContainer {
	width:996px;
	background-image:url(../images/visitorInfoBG.jpg);
	height:388px;
	border:2px solid #ffffff;
}

#learnFrameContainer {
	
	width:914px;
	height:322px;
	padding-top:14px;
	margin-top:29px;
	background-repeat:no-repeat;
	margin-left:40px;
}
/*/////////////////// Content Divs ///////////////////*/
#frameContent {
	float:right;
	width:611px;
	height:240px;
	margin-right:18px;
}

#frameImage {
	width:236px;
	height:242px;
	margin-left:16px;
	margin-bottom:13px;
}

#scroll {
	overflow : auto;
	width:575px;
	height:188px;
	margin-top:12px;
	padding-right:36px;

}

#frameLinks {
	width:915px;
	
}

#frameContent ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#frameContent ol li{
	line-height:22px;
}

#frameContent ul, #printContent ul {
	margin-top:20px;
}

#frameContent ul li, #printContent ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#printContent ul li p{
	font-weight:normal;
	display:inline;
}

#frameContent input.name,  #frameContent input.address{
	width:500px;
	display:block;
	border:1px solid #bcbdc0;
	font-size:14px;
	padding:4px;
	padding-left:5px;
}

#frameContent ul.form li {
	display:block;
	font-weight:bold;
	margin-top:15px;

}

#frameContent table  {
	margin-top:20px;
	margin-left:95px;
	
}

#frameContent table td {
	font-size:14px;
	padding:5px;
	
}

#frameContent table td.head {
	font-weight:bold;
}

#frameContent table input {
	border:1px solid #bcbdc0;
	width:40px;
	height:18px;
	padding:5px;
}

#frameContent input.city {
	width:200px;
	display:block;
	border:1px solid #bcbdc0;
	font-size:14px;
	padding:4px;
	padding-left:5px;
}

#frameContent input.state {
	width:50px;
	display:block;
	border:1px solid #bcbdc0;
	font-size:14px;
	padding:4px;
	padding-left:5px;
}

#frameContent input.zipcode {
	width:100px;
	display:block;
	border:1px solid #bcbdc0;
	font-size:14px;
	padding:4px;
	padding-left:5px;
}

#plantlifeContainer {
	width:878px;
	height:239px;
	padding-left:18px;
	margin-bottom:42px;
	background-color:#FFFFFF;
}

#plantlifeContainerBG {
	/*background-image:url(../images/plantlifeFrameContainerBG.png);*/
	width:914px;
	height:322px;
	padding-top:14px;
	margin-top:29px;
	background-repeat:no-repeat;
	margin-left:40px;
}

#plantlifeScroll {
	width:878px;
	height:191px;
	overflow : auto;
	margin-top:20px;
}


#plantlifeScroll table td {
	width:265px;
}

#plantlifeScroll table ul li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	
}

#plantlifeScroll table ul li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#628b77;
	
}
#frameLinksPlant {
	width:915px;
}

#printForm {
	background-color:#FFFFFF;
	width:768px;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#formHeader {
	width:768px;
	height:129px;
}	

#printContent {
	padding:30px;
}

#printContent table {
	margin-top:20px;
	font-size:12px;
	margin-left:50px;
}

#printContent h4 {
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
}

#printContent td{
	padding:10px;
}	

#printFooter p{
	font-size:10px;
}

input.printButton{
	background-image:url(../images/printButton.gif);
	width:48px;
	height:26px;
	margin-left:318px;
}

#printContent a {
	font-size:12px;
	font-weight:bold;
}

/*/////////////////////// Typography //////////////////////*/

h1 {
	font-family:#;
	font-size:#;
	color:#;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color:#002d1f;
	margin-bottom:1px;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#002d1f;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#282425;
	margin-top:17px;
	line-height:14px;
}

a {
	font-family:#;
	font-size:#;
	color:#;
}

a:hover {
	font-family:#;
	font-size:#;
	color:#CCCCCC;
}
.clr {
	float:none;
	clear:both;
}

/*/////////////////////// Images //////////////////////*/
#slideShow {
	float:left;
}

/*/////////////////////// Footer //////////////////////*/
#footer {
	float:left;
	padding-left:24px;
	margin-top:-20px;
	width:1000px;
	position:absolute;
}
#footer p, a {
	color:#628c78;
}

/*////////////// SITEMAP CREDITS CHANGES Begin////////////////////////////*/
#scroll ul.credits li{
	font-weight:normal;
	
}

#scroll ul.credits {
	margin-bottom:20px;
}

#scroll ul.sitemap {
	margin-left:15px;
	margin-bottom:15px;
	color:#17351a;
}

#scroll ul.sitemap a:hover {
	color:#17351a;
	background-color:#8dc73f;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002d1f;
	font-weight:bold;
	margin-bottom:5px;
}

h4 a {
	margin-bottom:10px;
	text-decoration:underline;
	font-weight:bold;
	color:#17351a;
}

h4 a:hover {
	margin-bottom:10px;
	text-decoration:underline;
	font-weight:bold;
	color:#17351a;
	background-color:#8dc73f;
}

/*////////////// SITEMAP CREDITS CHANGES End////////////////////////////*/



