#find-an-apartment .section_header { background: url(../img/headers/management_services_bg.png); display: block; }
#find-an-apartment .section_header h1 { background-image: url(../img/headers/find_an_apartment_text.png); }

#portfolio-summary-container {
	width: 870px;
	margin: 10px auto;
}

#locations-container {
	width: 290px;
	margin: 30px 5px 0 0;
	height: 606px;
	float: left;
	overflow: auto;
}

#map-container {
	width: 575px;
	float: left;
}

#map {
	width: 569px;
	height: 600px;
	border: 3px solid #5f909b;
	background: white;
}

#header-bars {
	width: 100%;
	height: 14px;
	margin-bottom: 15px;
	text-indent: -99999px;
	overflow: hidden;
}

#all-locations-header-bar,
#northern-california-header-bar,
#southern-california-header-bar { 
	background-image: url(../img/gradients/management_services_long.png);
	margin-bottom: 0px;
}

#all-locations-header { width: 140px; background-image: url(../img/headers/all_locations.png); }
#all-locations-header-bar { background-position: 150px center; }
#northern-california-header { width: 209px; background-image: url(../img/headers/northern_california.png); }
#northern-california-header-bar { background-position: 219px center; display: none; }
#southern-california-header { width: 207px; background-image: url(../img/headers/southern_california.png); }
#southern-california-header-bar { background-position: 217px center; display: none; }

#map-links { 
	height: 25px;
	width: 565px;
	margin: 0 auto 5px auto;
}

#map-links a.img, h1.img {
	float: left;
	height: 17px;
	margin: 0 5px;
	padding: 3px;
}

#view-northern-california {
	width: 212px;
	background: url(../img/headers/view_northern_california.png) no-repeat center;
}

#view-southern-california {
	width: 209px;
	background: url(../img/headers/view_southern_california.png) no-repeat center;
}

#view-all {
	width: 31px;
	background: url(../img/headers/view_all.png) no-repeat center;
}

#view-header {
	width: 47px;
	background: url(../img/headers/view.png) no-repeat center;
}

.location {
	width: 205px;
	padding: 8px 10px;
}

.location-copy {
	float: left;
	width: 170px;
	font-size: 10px;
	line-height: 13px;
	color: black;
}

.location-copy a {
	color: black
}

.marker {
	float: left;
	width: 20px;
	height: 34px;
	background: url(../img/markers/marker.png) no-repeat;
	margin: 20px 15px 0 0;
	cursor: pointer;
}

.property-name {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 14px;
}

/* map popup styles */
.gmappropname {
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.gmappropname a {
	color: black;
	text-decoration: none;
}

.gmapinfo {
	_width: 253px;
}

.gmapimage {
	width: 93px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}

.gmapcopy {
	float: left;
	width: 150px;
	font-size: 12px;
}