@CHARSET "UTF-8";

body {
	padding:0; margin:0 auto;
	width: 640px;
	background: #649CCA;
	font-family: 'Trebuchet MS', Tahoma ,Arial, Verdana, sans-serif;
	font-size: 13px;
}

.header {
	height: 280px;
	background: url('images/logo.png') top left no-repeat;
}

.header .menu {
	width: 150px;
	height: 259px;
	float: right;
	color: #FFF;
	background: #1c4d6e;
	padding: 11px 0 10px 0;
}

.header .menu  a:link,
.header .menu a:active,
.header .menu a:visited {
	width:100%;
	margin-bottom:1px;
	line-height: 3em;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #326588;
	display: block;
}
.header .menu  a:hover {
	
	text-decoration: underline;
}

.content {
	background: #FFF;
}

.content .subMenu {
	width:100%;
	height: 40px;
	float: right;
	color: #FFF;
	background: url('images/subMenu.png') left top repeat-x;	
}

.content .subMenu  a:link,
.content .subMenu a:active,
.content .subMenu a:visited {
	height:40px;
	float:left;
	padding: 0 1ex;
	margin: 0 1ex;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin:0;
}
.content .subMenu  a:hover {
	text-decoration: underline;
}

.content .subMenu  a#highlight:link,
.content .subMenu a#highlight:active,
.content .subMenu a#highlight:visited {
	color: #FF0000;
	font-size: 1.5em;
	font-weight: bold;
}

.content p {
	margin: 1px 2ex;
	padding:0;
	text-align: justify;
}

.footer {
	margin-top: 2px;
	padding: 0 2ex;
	line-height: 3em;
	font-size: .8em;
	text-align:right;
	background: #FFF;	
}
.footer div{
	float:left;
}

 
 ul.niceList {
	margin-left:0em;
	padding-left:0.2em;
	margin-bottom:1em;
}

ul.niceList li {
	background:url(images/bullet.gif) 0em 0.5em no-repeat; /* change background em accordingly */
	padding-left: 0.8em;
	list-style: none;
}
.niceList ul li { background-image:url(images/bullet_child.gif); }
ol.niceList li, ul.niceList li { margin-bottom:0.5em; }
ol.niceList {
	margin-left:1.5em;
  	padding-left:0px;
}
.niceList ol li {
	list-style:decimal;
	background-image:none;
	padding-left:0em;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }