@charset "UTF-8";
body  {
	margin: 0; /* for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. Goes left in #container */
	color: #FFCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #333333;
}
p, li, td {
	color: #FFCCCC;
	font-size: small;
}
h1 {
	color: #FFCC66;
	font-size: medium;
	font-weight:normal;
	border-bottom: 1px solid #FFCC99;
}
h2 {
	color: #FFCC99;
	font-size: small;
	font-weight: normal;
	border-bottom: 1px solid #FFCC99;
}
h3 {
	color: #FFCC99;
	font-size: small;
	font-weight: normal;
}
h4 {
	color: #FFCC99;
	font-size: small;
	font-weight: normal;
}
/* removed the height: 600; on the #container div to make the thing expand vertically when the window is narrow. Seems to work but needs a subtle background image */
/* MAIN LAYOUT */
#container {
	width: 100%;
	background: #666666;
	background-image: url(shade.gif);
	position: absolute; /*these four lines vertically center the container */
	top: 50%;
	left: 0px;
	margin-top: -300px;
	margin-left: 0px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for sidebar1:
No padding. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the " #sidebar1 p" rule.
*/
#peekbar {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #EBEBEB; 
	padding: 0; 
}
#peekbar h3, #peekbar p {
	margin-left: 10px; /* the left and right margin should be given */
	margin-right: 10px;
}

/* In the Internet Explorer Conditional Comment, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs. */
#mainarea { 
	margin: 0 50px 0 170px; 
} 
#container2 {
	width: 764px;
	padding: 0;
	margin: 0;
	height: 400px;
}
#navbar {
	margin: 0 0px 60px 170px;
}
#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navbar ul li a {
	background-color: #999966;
	color: #FFCCCC;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #CCCCCC;
	text-align: center;
	width: 9em;
}
#navbar ul li a.first {
	padding: 0 25px 0 0;
}
#navbar ul li a:hover {
	background-color: #EBEBEB;
}
#titbar {
	margin: 0 50px 10px 170px;
}
#logobar {
	float: right;
	width: 154px;
	margin: 400px 10px 0 0;
}
.col {
	float: left;
	width: 250px;
	margin: 0 50px 0 0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* to float an image or div right */
	float: right;
	margin-left: 8px;
}
.fltlft { /* to float an imag or div left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* on a div or break - final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.copyrt {
	color: #FFCCCC;
	text-align: left;
}
a {
	text-decoration: underline;
	color: #FFCCCC;
}
/* Lightbox styles ----------------------------------- */
#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(img/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(img/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; 
}