@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin: 0 auto;
	font-weight: 700;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 9px;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}
.swap {
	background-repeat: no-repeat;
	display: block;
}
.swap span {
	display:none;
}
.hidden_text {
	display: none;
}
.salutation {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	font-weight: 500;
	text-align: left;
}
.salutation2 {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFF;
	font-weight: 500;
	text-align: right;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	text-align: left;
}

/******** START PAGE STYLES ************/


#body_wrapper {
	width: 1000px;
	height: 662px;
}

#container1 {
	width: 1000px;
	height: 79px;
}
#container2 {
	width: 1000px;
	height: 132px;
}
#nav_container {
	width: 1000px;
	height: 132px;
}
#container3 {
	width: 1000px;
	height: 57px;
}
#container4 {
	width: 1000px;
	height: 57px;
}
#container5 {
	width: 1000px;
	height: 219px;
}

/********** END PAGE STYLES ************/

/* FLOATER */

#trailimageid {
	position: fixed;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	z-index: 1000;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
	border: 1px solid #FFF;
 	border-top: hidden;
	}

#imageData{	padding:0 10px; color: #FFF; font-weight: bold; }
#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;
	}
