/*  This hides elements to allow for a 2 column (thin/wide) layout */

.content .wrapper .rightColumn { display: none; }
.content .wrapper .contentMain { width: 960px; }
.content .wrapper .contentMain .bodyCopy { width: 795px; }
.bodyCopyTabsContainer { float:left;width:795px; }
.gatewayBody { width:795px; }
.gatewayContent h3 { width:795px; }
.gatewayContent p { margin-top: 20px; }
body .content .wrapper .contentNav { background-image: url("/_site_support/expires/global/images/display/contentbg_10.jpg"); }

@media print {
.content .wrapper .rightColumn .contacticons { display: none; }
.content .wrapper .contentMain { width: 960px; }
.content .wrapper .contentMain .bodyCopy { width: 795px; }
.bodyCopyTabsContainer { float:left;width:795px; }
.gatewayBody { width:795px; }
.gatewayContent h3 { width:795px; }
.gatewayContent p { margin-top: 20px; }
body .content .wrapper .contentNav { background-image: url("/_site_support/expires/global/images/display/contentbg_10.jpg"); }
}