﻿body {
  margin:0px;
  font-family:Verdana;
  font-size:12px;
	background-color:#FFFFFF;
}

h1 {
  font-family:Arial;
  font-size:18px;
  color:#1c3062;
  margin:0px 0px 8px 0px;
}

h2 {
  font-family:Arial;
  font-size:14px;
  color:#1c3062;
  margin:0px 0px 8px 0px;
}

.select 
{
	width:154px;
	font-size:11px;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	margin-bottom:6px;
	padding:2px;
}

.line {
	height:1px;
	border-bottom:solid 1px #CCC;
	margin:12px 0px;
}

#image-panel {
	text-align:center;
	float:right;
	margin:6px 0px 0px 16px;
	font-size:9px;
}

.img {
	border-style:solid;
	border-width:1px;
	border-color:#1c3062;
	margin-bottom:2px;
	padding:0px;
}

#container {
	width:900px;
  text-align:left;
  margin: 0 auto;
	position:relative;
}

#banner {
  height:190px;
  width:900px;
	position:absolute;
	top:0;
	left:0;
}

#panel 
{
  width:190px;
	position:absolute;
	top:190px;
	left:0px;
}

.panelHead 
{
	background-color:#DDDDDD;
	color:#1c3062;
	font-weight:bold;
	line-height:40px;
	text-align:left;
	padding-left:18px;
}

.panelContent 
{
  background:#EEE url(/assets/14/panel_bg.gif) repeat-x top;
	margin-top:1px;
	height:480px;
	padding:14px 0px 0px 18px;
	font-size:11px;
}

#menu 
{
  background-color:#DDDDDD;
  height:40px;
  width:710px;
	position:absolute;
	top:190px;
	left:191px;
}

#content 
{
  background-color:#FFFFFF;
  padding:245px 18px 24px 214px;
	position:relative;
	min-height:456px;
  height:auto !important;
  height:456px;
  line-height:20px;
  color:#333;
}

#content a 
{
  color:#1591cd;
	text-decoration:none;
}

#footer {
  width:864px;
  height:50px;
	background-color:#DDDDDD;
  padding:10px 18px 0px 18px;
  color:#1c3062;
  font-family:Verdana;
  font-size:10px;
  line-height:14px;
	margin:0 auto;
}

#footer a 
{
  color:#1c3062;
	text-decoration:none;
}

/* Style for Chromemenu */

#chromemenu {
	margin-left:0px;
	width: 710px;
	height:35px;
	/* border:1px solid #000; */
}

#chromemenu:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#chromemenu ul {
	width: 710px;
	padding-left: 0px;
	margin: 0;
	float: left;
}

#chromemenu ul li {
	display: inline;
	font-family: Arial;
	font-size: 12px;
	color:#1c3062;
	font-weight:bold;
	text-transform:uppercase;
}

#chromemenu ul li a {
	width:117px;
	text-align:center;
	float: left;
	line-height:40px;
	color:#1c3062;
	font-weight:bold;
	
	text-decoration: none;
	border-right:solid 1px #FFFFFF
}

#chromemenu ul li a:hover {
	color: #FFF;
	background-color:#1c3062
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
	/* content: " v";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* Style for Drop Down Menu */

.dropmenudiv {
position:absolute;
top: 0px;
font:normal 11px Verdana;
line-height:24px;
z-index:100;
width: 117px;
visibility: hidden;
background-color: #FFFFFF;
text-align:center;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
width: 100%;
display: block;
background-color: #DDDDDD;
/* border: 1px solid #000000; /*Theme Change here*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color:#00365b;
margin-top:1px;
}

.dropmenudiv a:hover { /*Theme Change here*/
background-color: #1c3062;
color:#FFFFFF;
margin-top:1px;
}

/* Define CSS for lightbox javascript */

#lightbox{
	position: absolute;
	top: 40px;
	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(/includes/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(/includes/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}