@charset "UTF-8";
/* CSS Document */

/*/////////////////////// NAV //////////////////////*/

#nav {
	float:left;
	width:1000px;
	overflow:visible;
	/*border:red solid 1px;*/
}
#nav ul {
	text-decoration:none;
	list-style:none;
}
#nav ul li {
	float:left;
	display:inline;
}
#about {
	background:transparent url(../images/navImages/aboutUs_over.jpg) no-repeat left top;
	width:100px;
	height:65px;
}
#about a {
	background:white url(../images/navImages/aboutUs_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#about a:hover {
	background:transparent none repeat scroll 0%;
}
#visit {
	background:transparent url(../images/navImages/visitorInfo_over.jpg) no-repeat left top;
	width:120px;
	height:65px;
}
#visit a {
	background:white url(../images/navImages/visitorInfo_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#visit a:hover {
	background:transparent none repeat scroll 0%;
}
#learn {
	background:transparent url(../images/navImages/learnMore_over.jpg) no-repeat left top;
	width:120px;
	height:65px;
}
#learn a {
	background:white url(../images/navImages/learnMore_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#learn a:hover {
	background:transparent none repeat scroll 0%;
}
#explore {
	background:transparent url(../images/navImages/explore_over.jpg) no-repeat left top;
	width:90px;
	height:65px;
}
#explore a {
	background:white url(../images/navImages/explore_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#explore a:hover {
	background:transparent none repeat scroll 0%;
}
#involve {
	background:transparent url(../images/navImages/getInvolved_over.jpg) no-repeat left top;
	width:140px;
	height:65px;
}
#involve a {
	background:white url(../images/navImages/getInvolved_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#involve a:hover {
	background:transparent none repeat scroll 0%;
}
#preloadNav {
	background-image:url(../images/navImages/aboutUs_over.jpg);
	background-image:url(../images/navImages/explore_over.jpg);
	background-image:url(../images/navImages/learnMore_over.jpg);
	background-image:url(../images/navImages/visit_over.jpg);
	background-image:url(../images/navImages/getInvolved_over.jpg);
	display:none;
}
#search {
	float:left;
	width:150px;
	margin-top:19px;
}
#searchTitle {
	float:right;
	margin-right:-16px;
}
#searchBox {
	clear:right;
	height:17px;
}
#searchBtn {
	float:right;
	background:url(../images/navImages/search_button.gif) no-repeat;
	width:35px;
	height:20px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
	margin-right:-33px;
	margin-top:-17px;
}

/*/////////////////////// DOWN STATE //////////////////////*/
	
#about_d {
	background:transparent url(../images/navImages/aboutUs_here.gif) no-repeat left top;
	width:100px;
	height:65px;
}
#visit_d {
	background:transparent url(../images/navImages/visitorInfo_here.gif) no-repeat left top;
	width:120px;
	height:65px;
}
#learn_d {
	background:transparent url(../images/navImages/learnMore_here.gif) no-repeat left top;
	width:120px;
	height:65px;
}
#explore_d {
	background:transparent url(../images/navImages/explore_here.gif) no-repeat left top;
	width:90px;
	height:65px;
}
#involve_d {
	background:transparent url(../images/navImages/getInvolved_here.gif) no-repeat left top;
	width:140px;
	height:65px;
}

/*/////////////////////// LG Button Nav //////////////////////*/
#largeNav {
	float:left;
	width:1000px;
}
#involvedLg {
	background:transparent url(../images/lgButtonsImages/involvedLGbutton_over.jpg) no-repeat left top;
	width:350px;
	height:80px;
	float:left;
}
#involvedLg a {
	background:white url(../images/lgButtonsImages/involvedLGbutton_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#involvedLg a:hover {
	background:transparent none repeat scroll 0%;
}

#learnLg {
	background:transparent url(../images/lgButtonsImages/learnLGbutton_over.jpg) no-repeat left top;
	width:345px;
	height:80px;
	float:left;
}
#learnLg a {
	background:white url(../images/lgButtonsImages/learnLGbutton_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#learnLg a:hover {
	background:transparent none repeat scroll 0%;
}

#tourLg {
	background:transparent url(../images/lgButtonsImages/exploreLGbutton_over.jpg) no-repeat left top;
	width:305px;
	height:80px;
	float:left;
}
#tourLg a {
	background:white url(../images/lgButtonsImages/exploreLGbutton_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#tourLg a:hover {
	background:transparent none repeat scroll 0%;
}
#preloadLG {
	background-image:url(../images/lgButtonsImages/exploreLGbutton_over.gif);
	background-image:url(../images/lgButtonsImages/learnLGbutton_over.gif);
	background-image:url(../images/lgButtonsImages/tourLGbutton_over.gif);
	display:none;
}
/*/////////////////////// LG Button Down State //////////////////////*/
#involvedLg_d {
	float:left;
}
#learnLg_d {
	float:left;
}
#tourLg_d {
	float:left;
}

/*/////////////////////// Frame Nav //////////////////////*/

#frameLinks {
	float:left;
	padding-top:26px;
	/*border:red solid 1px;*/
}
#frameLinks ul {
	margin-left:23px;
	text-decoration:none;
	list-style:none;
}

#frameLinks ul li{
	float:left;
	display:inline;
}
#frameLinksPlant {
	float:left;
	/*border:red solid 1px;*/
}
#frameLinksPlant ul {
	margin-left:23px;
	text-decoration:none;
	list-style:none;
}

#frameLinksPlant ul li{
	float:left;
	display:inline;
}

/*/////////////////////// About Nav //////////////////////*/
#intro {
	background:transparent url(../images/subNav/introduction_over.jpg) no-repeat left top;
	width:125px;
	height:25px;
	overflow:hidden;
}
#intro a {
	background:white url(../images/subNav/introduction_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#intro a:hover {
	background:transparent none repeat scroll 0%;
}
#intro_d {
	background:transparent url(../images/subNav/introduction_here.gif) no-repeat left top;
	width:125px;
	height:25px;
}

#ourmission {
	background:transparent url(../images/subNav/ourmission_over.gif) no-repeat left top;
	width:115px;
	height:20px;
	margin-top:2px;
	margin-left:-8px;
	overflow:hidden;
}
#ourmission a {
	background:white url(../images/subNav/ourmission_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#ourmission a:hover {
	background:transparent none repeat scroll 0%;
}
#ourmission_d {
	background:transparent url(../images/subNav/ourmission_here.gif) no-repeat left top;
	width:115px;
	height:20px;
	margin-top:2px;
	margin-left:-8px;
}

#history {
	background:transparent url(../images/subNav/history_over.gif) no-repeat left top;
	width:80px;
	height:20px;
	margin-top:2px;
	overflow:hidden;
}
#history a {
	background:white url(../images/subNav/history_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#history a:hover {
	background:transparent none repeat scroll 0%;
}
#history_d {
	background:transparent url(../images/subNav/history_here.gif) no-repeat left top;
	width:80px;
	height:20px;
	margin-top:2px;
}

#publications {
	background:transparent url(../images/subNav/publications_over.gif) no-repeat left top;
	width:115px;
	height:20px;
	margin-top:2px;
}
#publications a {
	background:white url(../images/subNav/publications_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#publications a:hover {
	background:transparent none repeat scroll 0%;
}
#publications_d {
	background:transparent url(../images/subNav/publications_here.gif) no-repeat left top;
	width:115px;
	height:20px;
	margin-top:2px;
}

/*/////////////////////// Visit Nav //////////////////////*/
#directions {
	background:transparent url(../images/subNav/directions_over.jpg) no-repeat left top;
	width:105px;
	height:25px;
}
#directions a {
	background:white url(../images/subNav/directions_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#directions a:hover {
	background:transparent none repeat scroll 0%;
}
#directions_d {
	background:transparent url(../images/subNav/directions_here.gif) no-repeat left top;
	width:105px;
	height:25px;
}

#activities {
	background:transparent url(../images/subNav/activities_over.jpg) no-repeat left top;
	width:164px;
	height:25px;
}
#activities a {
	background:white url(../images/subNav/activities_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#activities a:hover {
	background:transparent none repeat scroll 0%;
}
#activities_d {
	background:transparent url(../images/subNav/activities_here.gif) no-repeat left top;
	width:164px;
	height:25px;
}

#contact {
	background:transparent url(../images/subNav/contact_over.jpg) no-repeat left top;
	width:79px;
	height:25px;
}
#contact a {
	background:white url(../images/subNav/contact_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#contact a:hover {
	background:transparent none repeat scroll 0%;
}
#contact_d {
	background:transparent url(../images/subNav/contact_here.gif) no-repeat left top;
	width:79px;
	height:25px;
}

/*/////////////////////// Learn Nav //////////////////////*/
#learnCenter {
	background:transparent url(../images/subNav/learningCenter_over.jpg) no-repeat left top;
	width:151px;
	height:25px;
}
#learnCenter a {
	background:white url(../images/subNav/learningCenter_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#learnCenter a:hover {
	background:transparent none repeat scroll 0%;
}
#learnCenter_d {
	background:transparent url(../images/subNav/learningCenter_here.gif) no-repeat left top;
	width:151px;
	height:25px;
}

#kidsFam {
	background:transparent url(../images/subNav/kidsFamily_over.jpg) no-repeat left top;
	width:135px;
	height:25px;
}
#kidsFam a {
	background:white url(../images/subNav/kidsFamily_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#kidsFam a:hover {
	background:transparent none repeat scroll 0%;
}
#kidsFam_d {
	background:transparent url(../images/subNav/kidsFamily_here.gif) no-repeat left top;
	width:135px;
	height:25px;
}

#eduStu {
	background:transparent url(../images/subNav/educators_over.jpg) no-repeat left top;
	width:191px;
	height:25px;
}
#eduStu a {
	background:white url(../images/subNav/educators_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#eduStu a:hover {
	background:transparent none repeat scroll 0%;
}
#eduStu_d {
	background:transparent url(../images/subNav/educators_here.gif) no-repeat left top;
	width:191px;
	height:25px;
}

/*/////////////////////// Explore Nav //////////////////////*/
#habitats {
	background:transparent url(../images/subNav/habitats_over.jpg) no-repeat left top;
	width:89px;
	height:25px;
}
#habitats a {
	background:white url(../images/subNav/habitats_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#habitats a:hover {
	background:transparent none repeat scroll 0%;
}
#habitats_d {
	background:transparent url(../images/subNav/habitats_here.gif) no-repeat left top;
	width:89px;
	height:25px;
}

#plantlife {
	background:transparent url(../images/subNav/featuredplants_over.jpg) no-repeat left top;
	width:146px;
	height:25px;
}
#plantlife a {
	background:white url(../images/subNav/featuredplants_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#plantlife a:hover {
	background:transparent none repeat scroll 0%;
}
#plantlife_d {
	background:transparent url(../images/subNav/featuredplants_here.gif) no-repeat left top;
	width:146px;
	height:25px;
}

#interactivemap {
	background:transparent url(../images/subNav/interactivemap_over.gif) no-repeat left top;
	width:137px;
	height:19px;
	margin-top:2px;
}
#interactivemap a {
	background:white url(../images/subNav/interactivemap_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#interactivemap a:hover {
	background:transparent none repeat scroll 0%;
}
#interactivemap_d {
	background:transparent url(../images/subNav/interactivemap_here.gif) no-repeat left top;
	width:137px;
	height:19px;
	margin-top:2px;
}

/*/////////////////////// Learn Nav //////////////////////*/
#volunteer {
	background:transparent url(../images/subNav/volunteer_over.jpg) no-repeat left top;
	width:105px;
	height:25px;
}
#volunteer a {
	background:white url(../images/subNav/volunteer_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#volunteer a:hover {
	background:transparent none repeat scroll 0%;
}
#volunteer_d {
	background:transparent url(../images/subNav/volunteer_here.gif) no-repeat left top;
	width:105px;
	height:25px;
}

#donate {
	background:transparent url(../images/subNav/membershipsDonation_over.jpg) no-repeat left top;
	width:216px;
	height:25px;
}
#donate a {
	background:white url(../images/subNav/membershipsDonation_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#donate a:hover {
	background:transparent none repeat scroll 0%;
}
#donate_d {
	background:transparent url(../images/subNav/membershipsDonation_here.gif) no-repeat left top;
	width:216px;
	height:25px;
}


/*/////////////////////// Previous and Next Nav //////////////////////*/

/*#prenext {
	margin-left:286px;
	margin-bottom:10px;
}

#prenext li{
	display:inline;
}
#previous {
	background:transparent url(../images/navImages/previous_over.gif) no-repeat left top;
	width:106px;
	height:13px;
}
#previous a {
	background:white url(../images/navImages/previous_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#previous a:hover {
	background:transparent none repeat scroll 0%;
}
#next {
	background:transparent url(../images/navImages/next_over.gif) no-repeat left top;
	width:69px;
	height:13px;
}
#next a {
	background:white url(../images/navImages/next_normal.gif) no-repeat left top;
	color:#000000;
	display:block;
	height:100%;
	width:100%;
}
#next a:hover {
	background:transparent none repeat scroll 0%;
}*/



