body {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	color: #757575;
	margin: 0;
	padding: 0;
}

p {
	color: #757575;
}

h1 {
	color: #757575;
	font-size: 1.8em;
}

a {
	color: #757575;
}

a:visited {
	color: #757575;
}

a:hover {
	color: blue;
}

.wrapper {
	width: 915px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.logo {
	float: left; 
	margin-left: 80px; 
	margin-top: 10px; 
}

.banner {
	float: left;
	margin-top: 35px;
	height: 38px ;
	width:  335px;
}

.linksbox {
	float: right;
	margin-top: 88px;
}

.left {
	width: 460px;
	float: left;
	margin-right: 0px;
	text-align: left;
}

.right {
	width: 430px;
	float: right;
	text-align: left;
}

.indexleft {
	width: 400px;
	float: left;
	margin-right: 0px;
	text-align: left;
}

.indexright {
	width: 400px;
	float: right;
	text-align: left;
}

.menulist {
	width: 150px;
	margin-right: 3px;
	float: left;
}

.menulistwide {
	width: 350px;
	margin-right: 10px;
	float: left;
}

.gallery {
	float: left;
	height: 150px;
	width: 215px;
	border-style: solid;
	border-width: 1px;
	border-color: #757575;
	margin-right: 10px;
	margin-bottom: 10px;
}
	
/*footer*/
#footer {
	height: 25px;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	float:right;
	font-size: 9px;
	color: #757575;
	text-align: left;
}

#footer a:hover {
	color: blue;
}

#footer a {
	color: #757575;
}

#footer .left {
	float:left;
	text-align: left;
}

.clear {
	clear:both;
}

/*links*/
/*remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float: left;
	position: relative;
	z-index: 100;
}

/* use the table to position the dropdown list */
.menu table{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 25px;
}

/* style all the links */
.menu a, .menu :visited {
	display: block;
	font-size: 16px;
	width: 100px;
	padding: 5px 5px;
	color: #d6e3bc;
	background-image: url(images/button2.gif);
	font-family: century gothic;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
}
/* style the links hover */
.menu :hover{
	color: #3462c1;
}
	
/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 10px;
	height: 50px;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}

#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: #ffffff; 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/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: #ffffff; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000; }