/* AVB - communitites page css */

.communities .left{
	float:left;
	display:block;
	position:relative;
}
	.communities .left .communities_links{display:block;width:224px; position:relative; margin:0;
		padding:0;}

	/*.communities .left a:hover .communities_frame_overlay{display:block;}*/
	.communities_frame_overlay{
		background:#000000;
		height:166px;
		left:2px;
		position:absolute;
		top:2px;
		width:218px;
		display:none;
	}
		.communities_frame{
			display:block;
			width:224px;
			height:172px;
			background:url('../images/communities/communities_frame.gif') ;
		}
			.communities_frame img{
				margin:2px 0 0 2px;
			}
    	
		.communities .left a{
			display:block;
			margin:12px 0 2px 0;
			background:url('../images/communities/cross_hair.gif') no-repeat 8px 0px;
			padding:1px 0px 1px 30px;
			color:#333;
			font-size:14px;
			text-decoration:none;
		}
		.communities .left a:hover{
			color:#900;
		}

.communities .right{
	float:left;
	display:block;
	width:697px;
	margin-left:10px;
}
		.communities .right h3{
			font-size:30px;
			color:#000;
		}
		
		.communities_buttons{
			height:51px;
			padding-top:10px;
		}
			.communities .right i{
				float:left;
				margin:8px 7px 0 8px;
				line-height:24px;
				height:24px;
				font-size:24px;
				color:#999;
			}
			.available_community_homes{
				float:left;
				display:block;
				margin-top:4px;
				margin-left:4px;
			}
			.build_home_here{
				float:left;
				display:block;
				margin:0;
			}
			
			.communities .right p.detail{
				float:left;
				margin-left:4px;
				width:364px;
				line-height:16px;
			}
			
			.community_files{
				position:relative;
				float:right;
				margin:0 9px 15px 0;
				width:278px; /* 293 */
				height:125px; /*112 125 */
				/*padding:15px 0 5px 13px;*/
				padding-left:13px;
				background:url('../images/communities/community_files_bg.gif') no-repeat;
				
				font-family:Verdana;
				font-size:11px;
			}
				.top_arrow, .bottom_arrow{
					display:none;
					width:24px;
					height:20px; 
					position:absolute; 
					right:5px; 
					background:url('../images/small_arrows.gif') no-repeat;
					cursor:pointer;}
				.top_arrow{top:10px;
					background-position:0 0px;}
				.bottom_arrow{bottom:10px;
					background-position:0 -20px;}
				.top_arrow:hover{background-position:-24px 0px;}
				.bottom_arrow:hover{background-position:-24px -20px;}
				.community_files_wrapper{
					float:left;
					margin-bottom:20px;
					overflow:hidden;
					height:124px;
					width:253px;
					position:relative;
				}
				.community_files_container{
					padding:15px 0;
					position:absolute;
					left:0;
					top:0;
				}
				.community_files h4{
					font-size:18px;
					color:#666;
				}
				
				.community_files a{
					display:block;
					margin:9px 0 4px;
					color:#666;
					text-decoration:underline;
				}
				
				.community_files a:hover{
					color:#333;
				}
    	
