@charset "UTF-8";
/* CSS Document */

body {
	background: #28261E url(images/header/body_background.gif) repeat-x;
	margin:0;
	text-align: center;
}
.fp a:link, .fp a:visited {
	color: #FFF;
	text-decoration: none;
}
.fp a:hover, .fp a:active {
	text-decoration: none;
	color: #FFF;
	background: #999;
}
.fp {
	font: 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color: #fff;
}
.galpic {
	border:1px solid #666666;
}
.header {
	background-image:url(images/header/header_logobackground.gif);
	background-repeat:repeat-x;
	width: 100%;
	text-align:left;
}

.main {
	text-align: left;
	width: 678px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
.td_nav {
	background: #EAE9E6 url(images/navigation/sidebar_background.gif) repeat-y;
}
.td_main p, .td_main ul li {
	font: normal normal 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #606060;
}
.td_main td {
	font: normal normal 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	}
.td_main a:link, .td_main a:visited {
	font: normal normal 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #606060;
	text-decoration:underline;
}
.td_main a:hover, .td_main a:active {
	font: normal normal 11pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #606060;
	text-decoration:underline;
	background: #E4E3E0;
}
.td_main {
		padding:0 30px 15px 20px;
}
.td_main h1 {
	font: normal bold 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}
.nav {
	width:162px;
	margin:0;
	padding:0;
	text-align:right;
	font: normal normal 14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.nav li {
	padding:5px 15px 5px 5px;
	list-style:none;
}
.thispage {
	padding:5px 15px 5px 5px;
	list-style:none;
	font-weight:bold;
	background: #000 url(images/navigation/sidebar_selected.gif) repeat-y;
}
.nav li a:link, a:visited {
	color:#000;
	text-decoration:none;
}
.nav li a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
.footer, .footer p, .footer a:active, .footer a:link, .footer a:visited, .footer a:hover {
	font: italic normal 7pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



#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;
}