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

body {
  background:#f0f0f0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
}
#contentfiller {
  background:url(images/contentfiller.png) repeat-y;
  height:auto;
  position:absolute;
  width:766px;
}
a:link, a:active, a:visited {
  color:#ffffff;
  text-decoration:none;
}
a:hover {
  color:#333333;
  text-decoration:none;
}
.imagethumbs {
  border:1px solid #666666;
}
#container {
  width:766px;
  height:auto;
  margin:auto;
}
#head {
  background:url(images/head.png);
  width:766px;
  height:161px;
}
#navigation {
  float:right;
  list-style:none;
  margin-top:20px; margin-right:100px; padding:0px;
}
#navigation li {
  list-style:none;
  float:left;
}
#navigation a {
  background:url(images/navi.png) top;
  width:71px;
  height:135px;
  display:block;
  text-align:center;
  line-height:133px;
  color:#FFFFFF;
  text-decoration:none;
}
#navigation a:hover, .active {
  background:url(images/navi.png) bottom;
  width:71px;
  height:135px;
  line-height:140px;
}
.headhr {
  background:url(images/headhr.png);
  width:3px;
  height:134px;
  float:left;
}
#navarea {
  background:url(images/navbar.png);
  width:766px;
  height:42px;
}
.strikethrough {
  text-decoration:line-through;
  float:right;
  padding-right:5px;
}
.searchbar {
  background:url(images/search.png);
  width:155px;
  height:12px;
  padding-left:8px;
  margin-left:30px;
  padding-top:3px;
  border:none;
  margin-top:12px;
  font-size:9px;
}
.submit {
  background:url(images/submit.png);
  width:30px;
  height:17px;
  color:#ffffff;
  border:none;
  font-size:9px;
}
.linkstuff {
  margin-left:15px;
}
#leftcolumn {
  width:193px;
  height:auto;
  margin:auto;
  float:left;
  margin-left:20px;
  margin-top:5px;
}
#lefthead {
  background:url(images/lefthead.png);
  width:183px;
  height:18px;
  float:left;
  color:#adbe5d;
  padding-top:4px;
  padding-left:5px;
  padding-right:5px;
}
#leftcontenthead {
  background:url(images/leftcontenthead.png);
  width:193px;
  height:14px;
  float:left;
}
#leftcontent {
  background:url(images/leftcontent.png) repeat-y;
  width:188px;
  height:auto;
  float:left;
  padding-left:5px;
  padding-right:5px;
}
#leftcontent a {
  color:#adbe5d;
}
#leftcontent a:hover {
  color:#000000;
}
#leftfooter {
  background:url(images/leftfooter.png);
  width:193px;
  height:14px;
  float:left;
}
.leftheader {
  float:right;
  padding-right:5px;
}
.leftcontent {
  float:left;
  padding-left:5px;
}
.lefthr {
  background:url(images/lefthr.png);
  width:182px;
  height:2px;
  margin-bottom:5px;
}
img {
  margin-left:5px;
  margin-bottom:5px;
}
#rightcolumn {
  width:522px;
  height:auto;
  margin:auto;
  float:right;
  margin-right:20px;
}
.righthead {
  background:url(images/righthead.png);
  width:512px;
  height:17px;
  float:right;
  margin-top:6px;
  padding-top:3px;
  color:#adbe5d;
  padding-right:10px;
}
.rightcontenthead {
  background:url(images/rightcontenthead.png);
  width:522px;
  height:20px;
  float:right;
}
.rightcontent {
  background:url(images/rightcontent.png) repeat-y;
  width:502px;
  height:auto;
  float:right;
  padding-left:10px;
  padding-right:10px;
}
.rightcontent a {
  color:#adbe5d;
  text-decoration:none;
}
.rightcontent a:hover {
  color:#000000;
  text-decoration:none;
}
.rightfooter {
  background:url(images/rightfooter.png);
  width:522px;
  height:20px;
  float:right;
}
.clear {
  clear:both;
}
.formstyle {
  border:#333333 thin;
}
#footer {
	background:url(images/footer.png);
	width:766px;
	height:24px;
	position:absolute;
	margin-left:1px;
	display:block;
}
#fullcontainer {
  width:726px;
  height:auto;
  margin:auto;
}
.fullhead {
  background:url(images/fulltop.png);
  width:721px;
  height:21px;
}
.fullcontenthead {
  background:url(images/fullcontenthead.png);
  width:726px;
  height:21px;
}
.fullcontent {
  background:url(images/fullcontent.png) repeat-y;
  width:726px;
  height:auto;
}
.fullcontentfooter {
  background:url(images/fullcontentfooter.png);
  width:726px;
  height:21px;
}
.submitbutton {
  background:url(images/sendbutton.png);
  width:42px;
  height:26px;
  border:none;
  margin:5px 5px 5px 5px;
}
.resetbutton {
  background:url(images/resetbutton.png);
  width:42px;
  height:26px;
  border:none;
  margin:5px 5px 5px 5px;
}
form fieldset {	border: 0; }
form fieldset p br { clear: left; }
label {
	margin-top: 5px;
    display: block;
    width: 150px;
    padding: 0;
    float: left;
}
input {
	font-family: Trebuchet MS;
    border: 1px solid #CCC;
	margin-bottom: 5px;
    background-color: #FFF;
    padding: 2px;
}
input:hover {
	border: 1px solid #222;
    background-color: #EEE;
}
textarea {
  font-family: Trebuchet MS;
  width:150px;
  border: 1px solid #CCC;
  font-size:11px;
}
#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: #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-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: #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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
