/* CSS Document for Google Maps, TerraServer, and USGS imagery on theGeozone.com */
/* base classes */
h3 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-bottom:1px solid #284B9C; 
	}
h5 {
	color: #215A94;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	margin: 8px 0px 6px 0px;
	}
h6 {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 13px;
	color: #ffffff;
	background-color: #0099CC;
	font-weight: bold;
	text-align: center;
	margin: 16px 0px 12px 0px;
	border: ridge #cccccc;
	/* border:1px solid #284B9C */
	}
input {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
	margin: 8px;
	}
#subtitle {
	margin-right: 4px;
	margin-top: 20px;
	}
/* theGeoZone Google map classes */
#ixmapform {
	width:120px;
	float:right;
	margin:0px 0px 0px 12px;
}
.lat_long	{
	background-image: url(../images/leftnav_fade.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	text-align: left;
	padding:35px 0px 0px 8px;
	border-top: 1px solid #284B9C;
	}
#colc {
	padding-bottom: 2px;
	}
#map_frame {
	padding: 10px 0px 0px 0px;
	margin-top: 8px;
	}
#maptop {
	width: 769px;
	height: 17px;
	padding: 0px;
	background-color: #618FBD;
	border: 5px ridge #999999;
	border-bottom: none;
	text-align: center;
	}
#map-canvas {
	width: 769px;
	height:500px;
	border: 5px ridge #999999;
	border-top: none;
	}
#jNorthing {
	cursor: pointer;
	}
#jEasting {
	cursor: pointer;
	}
#sidebarOuter {
	margin: 0px 4px 0px 12px;
	width: 288px;
	border: 1px solid #666666;
	background-color: #EAEFF4;
	float: right;
	}
#sidebarInner {
	margin: 2px;
	padding: 3px;
	border: 1px solid #666;
	background-color: #EAEFF4;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #333;
	text-align: justify;
	}
/* topographic map thumbnail table */
#tableright {
	margin: 3px 0px 10px 10px;
	padding: 0;
	border: 1px solid #999999;
	float: right;
	}
#topotitle {
	margin: 2px;
	padding: 0px;
	background-color: #CCCCCC;
	height: 17 px;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	text-align: center;
	}
.toponame { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	line-height: 16px; 
	text-align: center;
	}
.topomatrix { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	line-height: 14px; 
	text-align: center;
	}
/* miscellaneous map classes */
.utilityText {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-align: center;
	line-height: 16px;
 	}
.centered {
	text-align: center;
	}