@charset "utf-8";
/* CSS Document */

/* Hex Codes

Gold - #e3b149
Hunter - #5a6d40
Sage - #a9b076
Celery - #e3e8c9
Charcoal - #3a3a3a
Accent Border - #c2c6ac;

*/

body	{	margin:0px auto;
			padding:0px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#3a3a3a;
			background-image:url(/_template/images/bg.jpg);
			background-repeat:repeat;
			background-color:#e3e8c9;	}
			
.container	{	margin:0px auto;
				padding:10px 10px 15px 5px;
				width:820px;
				background-color:#FFFFFF;
				overflow:hidden;	}
				
#header	{	width:810px;
			margin:0px auto;	}
			
#contact	{	width:150px;
				float:right;
				text-align:right;
				margin-top:10px;	}
				
.logo	{	width:461px;
			float:left;	}
			
#top_navigation	{	width:810px;
					background-color:#e3e8c9;
					border:#c2c6ac 1px solid;
					overflow:hidden;	}
					
#welcome_navigation	{	width:199px;
						float:left;
						background-color:#5a6d40;
						margin-top:12px;	}
						
#feature_navigation	{	width:199px;
						float:left;
						background-color:#e3b149;
						margin-top:12px;	}
			
.welcome	{	background-color:#889576;
				width:192px;
				padding:0 0 0 7px;
				margin-top:-5px;	 }
				
.feature	{	background-color:#e8c57c;	
				width:192px;
				padding:0 0 0 7px;
				margin-top:-5px;	 }			

.top_img	{	width:590px;
				border:3px #5a6d40 solid;
				height:304px;	}
			
.small	{	font-size:10px;	}

.tiny_text	{	font-size:10px;
				padding:5px 0px 5px 0px;	}

.statement	{	background-image:url(/_template/images/s.jpg);
				background-repeat:no-repeat;
				width:200px;
				padding:0px;
				height:213px;
				text-align:center;
				float:left;	}
				
.video	{	width:200px;
			padding:0px;
			height:155px;
			text-align:center;
			float:left;
			margin:10px 0px 0px 0px;	}


#content	{	width:605px;
				float:right;
				margin-top:12px;	}
				
#footer	{	background-color:#a9b076;
			border:1px #929867 solid;
			padding:6px;
			width:810px;
			margin:0px auto;
			text-align:center;	}
			
#footer a:link, #footer a:visited	{
	color: #3a3a3a;
	font-family:sans-serif;
	font-weight:bold;
	text-decoration: none;	}
	
#footer a:hover	{	color: #ffffff;		}

#footer li	{	display:inline;
				padding:0px 10px 0px 0px;	}

#credits	{	width:100%;
				margin:0px auto;
				padding:10px;	}
			
#left	{	width:200px;
			float:left;
			overflow:hidden;	}
				
#content a:link, #content a:visited	{	color:#396103;
										text-decoration:underline;	}
										
#content a:hover	{	text-decoration:none;	}

#caption	{	background-color:#e3e8c9;
				width:585px;
				padding:6px;
				margin-top:5px;	}

.front_article	{	width:180px;
					float:left;
					margin-right:15px;	}
					
.thumb	{	margin:5px;
			border:3px #5a6d40 solid;	}
					
/*Lightbox Techniques*/

#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, #prevLink:hover, #prevLink:visited:hover { background: url(/_template/images/prevlabel.gif) 0 100% no-repeat; 
border: none; left: 0; float: left; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(/_template/images/nextlabel.gif) 100% 100% no-repeat; 
border: none; right: 0; float: right;
}
#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; }
