/* Parks Modal Window Styles */

body { margin: 8px; }

#modal_container #main { width: 730px; }

img.facility_icon_large {
	float: left; 
	margin-right: 8px; 
	margin-bottom: 8px;	
}

div.view_all {
	margin-top: 8px;
	padding-top: 5px;
	margin-bottom: 5px;
}

div.view_all a {
	border: 1px solid #AAAAAA; 
	background-color: #65ACE0; 
	color: #FFFFFF; 
	padding: 4px 6px; 
	font-family: Trebuchet MS; 
	text-transform: uppercase; 
	text-decoration: none; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	margin-top: 12px;
}

div.view_all a:hover {
	background-color: #336699;
}
