﻿#mainContent
{
	/*Simply an override due to the long list*/
	height: 900px;
}

#mapDiv
{
	/*border: solid 1px black;*/
	position: absolute;
	top: 230px;
	left: 250px;
}

#mapTextDiv
{
	/*border: solid 1px black;*/
	background-image: url(../images/map/txtBorder.gif);
	background-repeat: no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 250px;
	left: 25px;
	width: 200px;
	height: 100px;
	font-size: .9em;
	color: #1C4F72;
	text-align: left;
}

#mapTextDiv p
{
	padding: 20px 10px 10px 10px;
	margin: 0;
}