/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background-image: url('images_site_pages/bwfernbackground3.JPG');
	background-repeat: repeat;
        background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333333;
	}

a:link {
	color:#339933;text-decoration:none;
	} /*unvisited link*/

a:visited {
	color:#339933;
	}  /* visited link */

a:hover {
	text-decoration: underline; 
	color: #808080;
	}  /*mouse over link*/

a:active {
	color:#0000FF;
	}  /* selected link */




/*------------------------------------------------------------*
**  Container Big Box
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fffaf0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header for the Banner
**------------------------------------------------------------*/		
#header {
	border: 5px solid transparent;
        height: 70px;
	padding: 0px;
	}	
#header h1 { 	
	margin: 0;
	color: #333333;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #333333;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #fffaf0; 
	border-bottom: 5px solid transparent;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #006004;
	border-left: 4px solid #fffaf0; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { 
	background-color: #2f4f4f; 
	}

#nav li a.on { 
	background-color: #fffaf0;
 	color: #006004;
	font-weight: 800; 
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	border-left: 5px solid transparent;
	width: 170px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

#sidebar div {
	border-top:1px groove #006004; 
        }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #444444; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
  	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 558px;
	position: relative;
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	border-right: 5px solid transparent;
	border-left: 1px groove #006004;
       	
	}	
#content div 
{background: none;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-image: url('../site_images/footerbackground.JPG');
	border-bottom: 5px solid #fffaf0;
	border-top: 2px solid #fffaf0;
	border-left: 2px solid #fffaf0;
	border-right: 2px solid #fffaf0;
	text-align: center;	
	color: #fffaf0;
	font-size: 0.8em;
	padding: 10px;
	line-height: 8px;
	clear: both;
	}
	
#footer a {
	text-decoration: none;
	color: #fffaf0;
	border-bottom: 1px solid #fffaf0;
	}

#footer a:hover { 
	border-bottom: 1px solid #c1cdcd; 
	color: #c1cdcd; 
	}


/*------------------------------------------------------------*
**  Lightbox2 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;
	}

#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
