html, body {
    margin: 0;
    height: 100%
    }

body {
    margin: 0px;
	padding: 0px;
    }

.input {
    background: #fff;
	height: 14px;
	color: gray;
}
.button {
    background: #fff;
	cursor:pointer;
}

#zoombox {
	color:gray;
	font-size: .8em;
}

header{
	background-color:#FFF;
    padding:0px;
    font-family: Arial, sans-serif;
    font-size:19px;
    color:#E01838;
    line-height:20px;
}

	#headertext {
		margin:4px 4px;
		position: relative;
		top: -6px;
		background: #FFF;	
	}

#footer{
	background-color: #FFF;
	height:28px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding:0;
    font-family: Arial, sans-serif;
    font-size:11px;
	text-align: left;
	}

#footer a:link{
	text-decoration:none;
	color: #1959A6;
}

#footer a:hover{
	text-decoration:underline;
	color: #1959A6;
}

.credits {
	text-align: right;
	margin-right: 5px;
}

#expand {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-align: right;
	margin-top: 4px;
	font-size:.9em;
}

#expand:hover {
	text-decoration: underline;
}


#embed {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-align: right;
	margin-top: 4px;
	font-size:.9em;
}



#embed:hover {
	text-decoration: underline;
}


#infobox {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-align: right;
	margin-top: 4px;
}


#infobox:hover {
	text-decoration: underline;
}

#printline{
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-decoration:none;
}

#printline:hover {
	text-decoration: underline;
}

#facebook-shares-button {
	margin-top:6px;
}

/*#mapbox_map img, #mapbox_map a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	 -webkit-user-select: none; -moz-user-select: none;
	 }*/
	
#mapbox_map{
	width:100%;
	position:absolute;
	top:35px;
	bottom:5px;
	left:0;
	right:0;}
	
#mapbox_map iframe {
	height:100%;
	width: 100%;
	}


h1 {font-size:18px; margin:0 0 4px 0;}
h2 {font-size:16px; margin:0 0 6px 0;}


	#pane_5, #pane_6 { -webkit-user-select:text; }
	*:focus { outline-style :none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
	



/*	h1,h2,h1 a{display:inline-block;font-size:13px;vertical-align:middle;}
	h1{margin:0 10px 0 0;padding:0;}
	
	img{margin:0;padding:0;border:none;}
	
	div.InfoWindow{font-family:Arial;font-size:90%;}
	div.InfoWindow div.Address{font-size:80%;font-style:italic;margin-bottom:.9em;}
	div.InfoWindow div.Title{font-weight:bold;}

	#LoadingDiv{-moz-opacity:.25;-khtml-opacity:.25;background-color:Black;opacity:.25;width:100%;z-index:1000;position:absolute;top:27px;bottom:44px;left: 0;right:0;}
	#LoadingDiv p{height:32px;margin:0;position:absolute;top:50%;vertical-align:middle;width:100%;}
	#LoadingDiv img{display:block;height:32px;margin:0 auto;position:relative;top:-50%;width:32px;} */

