body	{
font-family: arial, Helvetica, sans-serif;
background: url(images/background2.gif);
background-attachment: fixed;
}

a {
text-decoration:underline;
font-weight:bold;
color:black
}

a:hover	{
text-decoration:none;
color: #800080;
background: url(images/bghover.gif);
border: 1px black;
border-style: solid none solid none;
}

a:active	{
text-decoration: none;
background: black;
}

.highlight span	{
background:#d3c58f
}

#content li	{
list-style-image: url(images/purple-glass.jpg);
}

#content li:hover	{
list-style-image: url(images/magenta.jpg);
}

#container	{
width: 960px;
}

#background	{
background: url(images/center.png) repeat-y;
}

#logo	{
position: relative;
top: -60px;
}

#logo h2	{
color: #800080;
}

#logo h4	{
font-style: italic;
}

#menu	{
float: left;
position: relative;
right: 6px;
top: -50px;
padding-left: 25px;
color: white;
font-weight: bold;
}

#menu li	{
list-style: none;
line-height: 2em;
background: #d3c58f;
padding: 0 20px 0 20px;
border: 6px outset #800080;
}

#menu li:hover	{
border: 6px inset #800080;
}

#menu li:active	{
background: black;
}

#menu a	{
text-decoration: none;
border: none;
background:#d3c58f;
}

#menu a:hover	{
text-decoration: underline;
}

#content	{
margin-left: 200px;
padding: 0 55px 0 20px;
text-align: left;
}

#content span	{
color: #800080;
font-weight:bold;
}

#content2	{
margin-left: 200px;
padding: 0 55px 0 20px;
text-align: left;
}

#photo	{
background: none;
border: none;
}


#directory	{
width: 120px;
color: black;
margin-left :20px
}

#directory a	{
background: none;
}

#directory a:hover	{
background: url(images/bghover.gif);
}

#top	{
clear: both;
text-align: center;
}

#footer	{
clear: both;
font-size: 67%;
text-align: center;
position: relative;
top: 48px;
}

#footer span	{
color:#800080;
font-size:200%;
font-weight:bold;
font-family: cursive;
}

.hoverbox	{
	cursor: default;
	list-style: none;
}

.hoverbox li	{
	text-align: center;
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox img	{
	vertical-align: top;
}

.hoverbox a	{
	cursor: default;
	height: 75px;
	width: 100px;
}

.hoverbox a .preview	{
	display: none;
}

.hoverbox a:hover .preview	{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img	{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	width: 100px;
	height: 75px;
}

.hoverbox img.preview	{
	border-color: #000;
	width: 200px;
	height: 150px;
}


* html .hoverbox a	{
	position: relative;
}

* html .hoverbox a:hover	{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview	{
	top: -38px;
	left: -50px;
}

* html .hoverbox li	{
	position: static;
}

.gallery li { 
	list-style: none;
	float: left;
	padding: 8px;
}

.gallery li:hover { 
	list-style: none;
}

.gallery a { 
	border: none
}

.gallery img { 
	border: none
}

#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; }
#lightbox a{ 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/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }




