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

a img {
border:none;
}

a:link {
color: #452a01;
}

a:visited {
color: #452a01;
}

a:hover {
color: #452a01;
text-decoration:overline;
}

body {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0px;
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #452a01;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}

#global {
  margin: 0 auto;
  width: 779px;
  min-height: 554px;
  }

#header {
float: left;
width: 779px;
height: 246px;
background-image:url(images/header.jpg);
}

#main {
float: left;
width: 779px;
min-height: 554px;
background-image: url(images/content.png);
}

#content {
float: left;
width: 549px;
min-height: 490px;
background-color:#FFFFFF;
margin-left: 118px;
}

#menu {
  float: left;
  text-align: left;
  font-family:  "Trebuchet MS", verdana, arial, sans serif;
  font-size: 12px;
  color: #452a01;
  list-style: none;
  margin-left: 90px;
  margin-top: 20px;
}

#menu li {
  color: #452a01;
  list-style: none;
  
}

#menu li a {
  list-style: none;
  color:  #452a01;
  font: "Trebuchet MS", Arial, ,sans-serif ;
  text-decoration: none;
}

#menu a:hover {
  color:  #452a01;
    list-style: none;
	text-decoration:underline;
}

h1 {
width: 480px;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 24px;
  letter-spacing: 0px;
  color: #452a01;
}

h2 {
  width: 480px;
  padding-left: 20px;
    text-align: left;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 16px;
  color: #452a01;
}

h3 {
  width: 480px;
  padding-left: 20px;
  text-align: left;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 14px;
  color: #dac19a;

}

h4 {
  text-align: left;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 14px;
  color: #452a01;
}

p {
 width: 480px;
    text-align: left;
	padding-left: 20px;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

#footer {
  float: left;
  width: 549px;
  height: 40px;
  font-family: "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin-left: 118px;
  border-bottom-color: #dac19a;
  border-bottom-width: 10px;
  border-bottom-style: solid;
  color: #ffffff;
  background-color: #452a01;
}

#footer a{
  font-size: 11px;
  color: #ffffff;
}

#form {
float: left;
width:300px;
margin-left: 20px;
  font-family: verdana, "Trebuchet MS", arial, verdana, sans-serif;
  font-size: 10px;
}

/* Lightbox */
#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: #a69a8a;
	}
#overlay-table {
background-image: url(img/trans.gif);
background-repeat:repeat;
position:relative;
width: 100%;
height: 100%;
overflow: visible;

}





