html, body { height: 100%; }
body { background: #fff; margin: 0; padding: 0; } 

.clearer { clear: both; }

#mainContainer { width: 658px;  clear: both;  overflow: visible !important; }


/*
	HEADER
---------------------------------------------------------------------------------------------------------*/
#header { width: 100%; height: 210px; position: relative; z-index: 1; }

#header .headerBack { width: 100%; height: 136px; position: relative; z-index: 1; }

#header ul.pathway { font-size: 9px; list-style: none; padding: 0; margin: 10px 41px 0 41px; }
#header ul.pathway li { font-size: 9px; list-style: none; padding: 0 1px; display: inline;  }
#header ul.pathway li a:link, #header ul li a:visited { font-size: 9px; color: #5e5e60; }

#header .pageTitle,  #header  .pageTitleHome { margin: 5px 41px;}
#header .pageTitle h1,  #header  .pageTitleHome h1 { font-size: 18px; line-height: 22px; font-weight: normal; color: #0062ac; margin: 0; }

#header .logo { width: 103px; height: 55px; position: absolute; top: 12px; right: 19px; z-index: 10; }



#contentContainer { padding: 20px 0 0 0; page-break-inside: auto; }
/*
	MAIN COLUMN
---------------------------------------------------------------------------------------------------------*/
#mainColumn { }
#mainColumn .content { min-height: 350px; height: auto!important; height: 350px; margin: 0 41px; }

#footer .copyright { width: 100%; font-size:9px; line-height: 13px; text-align: center; margin: 30px 0 0 0; }


#printButton { width: 640px; text-align:center; clear: both; }
#printButton input { margin:20px 0; padding:5px; }
	


/*
	CONTENT FOR PRINTER FRIENDLY PAGE
---------------------------------------------------------------------------------------------------------*/
@media print { 
/*
	.tx-aoeforms-pi1 dl,
	.tx-aoeforms-pi1 dl dt,
	.tx-aoeforms-pi1 dl dd,
	.FCE-product .fce-product-i,
	.FCE-product .fce-product-t,
	.formzilla  fieldset.product .product_image,
	.formzilla  fieldset.fz dl dt,
	.tx-thmailformplus-pi1 fieldset.mf dl dt { width: auto!important; float: none!important; }
	
	.loginbox { display: none;  }
*/

	.#printButton { display:none; }
}

