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


body {  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%;
  color:#333;
background:#dededc; 
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:76%;
  overflow: hidden; }

#wrapper { background:#dededc;}

#header { height:150px;
background-image:url(../img/banner.jpg);
background-position:center;
  background-repeat:no-repeat;
    border-bottom:4px solid #73a2bd; overflow:hidden;}

#menu {width:100%;}

#menu ul {
  clear:both; 
  text-align:center; 
     margin:0; 
  padding:0; 
  list-style-type:none; 
  background:transparent; 
  height:3em;
  position: absolute;
  top:130px;
  left: 33%;
  }

#menu ul li {
  display:inline; 
  color:#73a2bd;
  }

#menu ul li a{
	color:#0080BF;
	}

img { border-width:7px;
border-color:#FFF;}

#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:75px; 
  overflow:hidden; 
  text-align:right; 
  background-image:url(../img/bg_footer.jpg);
 font-family: Verdana, Geneva, sans-serif; 
  font-size:10px;
  color:#FFF;
  
  }
 
 #contents {
	position:fixed;
	top:154px;
	left:0;
	bottom:75px;
	right:0;
	overflow:auto;
	background:#fff;
	background-image:url(../img/bg.jpg);

  }
.columnone, .columntwo {width:31%; float:left; text-align:justify; margin-right:2%; padding-left:1%;}
.columnthree {text-align:justify; }
* html .columnthree {border:0;}
hr {clear:both; border:0; height:1px; color:#888; background-color:#888;}

.columnthree a, .columnthree a:visited {font-size:1em; color:#000; text-decoration:underline;}
.columnthree a:hover {color:#888; text-decoration:none;}

h1 { color:#007cc4;}
h3 { color:#09F;}
h4 {font-size:10px;}
h5 { color:#09F; font-size:10;}


	
#contents_main {
	font-size: 18px;
}
#contents_h1 {
	font-size: 60px;
}
 

 /*lightbox*/
 
 
 #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; }

