#map {
     width: 100%;
     height: 600px;
     border: 1px solid #aaa;
}
#infoWindow {
	margin: 0;
	color: #666633;
	font-size: 90%;
}
#map_container {
	width: 630px;
	height: 460px;
	float: right;
	margin: 0px 0 0 0px;
}
#map {
	width: 620px;
	height: 450px;
	border: 2px solid #cecece;
}
#sidebar_box {
	width: 100%;
	height: 100%;
	text-align: left;
	line-height: 1.5em;
	font-size: 1.2em;
}
#map_link {
	font-weight: 700
}
.mapLinkBox {
	float: left;
	text-align: left;
	font-size: .95em;
	width: 160px;
	height: 100%;
	margin: 0px 0px 5px 4px;
	padding: 4px 4px 4px 4px;
	overflow: hidden;
	background: #FAFAF8;
	border: 1px solid #D0D0D0;
	color: #666633;
}
.mapLinkBoxTop {
	color: #666633;
	text-align: center;
	font-weight: 700;
	padding: 0 0 2px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}