body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#000000;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
}


#wrapper, #header, #main, #footer{
	width: 955px;
	margin:auto;
}
#header{
	height: 139px;
	margin-top: 20px;
	text-align:right;
	background:transparent;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
#navcontainer{
margin-bottom: 1px;
padding: 10px;
}
#navlist{
margin: 0;
padding: 0px 0 0 10;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin-bottom: 0px;
margin-left: 0px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color:#8a0b0d; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 1px 8px;
text-decoration: none;
color:#fff;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color:#fff;
text-decoration: none;
padding: 1px 5px;
}

.suckertreemenu ul li a:hover{
background-color:#333333;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #fff url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #fff url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

#main{
	background:#000000;
	width: 955px;
	height:450px;
	margin-top: 60px;
}

#main #content {
	background:#000000;
	width: 700px;
	height:450px;
	border: thin solid #666666;
}
#main #content p{
	font-size: 1.2em;
	color:#666666;
	padding: 10px;
}
#main #content h1{
	font-size: 1.5em;
	color:#8a0b0d;
	padding: 10px;
}

#main #content h4{
	font-size: 0.8em;
	color: #fff;
	padding: 10px;
}
.imgright{
float:right;
}

.imgleft{
float:left;
}

#main #content a:link {
	font-size: 1.1em;
	color:#999999;
}
#main #content a:visited {
	font-size: 1.1em;
	color:#990066;
}
#main #content a:hover {
	font-size: 1.1em;
	color:#a80b0d;
}
#main #rightcol{

	width:240px;
	height:450px;

	float:right;
	border: thin solid #666666;
	}
	
#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; }	

#footer{
	background:#000000;
	width:955px;
	margin-top: 5px;
	height:auto;

}
#footer p {
	font-size: 1em;
	color:#000;
	background:transparent;
	padding-top:5px;
}
#footer a:link {
	font-size: 1.1em;
	color:#8a0b0d;
}
#footer a:visited {
	font-size: 1.1em;
	color:#189ace;
}
#footer a:hover {
	font-size: 1.1em;
	color: #ffffff;
	}
.CLEAR {
	clear: both;
}

