@charset "UTF-8";
body  {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #ebebeb;
	font-size: .85em;
	width: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, helvetica, sans-serif;
}
#frame{
	width:1040px;
	background-image:url(images/body_bak.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
}
#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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(images/container_bg.gif);
	background-repeat:repeat-y;
} 
#header { 
	background: #38265D; 
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header_yellow{
	background-color:#DEB511;
	height:146px;
}
#headerTitle{
	float:left;
	width:640px;
	padding:110px 10px 6px 0;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}
#headerTitle h2{
	color:#FFFFFF;
}
#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 */
}
#navBar{
	height:20px;
	background-color:#FFFFFF;
	padding:5px 0 2px 0;
	text-align:center;
	width:100%;
}
#headerBar{
	background-color:#DEB511;
	padding:2px 0 2px 20px;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	height:1px;
}
#navBar a:link, #navBar a:visited{
	margin: 5px 10px 5px 10px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#navBar a:active, #navBar a:hover{
	margin: 5px 10px 5px 10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 10px 15px 20px;
	/* background-image:url(images/border_sidebar.jpg);
	background-position:right;
	background-repeat:repeat-y; */
}
#mainContent { 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:710px;
	margin:5px 0 0 0;
	float:left;
} 
#mainContent a:hover, a:active{
	text-decoration:none;
	color:#0066CC;
}
p{
	padding:3px 0;
	margin:3px 0;
}
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#38265D;
	display:block;
	height:82px;
	text-align:left;
	color:#FFFFFF;
	font-size:.85em;
}
#footer a:link, #footer a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin:0 7px 0 7px;
}
#footer a:active, #footer a:hover{
	text-decoration:underline;
	color:#CCCCCC;
	font-weight:bold;
	margin:0 7px 0 7px;
}
#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 */
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.7em;
	padding:2px 0 5px 0;
	margin:2px 0 5px 0;
	color:#333333;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding:2px 0;
	margin:2px 0;
	color:#333333;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:2px 0;
	margin:2px 0 0 0;
	color:#333333;
}
.updated{
	background-color:#FFFF00;
}
ul{
	margin-top:3px;
}
li{
	line-height:1.5em;
}
.footer_foster_uw {
	background-color:#38265D;
	display:block;
	float:left;
	height:82px;
	margin:0;
	padding:0;
	text-align:left;
	width:20%;
}
img.uw_logo {
	border:0 none;
	height:51px;
	margin-left:40px;
	margin-top:20px;
	width:73px;
}
img{
	border:0;
}
img.foster_logo {
	border:medium none;
	float:left;
	height:146px;
	margin:0;
	padding:0;
	width:349px;
}
.footer_nav {
	background-color:#38265D;
	display:block;
	float:left;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:60%;
}
.footer_foster_logo {
	background-color:#38265D;
	display:block;
	float:left;
	height:82px;
	margin:0;
	padding:0;
	text-align:right;
	width:20%;
}
#bottom {
	background-image:url(images/body_bottom.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:30px;
	width:100%;
}
.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;
}
/* LIGHTBOX INCLUDED BELOW -- USE THIS TO MAKE IMAGES EXPAND WITHIN THE PAGE */
img.lightboxThumb{
	padding:4px 4px 8px 4px;
	background-color:#F6F6F6;
	border:1px solid #CCCCCC;
}

#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(js/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 12px; color:#444444; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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; }
