/* CSS Document */



body{
background-color:#A9A9A9;
font-family:Papyrus, "Helvetica Neue UltraLight", "Arial Narrow";
color:#000000;
}

a {
     text-decoration:none;
	 color:#000000;
}

a:visited {
     color:#000000;
}

a:hover {
     color:#FFFFFF;
}


h1 {
     margin-bottom:-10px;
	 color:#FE0000;
}

h2 {
     margin-top:10px;
     margin-bottom:5px;
	 font-weight:400;
	 font-size:1.2em;

}

.logo{
     position:absolute;
	 top:56px;
	 left:30px;
	 width:145px;
	 height:76;
}

.bar{
     position:absolute;
	 top:80px;
	 left:190px;
	 width:29px;
	 height:500px; 
}

.nav{
     position:absolute;
     top:20px;
     left:240px;
	 height:76px;
	 width:600px;
	 vertical-align:bottom;
	 padding-bottom:30px;
	 color:#000000;
}

.sidebar{
     width:145px;
     height:368px;
     position:absolute;
     top:132px;
     left:30px;
}

.content{
     position:absolute;
	 left:240px;
	 top:96px;
	 height:500px;
	 width:700px;
	 border-style:solid;
	 border-color:#000000;
	 border-width:1px;
	 margin-top:10px;
}

.footer{
     position:absolute;
	 left:240px;
	 top:610px;
	 width:700px;
	 height:30px;
	 font-size:11px;
}

.batimesob {
     width:700px;
	 height:500px;
	 background-image:url(images/mesobback.jpg);
	 z-index:10;
}


/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 20px;
font-size: 1px;
z-index:15;
}
.rbcontent { margin: 0 7px; 
z-index:15;
}
.rbroundbox { width: 60%; margin: 1em auto; 
z-index:15;
}

#map_canvas {
	 margin: 0 0 0 10px; 
	 width: 290px; 
	 height: 365px; 
	 border:thin solid #999; 
}

#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; }

