@charset "UTF-8";
/*FeaturedHomes.php*/

/*---------------------------*/
/*-----listFeaturedHomes-----*/
/*---------------------------*/

#featuredHomeTable{
	width: 100%;
}
.featuredHomeBox {

	/*margin: 10px 30px;*/
	margin: 0;
	float: none;
	width: auto;
}

.featuredHomeBoxTitle{}
.featuredHomes{}
.featuredHomeBoxImg{
	background-color: none;
	height: 100px;
	overflow: hidden;
}
.featuredHomeBoxTxt{}


/*------------------------------------*/
/*-----showCaseFeatureHomeGallery-----*/
/*------------------------------------*/

/* Featured Homes should be an object 940px ¶ide and centered*/

#fhGalleryBox {
	clear: both;
	width: 100%;
}


#fhGalleryMainImg{
}


#fhThumbBox{
	float: right;
	width: 350px;
	overflow: auto;
	height: auto;
}

#fhMainBox{
	float: left;
	text-align: center;
	width: 580px;
	
		/*this should be removed at some point*/
		overflow: hidden;
}

.fhThumbImgWrapper{
	margin: 0px 5px 10px 5px;
	text-align: center;
	float: right;
}

.fhThumbImgWrapper a img{
	border: none;
}

.fhThumbImg{
}


/*------------------------------*/
/*-----showFeaturedHomeInfo-----*/
/*------------------------------*/

#featuredHomeInfoBox{
		/*margin: 15px;*/
/* 		float: left; */
		clear: both;
	padding: 15px;
	overflow: auto;
	text-align: left;
		
}

.featuredHomeInfoBoxData{
	width: 32%;
	float: left;
	padding: 0 3px;
	line-height: 25px;

}


/*------------------*/
/*-----page.php-----*/
/*------------------*/

#fhBox {
	clear: both;
	height: 100%;
/* 		width: 100%;  if internet explorer breaks, uncomment  */ 
/* 	overflow: auto; */
	margin: 0 auto;
	width: 940px;
	padding: 10px 0;
}

#featuredHomeAddress{
	width: 100%;
	font-size: larger;
	font-weight: bold;
	clear: both;
}

#featuredHomeCityStateZip {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

#featuredHomePrice {
	clear: both;
	width: 100%;
}
#featuredHomeSubdivision {
	clear: both;
	width: 100%;
}
#featuredHomeDirections{
	clear: both;
	width: 100%;
	margin-top: 10px;
}

#featuredHomeBroker {
	clear: both;
	width: 100%;
	margin-top: 50px;
}

#featuredHomeInfoBoxWrapper{}

#fhGalleryBoxWrapper{}

