/**
 * community-info.css
 */
 
/* Contact Us Section of Top Header Section */
#commContactUs {
	position: absolute;
	top: 28px;
	right: 8px;
	padding: 0px;
	text-align: right;
	color: #BA3936;
	line-height: 22px;
}
IMG.icon247 {
	outline: 0;
	border: none;
	display: inline;
	float: right;
}
SPAN.commContactNumber {
	display: block;
	float: right;
	margin-right: 4px;
}
DIV.fourColumn SPAN.commContactNumber, DIV.fourColumn IMG.icon247 {
	float: left;
}
DIV.fourColumn P {
	clear: both;
	margin: 0px 0px;
	padding: 0px 0px;
}

/* Styles written for the Neighborhood Info 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/list-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 h3 {
	border-bottom: 1px solid;
	width: 481px;
}

ul.listings li h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul.listings li ul {
	float: left;
	width: 220px;
}

*html ul.listings li ul {
	width: 200px;
}

#nav2 h2.sidebarPropertyName a.propertyName:link, #nav2 h2.sidebarPropertyName a.propertyName:visited {
	text-decoration: none;
	color: #fff;
	display: block;
}

#nav2 h2.sidebarPropertyName a.propertyName:hover, #nav2 h2.sidebarPropertyName a.propertyName:active {
	text-decoration: none;
	color: #d6c285;
}

.flashTour {
	float: left;
	margin: 0 0 5px 17px;
}


/* Next and Back buttons built for the photo gallery */
a#linkNext {
	display: block;
	float: left;
	font-size: 1px;
	background:url(../images/button-next3.gif) no-repeat;
	width: 60px;
	height: 24px;
	margin: 0 0 0 15px;
}

a#linkPrev {
	display: block;
	float: left;
	font-size: 1px;
	background:url(../images/button-prev3.gif) no-repeat;
	width: 60px;
	height: 24px;
}


/* Links for the virtual tours */
ul.tourList {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul.tourList li {
	display: block;
	float: left;
	width: 490px;
	height: 110px;
	margin: 0 0 15px 0;
	padding: 0;
}

ul.tourList li a img  {
	float: left;
	width: 80px;
	height: 56px;
}

ul.tourList li h3 {
	float: left;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.tourList li div.ignoreP {
	float: left;
	width: 387px;
	height: 74px;
	margin: 0px;
	padding: 0px;
}

ul.tourList li a.floatRight {
	float: right;
	width: 300px;
	text-align: right;
}
