#content #contentArea p.inlineSubnav a {
	border-left: 1px solid #000;
	font-weight: bold;
	padding: 0 1ex;
}
#content #contentArea p.inlineSubnav a:first-child,
#content #contentArea p.inlineSubnav a.first-child {
	border: none;
	padding: 0 1ex 0 0;
}

#content #contentArea img#neighborhoodMapImage {
	border: none;
	display: block;
	margin: 1em auto;
}
area {cursor: pointer;}
#neighborhoodSheet {
	cursor: wait;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}
	#neighborhoodPopup {
		border: 10px solid #000;
		display: none;
		height: 0px;
		left: 50%;
		padding: 10px;
		position: absolute;
		width: 0px;
		z-index: 9999;
	}
		#neighborhoodPopup #imageArea {float: left;}
			#neighborhoodPopup #imageArea img {border: none;}
		#neighborhoodCaption {
			float: right;
			padding: 10px;
			width: 280px;
		}
			#neighborhoodCaption h1 {
				font-size: 115%;
				height: auto;
				padding: 0 0 5px;
			}
			#neighborhoodCaption p {margin: 0 0 1.5em;}
		#neighborhoodCloseButton {
			bottom: 0;
			_bottom: -1px;
			cursor: pointer;
			display: block;
			height: 30px;
			position: absolute;
			right: 0;
			_right: -1px;
			width: 100%;
			z-index: 99999;
		}
