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

*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: 0;
	border: 0;
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
html {
	background: #030E25 url(images/background.jpg) top center no-repeat;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
.fr {
	float: right;
}
#container {
	width: 980px;
	margin: 0 auto;
/*	color: #B1B3A8;*/
	color: #bfbfbf;
	font-size: 12px;
}

#container a {
	text-decoration: none;
	color: #FFFFFF;
}
#container a:hover {
	text-decoration: underline;
	color: #FFFFFF;
} 
#header {
	height: 171px;
}
#header h1 {
	margin: 12px 0 0 30px;
	padding: 0;
	font-weight: normal;
	text-indent: -9009px;
	width: 144px;
	height: 122px;
	background: transparent url(images/logo.png) 0 0 no-repeat;
	float: left;
}
* html #header h1 {
	background: transparent url(images/logo8.png) 0 0 no-repeat;
	margin: 12px 0 0 15px;
}

#header h1 a {
	outline: none;
	width: 100%;
	height: 100%;
	display: block;
}

#header ul {
	margin-left: 460px;
}

#header ul li {
	float: left;
}
#header ul li a {
	display: block;
	padding: 34px 30px 30px 30px;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	color: #FDFDFD;
}
#header ul li a:hover {
	color: #FFFFFF;
	background: transparent url(images/tmenu_ticker.gif) center 0 no-repeat;
}

#content, #pres, #footer {
	clear: both;
}

#flashcontent {
	height: 100%;
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
}
#flash{
	display: block;
}

#pres {
	height: 248px;
}

#content {
	background-color: #030E25;
	border-left: 1px solid #45432C;
	border-right: 1px solid #45432C;
	border-bottom: 1px solid #45432C;
	padding: 26px;
	overflow: hidden;
}

* html #content {
	height: 100%;
}

#content h2 {
	background-color: #030E25;
	padding: 0 8px;
	margin: 0 -8px 10px;
	font-size: 24px;
}

#content p, #content div {
	line-height: 140%;
}
#content p {
	margin-bottom: 15px;
}

	#content ul#imagesList1 li a img {
		border: 2px solid #45432C;
		width: 100px;
		height: 75px;
	}
	#content ul#imagesList1 li {
		display: block;
		float: left;
		margin: 0;
		padding: 16px 14px;
		list-style-type: none;
	}

#lmenu {
	float: left;
	width: 240px;
	margin-right: 30px;
}

#lmenu h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#lmenu li {
	padding: 8px 12px;
	background-color: #19294B;
	display: block;
	margin: 2px 0;
}

#text ul#subList1 {
	margin-left: 270px;
}
#subList1 h4 {
	margin: 10px 0 8px 0;
	font-size: 16px;
}

#subList1 ul li {
	list-style: circle;
	margin: 2px 0 3px 20px;
}

#contact {
	padding: 8px 12px 10px;
	background-color: #000000;
	border: 1px solid #000;
}
#contact span {
	padding: 0 16px;
	font-size: 11px;
}
#footer {
	margin: 10px 0;
	clear: both;
}
#footer p {
	font-size: 10px;
}

/* 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;
	}
#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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}
#imageData{
	padding:0 10px;
	}
#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: 17px; float: right;  padding-bottom: 0.7em;	}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	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 */
	}
