@charset "UTF-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #828f97;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	

	}

.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(links/bg_2.gif);
	background-position: bottom center;
	background-repeat: repeat-y;
	background-attachment: fixed;
} 
.twoColFixLtHdr #header { 
	height: 195px;
	background: #DDDDDD; 

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	margin-left: 36px;
	background-color: #FFFFFF;
	background-image: url(links/bg_2.jpg);
	}
	
.twoColFixLtHdr #sidebar1 a:link {
	color: #000000;
	text-decoration: none;
	}
	

.twoColFixLtHdr #sidebar1 a:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	}
	
.twoColFixLtHdr #sidebar1 a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.twoColFixLtHdr #sidebar1 a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	}
	
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 50px;
} 

.twoColFixLtHdr #mainContent a:link {
	color: #000000;
	text-decoration: underline;
	}
	

.twoColFixLtHdr #mainContent a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	}
	
.twoColFixLtHdr #mainContent a:visited {
	color: #000000;
	text-decoration: none;
	}
	
.twoColFixLtHdr #mainContent a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#828f97;
	
	
	
} 

.twoColFixLtHdr #footer a:link {
	color: #ffffff;
	text-decoration: none;
	}
	

.twoColFixLtHdr #footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	
	}
	
.twoColFixLtHdr #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.twoColFixLtHdr #footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}











.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

	
.footer_1 {
	
	text-align: right;
	font-family: "Arial";
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	
}

.menu_1 {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	margin-left: 0px;
}

.menu_2 {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 20px;
	margin-left: 0px;
}



		
	

	


.head_1 {
	font-family: Helvetica;
	font-size: 28px;
	font-style: normal;
	line-height: 70px;
	font-weight: normal;
	color: #003366;
}
.head_2 {
	font-family: Helvetica;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 20px;
	margin-left: 0px;
}
.head_3 {
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #003366;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 20px;
	margin-left: 0px;
}

.body_1 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 20px;
	margin-left: 0px;
}

.body_2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 20px;
	margin-left: 0px;
}

.floatLeft { 
    float: left; 
    margin-right: 20px; 
}

#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(links/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(links/nextlabel.gif) right 100% 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; }