/*
	--------------- Default "_RESET_" Rules ---------------
*/

* {margin: 0px; padding: 0px;}

body { color: #0055a6;	text-align: center;	font-family: arial, sans-serif;	font-size: 14px; background: url(../images/bg_body.gif); }

a { color: #3B5998; text-decoration: underline; }

a img { text-decoration: none; border: none; cursor: pointer; }

a:link { color: #3B5998; font-weight: bold;	font-style: normal;	text-decoration: underline; }

h1 { margin: 5px 0 5px 0; padding: 0px;	font-family: arial, sans-serif;	font-size: 14px; font-weight: bold; }

h2 { margin: 5px 0 5px 0; padding: 0px;	font-family: arial, sans-serif; font-size: 14px; font-weight: bold; }

p { margin: 5px 5px 5px 5px; float: left; }

li { margin-left: 15px; }

table { border-collapse: separate; border-spacing: 10px; padding: 10px; }

td { text-align: center; }

/* -- Some Helpers -- */

.clear_left { clear: left; }
.clear_right { clear: right; }
.clear_both { clear: both; }

.float_left { float: left; }
.float_right { float: right; }

/* -- Wrapper(s) -- */

.big_wrapper { width: 100%; display: block;	float: left; }

.wrapper { width: 734px; display: block; text-align: left;  margin: auto; float: none; }

/*
	--------------- The Site Starts Here ---------------
*/

.bg_fix { width: 734px; background: url(../images/bg_content.gif) repeat-y top left; }
.bg_ending { width: 734px; height: 11px; background: url(../images/bg_ending.gif) no-repeat top left; }

.header { width: 730px; height: 76px; padding: 60px 0 0 4px; background: url(../images/bg_header.jpg) no-repeat top left; }

.holder { width: 734px; }

.content { width: 660px; padding: 0 37px; }

.val { color: #e4262d; text-align: center;	font-family: arial, sans-serif;	font-size: 14px; }

.bottom_links { width: 734px; padding: 5px 0; text-align: center; }

.imageDiv { width:170px; height:128px; float:left; margin: 10px 10px 10px 10px; }

/* -- Drop down Styling -- */

#dropmenudiv { position:absolute; border:1px solid #c2b38f; border-bottom-width: 0; line-height:18px; z-index:100; }

#dropmenudiv a { width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid #c2b38f; padding: 1px 0; text-decoration: none; font-weight: bold; }

#dropmenudiv a:hover { background-color: #fff; }

/* -- Lightbox Styling -- */

#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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}