﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #E1F5E1;
}
#container {
	width: 990px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 990px;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #E1F5E1;
	overflow: hidden;
	max-height: none;
}
#column_l {
	width: 420px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #008000;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
	margin-top: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	max-height: none;
}
/* Styles for Content */
h1 {
	margin: 12px 0px 6px 6px;
	padding: 0px;
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	text-indent: 0px;
}
h2 {
	margin: 9px 0px 3px 6px;
	padding: 0px;
	color: #FFFFFF;
	font-size: small;
	font-weight: normal;
}
h5 {
	margin: 0px 12px 6px 12px;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 3px 12px;
	color: #FFFFFF;
	font-size: small;
	font-weight: lighter;
}
h4 {
	margin: 12px 0px 6px 12px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	margin: -20px 6px 6px 36px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 3px;
	margin-bottom: 6px;
}
#footer th {
	color: #fff;
	font-size: xsmall;
	margin-top: 6px;
	margin-bottom: 6px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #F0BE23;
	text-decoration: none;
}
/* Styles for Links */
a:hover {
	color: #F46926;
	text-decoration: none;
}
a   {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Styles for Lightbox */
#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; }


