﻿/* Map of Mission Beach */
#MapOfMissionBeach
{
	width: 700px;
	font-size: 8pt;
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	padding: 10px 10px 10px 10px;
	width: 580px;
	text-align: justify;
}
	
#MapOfMissionBeachInstructions, #MapOfMissionBeachText 
{
	display:none;
}

#MapOfMissionBeachInset
{
	padding: 10px 10px 10px 10px;
}		

#MapOfMissionBeach h1
{
	color: #ffffff;
	background-color: #4682b4;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	width: 98%;
	padding: 5px 1% 5px 1%;
	margin-bottom: 1px;
}

