@charset "utf-8";
/* CSS Document */

.list-community ul {
	width: 250px;
	margin: 0 0 37px 0;
}

.list-community li a {
	background:url(../images/plus_sign.gif) no-repeat 0 2px; 
	color: #de6700;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
}

.sub-list-community {
	font-weight:bold;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;

}

body#commnitites h2.bullet {
	background: url("../images/bullet.png") no-repeat;
	height: 12px;
	
}

body#communities p.first {
		font-weight:bold;
		margin: 12px 0 0 17px;

}

body#communities  p.subsequent {
	font-weight:normal;
	margin: 0 0 0 17px;
}

.column-divider {
	height: 2px;
	width: 235px;
	background-color:#e8e8e8;
	margin: -10px 0 25px 0;
	border: none;
	padding: 0;
}

.container-region{
}


#column-left ul{
	width:50%;
	float:left;
	margin:0;
}

#column-left ul li ul {
	float:none;
	padding-left: 32px;
}

