.mapList
{
	float: left;
	width: 235px;
}

.mapInstructions
{
	border-bottom: 2px solid rgb(200, 102, 54);
	color: rgb(80, 77, 78);
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.mapLocations
{
	color: rgb(200, 102, 54);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 5px;
}

.mapLocations a { text-decoration: none; }
.mapLocations a:link { color: rgb(200, 102, 54); }
.mapLocations a:visited { color: rgb(200, 102, 54); }
.mapLocations a:active { color: rgb(200, 102, 54); }
.mapLocations a:hover { color: rgb(207, 159, 42); }

.mapLocations ul
{
	list-style-type: disc;
	list-style-position: inside;
}

.mapLocations li ul
{
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	margin: 0;
	padding-left: 20px;
}

.map
{
	display: inline;
	float: left;
	margin-left: 36px;
}

.mapHeader
{
	padding-left: 85px;
}

.mapStateTitle
{
	color: rgb(200, 102, 54);
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 30px;
}

.mapTitle
{
	color: rgb(200, 102, 54);
	font-size: 16px;
	line-height: 20px;
}

.mapSubText
{
	font-size: 13px;
	line-height: 20px;
}

.mapHolder
{
	width: 707px;
	position: relative;
}

.mapInfo
{
	bottom: 20px;
	color: rgb(200, 102, 54);
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	left: 100px;
	line-height: 14px;
	position: absolute;
	width: 160px;
}

.mapInfo a { text-decoration: none; }
.mapInfo a:link { color: rgb(200, 102, 54); }
.mapInfo a:visited { color: rgb(200, 102, 54); }
.mapInfo a:active { color: rgb(200, 102, 54); }
.mapInfo a:hover { color: rgb(207, 159, 42); }