/* 
Style sheet for kml gadgets
*/

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt; 
	color: black;
	background: white;
}

a:link    { text-decoration: none; color: #0000CC}
a:active  { text-decoration: none; color: #0000FF }
a:visited { text-decoration: none; color: #000099}
a:hover   { text-decoration: none; color: #FF0000 }

div.logo {
	position: absolute;
	top: 20px;
	left: 25px;
	font-style: italic;
}

div.header {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18pt; 
	color: black;
	text-align: center;
	position: absolute; 
	top: 60px; 
	width: 805px; 
	left: 25px;
}

div.map {
	position: absolute;
	top: 125px;
	width: 600px;
	height: 600px;
	left:25px;
	border: 1px solid black;
	
}

div.layers {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: black;
	background: #DFD4C2;
	vertical-align: middle;
    font-style: normal; 
	line-height: 12px; 
	text-decoration: none;
	overflow: auto;
	position: absolute;
	top: 125px;
	left: 630px;
	width: 200px;
	height: 600px;
	border: 1px solid black;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	
	
}

div.otherinfo {
	background: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: black;
	overflow: auto;
	border: 1px solid gray; 
	text-align: left; 
	padding-left: 3px; 
	padding-right: 3px ;
	position: absolute; 
	top: 125px; 
	width: 785px; 
	height: 600px; 
	left:25px; 
}	

div.legend {
	position: absolute; 
	top: 550px; 
	left:490px;
}	

div.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: gray;
	background: white;
	position: absolute; 
	top: 730px; 
	width: 805px; 
	left: 25px;
}

div.fglogo {
	position: absolute;  
	top: 10px;
	width: 75px; 
	height: 75px;
	left: 42px;
}

div.nsflogo {
	position: absolute;  
	top: 10px;
	width: 75px; 
	height: 75px;
	left: 675px;
}	

