@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#c0c1c3;
	/*min-width:1000px;*/
	/*min-height:644px;*/
}

#flash { /* Flash Containter */
	position: fixed;
	top: 109;
	width: 100%;
	height: 100%;
	text-align: center;
} 

/***** HEADER (Legal Section) *****/

#HeaderBody {
	width: 100%;
	/*min-width: 1000px;*/
    margin: 0px;
    padding-bottom: 0px;
    float: left;
	clear:both;
}

/***** CONTENT (Legal Section) *****/

/*#ContentBody {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#ContentBody #content {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}

#ContentBody #content .pic {
	width: 100%;
	text-align: right;
	padding-bottom:20px;
}

#ContentBody #content #navigation {
	width: 130px;
	height: 300px;
	text-align: right;
	float: left;
	padding-right: 20px;
}

#ContentBody #content #copy {
	width: 960px;
	text-align: left;
	float:left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
} */

/***** FOOTER (Legal Section) *****/

#FooterBody {
	width: 100%;
	/*min-width:1000px;*/
    margin: 0px;
    padding-bottom: 0px;
    float: left;
    clear: both;
	
	position:absolute;
	bottom:0;
	left:0;
}

#FooterBodyCenter {
    float: left;
}

#Footer {
	width: 100%;
	height: 35px;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #999999;
	border-top:1px solid;
	border-color:#ffffff;
}

#Footer ul {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 15px;
	list-style-type: none;
}

#Footer li {
	display: inline;
	padding-right: 8px;
}

#Footer #logo {
	float: right;
	margin: 0px;
	padding: 8px 15px 0px 0px;
}

#Footer a, #Footer a:visited, #Footer a:active {
	color: #ffffff;
    text-decoration: none;
}

#Footer a:hover {
	color: #ffffff;
    text-decoration: underline;
}

/***** LIGHTBOX *****/

#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: #000000;
	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(file:///Macintosh%20HD%201%20(320)/Users/ktesernio/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(file:///Macintosh%20HD%201%20(320)/Users/ktesernio/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///Macintosh%20HD%201%20(320)/Users/ktesernio/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #000000; }
#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: center;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}