﻿body {
	margin:0;
	background-color:#0092d0;
	background-image:url('images/Backgrnd.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#site {
	background-image:url('images/SiteBack.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}
.header {
	background-image:url('images/header.jpg');
	height:120px;
	text-align:right;
	color:#ffffff;
	font-size:10px;
}
.nav {
	height:47px;
	background-image:url('images/navBack.jpg');
	background-repeat:no-repeat;
	text-align:center;
	color:#ffffff;
	font-family:Tahoma;
	font-size:12px;
}
.slideBox {
	height:200px;
}
.slideBox2 {
	height:75px;
}
.innerContent {
	background-color:#ffffff;
	color:#333333;
	font-size:13px;
}
.innerContentTitle {
	height:21px;
	background-image:url('images/BarTitle.jpg');
	background-repeat:no-repeat;
	font-size:12px;
	color:#ffffff;
}
.innerContentText {
	padding:3px;
	line-height:18px;
}
.leftHeader {
	width:255px;
	height:21px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3px;
	background-image:url('images/rghtHeader.jpg');
	background-repeat:no-repeat;
}
.leftHeader2 {
	width:255px;
	height:21px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3px;
	background-image:url('images/rghtHeader2.jpg');
	background-repeat:no-repeat;
}
.leftColunmBlock {
	padding:2px;
	font-size:9px;
	background-color:#7ac142;
	line-height:12px;
	border:1px solid #d7dbc0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.footer {
	text-align:center;
	color:#ffffff;
	font-size:11px;
}
.thumb {
	width:75px;
	height:56px;
}
.plants {
	line-height:18px;
}
.titleText {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#e51b24;
}
.smallText {
	font-size:10px;
}
/*links*/
div.leftColunmBlock a:link {
	color:#0057a2;
	text-decoration:underline;
}
div.leftColunmBlock a:active {
	color:#0057a2;
	text-decoration:underline;
}
div.leftColunmBlock a:visited {
	color:#0057a2;
	text-decoration:underline;
}
div.leftColunmBlock a:hover {
	color:#0057a2;
	text-decoration:underline;
}
div.innerContentText a:link {
	color:#006699;
	text-decoration:underline;
}
div.innerContentText a:visited {
	color:#6699cc;
	text-decoration:underline;
}
div.innerContentText a:active {
	color:#006699;
	text-decoration:underline;
}
div.innerContentText a:hover {
	color:#6699cc;
	text-decoration:underline;
}
.smallTitleText a:link {
	font-size:10px;
	font-weight:bold;
	color:#01203f;
}
.smallTitleText a:active {
	font-size:10px;
	font-weight:bold;
	color:#01203f;
}
.smallTitleText a:visited {
	font-size:10px;
	font-weight:bold;
	color:#01203f;
}
.smallTitleText a:hover {
font-size:10px;
font-weight:bold;
color:#f7720f;
}
.plants a:link {
	font-size:11px;
	color:#006699;
	text-decoration:none;
}
.plants a:active {
	font-size:11px;
	color:#006699;
	text-decoration:none;
}
.plants a:visited {
	font-size:11px;
	color:#006699;
	text-decoration:none;
}
.plants a:hover {
	font-size:11px;
	color:#006699;
	text-decoration:underline;
}
.nav a:link {
color:#ffffff;
text-decoration:none;
}
.nav a:active {
color:#ffffff;
text-decoration:none;
}
.nav a:visited {
color:#ffffff;
text-decoration:none;
}
.nav a:hover {
color:#ffffff;
text-decoration:underline;
}

.footer a:link {
color:#ffffff;
text-decoration:none;
}
.footer a:active {
color:#ffffff;
text-decoration:none;
}
.footer a:visited {
color:#ffffff;
text-decoration:none;
}
.footer a:hover {
color:#ffffff;
text-decoration:underline;
}
.menuHead2 a:link {
	color:#ffffff;
	text-decoration:none;
}
.menuHead2 a:active {
	color:#ffffff;
	text-decoration:none;
}
.menuHead2 a:visited {
	color:#ffffff;
	text-decoration:none;
}
.menuHead2 a:hover {
	color:#ffffff;
	text-decoration:underline;
}
/*VideoLightBOx*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}
/*Image Box*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*Clamshell FAQ*/
.menuHead  {
			color: #000000;
			font-weight: bold;
			font-size: 11px;
			font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
			text-decoration: none }
.menuHead2  {
			display:block;
			background-color:#0092cf;
			color: #ffffff;
			font-weight: bold;
			font-size: 11px;
			font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
			text-decoration: none }

.menuOption {
			color: blue;
			font-size: 10px;
			font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
			margin-left: 10px; }
#menu1 {
			display: none;}
			
#menu2 {
			display: none;}
				
#menu3 {
			display: none;}
#menu4 {
			display: none;}	
#menu5 {
			display: none;}	
#menu6 {
			display: none;}
#menu7 {
			display: none;}
			
#menu8 {
			display: none;}
				
#menu9 {
			display: none;}
#menu10 {
			display: none;}	
#menu11 {
			display: none;}	
#menu12 {
			display: none;}	
#menu13 {
			display: none;}
			
#menu14 {
			display: none;}
				
#menu15 {
			display: none;}
#menu16 {
			display: none;}	
#menu17 {
			display: none;}	
#menu18 {
			display: none;}	
#menu19 {
			display: none;}
			
#menu20 {
			display: none;}
				
#menu21 {
			display: none;}
#menu22 {
			display: none;}	
#menu23 {
			display: none;}	
#menu24 {
			display: none;}
/*Plants*/	
.pageImg {
width:250px;
height:188px;
}	
.adminPageImg {
width:200px;
}	
.thumb {
width:75px;
height:56px;
}
.thumbFrame {
width:85px;
height:66px;
padding-top:5px;
background-image:url(images/frame.jpg);
background-repeat:no-repeat;
}
.thumbSearch {
width:150px;
height:113px;
}
.thumbFrameSearch {
width:160px;
height:123px;
padding-top:5px;
background-image:url(images/frameSearch.jpg);
background-repeat:no-repeat;
}
.nameText {
font-size:14px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.grayText {
color:#cccccc;
}
/*Form Formatting */
.formTable {
background-color:#e0efcf;
border:1px solid #5e6e66;
}
input.formInputField {
border:solid 1px #006699;
background-color:#ffffff;
color:#000;
margin-right:5px;
margin-bottom:5px;
padding:2px;
height:18px;
}
input.formInputField:hover {
background-color:#f0f0f0;
border:solid 1px #b38707;
color:#000;
}
input.formInputButton {
border:solid 1px #006699;
background-color:#f0f0f0;
font-size:10px;
}
input.formInputButton:hover {
border:solid 1px #000000;
background-color:#f0f0f0;
font-size:10px;
}
select.formSelect {
border:1px solid #006699;
background-color:#f0f0f0;
}
input.formTextArea {
border:solid 1px #006699;
background-color:#f0f0f0;
}
.style1 {
color: #006699;
}
.smalltext {
font-size:9px;
font-weight:bold;
color: #006699;
}

