﻿/*NOTE: This style sheet is applied to areaMap.aspx & officeMap.aspx.
  Some of the div id's may seem backwards in the officeMap.aspx page.
*/

#mapTitleText
{
	float: left;
}

#mapOfficeText
{
	float: right;
}

#mapOfficeText img
{
	border: none;
}

#mapImg
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: center;
	clear: both;	
}

#mapImg img
{
	border: solid 2px #66232A;
}