@charset "utf-8";
/* CSS Document */
.locBanq {
	color:#009933
}
.locationWhiteBackMap {
	position: absolute;
	width: 810px;
	height: 405px;
	left: 13px;
	top: 185px;
}

.directionsOn {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}
.directionsOn a:link {
	color: #003399;
}

.locatorNavLink {
}
a.locatorNavLink:link {
	text-decoration: none;
	color: #000000;
}
a.locatorNavLink:visited {
	text-decoration: none;
	color: #000000;
}

a.locatorNavLink:hover {
	color: #000000;
	text-decoration: underline;
}

a.locatorNavLink:active {
	text-decoration: none;
	color: #000000;
}
.locatorMapLink {
}
a.locatorMapLink:link {
	text-decoration: underline;
	color: #0072bc;
}
a.locatorMapLink:visited {
	text-decoration: underline;
	color: #0072bc;
}

a.locatorMapLink:hover {
	color: #0072bc;
	text-decoration: underline;
}

a.locatorMapLink:active {
	text-decoration: underline;
	color: #0072bc;
}
#locationInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 155px;
	padding: 0px;
	margin: 0px;
	height: 13px;
	left: 49px;
	border: 0px none #FFFFFF;
	display: block;
	width: 205px;
}
#radiusInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 152px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	left: 270px;
	display: block;
	width: 70px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submitButton {
	position: absolute;
	top: 149px;
	padding: 0px;
	margin: 0px;
	height: 24px;
	left: 350px;
	display: block;
	width: 43px;
}
.locatorResultsContainer {
	height: 500px;
	overflow: auto;
	width: 358px;
	position: relative;
}
#map_canvas {
	height: 500px;
	overflow: auto;
	width: 411px;
}
#directions_canvas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	left:23px;
	top:21px;
	width:350px;
	height:493px;
	z-index:2;
	overflow: auto;
}