/* ---------- Header ------------ */


#home_pg #header { 
	background-image: url('../images/home_header_bg.jpg');
	width: 858px;
	height: 208px; 
	}
	
#home_pg #header h2 span {display:none;}

#home_pg #header h2 {
	width: 320px; 
	height: 41px; 
	background-image: url('../images/home_tagline.gif');
	position: absolute; 
	top: 30px; 
	left: 25px; 
	}	

#home_pg #header h3 { 
	position: absolute; 
	right: 71px; 
	bottom: 38px;
	font-size: 1.2em;
	} 
	
	
/* ---------- Masthead ------------ */

#home_pg #masthead { 
	width: 856px; 
	height: 254px; 
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	}
	
#home_pg #masthead p {display:none;}	 	

/* ---------- Content ------------ */

#home_pg #content h3 span {display:none;}	 	

#home_pg #content h3 { 
	margin-top: 30px;
	margin-bottom: 15px;	
} 

#home_pg #content #lhc h3 {
	width: 129px; 
	height: 17px; 
	background-image: url('../images/home_content_solutions.gif');
}

#home_pg #content #rhc h3 {
	width: 122px; 
	height: 17px; 
	background-image: url('../images/home_content_products.gif');
}

#home_pg #content li { 
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat; 
	background-position: 0 9px;
	padding-left: 8px; 
	font-weight: bold;  
	} 
	
#home_pg #content ul {margin-bottom: 10px; }	
#home_pg #content #rhc li {
	float: left; 
	width: 175px;	
	}	

 	




