@charset "UTF-8";
/* CSS Document */

#mapData li {
	float: left;
	display: block;
	margin-right: 45px;
	margin-bottom: 30px;
	white-space: nowrap;
}
#mapData li a {
	
	color: #FF6600;
	text-decoration: none;
}

#mapData li a:hover {
	text-decoration: underline;
}

#mapData ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mapData {
	padding: 15px;
	color: #CCCCCC;
}
#mapData p {
	margin-bottom: 15px;
	color: #666666;
}
#activeFlash {
	clear: both;
}
