* {
	margin: 0;
}


HTML {
   overflow: -moz-scrollbars-vertical; 
   overflow-x: auto;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1.75em; /* the bottom margin is the negative value of the footer's height */
	width:780px;
}
#header {
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
}

#content {
	margin:0 auto 10px;
	height:320px;
	width:680px;
	background-color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:2px solid #990000;
}

.left {
	float:left;
	width:240px;
	height:320px;
	background-color:#ffffff;
	margin-right:2px;
}
.right {
	float:left;
	width:418px;
	height:300px;
	background-color:#ffffff;
	text-align:justify;
	padding:10px;
}

.rightgallery {
	float:left;
	width:438px;
	height:320px;
	background-color:#990000;
	text-align:justify;
}

.galleryimage-1 {
	float:left;
	margin-bottom:2px;
	border:0px;
}
.galleryimage-234 {
	float:left;
	margin-bottom:2px;
	margin-left:2px;
	border:0px;
}

.galleryimage-5 {
	float:left;
	border:0px;
}
.galleryimage-678 {
	float:left;
	margin-left:2px;
	border:0px;
}
.rightmap {
	float:left;
	width:438px;
	height:320px;
	background-color:#ffffff;
	text-align:justify;
}

.map {
	border-bottom:1px solid #990000;
}

#locationbottomstar {
	float:left;
	padding-left:10px;
	padding-right:3px;
	padding-top:.75em;
}

#locationbottomleft {
	float:left;
	width:273px;
	padding-top:.75em;
}

#locationbottomright {
	float:left;
	width:125px;
	text-align:right;
	padding-right:10px;
	padding-top:1.75em;
}

#push {
	height: 1.75em; /* #push must be the same height as #footer */
}

#footer {
	margin:auto;
	height: 1.75em; /* #foooter must be the same height as #push */
}
.footercontentleft {
	float:left;
	margin-left:10px;
	width:200px;
	padding-top:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footercontentright {
	float:right;
	width:90px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right:10px;
	text-align:right;
}

#menubar {
	width:683px;
	margin: 0 auto 50px;
}

.menuitem {
	float:left;
	border:0;
}

table img {
	border:1px solid #000000;
}

/*------Text & Links------*/
h1 {
	font-size:14px;
	font-weight:bold;
}

a:link, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#990000;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

#footer a:hover {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}

/*Lightbox2*/
#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: 30%;
	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/lightbox/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/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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #990000;
	}
	