﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
		font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;

}


#masthead {
	text-align: left;
	background-color: #004000;
	width: 950px;
		}

#submasthead {
	text-align: left;

		background-color: #004000;
	width: 950px;
	height:30px;
	

}

#mastheaddivider {
	
		background-color:silver;
	width: 950px;
	height:1px;
	

}
#toppictureframe {
	
	
	width: 950px;
	height:180px;
	

}


#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 580px;
	margin: 10px 0 0 0;
	
	background-color: #fff;
}
#column_r {
	width: 325px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #eef;
	position: relative;
}
#footer {
	width: 950px;
	text-align: center;
	background-color: #004000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 30px;
	color: #fff;
	margin: 6px 10px 0 12px;
}

#submasthead p {
	font-size: 16px;
	color: #fff;
	margin: 0px 10px 5px 12px;
}

#column_r p {
	font-size: 11px;
	margin: 7px;
}

#column_l p {
	font-size: 12px;
	margin: 7px;
	padding: 0px 5px 10px 15px;
}


/* Styles for Navigation */
#navigation a {
	font-size: 12px;


}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #545454;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#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: 20%; 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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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; }

