BODY {
  background: #fef8dd;
  font-family:Arial; 
  font-size:11px;
  font-weight:bold;
  color: #797064;
  margin: 0px;
  min-width:1000px;
  width: auto;
}

#formcomments {
  font-family:Tahoma; 
  font-size:12px;
  font-weight:normal;
  font-style: normal;
  color: #3d2c17;
  height: 125px;
  width: 300px;
}

#form {
  font-family:Tahoma; 
  font-size:12px;
  font-weight:normal;
  font-style: normal;
  color: #3d2c17;
  width: 300px;
}

 #formarea {
  font-family:Tahoma; 
  font-size:14px;
  font-weight:normal;
  color: #3d2c17;
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  background: #f4f0ed;
  border-top: 1px #FFFFFF solid;
  border-left: 1px #FFFFFF solid; 
  border-right: 1px #719470 solid;
  border-bottom: 1px #719470 solid;  
 }
 
 .error {
  color: #da3939;
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
 } 
 
 .required {
  color: #b26a68;
  font-size: .8em;
  font-style: italic;
  font-weight: bold;
 } 

#footer {
  clear: both;
  margin-left: auto;
	margin-right: auto;

  font-family:Arial; 
  font-size:10px;
  font-weight:normal;
  color: #808080;
}

.smallText {
  font-family:Arial; 
  font-size:10px;
  font-weight:normal;
  color: #808080;
}	

.smallText a {
  font-family:Arial; 
  font-size:10px;
  font-weight:normal;
  color: #808080;
  text-decoration:none;
}

.smallText a:hover {
  color:#3d2c17;
}

#padright{
	padding-right: 75px;
}

#padrightone{
	padding-right: 30px;
}

*html #padrightone{
	padding-right: 30px;
}

A {
  font-family:Arial; 
  font-size:16px;
  font-weight: normal;
  font-style: normal;
	color: #797064;
	Text-decoration: none;
}

A:hover {
	color: #008000;
	Text-decoration: underline;
}

#links {
  font-family:Arial; 
  font-size:16px;
  font-weight: normal;
  font-style: normal;
	color: #797064;
	Text-decoration: none;
}

#links a:link, #sidemenu a:visited {
  font-family:Arial; 
  font-size:16px;
  font-weight: normal;
  font-style: normal;
	color: #797064;
	Text-decoration: none;
}

#links a:hover {
  font-family:Arial; 
  font-size:16px;
  font-weight:normal;
  font-style: normal;
	color: #008000;
	text-decoration: none;
}




#plantborder {
	background: #ffffff;
  border-right: 1px;
  border-right-color: #cae0cd;
  border-right-style: solid;
  border-bottom: 1px;
  border-bottom-color: #cae0cd;
  border-bottom-style: solid;  
 }
 
 img.floatLeft {
  float: left;
  margin: 4px;
}

 img.floatRight {
  float: right;
}

.heading {
  font-family:Tahoma; 
  font-size:14px;
  font-weight:bold;
  color: #3d2c17;
  margin: 0px;
 
  padding-left: 0px;
}

.copyright {
  font-family: Arial; 
  font-size:10px;
}

.copyright a{
  font-family: Arial; 
  font-size:10px;
}

.copyright a:hover{
  font-family: Arial; 
  font-size:10px;
  color: #008000;
}

.headers {
  font-family: Arial; 
  font-size:10px;
  font-weight:bold;
}


#name {
	position: absolute;
	left: 47%;
	z-index: 1;
}


#menu {
	position: absolute;
	top: 215px;

}

#leaves1 {
	position: absolute;


}

/* begin lightbox css */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


