body { 	font-family: "courier"; 	z-index: 2; 	word-spacing: 0.008em; 	letter-spacing: 0.003em; 	color: #E5B88C;
        scrollbar-arrow-color: #E5B88C;
        scrollbar-3dlight-color: #000000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-face-color: #000000;
        scrollbar-highlight-color: #E5B88C;
        scrollbar-shadow-color: #E5B88C;
        scrollbar-track-color: #777777; } 
a            { color: #D0973E; text-decoration: none; }
a:hover      { color: #E5B88C; }

a.linkopacity img {
	background-color: #E5B88C;	
	filter:alpha(opacity=100); 
	-moz-opacity: 0.65; 
	opacity: 0.65;
}

a.linkopacity:hover img {
	filter:alpha(opacity=50);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}

h1 { font-size:25px  }

h2 { font-size:20px  }

.topbar { font-family: "courier new"; color: #000000; background: #E5B88C; font-weight: bold; }
.topbar a { font-family: "courier new"; color: #000000; background: #E5B88C; width: 100%; font-weight: bold; }
.topbar a:hover { font-family: "courier new"; color: #E5B88C; background: #000000; font-weight: bold; }

.content { font-family: "courier new"; font-size:15px; color: #E5B88C; padding: 10px;}
.content a { color: #000000; text-decoration: underline; }
.content a:hover { color: #000000; text-decoration: underline;  font-weight: bold; } 

.copyright { font-family: "courier new"; font-size:13px;  color: #000000; background: #E5B88C; }
.copyright a { font-family: "courier new"; font-size:13px; color: #000000; text-decoration: underline;}
.copyright a:hover { font-family: "courier new"; font-size:13px; color: #000000; text-decoration: underline; font-weight: bold;}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #E5B88C;
border-bottom-width: 0;
font: normal 14px courier;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 147px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
color: #000000;
background: #E5B88C;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #000000;
color: #E5B88C;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


/* ######### linkbox begining ######### */


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


#imageDataContainer{
	font: 8px Courier, 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 */ 

/* ######### linkbox end ######### */
