/* @group Layout */

body{
	background-color: #eee;
}
body, p{
	
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 750px;
	margin: auto;
	background-color: #fff;
	border: 1px solid #878787;
	background-image: url(images/containerbg.gif);
}
#header{
	/*background-image: url(images/header_bg.jpg);
	background-color: #0761d1;*/
	background-color: #09299A;
    display: block;
	color: #fff;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #878787;
}

#header img{
	padding-left: 4px;
	padding-right: 20px;
}
#wrapper{
	
}

#nav{
	display: block;
	float: left;
	width: 120px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

#nav a{
	display: block;
	color: #000;
	text-decoration: none;
	background-image: url(images/nav.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
}

#nav a:hover{
	background-image: url(images/nav_over.gif);
	color: #fff;
}

#content{
	display: block;
	float: right;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 610px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}

#content td{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#clear{
	clear: both;
}

#footer{
	display: block;
	margin: auto;
	width: 750px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	color: #0761d1;
}

#footer a:visited{
	color: #0761d1;
}

#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin: auto;
	text-align: center;
	width: 750px;
	color: #808080;
}

#api a{
	color: #808080;
}

.header{
	background-color: #0761d1;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

.data{
	color: #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #fff;
}

/* @end */

/* @group Lightbox */

#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;
}

/* @end */
