/* AVB - home specific page css */
#white_container h2{
	margin:30px 0 0 32px;
	font-size:36px;
	letter-spacing:-1px;
}

#available_home_title{
	float:left;
	clear:both;
	margin:0 0 0px 32px;
	width:900px;
}
	#white_container strong{
		float:left;
		font-size:48px;
		line-height:45px;
		color:#000;
		margin-right:5px;
		letter-spacing:-1.5px;
	}
	#white_container i{
		float:left;
		font-size:18px;
		color:#5b5a53;
		margin-right:5px;
		line-height:50px;
	}
	#white_container span{
		float:left;
		font-size:30px;
		color:#5b5a53;
		line-height:50px;
		
		letter-spacing:-1px;
	}
	#community_details{float:left;margin-top:18px;margin-left:8px;}


#available_home_gallery{
	position:relative;
	top:-8px;
	float:left;
	clear:both;
	width:465px;
	margin-left:17px;
	background:#fff;
}
	#available_home_gallery_menu{
		float:left;
		position:relative;
		margin-top:-26px;
		z-index:20;
		
	}
	#available_home_gallery_menu li{
		display:block;
		float:left;
		width:128px;
		height:26px;
		overflow:hidden;
		margin-right:1px;
	}
	#available_home_gallery_menu li a{
		display:block;
		width:128px;
		height:16px;
		padding:5px 0px 5px 9px;
		background:url('../images/home_specific/available_home_gallery_menu.gif') no-repeat 0 0;	
		text-decoration:none;
		color:#3f4c4d;
		font-size:12px;	
	}
	#available_home_gallery_menu li a:hover{
		background-position:0 -26px;
	}
	#available_home_gallery_menu li a.active,
	#available_home_gallery_menu li a.active:hover{
		background-position:0 -26px;
	}
	#left_arrow, #right_arrow{
		display:block;
		float:left;
		width:29px;
		height:43px;
		margin-top:23px;
		background:url('../images/home_specific/arrows.gif') no-repeat;
	}
		#left_arrow{background-position:top left;
			clear:both;}
		#right_arrow{background-position:top right;}
	#available_home_gallery_mask{
		float:left;
		width:406px;
		height:91px;
		overflow:hidden;
		position: relative;
	}
		#available_home_gallery_thumbs{
			display:block;
			float:left;
			width:99999px;
			margin-left:4px;
			position: absolute;
			left: 0;
		}
		#available_home_gallery_thumbs li{
			float:left;
			width:68px;
			height:68px;
			margin:9px 6px;
			padding:0;	
		}
			#available_home_gallery_thumbs li a{
				display:block;
				width:68px;
				height:68px;				
				border:1px solid #666;
			}

			#available_home_gallery_thumbs li a:hover{
				border:1px solid #c00;
			}
		#available_home_gallery_thumbs li:hover img{
		}
		#available_home_gallery_photo{
			float:left;
			margin:0;
			padding:0;
		}
		#available_home_gallery_photo img{
			width:463px;
			padding:0;
			margin:1px;			
		}
		#available_home_gallery_photo .loader {
			height: 100%;
			width: 100%;
			background:url('../images/ajaxloader.gif') no-repeat center center;
		}
		#available_home_gallery_photo_details{
			float:left;
			width:446px;
			padding:11px 7px 11px 12px;
			font-family:Helvetica, Arial, sans-serif;
			text-align:left;
			color:#000;
			font-size:14px;
		}
		#available_home_gallery_photo_details a{
			float:right;
			font-size:12px;
			color:#4c4c4c;
			padding-right:20px;
			padding-top:1px;
			background:url('../images/home_specific/magnifying_glass.gif') no-repeat right center;
			text-decoration:none;
		}
		#available_home_gallery_photo_details a:hover{
			color:#900;
		}
		
#home_details{
	float:left;
	width:446px;
	padding:30px 0 0 26px;
}
	#home_details h3{
		color:#f00;
		font-size:24px;
	}
	#specific_details{		
		margin:25px 0 15px;
	}
	#home_details h4{
		color:#fff;
		font-size:18px;
	}
	#home_details h4 b{
		color:#6cc;
	}
	#home_details p{
		clear:both;
		line-height:18px;
		font-size:14px;
		color:#fff;
		font-family:Helvetica, Arial, sans-serif;
	}
	#investment{
		float:left;
		margin-bottom:10px;
	}
		#investment h4{
			float:left;
			margin-top:6px;
		}
		#see_it_in_person{
			margin-left:15px;
		}
	#back_to_homes{
		float:left;
		margin-top:28px;
	}