/* CSS Document */

body {
background: #FFFFFF url(images/bg_img.jpg) repeat-y top center;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
a {
color:#999999;
text-decoration:none;
}
a:hover {
color:#333333;
}
td {
vertical-align:top;
}
#wrapper {
width: 800px;
margin:0px auto;
}
#header a img {
border:none;
text-decoration:none;
}
#content {
height:auto;
margin-left: 25px;
margin-right: 25px;
/*border-top: #a8aeb3 solid 1px;*/
padding-bottom: 60px;
border-bottom: #a8aeb3 solid 1px;
}
#content p{
margin-left: 25px;
margin-right: 25px;
font-size:12px;
}
#content h1{
margin-left:20px;
font-size:16px;
}
#content a {
margin-left: 10px;
color: #000099;
text-decoration:none;
font-size:12px;
}
#content a:hover {
color: #9cc941;
}
#content a img {
filter:alpha(opacity=100);
-moz-opacity:1;
opactiy:1;
text-decoration:none;
border: none;
}
#content a:hover img{
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}
#footer {
margin-left:28px;
font-size:9px;
}

/*Menu*/
#navcontainer
{
background-image:url(images/line.jpg);
background-repeat:no-repeat;
background-position: center;
text-transform:uppercase;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 3px;
color: #a8aeb3;
background-color: #fff;
border: 1px solid #a8aeb3;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #9cc941;
border-top: 2px solid #9cc941;
border-bottom: 2px solid #9cc941;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #9cc941;
border-top: 2px solid #9cc941;
border-bottom: 2px solid #9cc941;
}
/*Menu*/
#navcontainer2
{
background-image:url(images/line.jpg);
background-repeat:no-repeat;
background-position: center;
text-transform:uppercase;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
z-index: 1;
}

#navcontainer2 ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer2 li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer2 li a
{
padding: 1px 3px;
color: #a8aeb3;
background-color: #fff;
border: 1px solid #a8aeb3;
text-decoration: none;
}

#navcontainer2 li a:hover
{
color: #000;
border: 1px solid #9cc941;
border-top: 2px solid #9cc941;
border-bottom: 2px solid #9cc941;
}

#navcontainer2 li a#current
{
color: #000;
border: 1px solid #9cc941;
border-top: 2px solid #9cc941;
border-bottom: 2px solid #9cc941;
}
/* Lightbox */
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img { 
border: none; 
}
#outerImageContainer {
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 5px;
}
#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{
	color:#fff;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{
	padding:0 5px;
	}
#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: 100%;
	/*background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
	}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}