#communities_container {
   position: relative;
   height: 175px;
   padding: 0px;
}

#communities_div {
   font-family: verdana;
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   white-space:nowrap;
   text-decoration: none;
   text-align: right;
   padding: 2px 10px 0px 10px;
   line-height: 140%;
   float: left;
}

#communities_div a {
   text-decoration: none;
   color: #FFFFFF;
}

#communities_div a:hover {
   color: #273208;
}

#community_current {
   border: 0px red solid;
   width: 650px;
   position: absolute;
   font-family: verdana;
   font-size: 12px;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
   text-align: left;
   padding: 2px 10px 15px 10px;
   float: left;
   bottom: 0px;
   left: 0px;
}

#community_current_pic {
   float: left;
}

#community_current_text {
   float: left;
   width: 535px;
   font-size: 11px;
   padding-left: 15px;
}

#community_current_text a {
   text-decoration: none;
   color: #FFFFFF;
}

#community_current_text a:hover {
   color: #d9cd42;
}



/* "NARROW" IS FOR THE NEW COMMUNITY PAGES - HR 20100406 */

#community_current_narrow {
   border: 0px red solid;
   width: 465px;
   font-family: verdana;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
   text-align: left;
   padding: 2px 10px 25px 10px;
   float: left;
   bottom: 0px;
   left: 0px;
}

#community_current_pic_narrow {
   float: left;
}

#community_current_text_narrow {
   border: 0px green solid;
   float: left;
   width: 355px;
   font-size: 11px;
   padding-left: 10px;
}

#community_current_text_narrow a {
   text-decoration: none;
   color: #000000;
}

#community_current_text_narrow a:hover {
   color: #e7af74;
}

#communities_map {
	position: absolute;
	font-family: verdana;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 11px;
	color: #000000;
}

#communities_map a {
	color: #000000;
	text-decoration: none;
}

#communities_map a:hover {
	color: #a0281d;
	text-decoration: none;
}

#communities_form {
	position: absolute;
	width: 185px;
	margin: 130px 0px 0px 30px;
	font-size: 11px;
	line-height: 14px;
	color: black;
	font-weight: normal;
}

#communities_form a {
	font-size: 11px;
	line-height: 14px;
	color: #0A1D54;
	font-weight: normal;
}

#communities_form a:hover {
	color: black;
}
