body {
	font-family: verdana,tahoma,arial,helvetica,"sans serif";
	font-size: 12px;
	background-color: #000000;
	padding-top: 25px;
	padding-bottom: 10px;
	margin: 0px;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

a {
    color: #FFCC00;
    text-decoration: none;
}

a:hover {
    color: #999999;
}

h1 {
	font-family: Ravie, "Snap ITC", Georgia;
	font-weight: normal;
	font-size: 14px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 15px;
	font-weight: bold;
}

h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 15px;
	text-decoration: underline;
	line-height: normal;
	font-weight: normal;
}

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 798px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#header a {
	color: #000000;
	font-size: 15px;
	font-family: Ravie, "Snap ITC", Georgia;
	line-height: 28px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	display: block;
	height: auto;
	width: auto;
	clear: both;
}

#header a:hover {
	color: #FFFFFF;
	background-image: url(../img/roll.png);
	background-repeat: repeat;
	display: block;
	height: auto;
	width: auto;
	clear: both;
}

.title {
	padding-top: 195px;
	font-size: 30px;
	white-space: pre;
	font-weight: normal;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 85px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.borderimage{
border: 1px solid white;
}

.borderimage:hover{
border: 1px solid yellow;
}

#rollover ul, #rollover li {
	list-style-type: none;
	line-height: 17px;
}

#rollover li a {
	background-image: url(../img/check.png);
	background-repeat: no-repeat;  background-position: 0 .1em;
	padding-left: 15px;
	color: #FFFFFF;
    text-decoration: none;
}

#rollover li a:hover {
	background-image: url(../img/check_roll.png);
	background-repeat: no-repeat;  background-position: 0 .1em;
	padding-left: 15px;
	color: #FFCC00;
    text-decoration: none;
}

#map ul, #map li {
	list-style-type: none;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#map li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

#map li a:hover {
	color: #FFCC00;
    text-decoration: underline;
}

#content {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background-color: #000000;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.boldtext {font-size: 14px}

#flash {
	z-index:1;
	position: relative;
	bottom: 555px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 490px;
	width: 280px;
	visibility: visible;
}

#footer {
	text-align: center;
	padding: 5px;
	width: 790px;
	background-color: #333333;
	color: #888888;
	font-size: 10px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
    font-size: 10px;
    color: #888888;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
}

.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

.transMenu .content {
	position: absolute;
}

.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .7;
	filter: alpha(opacity=75);
}

.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.transMenu .item{
	margin: 0px;
	border: none;
	display: block;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}

.transMenu .item td {
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	color: #FFFFFF;
}

.transMenu .item.hover {
	background: #494947;
}

.transMenu .item.hover td {
}

.transMenu .item img {
	margin-left: 10px;
}

.transMenu .item#active {
	color: #FFFFFF!important;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

.transMenu .item#active.hover {
	color: #FFFFFF;
}

#wrap {
	margin: 0px;
	padding: 0px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu td {
	width: auto;
}

#mbttransmenu {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
	clear: both;
	margin: 1px;
	border-right: 1px solid #000000;
	display: block;
	white-space: nowrap;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	height: auto;
	font-size: 11px;
	width: auto;
}

a.mainlevel-trans:hover {
	background-image: url(../img/roll.png);
	background-repeat: repeat-x;
}

a.mainlevel_active-trans, a.mainlevel_active-trans:active {
	clear: both;
	width: auto;
	margin: 0;
	display: block;
	white-space: nowrap;
	border-right: 1px solid #000000;
	line-height: 30px;
	height: auto;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.mainlevel_active-trans:hover {
	color: #FFFFFF;
}

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

#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: 66px; 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 */
}	
