@charset "utf-8";
/* CSS Document */

body{
	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	color:#333;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
#error{
	background-color:#FD9DAE;
	color:#333;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
}
#preHeader{
	width:1000px;
	text-align:right;
}
#Container{
	width:1000px;
	background-image:url(../images/main-back.png);
	padding:0px;
	margin:0px;
	text-align:left;
}
#Window1{
	border:1px dashed #060;
	margin:15px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../images/bg.png);
}
.leftColumn{
	width:235px;
	border-right:1px dashed #333;
	background-color:#9C9;
	padding:10px;
}
.leftBox{
	border-left:1px solid #85aa81;
	border-right:1px solid #85aa81;
	border-bottom:1px solid #85aa81;
	margin-bottom:10px;
	background-image:url(../images/bg.png);
}
.leftBoxContent{
	margin:5px;
	font-size:10px;
	line-height:12px;
}

a{
	color:#090;
	font-weight:bold;
}
a:hover,active{
	color:#666;
}
#padcell{
	padding-left:20px;
	padding-right:20px;
}
p{
	margin:0px;
	margin-top:10px;
}
#left{
	float:left;
}
#right{
	float:right;
	margin:10px;
}
#pictures{
	text-align:center;
}
#pictures img{
	margin:10px;
	border:1px solid #ffffcc;
}
#footer{
	background:url(../images/footer-bg.jpg);
	width:1000px;
	height:100px;
	font-size:10px;
	color:#ccc;
	line-height:15px;
}
h1{
	color:#063;
	background:none;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:0px;
	margin:0px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}
h2{
	color:#063;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}
h3{
	color:#060;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	text-align:left;
	height:30px;
	line-height:30px;
	border:1px solid #85aa81;
	border-right:none;
	background-image:url(../images/logo-sm.jpg);
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	background-color:#ccc;
}

#gmap {
	height:321px;
	width:780px;
	text-decoration:none;
	text-transform:none;
	font-weight: normal;
	font-variant: normal;
	position: relative;
	background-image: url(images/map-bg.jpg);
	border:none;
} 
/*****************************************************************/
/* PHOTO GALLERY STYLES */
/*****************************************************************/
#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); /* 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: #030; }
	.thumb{
		border:1px solid #333;
	}
	.thumb:hover{
		border:1px solid #fff;
	}
