.mapcontent {
	width: 100%;
	margin-bottom: 45px;
}
.mapcontent p {
	text-align: left;
	font-size: 12px;
	color: #777777;
	line-height: 1.5em;
	margin-top: 0px;
}
.mapcontent h1, h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #009966;
}
.mapcontent h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1.5em;
	color: #666666;
	text-transform: uppercase;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #3399FF;
}
.mapcontent ul {
	margin-top: -5px;
	padding-left: 0px;
	margin-left: 40px;
	font-size: 12px;
}
.mapcontent li {
	margin-bottom: 0.5em;
}
.mapcontent a {
	color: #3399FF;
	text-decoration: underline;
}
.mapcontent h3 a {
	color: #666666;
	text-decoration: none;
}
.mapcontent h3 a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.mapcontent a:hover {
	color: #FF6600;
	text-decoration: none;
}
