/* =================================================================
 chf.css

 Description: IDX page formatting
================================================================== */

/*  id/classes for chf pages
	chf_email_updates.asp
	chf_idx.asp
	chf_listings.asp
	chf_open_houses.asp
	chf_prop_org.asp
	chf_sold_gallery.asp
----------------------------------------------------------------------------------*/
table, tr, td {
	font:normal 1em/1.8em Arial, Helvetica, Verdana, Geneva, sans-serif;
}

.heading1 {
	color:#3e4534;
	font-weight:normal;
	font-size:3em;
	line-height:1.2em;
	margin-bottom:20px;
	padding:30px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
iframe.chf {
	width:100%;
	height:850px; /* default height */
	background-color:#fff;
}
	#chf_email_updates iframe,
	#chf_idx iframe,
	#chf_listings iframe,
	#chf_open_houses iframe,
	#chf_prop_org iframe,
	#chf_sold_gallery iframe,
	#chf_supplemental iframe {
		height:850px;
	}
		#chf_email_updates,
		#chf_idx,
		#chf_listings,
		#chf_open_houses,
		#chf_prop_org,
		#chf_sold_gallery,
		#chf_supplemental{
			height:850px;
		}

table {
	width:440px;
	color:#666;
	/*font:normal 0.5em/1.5em Arial, Verdana, Helvetica, sans-serif;*/
	text-align:left;
}
#ihfSubHead {
	width:440px;
}
table td {
	font-size:1em;
}
	table table {
		width:100%;
	}
table#ihResultsTable,
table#ihSearchTable {
	padding:0;
	margin:0;
	width:440px;
}
	/* ihSearchTable 
	table#ihSearchTable table {
		float:left;
		clear:both;
	}*/
	table#ihSearchTable table td {
		text-align:left;
	}
	
	/* ihResultsTable  */
	table#ihResultsTable table,
	table#ihResultsTable table table {
		width:100%;
	}
	
	
	div#ihfDetailNavContainer,
	div#ihfDetailNav,
	div#ihfDetailNav ul {
		width:490px;
	}
	div#ihfDetailNav ul {
		margin:20px 0 0 0;
	}
	div#ihfDetailNav ul li.first i,
	div#ihfDetailNav ul li a {
		color:#333;
		font-weight:bold;
		background-color:#fff;
		background-image:none;
		border-color:#bbb !important;
		border-style:solid !important;
		border-width:1px 1px 1px 0 !important;
		padding:5px 3px;
		margin:0;
		white-space:nowrap;
		font-size:1em;
		line-height:2em;
	}
	div#ihfDetailNav ul li.first i {
		color:#bbb;
	}
	div#ihfDetailNav ul li.first i,
	div#ihfDetailNav ul li.first a,
	div#ihfDetailNav ul li.first a:hover{
		border-left:1px solid #bbb !important;
	}
	div#ihfDetailNav ul li a:hover {
		color:#fff; 
		background-color:#660000;
		border:1px solid #bbb;
		border-width:1px 1px 1px 0;
	}
	table tr.ihTableRowAlt td {
		background-color:#fff;
	}
	table tr.ihTableRow td {
		background-color:#ebead5;
	}
	table tr.ihTableHeader td,
	table tr td#ihfInfoRequestTitle{
		color:#fff;
		background-color:#7d9184;
		text-indent:5px;
		border-bottom:2px solid #3d5d53;
	}
table.ihmain td {
	vertical-align:top;
}
.ihmain font,
.ihmain td font,
#ihfInfoRequestIntro font {
	color:#333 !important;
}
#zip {
	margin-right:10px;
}
/* supplemental */
img.ihPhotoMain {
	width:440px;
}
#ihfPhotoTourContent img.ihPhotoMain,
#ihfPhotoTourContent img.ihPhotoTour {
	width:220px;
}
#ihfPhotoTourContent table.ihmain table.ihmain td {
	width:220px !important;
};
}