@import url('text.css');
@import url('colors.css');

@media all {
	#LogoSpotlight, #LogoMasthead {
		background: url('../graphics/layout/masthead.gif') center -200px;
	}	
	body.servicecenter div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.resources div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.companyinfo div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.contact div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.search div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.customer_portal div#LogoMasthead h1 {
		background-image: none !important;
	}
	
	body.jobready div#LogoMasthead h1 {
		background-image: none !important;
	}


}