/* CSS Document */
body
{
padding:0;
margin:0;
background-image:url(../images/bodybg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#000000;
}
#container
{
width:780px;
height:auto;
margin:0 auto;
}
#header
{
width:auto;
height:auto;
margin:22px 15px 0px 15px;
}
#main
{
width:auto;
height:auto;
background-color:#000000;
padding:0 15px;
background-image:url(../images/banner3.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
#nav
{
padding:30px 12px;
font-family:Verdana;
font-size:12px;
color:#5DB7F0;
}
#nav ul
{
padding:0;
margin:0;
}
#nav li
{
list-style-type:none;
padding:15px 0px;
border-bottom:1px solid #460015;
background-image:url(../images/arrow.jpg);
background-position:right center;
background-repeat:no-repeat;
}
#nav li.last
{
border-bottom:none;
color:#5DB7F0;
}
#nav a:hover
{
text-decoration:underline;
}
#nav a
{
text-decoration:none;
color:#5DB7F0;
}
#content_area
{
font-family:Verdana;
font-size:12px;
color:#CCCCCC;
}
#content_area a
{
color:#FFFFFF;
}
.inner
{

padding:30px 28px 30px 31px;
}
.inner2
{

padding:30px 0px;
}
.clear
{
clear:both;
}
#footer
{
padding:5px 0px;
width:auto;
height:auto;
text-align:right;
font-family:Verdana;
font-size:11px;
color:#68131D;
}
#footer ul
{
padding:0;
margin:0;
}
#footer li
{
list-style-type:none;
display:inline;
}
#footer a
{
text-decoration:none;
color:#5DB7F0;
}
#footer a:hover
{
text-decoration:underline;
}
#footer li.reg
{
padding-right:120px;
font-size:10px;
}
#footer li.reg a
{
text-decoration:none;
color:#68131D;
}
#footer li.reg a:hover
{
text-decoration:underline;
}
.inner tr
{
background-color:#0F0F0F;
}
.inner td
{
border:1px solid #0F0F0F;
}
h1
{
font-size:16px;
color:#5DB7F0;
padding:0;
margin:0;
}
.brow
{
background-color:#DB3266;
}
h2
{
font-size:14px;
padding:0;
margin:0;
}








/*lightbox*/

#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 Times New Roman;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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;
	}