	#map_container {
		position: absolute;
		z-index: 5000;
		top: 0;
		left: 0;
		background-color: #000000;
	}
	* html #map_container {
		background-image: none;
		background-color: #000000;
		filter:alpha(opacity=50);
	}
	#mapdiv {
		width: 640px;
		height: 480px;
		position: absolute;
		z-index: 5001;
		display: none;
		top: 0;
		left: 0;
	}
	#mapdiv #map {
		width: 640px;
		height: 480px;
		border: 1px solid black;
	}
	#map_control {
/*		border-bottom: 1px solid black; */
		width: 642px;
		height: 31px;
		background-image: url(../images/bg_map_titlebar.gif);
		background-repeat: no-repeat;
	}
	#map_control .titlebar {
		height: 15px;
		color: #ffffff;
		font-weight: bold;
		margin: 3px;
		padding: 5px 0 0 25px;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#map_control .close {
		cursor: pointer;
		height: 15px;
		float: right;
		margin: 8px 13px 0 0;
	}
	
	#map h4 {
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#map p {
		text-align: left;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#map > div:first-child {
		left: 0 !important; /* override google maps repositioning */
		top: 0 !important; /* override google maps repositioning */
	}


	#corporate_office {
		margin: 25px 0 25px 0;
	}
	#corporate_office #corporate_map_preview {
		float: left;
	}
	#corporate_office #corporate_map_preview .map_preview {
		margin-bottom: 10px;
	}
	#corporate_office #corporate_address {
		float: left;
		margin: 0;
		padding: 0 0 0 25px;
	}
	#corporate_office #corporate_address h4 {
		margin-top: 0;
	}
	#corporate_office #corporate_address p {
		margin-bottom: 10px;
	}
	
	.office {
		border-bottom: 1px solid #cbcbcb;
		margin: 0;
		padding: 20px 3px 20px 3px;
	}
	.office.first {
		margin-top: 15px;
		border-top: 1px solid #cbcbcb;
	}
	
	.office .content {
		float: left;
		width: 400px;
	}
	.office .content h3 {
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 12px;
		color: #000000;
	}
	.office .view_map {
		float: left;
		padding-top: 18px;
	}
	.view_map_btn {
		background-image: url(../images/bg_btn_viewmap.gif);
		background-repeat: no-repeat;
		width: 101px;
		height: 20px;
	}
	.view_map_btn a {
		display: block;
		width: 76px;
		height: 18px;
		margin: 0;
		padding: 2px 0 0 25px;
		color: #ffffff;
		text-decoration: none;
		background-image: url(../images/bul_white_raquo.gif);
		background-repeat: no-repeat;
		background-position: 10px 6px;
	}
	.view_map_btn a:hover {
		background-position: 13px 6px;
	}