/******************************************** HOODS ********************************************/

/**************** Hoods homepage ****************/
.neighborhood-profiles-intro h1#heading {
	font-size: 34px !important;
	margin-bottom: 15px;}

.neighborhood-profiles-intro p {
	#width: 500px;}

.neighborhood-profiles-intro table.list-of-neighborhoods {
	float: right;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0px 0px 20px 500px;
	height: 636px;
}

.neighborhood-profiles-intro table.list-of-neighborhoods td {
	width: 210px;
	padding-left: 10px;
	-padding-left: 0px;}

.neighborhood-profiles-intro table.list-of-neighborhoods h2 {
	background: #F9FAF3;
	text-align: center;
	line-height: 28px;
	font-size: 15px;
	background: url('/proxy/skin/images/hoods/hood-region.gif') no-repeat;}

.neighborhood-profiles-intro table.list-of-neighborhoods table {
	margin: -5px 0px 5px 0px;}

.neighborhood-profiles-intro table.list-of-neighborhoods table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: auto;
	margin: 0;
	height: auto;}
	
.neighborhood-profiles-intro ul#region-selector,
.neighborhood-profiles-intro ul#region-selector li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.neighborhood-profiles-intro ul#region-selector {
	display: block;
	height: 32px;
}

.neighborhood-profiles-intro ul#region-selector a {
	display: inline-table;
	#display: inline-block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	background-color: #767676;
	color: white;
	#padding-top: 10px;
	position: relative;
	margin-bottom: -6px;
	height: 32px;
	margin-right: -2px;
}
.neighborhood-profiles-intro ul#region-selector a span {
	display: none;
}

.neighborhood-profiles-intro ul#region-selector a#dc_map_link {
	background: url('/proxy/skin/images/hoods/hoods_dc_header_off.gif') top left no-repeat;
	width: 146px;
}
.neighborhood-profiles-intro ul#region-selector a#dc_map_link.active {
	background-image: url('/proxy/skin/images/hoods/hoods_dc_header_on.gif');
}
.neighborhood-profiles-intro ul#region-selector a#va_map_link {
	background: url('/proxy/skin/images/hoods/hoods_va_header_off.gif') top left no-repeat;
	width: 122px;
}
.neighborhood-profiles-intro ul#region-selector a#va_map_link.active {
	background-image: url('/proxy/skin/images/hoods/hoods_va_header_on.gif');
}
.neighborhood-profiles-intro ul#region-selector a#md_map_link {
	background: url('/proxy/skin/images/hoods/hoods_md_header_off.gif') top left no-repeat;
	width: 97px;
}
.neighborhood-profiles-intro ul#region-selector a#md_map_link.active {
	background-image: url('/proxy/skin/images/hoods/hoods_md_header_on.gif');
}

.neighborhood-profiles-intro .map {
	border: 2px solid #4D6B75 !important;
	width:488px; height:616px; margin: 0; padding: 0; margin-bottom: 26px;
	position: absolute; background: #4D6B75;
	-left: 0px; margin-top: 75px;
}

.neighborhood-profiles p.region-header {
	text-align:center;font-family:Georgia,'Times New Roman,serif';font-size:30px;
	margin-top: 20px;
	width: auto;}


@media screen and (max-width: 640px) {
	.map, .intro-text {
 		display: none;
	}

 	.neighborhood-profiles-intro table.list-of-neighborhoods {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.neighborhood-profiles-intro table.list-of-neighborhoods td {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	.neighborhood-profiles p.region-header {
		font-size: 32px;
	}

	.neighborhood-profiles-intro table.list-of-neighborhoods h2 {
		background: #F9FAF3 !important;
		border: 2px solid #d7d7d6;
		border-radius: 4px;
		font-size: 22px;
		padding: 5px 0;
		margin: 20px auto;
	}

	.neighborhood-profiles-intro table.list-of-neighborhoods table td {
		font-size: 22px;
		line-height: 130%;
		padding: 5px 20px;
	}

}
