/** CSS Document **/



* {
	margin:0;
	padding:0;
}

#wrapper {

width: 700px;

height: 658px;

background: #fff;

margin: 0 auto;

}

#wrapper_big {

width: 700px;

height: 1115px;

background: #fff;

margin: 0 auto;

}

body {
background-color: #3399cc;
}


#header {

width: 695px;

height: 125px;

background: url("header.jpg") no-repeat;

float:left;

margin: 4px 0px 0px 5px;

}



#nav {

float:left;

list-style: none;

z-index: 2;

padding-left: 0px;

margin: 0px 0px 0px 0px;

}

#nav li {
float:left;


}

#nav li a {

float:left;

clear: left;

color: #fff;

font: normal 11px verdana, arial, sans-serif;

display: block;

width: 120px;

height: 24px;

background-color: #333;

padding:6px 0px 0px 9px;

text-decoration: none;

margin: 1px 0px 0px 0px;
border-bottom-color:#fff;
border-bottom-style:solid;
border-bottom-width:1px;
}

#nav  a:hover {
background-color:#000;
}


h1 {

width: 120px;

height: 30px;

background-color: #333;

margin: 1px 1px 0px 5px;

float: left;

font: bold 16px arial, verdana, sans-serif;

padding-left: 10px;

color: #fff;

}



h2 {

width: 555px;

height:26px;

float:left;

background-color: #333;

font: bold 16px arial, verdana, sans-serif;

padding: 4px 0px 0px 5px;

color: #fff;

margin: 1px 0px 0px 0px;
}

h3 {
font: bold 16px verdana, arial, sans-serif;
color:#000
}

h4 {
font: bold 13px arial, verdana, sans-serif;
color:#000;
margin-left:20px;
}

#sidebar {

width: 129px;

height: 75%;

background-color: #333;

float: left;

font: normal 10px verdana, arial, sans-serif;

padding: 0px;

margin-left: 5px;

margin-top: 1px;


}

#sidebar_big {

width: 129px;

height: 85%;

background-color: #333;

float: left;

font: normal 10px verdana, arial, sans-serif;

padding: 0px;

margin-left: 5px;

margin-top: 1px;


}

#waterross {
width: 120px;

height: 86px;

float: left;

padding: 0px;

margin-left: 4px;

margin-top: 12px;
background-repeat:no-repeat;

background-image:url("westerrosslogo.jpg");

}

#hs {
width: 120px;

height: 86px;

float: left;

padding: 0px;

margin-left: 4px;

margin-top: 112px;
background-repeat:no-repeat;

background-image:url("hs09.jpg");

}

#content {

float:right;

width: 560px;

background-color:#fff;

margin-top: 15px;

font: normal 12px Verdana, Arial, sans-serif;
}


p {
margin: 5px;
font: normal 12px Verdana, Arial, sans-serif;
}

img {
border: 0px;
margin: 5px;
}

.footer {
text-align:center;

}

/* LightBox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
