
* {
margin: 0;
padding: 0;
}

ul
{
list-style-type: none
}

body {
border-color: #000000;
background-color: #101010;
text-align: center;

}
img {
border: 0;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p, ul.content {
font: 0.9em Arial,geneva,helvetica;
}
ul, ol, li {
font: 1em Arial,geneva,helvetica;
}
h1 {
font: bold 1.2em Arial, Helvetica, geneva;
color: #a247ff;
}
h2 {
font: bold 1.1em Arial, Helvetica, geneva;
color: #cc0000;
}
h3 {
font: bold 0.9em Arial, Helvetica, geneva;
color: #cc0000;
}

#container {
width: 90%;
position: relative;
margin: 0 auto;
height: 100%;
background-color: #000000;

}

img.gallery {
padding: 5px;
}

#logo {
left: 0%;
width: 100%;
height:100px;
background-color: #101010;
position: absolute;
background-image: url(img/logo.jpg);
}



#leftnav, #rightnav {
position: absolute;
width: 8em;
top: 100px;
color: #ffffff;
background-color: #101010;
height: 100%;
text-align: left;
padding: 5px;
}

#rightnav {
right: 0px;
}

#leftnav {
left: 0px;
}


#content {
position: absolute;
top: 100px;
right: 8em;
left: 8em;
width: auto;
color: #ffffff;
background-color: #101010;
text-align: left;
height: auto;
min-height: 610px;
padding-left: 10px;
padding-right: 10px;
}



#leftnav a:link, #rightnav a:link {color: white; text-decoration: none;}
#leftnav a:visited, #rightnav a:visited {color: white; text-decoration: none }
#leftnav a:hover, #rightnav a:hover {color: black; text-decoration: overline, underline; }
#leftnav a:active, #rightnav a:active {color: red; }

#content.linkpage a:link {color: red; text-decoration: none }
#content.linkpage a:visited {color: red; text-decoration: none }
#content.linkpage a:hover {color: white; text-decoration: overline, underline; }
#content.linkpage a:active {color: red; }

#content a:link {color: white; text-decoration: none }
#content a:visited {color: white; text-decoration: none }
#content a:hover {color: red; text-decoration: overline, underline; }
#content a:active {color: red; }





#content h1 {text-align: center}

#homemain {
width: 100px;
left: 50%}

#galleryImages {
text-align: center;
}


 .mainMenu{

display:block;

color: #ffffff;
background-color: #101010;
height: 1.2em;


}

.mainMenu:hover {
background-color: #ffffff;

}

.submenu:hover {
background-color: #ffffff;
}

.submenu:ul {
list-style-type: none;
}

 .submenu{
display: block;
height: 1.2em;
background-color: #101010;
}

.hide{
display: none;
}

.show{
display: block;
}


#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(../lb_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(../lb_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lb_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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}