/* CSS Document */

body {
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#ffffff;
	size:12px;
	background-image:url(images/new_bkgrnd.png);
	background-repeat:repeat;
	background-color:#000000;
	}

a, a:link, a:visited {color:#175380; text-decoration:underline;}
a:hover, a:active {color:#175380; text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	padding:0px 24px 14px 24px;
	margin:0px;
}

img.thumb {padding: 0px; margin:4px 0px 10px 24px; border:0px;}
a img.thumb {border:1px solid #000000;}

.imageLeft {
	padding:4px 10px 2px 24px;
	margin:0px;
	float:left;
	}

.imageRight {
	padding:4px 24px 2px 10px;
	margin:0px;
	float:right;
	}

#wrapper {
	width: 866px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
	}

.heavyBorder {
	border-style:solid;
	border-color:#ffffff;
	border-width: 0px 8px 0px 8px;
	}
	
#header {
	width:800px;
	height:177px;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
	}

#header a img {border:0px; padding:0px; margin:0px;}

#links {
	width: 800px;
	height: 32px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	color:#4b8dcf;
	font-size: 12px;
	}

#links ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style:none;
	}

#links ul li {
	text-indent:0px;
	list-style:none;
	float:left;
	padding: 0px;
	margin: 10px 0px 10px 13px;
	line-height:12px;
	}

#links a, #links a:link, #links a:visited {color:#000000; text-decoration:none;}
#links a:hover, #links a:active {color:#0099ff; text-decoration: none;}

#main {
	width: 800px;
	margin: 0px;
	padding: 0px;
	background:#000000;
	}
	
.pageTitle {
	width: 100%;
	padding:20px 0px 24px 0px;
	margin:0px;
	text-align:center;
	text-transform:capitalize;
	font-size:	24px;
	font-family:"Arial Black", Arial, sans-serif;
	color:#49597a;
	}
		
#main p, .bodyText {
	padding:0px 24px 14px 24px;
	font-size:13px;
	font-weight:500;
	margin:0px;
	line-height:17px;
	}
.justified {
	text-align:justify;
	}


#footer {
	width: 800px;
	height: 70px;
	background-color:#ffffff;
	vertical-align: middle;
	font-size:10px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-align:center;
	}
#footer p {padding:14px 0px 0px 0px; margin:0px;}




/* Sweet Pop-Up Script, AKA Lightbox 2.0 */
/* DON'T EDIT THESE STYLES */

#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: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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




	