/* CSS Document */
html { overflow-y:scroll; }
body {
		color:#000000;
		line-height:20px;
		font-size:14px;
		margin:0 auto;
		background-color:#FFF;
		background-repeat: repeat-xy;
		background-position:top center;
		font-family:Arial, Helvetica, sans-serif;
		background-image:url(images/landscape_bg.jpg);
	}

a {
	color:#2b5376;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

p { margin: 15em 0 0 0; }

h1 { font-size:25px; color:#006633; margin: 0 0 1em 0; }

h2 { font-size:20px; }

h3 { font-size:15px; color:#006633;}

/*     classes        */

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #cccccc;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding-top: 0.2em;
	}
	
/*     basic layout     */


#layout {
	position:relative;
	margin:0 auto;
	width:802px;
	height:auto;
	background-image:url(images/bg_landscape_sm.jpg);
	background-repeat:repeat-y;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:802px;
	height:161px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

/*     navigation buttons    */
 
#nav {
	position:relative;
	top:110px;
	left:96px;
	width:601px;
	height:25px;
}

#content_bg {
	position:relative;
	top:0;
	left:0;
	width:802px;
	height:auto;
	background-image:url(images/bg_landscape_sm.jpg);
	background-repeat:no-repeat;
}

/*     main     */

#content {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:702px;
	height:auto;
	padding:40px 40px 40px 60px;
}


#content-photos {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:442px;
	height:auto;
	padding:40px 10px 40px 60px;
}

/* floating images */

#images_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:250px;
	height:auto;
	padding:40px 25px 40px 10px;
}

#backtogallery {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:702px;
	height:auto;
}

#nav_bottom {
	color:#000000;
	position:relative;
	margin:auto;
	width:802px;
	height:35px;
	clear:both;
	background-image:url(images/bg_landscape_bottom_nav.jpg);
	background-repeat:no-repeat;
}

#white_text {
	color:#FFFFFF;
}

#green_text {
	color:#006633;
	font-weight:bold;
}

/* footer */

#footer {
	color:#515151;
	position:relative;
	margin:0 auto;
	top:0;
	left:0;
	padding:0 20px 0 20px;
	width:730px;
	height:40px;
	clear:both;
}


#footer a {
	color:#515151;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* navigation */
 
#nav a {
	position:relative;
	float:left;
	height:25px;
	cursor:pointer;
		
}

a#nav_01 {
	width:66px;
	cursor:pointer;
	background-position:0 0;
}

a#nav_02 {
	width:168px;
	cursor:pointer;
	background-position:-66px 0;
}


a#nav_03 {
	width:107px;
	cursor:pointer;
	background-position:-234px 0;
}


a#nav_04 {
	width:145px;
	cursor:pointer;
	background-position:-341px 0;
}


a#nav_05 {
	width:115px;
	cursor:pointer;
	background-position:-486px 0;
}


/*   lightbox 2.0 settings    */

#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(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
