@charset "utf-8";
/* CSS Document */
#communities_content {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.communities {
	clear: both;
	list-style: none;
	list-style-type: none;
}

	ul.communities li {
		float: left;
		width: 215px;
		min-width: 215px;
		max-width: 215px;
		height: 242px;
		min-height: 242px;
		max-height: 242px;
		padding-right: 10px;
		border-right: 1px #787878 dotted;
		margin-bottom: 10px;
		margin-right: 10px;
		list-style: none;
		list-style-type: none;
	}

		ul.communities li h2 {
			font-family: "GillSansMTBold", Arial, Helvetica, sans-serif;
			font-size: 16pt;
			color: #787878;
			font-weight: normal;
			letter-spacing: -2px;
		}
		
	ul.communities li.last {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
	
	ul.communities li.clear {
		clear: both;
		float: none;
		height: 11px;
		min-height: 11px;
		max-height: 11px;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		border-top: 1px #787878 dotted;
		border-right: none;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		list-style: none;
		list-style-type: none;
	}

	ul.communities li a.image:link, 
	ul.communities li a.image:active, 
	ul.communities li a.image:visited, 
	ul.communities li a.image:hover {
		display: block;
		width: 144px;
		min-width: 144px;
		max-width: 144px;
		height: 96px;
		min-height: 96px;
		max-height: 96px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	
	ul.communities li .description {
		overflow: hidden;
		margin-bottom: 10px;
		line-height: 1.25em !important;
		height: 68px;
		min-height: 68px;
		max-height: 68px;
		overflow-y: hidden;
	}

	ul.communities li a.more:link, 
	ul.communities li a.more:active, 
	ul.communities li a.more:visited, 
	ul.communities li a.more:hover { 
		display: block;
		background-image: url(../_images/_backgrounds/sprites.png);
		background-repeat: no-repeat;
		background-position: -434px -352px;
		float: right;
		width: 73px;
		min-width: 73px;
		max-width: 73px;
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		text-decoration: none;
		cursor: pointer;
		text-indent: -9999px;
	}

	ul.communities li a.search:link, 
	ul.communities li a.search:active, 
	ul.communities li a.search:visited, 
	ul.communities li a.search:hover { 
		display: block;
		background-image: url(../_images/_backgrounds/sprites.png);
		background-repeat: no-repeat;
		background-position: -515px -352px;
		float: left;
		width: 120px;
		min-width: 120px;
		max-width: 120px;
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		text-decoration: none;
		cursor: pointer;
		text-indent: -9999px;
	}

