/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*
 *																								LIGHTBOX CSS CODE
 *
 *	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*	*/

.center {
	clear:none;
	text-align:center;
}

img.Cast {
	float:left;
}

body {
  background-color:black;
  margin: 0px 0px 0px 0px;
  text-align:center;
  color:white;
}

h1 {
  text-decoration:underline;
}

h3 {
  text-decoration:underline;
}

h4 {
	text-align:left;
	cursor:pointer;
}

a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: White;
}
a:active {
COLOR: #00FF00;
}

div#Main {
  margin-left:auto;
  margin-right:auto;
  width:800px;
  height:100%;
	}

div#Header {
  position:relative;
  top:0px;
  left:0px;
  background-image:url(Images/Top.jpg);
  background-color:black;
  height:125px;
  width:800px;
}

div#Middle {
  position:relative;
  top:0px;
  left:0px;
  background-image:url(Images/Middle.jpg);
  background-color:black;
  width:800px;
}

div#Left {
	color:white;
	float:left;
	position:relative;
	top:0px;
	background-color:#9D1B1D;
	height:550px;
	width:180px;
}

#Navigation img {
	border:none;
}

div#Content 
{
	color:white;
	float:left;
	position:relative;
	top:0px;
	left:20px;
	background-color:#9D1B1D;
	width:600px;
	height:550px;
	overflow:auto;

}
div#Bottom
{
	text-align:right;
	height:40px;
	width:800px;
}
div.Entry {
	text-align:left;
  	position:relative;
	margin-bottom:10px;
	min-height:50px;
	width:580px;
}

div#Nav {
	width:820px;
	height:65px;
	position:relative;
}

#Nav ul {
	list-style:none;
	margin:0px 0px 0px 0px;
}

#Nav li {
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

#Nav a {
	font-family:Stencil,'Gloucester MT Extra Condensed',Verdana;
	font-size:18pt;
	color:red;
	text-decoration:none;
}

#Nav a:hover {
	font-style:italic;
}

div.show {
	display:block;
	text-align:left;
	min-height:100px;
}
div.hide {
	display:none;
}
