/* CSS Document */
body {
	color: #666666;
	line-height: 17px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #66ccff;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1 {
	line-height: 18px;
	padding: 3px;
	color: #0099cc;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #003399;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.image_left {
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.image_right {
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 12px;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	float: right;
}

.photos {
	border-width: 0px;
	border-style: none;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-top: 0px;
	float: left;
}

.flash {
	border-style: solid;
	border-color: #5ccbff;
	border-width: 1px;
	margin-right: 7px;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}


#top {
}

#wrapper {
	background-image: url(images/wrapper-background.png);
	background-position: left top;
	background-repeat: repeat-y;
	width: 966px;
	text-align: left;
	margin: 0 auto;
}

#content {
	margin-left: 10px;
	background-position: 10px;
	background-image: url(images/content-background.gif);
	background-repeat: repeat-y;
	width: 775px;
}

#header {
	height: 290px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/top_image.jpg);
}


#footer {
	clear: right;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: -13px;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/footer-background.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 966px;
	text-align: center;
	}

#sidebar {
	padding-top: 4px;
	margin-right: 16px;
	display: inline;
	float: right;
	width: 150px;
	background-color: #5ccbff;
}

#navbar {
	color: #3300cc;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 940px;
	position: absolute;
	top: 260px;
	z-index: 10;
	margin-right: 16px;
	margin-left: 10px;
	height: 45px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#navbar ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar ul li {
	display: inline;
	float: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
}
#navbar ul li a:hover {
	color: black;
	text-decoration: none;
}
#navbar ul li a {
	text-decoration: none;
}

#sig {
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
	text-align: right;
	width: 966px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
}


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