/* RULES FOR THE "MENUDIV" OBJECT */

/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */

.menudiv {

 position: absolute;

 visibility: hidden;

 z-index: 1000;

 border: 0px outset #FFFFCC;

 /* Borders:     Top    Right  Bottom    Left   */

 border-color: #FFFFCC #666633 #666633 #FFFFCC;

 background-color: #333333;

 /* layer-background-color is non-standard and NS4 only. */

 layer-background-color: #CCCC99;

 padding: 2px;

 font: 14px/22px Arial, Helvetica, sans-serif;

 /* Here's a cool effect, try uncommenting this, althought it's non-standard: */

 /* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8 */

}



/* Formatting to apply to the elements inside the "menudiv" class elements. */

/* Of course, you can put whatever you want within the menu divs, these are just examples. */



.menudiv .header {

 width: 100%;

 font-weight: none;

 text-align: center;

 margin-bottom: 2px;

 color: #CCCC99;

}



.menudiv a {

 display: block;

 /* I've specified borders for each side individually so NS4 ignores this setting */

 border-top: 0px solid #CCCC99;

 border-right: 0px solid #CCCC99;

 border-bottom: 0px solid #CCCC99;

 border-left: 1px solid #CCCC99;

 color: #FFFFFF;

 text-indent: 5px;

 text-decoration: none;

}



/* I'm using :hover and :active pseudo-classes for link mouse effects. */

.menudiv a:hover {

 border: 0px solid #336699;

 border-color: #6699CC #003366 #003366 #6699CC;

 background-color: #666666;

 color: #CCCC99;

}

.menudiv a:active {

 border: 1px solid #FFFFFF;

 border-color: #000000 #3366CC #3366CC #000000;

 background-color: #666666;

 color: #CCCC99;

}



.linkdiv a { 

color: #CCCC99; 

font-family: arial, helvetica;  

font-size: 8pt; 

font-weight: none; 

text-decoration: none

}



.linkdiv a:hover { 

color: #003366; 

font-family: arial, helvetica;  

font-size: 8pt; 

font-weight: none; 

text-decoration: none

}



.linkdiv a:active {

color: #003366; 

font-family: arial, helvetica;  

font-size: 8pt; 

font-weight: none; 

text-decoration: none

}

/*

The script will automatically assign a class of "highlighted" to elements that currently

have an active submenu, so here's a little CSS to format links within a .menudiv element.

*/

.menudiv .highlighted {

 background-color: #666666;

 border-color: #336699;

 color: #CCCC99;

}



/* The links in the upper-left that pop out 'divMenu' menus. */

.trigger a {

 font: 14px Arial, Helvetica, sans-serif;

 color: #CCCC99;

 text-decoration: none;

}



/* Likewise, style active trigger links */

.trigger a.highlighted {

 color: #CC9966;

}

#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 */ 
