@charset "utf-8";
/* CSS Document */
.locBanq {
	color:#009933
}
.locationWhiteBackMap {
	position:inherit;
	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;
}
#inputContainerDiv {
	width:348px; 
	padding-left:20px; 
	margin-top:40px;
}
#locationInput {
}
/*#locationInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: inherit;
	margin-top:4px;
	margin-left:3px;
	padding: 0px;
	height: 13px;
	border: 0px none #FFFFFF;
	width: 205px;
	float:left;
}*/
#radiusInput {
}
/*#radiusInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: inherit;
	padding: 0px;
	margin-left:18px;
	margin-top:1px;
	height: 20px;
	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;
	float:left;
}*/

#submitButton {
	position:inherit;
	top: 149px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	left: 350px;
	display: block;
	width: 41px;
	float:right;
}
.locatorResultsContainer {
	margin-left:60px;
	overflow: auto;
	padding:0px;
	width: 620px;
	position: relative;
}
#map_canvas {
	height: 350px;
	margin-left:50px;
	width: 600px;
}
#directions_canvas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:60px;
	width:550px;
}
