/* styles for the Area pages */

/* the map links are just under the navigation map, with a line at the bottom */
div.GmapLink {
	position:static; width:510px; /* same width as the map */
	margin-left:auto; margin-right:auto; /* and centered */
	height:auto;
	top:0px;
	/* border-bottom: 2px solid #cccccc;  frames the page */
	margin-bottom: 3px;
}
div.GmapLinkLeft {
	float:left;
	text-align:left;
}
div.GmapLinkRight {
	width:auto;
	text-align:right;
}


/* This is the containing body for the bulk of the page. The elements can
   be positioned absolutely relative to this div */
div.AreaBody {
	position:relative; /* reference for absolute positioning */
	width:510px; /* inside the page frame padding */
}

div.AreaBody p {
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:auto;
}

div.AreaBody p.title {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13pt;
	color:#555555;
}

div.AreaBody p.miles {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color:#000000;
}

div.AreaBody p.text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:9pt;
	color:#000000;
}

br {
	font-size:3pt;
}

div.AreaBody img {
	border-width:0;
}
