#map_container {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#map_container form p {
	text-align:center;
}
#map_canvas {
	width: 900px;
	height: 450px;
	border: solid;
	border-color: #002d7e; 
	border-width: 5px;
}
#result_list {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.loadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.mapRow {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	width: 900px;
}
.mapRow h3 {
	margin-top: 27px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 21px;
	font-weight:normal;
	margin-left: 115px;
	text-decoration:none;
}
.mapRow p {
	color: #FFF;
	font-size: 17px;
	line-height: 1.2;
	margin-top: 0px;
	margin-left: 115px;
	text-decoration:none;
}
.mapRow .image {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.mapRow .col1 {
	float: left;
	display: inline;
	background-repeat: no-repeat;
	height: 125px;
	width: 430px;
	cursor:pointer;
}
.mapRow .col2 {
	float: left;
	display: inline;
	margin-left: 40px;
	background-repeat: no-repeat;
	height: 125px;
	width: 430px;
	cursor:pointer;
}
.mapRow .pr {
	background-image:url(corporate_box.gif);
}
.mapRow .associate {
	background-image:url(associate_box.gif);
}
.mapRow .avcsc {
	background-image:url(avcsc_box.gif);
}

