@charset "utf-8";
/* CSS Document */


#navigation-controls ul {margin: 0; padding:0; }
#navigation-controls li{display: inline;list-style: none; padding:15px; }
#navigation-controls li a { padding:0px; text-decoration: none; }


div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 450px;
	
}




body {margin:0;padding:0;background-color:#266286;font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px;background-image: url(/images/BG.jpg); background-repeat:repeat-x; }
h1 {margin-left:40px;padding-left: 1px; font-size: 16px;	font-weight: bold;	color: #093165;}
#container{width:800px;margin: 10px 0 10px 0;margin-left: auto;margin-right: auto;}
#top_nav ul li{list-style-type: none;	display: inline;}
#top_nav a{color:#fff;text-decoration:none;padding:0 10px 0 10px;}
#top_nav a:hover {color:#ccc;}
#center_region{background-color:#f4f1eb;border:solid #0d3468 2px;}
#main_content{padding-left:160px;}
#left_nav {float:left;height:600px;margin-left:5px;width: 145px;}
#left_nav ul {margin: 0; padding: 6px 0 0 0; }
#left_nav li{list-style: none; padding-top: 3px; background-image:url(/images/button.jpg); background-repeat: no-repeat; height: 31px; }
#left_nav li a {color:#fff;display: block; padding: 2px 0 0 5px; text-decoration: none; }
#left_nav li a:hover {color:#ccc;}
#footer {color: #0b3166; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: center;}
#footer a{color: #fff;}
#footer a:hover {color: #ccc;}



table {border: #0d3468 solid 2px; }
table#maincontent {border: #fff solid 2px;}

h2 {padding-left: 4px; font-size: 16px;	font-weight: bold;	color: #093165;}
p {padding-left: 4px; }

a.whitenav:link {color: #fff; text-decoration: none;}
a.whitenav:visited {color: #fff; text-decoration: none;}
a.whitenav:hover {color: #fff;  text-decoration: none;}
a.whitenav:active {color: #fff; text-decoration: none;}

a.internal:link {color: #0c3467; }
a.internal:visited {color: #0c3467; }
a.internal:hover {color: #0c3467;  }
a.internal:active {color: #0c3467; }

.style1 {color: #0d3468;font-weight: bold;}
.style2 {font-size: 16px;}
.script {color: #0d3468; font-family:Georgia, "Times New Roman", Times, serif; font-size: 15px;}
.divider {border-bottom: #0b3367 1px solid; font-weight: 600; color: #0b3367;}
.small { font: 10px arial,helvetica, sans-serif; }
#opening {border: 1px solid #9DB6F5; width: 500px; margin:0px auto; padding: 3px 3px 2px 3px;}




/* Gallery 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(../gallery/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/gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/gallery/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;	}

