/* Start Home Page Styles */
#dfs-homeHero1,
#dfs-homeHero2,
#dfs-homeHero3
 {
	float: left;
	width: 705px;
	height: 356px;
	background-color: #777;
	}	

#dfs-homeHero2 {
	background-color: #666;
	}
	
#dfs-homeHero3 {
	background-color: #555;
	}		
	
#dfs-homeHeroBtn1,
#dfs-homeHeroBtn2,
#dfs-homeHeroBtn3 {
	float: left;
	width: 235px;
	height: 43px;
	color: #fff;
	background-color: #333;
	margin-top: 303px;
	cursor: pointer;
	}	

#dfs-homeHeroBtn2 {
	background-color: #444;
	}
	
#dfs-homeHeroBtn3 {
	background-color: #333;
	}	
	
/* these styles now applied in DFS_PageLayout.css in the contentColumn styles
#dfs-homePromo1Text, #dfs-homePromo2Text, #dfs-homePromo3Text {
	padding: 0 15px 0 15px;
	margin: 0 0 36px 0;
	}

#dfs-homePromo1Text p, #dfs-homePromo2Text p, #dfs-homePromo3Text p {
	margin: 0;
	}

#dfs-homePromo1Text strong, #dfs-homePromo2Text strong, #dfs-homePromo3Text strong {
	font-size: 1.1em;
	}
*/