/* 
PROJECTNAMEHERE - COMMUNITIES Stylesheet
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/

/* COMMUNITIES LIST
----------------------------------------------------------------------------- */
#communities-list {
	padding: 10px 0 0 0;
}

#communities-list ul {
	margin: 10px 0 0 0;
}

#communities-list ul li {
	border-top: 1px #e5e5e5 solid;
	padding: 15px 0 0 0;
}

#communities-list ul li a {
	width: 625px;
	height: 180px;
	display: block;
}

#communities-list ul li.first {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 0 0 0;
}

#communities-list ul li a img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px #DDD solid;
}

#communities-list ul li a:hover img {
	border: 1px #999 solid;
	filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;
}

#communities-list ul li a h4 {
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}

#communities-list ul li a:hover h4 {
	color: #cc3333;
}

#communities-list ul li a em {
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}

#communities-list ul li a p {
	color: #555;
	line-height: 1.4em;
	font-size: 1.1em;
	padding: 10px 0 10px 0;
}

#communities-list ul li a:hover p {
	color: #888;
}

#communities-list ul li .details {
	width: 275px;
	float: right;
	border-left: 1px #e5e5e5 solid;
	margin: 0 5px 0 10px;
}

#communities-list ul li .details ol li {
	border: 0 !important;
	padding: 5px;
	margin: 3px 0 5px 10px;
	background: #f6f6f6;
	font-size: 0.9em !important;
}

#communities-list ul li .details ol li.one {
	background: #e8e7e7;
}

#communities-list ul li .details ol li ul {
	margin: 5px 0 0 80px;
	padding: 0;
}

#communities-list ul li .details ol li ul li {
	margin: 0 5px 0 5px;
	display: block;
	padding: 0;
}

#communities-list h3 {
	background: #e5e5e5;
	height: 1px;
	border: 0;
}

#communities-list ul li a p em.btn-more {
	background: transparent url(../images/icon-arrow.gif) top right no-repeat;
	color: #cc3333;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 0 10px 0 0;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	font-style: normal;
}

#communities-list ul li a:hover p em.btn-more {
	color: #999;
	text-decoration: underline;
	background: transparent url(../images/icon-arrow.gif) bottom right no-repeat;
}

ul li#btn-request a:hover {
	background-position:0 -24px;
}
ul li#btn-request a {
	background:transparent url(../images/request-sales-info.gif) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	height:24px;
	text-indent:-9999px;
	width:150px;
}
#photo-gallery .hideforshow { display:none; }
/* 
---------------------------------------------------------------------------------------------
------------------------------------------- THE END -----------------------------------------
---------------------------------------------------------------------------------------------
-------------------------------- Copyright 2008 PROJECTNAMEHERE -----------------------------
---------------------------------------------------------------------------------------------
*/