html, body
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0px;
    background:#FFFFFF;
}

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
}

#nToolbar  
{
    float:left;
    padding-bottom:5px;
    padding-top:0px;
    background-color:white;
    text-align:center;
    width:100%;
    height:20px;
    border-top-color:#000000;
    border-top-width:3px;
    border-top-style:solid;
}

#map {
    border: solid 4px #000000;
    background-color: white;
    margin:0px 0px 0px 0px;
    padding:0;
    position:absolute;
    z-index:0;
}



.claro .dijitTab .tabLabel { 
         /* make sure tabs w/close button and w/out close button are same height, even w/small (<12px) font */
		 font-size: 10px;
 } 

 .claro .dijitTab { 
         height:22px; 
 } 
 
 #header { 
	background:#FFFFFF; 
	background-image:url("../../images/banner5.jpg");
	width:100%;
	height:80px;
 }
 
 #appbody {
	width:100%;
	margin: 0px 0px 0px 0px;
	height:75%;
	 background:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }
 
#main {
	width:800px;
	margin:0 auto;
	 background:#FFFFFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#rightSide {
	float:right;
	width:270px;
	color:#730907;
	/*color:#330000;*/
	font-size:11px;
	margin-right:5px;
	margin-top:10px;
}

#rightSide a:link, #rightSide a:visited {
	text-decoration:none;
	color:#730907;
	/*color:#330000;*/
}

#rightSide a:hover {
	text-decoration:underline;
}

#theMap {
	float:left;
	width:520px;
	margin-left:5px;
	margin-top:10px;
	color:#730907;
	text-align:center;
	font-size:12px;
	z-index:0;
}

#menu {
	
	text-align:center;
	width:100%;
	height:35px;
	background-color:#ffffff;
	border-top-color:#730907;
	border-top-width:5px;
	border-top-style:solid;
	border-bottom-color:#730907;
	border-bottom-width:5px;
	border-bottom-style:solid;
	z-index:1;
}

#AboutTitle {
	 text-align:center;
	 color:#730907;
	 margin-top-width:5px;
	 border-top-color:#730907;
	 border-top-style:solid;
}

#even {
	background-color:#ffffff;
}

#odd {
	background-color:#f8f8ff;
}

#hlpTxt {
	/*color:#330000;*/
	color:#730907;
	font-size:small;
	margin: 5px 10px 5px 10px;
}

.heading {
	font-weight: bold;
	padding-bottom: 0.25em;
}

#grid {
	border: 1px solid #333;
}

A:link {
	text-decoration: underline;
	color: #330000;
}

A:visited {
	text-decoration: underline;
	color: #330000;
}

A:active {
	text-decoration: underline;
	color: #330000;
}

A:hover {
	text-decoration: underline;
	color: #330000;
}


.infowindow .window .top .right .user .layout {
	overflow: hidden !important;
}


.infowindow .window .top .right .user .titlebar .title {
	font-weight:bold; font-size:7pt !important;
}

.esriScalebarLabel  {
	#color:#D26428!important;
	#color:#F07924!important;
	color:#CF5300!important;
}

.scalebar_bottom-right {
	right: 275px !important;
	bottom: 10px !important;
}

  .esriLargeSliderTR {
        right: 20px;
        top: 5px;
  }

 /* ===STANDARD FOOTER===*/
#usgsfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;
	margin: 0;
	margin-top:30px;
}
#usgsfooterbar {
	background-color: #730907;
	padding: 4px;
	margin: 0;
}
#usgsfooterbar a:link, #usgsfooterbar a:visited {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: none;
}
#usgsfooterbar a:hover {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: underline;
}
#usgsfooterbar a:active {
	margin-right: 40px;
	color: #ffffff;
	text-decoration: none;
}
#usgsfootertext {
	padding: 4px;
	margin: 0;
}
#usgsfootertext img {
	border: none;
	float: right;
	margin-right: 5px;
}
