@charset "utf-8";
/*
	This styles specifically created for the photos page.
*/

.floorPlanList {
	width: 712px;
	float: left;
	margin-top: 40px;
}

.floorPlanID {
	font-size: 18px;
}

.floorPlanImage {
	border: none;
}

.floorPlanDetails {
	text-align: left;
	clear: both;
	width: 712px;
	height: 55px;
	position: relative;
	margin: 20px 0 0 0;
	text-align: center;
}

h3#floorHead {
	float: left;
	font-size: 36px;
	font-weight: normal;
	font-variant: small-caps;
	position: absolute;
	top: 0;
	right: 55%;
	margin: 0;
	text-align: left;
}

.floorSubHead {
	position: absolute;
	left: 50%;
	width: 300px;
	padding-left: 5%;
	border-left: 1px solid;
	text-align: left;
}

a#printButton {
	text-align: center;
	font-size: 20px;
	font-variant: small-caps;
	margin: 0 0 20px 0;
}

.floorPlanDisplay {
	position: relative;
	width: 712px;
}

a.floorBox {
	display: block;
	float: left;
	margin: 0 0 20px 20px;
	padding: 5px 0;
	width: 151px;
	background-color: #d0be97;
	color: #302c21;
	border: 1px solid #302c21;
}

*html a.floorBox {
	display: inline;
}

a#linkPrev, a#linkNext {
	display: block;
	float: left;
	width: 45px;
	height: 232px;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 1px;
	color: #f4efe4;
	position: absolute;
	top: 75px;
}

a#linkPrev {
	background-image: url(../images/photo_left_arrow.gif);
	left: 24px;
}

a#linkNext {
	background-image: url(../images/photo_right_arrow.gif);
	right: 24px;
}

.photoDisplay {
	clear: both;
	text-align: center;
}

.photoContainer {
	margin: 0 75px 0 75px;
	width: 570px;
	padding: 20px 0 0 0;
	clear: both;
}







/* Styles for the Neighborhood Information page */

ul.listings {
	padding: 0;
}

ul.listings li {
	list-style: none;
	float: left;
	margin: 0 0 15px 0;
}

ul.listings li ul li, ul.listings2 li {
	list-style-image:url(../images/bullet.gif);
	float: left;
	width: 215px;
	margin: 0 17px 0 0;
}

*html ul.listings li ul li, *html ul.listings2 li {
	margin: 0 4px 0 0;
}

ul.listings li ul {
	float: left;
	width: 220px;
}

*html ul.listings li ul {
	width: 200px;
}
