@charset "utf-8";
/* Local Attractions Styling */
#map {
	width:506px;
	height: 400px;
	border:1px #8e0133 solid;
	margin: 0 auto 15px auto;
	min-width: 0px;
}

#directions {
	width:506px;
	border:1px #8e0133 solid;
	margin: 0 auto 15px auto;
	min-width: 0px;
	background-color:#ebe5d4;
	display: none;
}

#local_attractions {
	border: 1px solid #90915e;
	background-color: #b9ba7a;
	text-align: center;
	margin: 10px auto 10px auto;
	height: auto;
	padding: 5px 5px 5px 5px;
}
#attractionCategories {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.ddList A:link {
	text-decoration: none;
	color: #000000;
	text-align: left;
}
.ddList A:visited {text-decoration: none;
	color: #000000;
	text-align: left;}
.ddList A:active {text-decoration: none;
	color: #000000;
	text-align: left;}
.ddList A:hover {
	text-decoration: underline;
	color: #8e0133;
}

