body {
  font-family :Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  color:#000;
  background:#004e8c url('images/bg.png') repeat-x;
  margin:0;
  padding:0;
}
body img {
	border:0;
}

#wrap {
  width:1024px;
  height:600px;
  background:transparent url('images/beams.png') no-repeat top center;
  margin:0 auto;
}

#container {
  width:500px;
  height:375px;
  background:transparent url('images/clouds.png') no-repeat bottom center;
  margin:0 auto;
  padding:75px 20px 20px;
}

#bird {
	float:left;
	position:relative;
	left:100px;
	top:180px;
}

#content {
  height:285px;
  overflow:auto;
  width:450px;
  text-align:center;
  margin:0 auto 1em;
  padding: 10px;
	font-size:13px;
}
#content a {
	color:#000;
}
#content a:hover {
	text-decoration:none;
	color:#004e8c;
}

#nav {
  width:450px;
  text-align:center;
  margin:50px auto 0;
}


#footer {
	margin: 50px auto 0;
	color: #d3f4fc;
	font-size: 12px;
}

.shadetabs{
  padding: 3px 0;
  margin-left: 0;
  margin-top: 1px;
  margin-bottom: 0;
  font: bold 15px Verdana;
  list-style-type: none;
  text-align: center;
}
.shadetabs li{
  display: inline;
  margin: 0;
}
.shadetabs li a{
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 3px 7px;
  margin-right: 3px;
  border: 1px solid #d3e3e2;
  color: #2d2b2b;
  background: white url('images/shade.gif') top left repeat-x;
}
.shadetabs li a:visited{
  color: #2d2b2b;
}
.shadetabs li a:hover{
  text-decoration: underline;
  color: #2d2b2b;
}
.shadetabs li a.selected{
  position: relative;
  top: 1px;
}
.shadetabs li a.selected{
  background-image: url('images/shadeactive.gif');
}
.shadetabs li a.selected:hover{
  text-decoration: none;
}

#thumbs img {
  border:0;
  border:4px solid #eee;
  margin:3px;
}

/*Lightbox*/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	padding-bottom: 30px;
	}

#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 { 
	left: 0; 
	float: left;
	display: block;
	background: url(../images/rew-light.gif) no-repeat;
	background-position: 2px 2px;
	width: 32px;
	}

#nextLink { 
	right: 0; 
	float: right;
	display: block;
	background: url(../images/fwd-light.gif) no-repeat;
	background-position: -2px 2px;
	width: 32px;
	}
#prevLink:hover, #prevLink:visited:hover { background: url(images/rew-light-on.gif) no-repeat; background-position: 2px 2px; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/fwd-light-on.gif) no-repeat; background-position: -2px 2px; }

#numberDisplay{ display: block; text-align: center; font: 14px Arial, Helvetica, sans-serif; font-weight: bold; padding-top: 14px; color: #666; }			

#imageDataContainer{
	font: 24px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #ddd;
	margin: 0 auto;
	line-height: 40px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; padding-top: 12px;font-size:14px; }
#imageData #bottomNavClose{ width: 32px; float: right; height: 32px; background: url(images/closer.gif) no-repeat; background-position: 1% 50%; padding-top: 10px; }	
#imageData #bottomNavClose:hover{ width: 32px; float: right; height: 32px; background: url(images/closer-on.gif) no-repeat; background-position: 1% 50%; padding-top: 10px; }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #000;
	/* Remove the next 3 lines to validate as CSS2 */
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

/* Iframe CSS */
#lightboxIframe {
	z-index: 20;
	display: block;
	border: none;
	border-top: 1px solid #ddd;
	height: 50%;
	width: 90%;
	overflow: auto;
	position: absolute;
	top: 40px;
	left: 10px;
	}
#lightboxImage {
	position: absolute;
	top: 40px;
	left: 10px;
	}