/* CSS Document  - styles in alphabetical order - pleae keep them that way for easy reference... */

/* hide breakout boxes on sample business profile page */
.busPrBreakout {
	display: none; }

/* contains logo and top menu */
.header {
	height: 58px; }
	
/* remove top margin from main logo so it prints at the top of the page */
.header img.mainlogo {
	margin-top: 0; }

/* hide these images when printing page */
.headerMenu {
	display: none; }
	
/* switch main content width to % to avoid chopping right hand content */
.holder {
	width: 100%; }

/* remove left padding to line up with top logo for print */
.main {
	padding: 0; }
	
/* clip main title image (is in a div) so it dosn't push the .main div 
   past the right hand edge of the page */
.main div.titlestrip {
	width: 352px;
	overflow: hidden; }
	
/* hide these images when printing page */
.noprint {
	display: none; }

/* put a page break before the payment slip on the fees and charges page so it doesn't get split over 2 pages */
#paymentSlip {
	page-break-before: always; }

/* hide nav buttons (list) when printing page */
#tradeMenu {
	display: none; }