/** ------------------------------------------------------ **/
/** ------------------- homepage layout -------------------------- **/

/** ------------------------------------------------------ **/
/** ------------------- homepage content top -------------------------- **/
#HomeTopLeft {
	display: inline;
	float: left;
	margin-left: 16px;
	padding: 0px;
	width: 704px;
}
* html #HomeTopLeft {  /* This is the Tan hack */
	width: 704px; 
	w\idth: 704px; 
}
	
	
#HomeTopRight {
	display: inline;
	float: left;
	padding-left: 11px;
	padding-top: 10px;
	width: 232px;
}
* html #HomeTopRight {  /* This is the Tan hack */
	width: 243px; 
	w\idth: 232px; 
}
#HomeTopRight img {
	display: block;
	margin-bottom: 10px;
}

/** ------------------------------------------------------ **/
/** ------------------- homepage content bottom -------------------------- **/
#HomeContentWrap {
	background-color: #000000;
	background-image:  url("http://www.wmfs.net/digitalAssets/100/100036_home-bgstrip.gif");
	background-repeat: repeat-y;
	border-bottom: 1px solid #666666; 
	margin-top: 10px;
	padding: 0px;
	width: 980px;
	}
	

#centerc-home {
	display: inline;
	float:left;
	margin-left:229px;
	padding-left: 12px;
	padding-right: 17px;
	width:462px;
}
* html #centerc-home {  /* This is the Tan hack */
	width: 491px; 
	w\idth: 462px; 
}


#leftc-home {
	float:left;
	margin-left:-704px;
	padding-right: 13px;
	width: 200px;
}
* html #leftc-home {  /* This is the Tan hack */
	width: 213px; 
	w\idth: 200px; 
}
#leftc-home h3 {
	margin: 0px;
	padding-bottom: 12px;
}
#leftc-home p {
	margin: 0px;
	padding-bottom: 20px;
}
	
	
#rightc-home {
	float:left;
	padding-left: 17px;
	width: 226px;
}
* html #rightc-home {  /* This is the Tan hack */
	width: 243px; 
	w\idth: 226px; 
}
#rightc-home h3 {
	margin: 0px;
	padding-bottom: 12px;
}
#rightc-home p {
	margin: 0px;
	padding-bottom: 20px;
}