@CHARSET "ISO-8859-1";
#DowntownGuideContainer{
	position: relative;
}
.GuidePicture{
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	border: solid 1px #999;
}
#ContentIndex{
	position: absolute;
	top: 200px;
	height: 1.85em;
	width: 480px;
	margin: 0;
	padding-left: 10px;
	border-bottom: solid 1px #777;
}
#ContentIndex li{
	position: absolute;
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
}
#ContentIndex li a{
	padding: 2px 10px .2em 10px;
	font-size: 1em;
	background: #030;
	color: #fff;
	border: solid 1px #777;
	display: block;
	height: 1.4em;
	text-decoration: none;
}
#ContentIndex li a:hover{
	background: #0b510b;
}
#CityLinkItem{
	bottom: -.1em;
	left: 1em;
}
#DowntownLinkItem{
	bottom: -.1em;
	left: 7.1em;
}
#NeighborhoodLinkItem{
	bottom: -.1em;
	left: 16.4em;
}
#ContentIndex li a.Current,
#ContentIndex li a.Current:hover{
	background: #fff;
	color: #333;
	border-bottom: none;
	height: 1.7em;
}
.ContentContainer{
	position: absolute;
	top: 240px;
	left: 0;
	visibility: hidden;
	width: 500px;
	padding: 0 0 30px 0;
}
.ContentContainer .BlockHeader{
	display: none;
}
.ContentContainer p{
	margin-left: 0;
	margin-right: 0;
}
.ContentContainer .LearnMoreHeader{
	cursor: pointer;
}