@charset "utf-8";
acronym:after {
  content: " (" attr(title) ")";
}

/* remove floats */
#pageWrapper, 
#twoColWrapper,
#promo, #content, 
body.promoLeft #promo, body.promoLeft #content
{ float: none; }

/* reset overflow styles -- Needed for Firefox to print entire content */
#twoColWrapper { overflow: visible !important;} 

#content { width: 100%;}

#pageWrapper { border: none;}
div#nav, div.localNav { display: none; }
/* #header { margin: 0 16px;} */
#header h1, #header h2 {
	height: auto !important;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* Show the headings  that were hidden with image replacement (if any) */
#content h1 { 
	clear: left; 
	height: auto;
	padding: 0;
}
/* suppress specific page elements. These are found on the small business service page and useful links page */
#pscroller1, #contactBox, div.ad {display: none;}

