﻿body {
  background        : #e0e2db url(img/body_bg.gif) repeat-y 50%;
  margin            : 0px;
  padding           : 0px;
}

h1 {
  border-bottom     : 2px solid #b2bcc6;
  font              : 18px geneva, verdana, arial, helvetica, sans-serif;
  margin            : 10px;
  padding           : 1px;
  text-align        : left;
}

#page {
  font              : trebuchet ms, lucida sans unicode, arial, sans-serif;
  margin            : 0px auto;
  width             : 770px;
}

#menu {
  float             : left;
  font              : 70% geneva, verdana, arial, helvetica, sans-serif;
  margin-left       : 0px;
  margin-right      : 0px;
  margin-top        : 0px;
  margin-bottom     : 10px;
  padding           : 0px;
  width             : 140px;
}

#menu ul {
  list-style        : none;
  margin            : 0px;
  padding           : 0px 0px 0px 20px;
}

#menu li {
  border-bottom     : 1px dotted #b2bcc6;
  margin            : 0px;
  padding           : 1px;
  text-align        : left;
}

#menu a:link, #menu a:visited {
  color             : #2a4f6f;
  display           : block;
  text-decoration   : none;
}

#menu a:hover {
  background-color  : #eeeeee;
}

#menu h2 {
  border-left       : 5px solid #711515;
  border-bottom     : 1px dotted #b2bcc6;
  color             : #2a4f6f;
  font              : 100% geneva, verdana, arial, helvetica, sans-serif;
  font-weight       : bold;
  margin            : 0px 0px 0px 5px;
  padding           : 5px;    
}

#content {
  float             : right;
  font              : 80% geneva, verdana, arial, helvetica, sans-serif;
  margin            : 0px;
  padding           : 0px;
  width             : 620px;
}

#content p {
  padding           : 5px;
  margin            : 0px;
  text-align        : justify;
  text-indent       : 20px;
}

#content ol, #content ul {
  margin            : 0px;
  padding           : 0px 20px 0px 50px;
  text-align        : left;
}

#content table, #content tr, #content td {
  font              : 95% geneva, verdana, arial, helvetica, sans-serif;
}

#content a:link, #content a:visited {
  color             : #2a4f6f;
  text-decoration   : none;
}

#footer {
  border-top        : 1px dotted #b2bcc6;
  clear             : both;
  font              : 70% geneva, verdana, arial, helvetica, sans-serif;
  margin            : 5px;
  padding           : 5px;
  text-align        : center;
  font-weight       : bold;
}

#logo {
  background        : #ffffff;
}

#top {
  background        : #ffffff;
  border-bottom     : 1px dotted #b2bcc6;
  border-top        : 1px dotted #b2bcc6;
  font              : 70% geneva, verdana, arial, helvetica, sans-serif;
  margin            : 5px;
  padding           : 1px 0px 1px 0px ;
  text-align        : right;
}

#top a:link, #top a:visited {
  color             : #2a4f6f;
  text-decoration   : none;
}

#top a:hover {
  background-color  : #eeeeee;
}


#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; }

