body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
ul {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
p { text-indent: 0px; }
q { font-variant: small-caps; width: auto; margin-left: 10px; padding: 0.5em 0.5em 0.5em 1em; display: block; }
/*Special Function Tags*/
.logo h2 {
	font-size: 30px;
	font-family: "lucida grande";
	font-weight: 200;
	font-variant: small-caps;
	text-decoration: none;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0 0 3px;
	border-bottom: 1px dotted #707070;
}
.logo h2 a:hover {
	color: #c1b5a8;
}
.nav a { color: #333333; font-size: 11px; text-decoration: none; text-transform: uppercase; text-indent: 5px; width: 900px; height: auto; margin: 0; padding-top: 1em; padding-right: 1em; padding-bottom: 1em; }
.footer a { color: red; }
.nav li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
}
.nav a {
width: 900px;
display: block;
padding: 0.2em 0;

font-size: 0.8em;
text-decoration: none;
text-transform: uppercase;

color: #333333;
border-bottom: 1px dotted #707070;
}
.nav a:hover {
color: #c1b5a8;
background-color: #FFFFFF;
}
.content h1 { color: #cccccc; font-size: 26px; font-family: arial; font-weight: 100; font-variant: small-caps; text-decoration: none; padding-left: 15px; }

.content h2 { color: #cccccc; font-size: 15px; font-family: arial; font-weight: 100; font-variant: small-caps; text-decoration: none; padding-left: 15px; }
/*Main Tags
*/
#container { width: 900px; height: auto; margin: 0 auto auto; padding-top: 25px; }
.logo { background-color: white; text-align: right; width: 900px; height: auto; }
.nav { background-color: white; text-align: left; width: 900px; height: auto; margin: 0; padding: 0; }
.header { width: 900px; height: 810px;  margin: 0; padding: 10px 0 0; }
.content { color: #ffffff; font-size: 12px; font-family: helvetica; font-weight: normal; font-style: normal; line-height: 160%; text-decoration: none; text-align: justify; text-indent: 0; width: 900px; margin: 0; padding: 10px 0 5px 3px; border-bottom: 1px dotted #ffffff; }
.footer { color: #ffffff; font-size: 10px; text-decoration: none; padding-top: 5px; }
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #ffffff;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #a29e91; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold;
padding-bottom: 1.0em; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	color:#FFFFFF;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
