@charset "utf-8";
/* CSS Document */
<!--
#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;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #172536;
	padding:0px;
	margin:0px;
}

#subheading { 
	background-image:url(images/header2.gif);
	background-repeat:no-repeat;
	line-height:40px;
	vertical-align:middle;
	padding-left:15px;
	height:40px;
	color:#ffffff;
}	

#subheading a { text-decoration:none; color:#000000; font-weight:500; font-size:14px; padding:5px;}
#subheading a:hover, #subheading .current{ text-decoration:none; color:#FFFFFF; font-weight:500;}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:0px;
	
}
h1 {
	font-size: 18px;
	color: #000000;
	padding:0px;
	margin:0px;
	font-weight:100;
	background-color:#F4D31E;

}
h2 {
	font-size: 22px;
	color: #FC0000;
	padding:10px 0 20px 0;
	margin:0px;
	font-weight:100;
}

h3 {
	font-size: 12px;
	color: #000;
	padding:0px;
	margin:0px;
	padding:3px 0 5px 0;
	font-weight:600;	

}

#mainbody {
	padding:10px 25px 25px 25px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top ;
}	

#footer {
	font-size:10px;
	color:#000000;
	padding-left:15px;
	height:40px;
	
}



.navbutton {

	height:70px;
	width:116px;

}
#navtable {float:right; vertical-align:bottom; padding-left:30px; margin-top:30px;}


.navbutton a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding-top:11px;
	padding-left:20px;	
	height:59px;
	width:96px;
	text-align:left;
	vertical-align:middle;
	background-image:url(images/borg-button.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;
	font-weight:bold;
		
}	


.navbutton a:hover, .navbutton .active{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding-top:11px;
	padding-left:20px;
	height:59px;
	width:96px;
	text-align:left;
	vertical-align:middle;
	background-image:url(images/borg-button-on.png);
	background-position:center;
	background-repeat:no-repeat;	
	display:block;	
	font-weight:bold;
}

.bigbutton a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-size:13px;
	padding-top:21px;
	padding-left:20px;
	height:49px;
	width:211px;
	text-align:left;
	vertical-align:middle;
	background-image:url(images/bigbutton.png);
	background-position:center;
	background-repeat:no-repeat;
	display:block;	
	font-weight:bold;
}	


.bigbutton a:hover{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:21px;
	padding-left:20px;
	height:49px;
	width:211px;
	text-align:left;
	vertical-align:middle;
	background-image:url(images/bigbutton-on.png);
	background-position:center;
	background-repeat:no-repeat;	
	display:block;	
	font-weight:bold;
	text-decoration:none;
}

a {padding-left:10px;
	text-decoration:none;
	padding-top:5px;
}	
a:hover {padding-left:10px;
	text-decoration:underline;
	padding-top:5px;
}	


.return {font-size:12px; float:right;}	
-->


