#map_canvas {
	width: 514px; 
	height: 502px;
	border: 1px solid #b6d9e2;
}

#results h2#map_header {
	background: url(/i/map_header_top.png) no-repeat;
	margin: 0;
	padding: 3px 0 0 0;
}

#results h2#map_header span {
	display: block;
	background: url(/i/map_header_bot.png) no-repeat left bottom;
	padding: 6px 10px 6px 10px;
	margin: 0;
	color: #05485a;
	font-size: 0.6em;
}

.nanny-info h1 {
	color: #ccc;
	font-size: 10px;
}

#map_container {
	padding: 18px;
}

div.map_profile {
	width: 270px;
	clear: left;
}


div.map_profile div {
	float: left;
	width: 185px;
	font-size: 0.8em;
}


div.map_profile div.photo {
	float: left;
	margin: 0 8px 0 0;
	color: #999;
	font-size: 0.7em;
	width: 60px;
}

div.map_profile div h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #05485a;
}

div.map_profile div h3 a {
	text-decoration: none;
}
div.map_profile div h3 a:hover {
	text-decoration : underline;
}

div.map_profile div p.experience {
	color: #666;
}

div.map_profile div p {
	color: #999;
	margin: 0 0 0.5em 0;
	padding: 0;
}

div.map_profile div p.distance {
	color: #05485a;
}

div.map_profiles {
	width: 290px;
	height: 200px;
	overflow: auto;
}