.mapnav {
	width: 17px;
	height: 17px;
	position: absolute;
}
/* hide the "powered by Esri" graphic */
.logo {
	display: none;
}
/* make sure the info window's close link displays
an existing rule in style.css hides elements with a class of "hide" */
.titlebar a {
	display: inline;
}
.infoTip {
	position:absolute;
	z-index:999;
	padding:5px;
	cursor:pointer;
	font-size:9pt;
	left:-100px;
	top:-100px;
	height:auto;
	width:auto;
	overflow:hidden;
	background-color: #fff;
	color: #106798;
	border: 2px solid #106798;
	text-align: center;
}
.roundcorner {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-sizing:border-box;
	-opera-sizing:border-box;
	-webkit-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	box-sizing:border-box;
}
#regionInfo {
	width: 220px;
	height:300px;
	float:right;
	padding: 10px 0 0 10px;
}
#regionsMap {
	width:auto;
	margin-bottom:15px;
	height:250px;
	position: relative;
}
#customNav {
	position:absolute;
	left:5px;
	top:5px;
	z-index:999;
}
#customNav div:hover {
	cursor: pointer;
}
#zIn {
	background: transparent url(../graphics/zoom.gif) 0 0 no-repeat;
	top: 3px;
	left: 3px;
}
#zIn:hover {
	background: transparent url(../graphics/zoom.gif) 0 -17px no-repeat;
}
#zOut {
	background: transparent url(../graphics/zoom.gif) -17px 0 no-repeat;
	top: 22px;
	left: 3px;
}
#zOut:hover {
	background: transparent url(../graphics/zoom.gif) -17px -17px no-repeat;
}
.imageryOn {
	background-color: #fff;
	border: 2px solid #106798;
	color: #000;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 6em;
	height: 2em;
	font-size: 0.8em;
	text-align: center;
	z-index: 40;
	font-weight:bold;
}
.imageryOff {
	background-color: #fff;
	border: 2px solid #106798;
	color: #106798;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 6em;
	height: 2em;
	font-size: 0.8em;
	text-align: center;
	z-index: 40;
}
.streetsOn {
	background-color: #fff;
	border: 2px solid #106798;
	color: #000;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 77px;
	width: 6em;
	height: 2em;
	font-size: 0.8em;
	text-align: center;
	z-index: 40;
	font-weight:bold;
}
.streetsOff {
	background-color: #fff;
	border: 2px solid #106798;
	color: #106798;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 77px;
	width: 6em;
	height: 2em;
	font-size: 0.8em;
	text-align: center;
	z-index: 40;
}

