/* 	Titan CMS base 5.7 */
@media print {
/* ========================================================================================== FLOATING */
#contentContainer,
#centerZone{float:none;}

/* ========================================================================================== DISPLAY */
#specialButtonsContainer,
#aboutFooter,
#topNavContainer,
#utilityNavContainer,
#searchBarContainer{display:none;}

/* ========================================================================================== MARGIN */
#pageTopArea{height:auto;}
#logoControlContainer,
#contactInfo{padding-top:0px;margin-top:0px;}
}

/* ========================================================================================== STYLES */
.titanPrint{background:#ccc;}
.titanPrint #mainBody{width:960px;margin-left:auto;margin-right:auto;background:#fff;padding:20px;margin-top:20px;}


.titanPrint #pageTopArea{height:auto;}
.titanPrint #logoControlContainer,
.titanPrint #contactInfo{padding-top:0px;margin-top:0px;}
.titanPrint #contentOuterWrapper,
.titanPrint #contentInnerWrapper{background:none;}

.printBottomContainerWrapper{background:none !important;border-top:0px !important;margin-bottom:20px;}
.printBottomContainerWrapper #bottomContainer{background:#ccc;width:960px;padding:20px;border-top:2px solid #333;}
.printBottomContainerWrapper #aboutFooter{display:none;}



