html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	overflow: hidden;
}
#header {
	border-bottom: 1px solid #363636;
	padding: 7px 10px 5px 16px;
	width: 100%;
	height: 32px;
	z-index: 400;
	background: #353535;
	position: absolute;
	top: 0px;
}
#GoBack a {
	float: left;
	width: 20%;
	padding-left: 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #f0f0f0;
	text-decoration: none;
}
#PageTitle {
	float: left;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 22px;
	color: #f0f0f0;
	width: 40%;
	margin: 0 auto;
}
#search-box {
	float: right;
	padding-right: 30px;
	text-align: right;
}
#side-bar {
	float: right;
	clear: both;
	width: 25%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 300;
	background: #353535;
	border-left: 4px solid #353535;
}
#data-display a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#data-display {
	height: auto;
	overflow-y: scroll;
}
#googft-mapCanvas {
	height: 96%;
	width: 80%;
	position: absolute;
	bottom: 0px;
}
#googft_legend {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #000;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 32px;
	text-indent: -5px;
}
#googft_legend a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#googft_legend div {
	margin-bottom: 0px;
}
.googft-paddle-icon {
	height: 16px;
	left: -12px;
	margin-right: -12px;
	position: relative;
	vertical-align: middle;
	width: 16px;
}
.cbhc_logo {
	float: left;
	position: fixed;
	top: 50px;
	left: 5px;
	clear: both;
	z-index: 200;
}