﻿#mapDiv
{
	position: absolute;
	top: 217px;
	right: 210px;
	padding: 0;
	margin: 0;
	/*border: solid 2px red;*/
}

#northBoundDiv, #southBoundDiv
{
	font-size: .9em;
	color: #1C4F72;
	position: absolute;
	right: 20px;
	width: 170px;
	padding: 0;
	margin: 0;
	text-align: left;
	/*border: solid 2px green;*/
}

#northBoundDiv
{	
	top: 212px;	
}

#southBoundDiv
{
	top: 375px;
}

#northBoundDiv h5, #southBoundDiv h5, #addressDiv h5
{
	font-weight: normal;
	font-family: Garamond, Serif;
	font-size: 1.8em;
	text-decoration: underline;
	color: #1C4F72;
	padding: 0 0 5px 0;
	margin: 0;
}

#addressDiv
{
	font-size: .9em;
	color: #1C4F72;
	text-align: left;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 245px;
	left: 20px;
	width: 260px;
	/*border: solid 1px green;*/
}

#addressDiv a
{
	color: #1C4F72;
	text-decoration: none;
}

#addressDiv a:link
{
	color: #1C4F72;
	text-decoration: none;
}

#addressDiv a:visited
{
	color: #1C4F72;
	text-decoration: none;
}

#addressDiv a:hover
{
	color: #89BCE6;
	text-decoration: none;
}