/* CSS Document */
body, #sizer, #expander {
	padding: 0;
	margin: 0;
	color:#000;
	width:100%;
	max-width:100%;  /* version for IE is at the bottom of this style block */
	min-width: 100%; /* Critical Safari fix! */
}
#sidebar, #header, div.jobSearch, div.internalPromoContainer {
display:none;
}
#mainColumn, #mainColumnHome {
	width: 100%;
	float: none;
}
#content, #contentHome, #contentJobResults{
padding:0px 0px 10px 0;
float:none;
width:90%;
margin-left:1%
}
div.homePromoContainer{
display:inline;
margin:0 0 0 2%!important;
margin-left:1.5%;
}
div.homePromoContainerEmp{
margin:0 0 0 0!important;
margin-right:0px;

}
 .homePromo_head h1 a{ 
padding: 0 10px 0px 10px; 
min-height:auto;
height: auto !important; 
}
#footer{
margin-top:.1em;
width:100%;
float:none;
}
table.jobResults{
}


