body {  
  font:  12px Verdana, Arial,Helvetica, sans-serif;
  background-color: #ffffff;   
  margin: 0; 
  padding: 0;
}

p{
padding:2%;
margin: 0;} 

#wrapper{
    width: 860px;       
    margin: 0 auto; 
    background-color: #ffffff;   
}

img.left {
float: left;
margin: 2em; }

img.right {
float: right;
margin: 2em;
}

#header{ 
height: 105px; 
border-bottom: 8px solid #186321;
}

#header h1{
   font:normal 140% "Arial Narrow", Verdana, Arial,Helvetica, serif; 
  
  } 
.headerq{
  font: italic 140%  Verdana, Arial,Helvetica, serif;  
  padding: .75em 4em 0 0;
  text-align: right;
 }
 
iframe {
border: 0px solid #ffffff;
} 
 
.name{
text-align: right;
font: normal 145% Helvetica, sans-serif; 
color: #186321;
padding: .7em 4em 0 0;
 
}   

.copyright {
font-size: .65em;
 }
 

 
#logo{ 
float: left;
border-right: 11px solid #000000; 
width: 133px; 
height: 105px;
text-align:center;
 
 }

 
#sidebar{ 
float: left;
border-right: 11px solid #000000;
width: 133px;

}




#nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
		list-style: none;
		float: left;
		width: 133px;
        
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 2.25em;
		margin-bottom : -1px;
		 
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.1em;
		margin-top : -4em;
      
        
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 10.5em; 
		display: block;
		color: #186321; 
		text-decoration: none;
		background: #ffffff;
		border : 1px solid #000000;
		padding : 0 0 0 .5em; 
   
	}
	
	#nav li a:hover {		 
		background-color : #e0e0e0;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#content{
  background-color: #ffffff;
 }  
#turtles{
 
margin-left: 18%;
 }
 
 
#gallery{
margin-left: 18em; 
}

#poem{
margin: 0;
padding-left: 25%;
 }



.thumbnail
{
float: left;
width: 160px; 
margin: 15px 15px 15px 0;
padding: 15px;
text-align: center;
}

.thumbnail img{
border: 1px solid #000000;
 }
 
.thumbnail a{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;

}
 
 .backbutton a{
  color: #616161;
  font-family: Cambria, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  }


#clearboth { 
clear: both;
 
}


 .linkbuttonl a{
  float: left;
  color: #616161;
  font-family: Cambria, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  }

 .linkbuttonr a{
  float: right;
  padding-right: 70px;
  color: #616161;
  font-family: Cambria, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.3em;
  }



/*  lightbox thumbnail*/
.thumbnail2{
    float: left;
	padding: 1em 2em 0 4em;	
	margin-right: 10px;
	margin-bottom: 10px;
    }  
.thumbnail2  img{  
padding-left: 1em;
}      
    
.thumbnail2 a img{ border: none; 
 
}  
 
#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; }




 



