body {margin: 0px;}
.popup { width:400px; }
.popup .title { font-size:16px; }
.popup .body { font-size:13px; }


#map { 
	background-color:#d6d6d6; 
	width:640px; 
}

#map #map_canvas {
		width: 640px; 
	}
	
.map_container {

		width: 640px; 
	background-image : url(http://www.thirteen.org/images/map/map_bg.gif);
	background-position : top;
	background-repeat : no-repeat;
	padding: 6px 0px 9px 0px;
	}	
#street_view_hide {
	text-align: right;
}
	
.street_view_toggle {
	font-size:.9em;
	margin-bottom:6px;
	text-align:center;
	text-decoration:underline;
}
#map .description, .street_view_toggle {
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
#map .description {
	
	font-size: 18px;
	color : #333333;
	padding: 12px 12px 2px 12px;
	background-color: #d6d6d6;
	background-position : top;
	background-image : url(http://www.thirteen.org/images/map/map_titlebg.gif);
	background-repeat : no-repeat;

}
#map .description p {margin: 0px;}


#map .map_info {
	background-image : url(http://www.thirteen.org/images/map/map_info_bg.gif);
	background-repeat : no-repeat;
	background-color: #d6d6d6;
	background-position : bottom;
	padding: 0px 10px 7px 10px;
}


#map .map_point_links_title {
	font-family : Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #000000;
	padding-bottom: 8px;

}


#map .map_point_links {
	float: left;
	width: 257px;
	font-family : Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;

}
#map .map_point_links a {
	color : #000000;
	text-decoration: none; 
}

#map .map_point_links a:hover {color : #666666; text-decoration: underline; }

#map .map_point_links ul {margin: 0px 0px 0px 0px; padding: 0px;}


#map .map_point_links ul li {
	list-style-image : url(http://www.thirteen.org/images/map/map_bullet.gif);
	margin: 0px 0px 6px 15px;
}


#map .map_point_info_window {
	float: right;
	width: 357px;
	}
#map .map_point_info_window_top {
	height: 6px;
	background-image : url(http://www.thirteen.org/images/map/infowindow_top.gif);
	background-repeat : no-repeat;
	}
#map .map_point_text {
	padding: 4px 12px 12px 12px;
	font-family : Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	}	
	
#map .map_point_text a {color : #657381;
	}	
#map .map_point_text a:hover {color : #fe6b5f;
	}			
	
#map img.pic {
	float: right;
	margin: 0px 0px 6px 6px;
	}		
	
#map .map_point_info_title {
	font-family : Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #000000;
	padding-bottom: 2px;

}	

