﻿/* =print.css
   v1.0 - 2006-08-01 - Authored by Matt Nish-Lapidus - mnish-lapidus@theniceagency.com
*/
#centering {
 width: auto;
}
#secondaryNav, #globalSearch, #mainNav, .pageButtons, #pageButtons, .breadcrumbs, #footer, .block .links {
 display: none;
}
.colLeft, .colRight, .colMid {
 float: none;
 margin: 0;
/*added by TW to fix printing problem*/
overflow: visible !important;
}
.wide2 {
 width: auto;
 margin: 0;
 float: none;
 /*added by TW to fix printing problem*/
 overflow: visible !important;
}

.wide4 {
 width: 502px;
 /*added by TW to fix printing problem*/
 overflow: visible !important;
}

#content #top h1 {
 position: relative;
 float: none;
 text-align: left;
 margin: 0;
 padding: 0;
 height: 2em;
 line-height: 2em;
}
.expandable, .block, .js_expand {
 height: auto !important;
}