@charset "UTF-8";

body
	{
		background-color: #aaac70;
	}

p
	{
		margin-left:75px;
		margin-right:75px;
	}
	
h1
	{
		font-size:16px;
		margin-left:75px;
		margin-right:75px;
	}
	
img
	{
		border:0px;
	}

#contentBorder
	{
		width: 810px;
		padding-top:1px;
		background-color:#485e00;
		margin-right: auto;
		margin-left: auto;	
	}

#content 
	{
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color:#f2f0e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485e00;
	text-align: justify;
	}

#home
	{
		height:326px;
		background-color:#485e00;
	}

#menu
	{
		text-align:center;	
	}

#menu img
	{
		margin-top: 12px;
		margin-right: 20px;
		margin-bottom: 8px;
		margin-left: 20px;
	}

#left
	{
		position:relative;
		top:10px;
		left:10px;
	}
	
#right
	{
		position:relative;
		top:10px;
		left:17px;
	}

#copy
	{
		background-color:#485e00;
		color:#f2f0e4;
		text-align:center;
		padding:2px;
		margin-left:0px;
		margin-right:0px;
	}	

.process
	{
		margin-left:100px;
		margin-right:100px;
	}

.indent
	{
		float:left;
		margin-left:55px;
		margin-top:15px;
		margin-right:25px;
	}

.border
	{
		background-color:#485e00;
		color:#f2f0e4;
		text-align:center;
		padding:5px;
		margin-left:0px;
		margin-right:0px;
	}
	
.border2
	{
		background-color:#485e00;
		color:#f2f0e4;
		text-align:center;
		padding:5px;
		margin-top:320px;
		margin-left:0px;
		margin-right:0px;
	}
	
.imgRow
	{
		text-align:center;
	}
	
.imgRow img
	{
		margin: 0 25px;
	}
	
.indentMenu
	{
		margin-left:55px;
		margin-top:15px;
		margin-right:10px;
		margin-bottom:5px;
	}

.centered
	{
		display: block;
   		margin-left: auto;
    	margin-right: auto;
	}
	
.center
	{
		text-align:center;
	}
		
.fixedLink
	{
		position:fixed;
		left:20px;
		bottom:20px
	}

.slideshowA { float: left;}
.slideshowB { float: left;}
.slideshowC { float: left;}
.slideshowD { float: left;}
.slideshowA img { padding: 5px; background-color: #f2f0e4; }
.slideshowB img { padding: 5px; background-color: #f2f0e4; }
.slideshowC img { padding: 5px; background-color: #f2f0e4; }
.slideshowD img { padding: 5px; background-color: #f2f0e4; }

/*Lightbox Properties*/

#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: #f2f0e4;
		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/lightbox/prevlabel.gif) left 15% no-repeat;
	}
	
#nextLink:hover, #nextLink:visited:hover
	{
		background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat;
	}

#imageDataContainer
	{ 
		font-family: Arial, Helvetica, sans-serif; 
		background-color: #f2f0e4; 
		margin: 0 auto; 
		line-height: 1.4em; 
		overflow: auto; 
		width: 100%	;
	}

#imageData
	{
	padding:0 15px;
	color: #485e00;
	}
	
#imageData #imageDetails
	{
		width: 70%;
		float: left;
		text-align: left;
	}	

#imageData #caption
	{
		font-size: large;
	}
	
#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: 80;
		width: 100%;
		height: 500px;
		background-color: #aaac70;
	}
	
/* end Lightbox Properties */

