
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#fff;
 color: white;
 text-align:left;
 padding:0;
 }

#outer {
 text-align:left;
 width:850px;
 margin:auto;
 }

#logo {
 height:119px;
 background:#eeeeee;
 color: #333333;
 }
 
#bar {
 height:25px;
 background:#38448E;
 font-family: sans-serif;
 font-size: 12px
 }
 
#bodyblock {
 position:relative;
 background: #EAF4BC;
 color: #133333;
 width:850px;
 padding:0;
 font-family: sans-serif;
 }

#l-col {
 float:left;
 background:#eaf4bc;
 color: #333333;
 width:145px;
 }

#cont {
 width:640px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

 #front-cont {
background-image: url('./hillshade.gif'); 
 width:640px;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family: sans-serif;
 }

  #front-cont2 {
 width:640px;
 color: white;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 font-family: sans-serif;
 }
 
 .leftTd{
background:white;
width:400px;
height:50px;

}

 .leftTd2{
background:white;
width:50px;
height:50px;

}
 
#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family: sans-serif; 
 }
 
 #hillshade { height: 340px; width: 700px; left: 230px; top: 130px; position: absolute; z-index: 0; visibility: visible; }
 
 #lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../assets/overlay.png", sizingMethod="scale");
	}
 
a:link { color: #538d36 ; text-decoration: none; }

a:visited { color: #538d36 ; text-decoration: none; }

a:hover { color: #80000b ; text-decoration: none; }

a:active { color: #f00 ; text-decoration: none; }
