/* NEIGHBORHOODS UL
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .body div.neighborhoods {
	position: relative;
	margin-top: -10px;
	margin-left: -30px;
	margin-right: -30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	background-color: #4a5a67;
	background-image: url('/images/design/bg-manhattan.jpg');
	background-position: 0px -10px;
	min-height: 175px;
}

#content .body div.neighborhoods .flag-office {
	position: absolute;
	width: 273px;
	height: 144px;
	background-image: url('/images/design/flag-office-2.png');
	top: -13px;
	right: 40px;
	text-indent: -1000px;
	overflow: hidden;
}

#content .body div.neighborhoods ul.office-types {
	position: absolute;
	list-style: none;
	right: 0px;
	top: 138px;
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: 50px;
}

#content .body div.neighborhoods ul.office-types li {
	font-size: 16px;
	font-family: "futura_ltcondensedlightobl";
	color: #edeeef;
	float: left;
	padding-right: 20px;
	font-weight: normal;
	line-height: 22px;
}

#content .body div.neighborhoods ul.office-types li:first-child {
	padding-left: 7px;
	padding-right: 25px;
}

#content .body div.neighborhoods ul.neighborhoods {
	list-style: none;
	margin-left: 30px;
	width: 625px;
}

#content .body div.neighborhoods ul.neighborhoods li {
	float: left;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 200px;
}

#content .body div.neighborhoods ul.neighborhoods li a {
	color: #FFF;
	padding-left: 15px;
	border: 0px dotted green;
	font-family: "futura_ltlight";
	background-image: url('/images/design/icon-arrow-orange.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	letter-spacing: 1px;
}

#content .body div.neighborhoods ul.neighborhoods li a:hover {
	color: #fbdcbf;
}

/* MOBILE 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 780px) { 
	
	#content .body div.neighborhoods .flag-office {
		width: 240px;
		height: 133px;
		background-image: url('/images/design/flag-office-240.png');
		top: -12px;
		right: 15px;
	}
	
	#content .body div.neighborhoods ul.office-types {
		top: 135px;
		width: 220px;
	}
	
	#content .body div.neighborhoods ul.office-types li {
		font-size: 15px;
	}

	#content .body div.neighborhoods ul.office-types li:first-child {
		padding-left: 7px;
		padding-right: 25px;
	}

	#content .body div.neighborhoods ul.neighborhoods li {
		width: 170px;
	}
	
	#content .body div.neighborhoods ul.neighborhoods li a {
		letter-spacing: 0px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 450px) { 
	
	#content .body div.neighborhoods {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	#content .body div.neighborhoods .flag-office {
		display: none;
	}
	
	#content .body div.neighborhoods ul.office-types {
		display: none;
	}
	
	#content .body div.neighborhoods ul.neighborhoods {
		width: auto;
		margin-left: 20px;
	}
	
	#content .body div.neighborhoods ul.neighborhoods li {
		width: 50%;
	}
	
	#content .body div.neighborhoods ul.neighborhoods li a {
		letter-spacing: 1px;
		font-size: 15px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 380px) { 
	
	#content .body div.neighborhoods ul.neighborhoods {
		margin-left: 15px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 320px) { 
	
	#content .body div.neighborhoods ul.neighborhoods li a {
		letter-spacing: 0px;
		font-size: 14px;
		background-position: -1px 1px;
	}
}