#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; }











body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
#holder {
	width: 800px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	border-left: 1px solid #b0b0b0;
}
#header {
	background: #FFFFFF;
}
#nav {
	width: 140px;
	float: left;
	padding: 0px 10px;
}
#content {
	margin: 0 0 0 165px;
	padding: 15px;
	
	border-right: 1px solid #b0b0b0; 
	border-left: 1px solid #b0b0b0;
}
#footer {
	padding: 0px;
	border-top: 1px solid #b0b0b0;
	font-size: 80%;
	color: #736B5E;
	border-right: 1px solid #b0b0b0; 
	border-bottom: 1px solid #b0b0b0; 

}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 10px 0px;
	border-right: 1px solid #b0b0b0; 
	
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
	 
}
p {
	font-size: 80%;
}
#content p {
	line-height: 130%;
	color: #000;
	font-size: 12px;
	text-align: left;
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited { 
	color: #666;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}


.meow { 
margin: 0; padding: 0; 
}

.rightborder { 
border-right: 1px solid #000000; 
}
.leftborder { 
border-left: 1px solid #000000; 
border-style: dashed; 
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

H6 { text-align: center }
H5 { text-align: center }

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
	
	/* NAVIGATION BUTTONS */
			.menu {
						height: 57px;
						width: 800px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/float.gif) no-repeat;
						width: 200px;
						height: 57px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 200px;
						height: 57px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #669900;
			}
			
 
			.cssnav img {width: 200px; height: 57px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
 
			.cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
.greentext {
	color: #659A01;
}
centertext {
	text-align: center;
}

