.c1,
.siteSearchBox,
.weatherContainer,
#sv-headContainer,
#sv-mainNav,
#footContainer,
.me-filters, 
.me-main-topbar, 
.me-content {
	display:none;
}
/*CRITICAL DO NOT ALLOW FLOAT FF PRINT Has a bug with this */
body *{
	float:none;
	page-break-before:avoid;
}

.c2-c3 { width:90%; }
.option { display:none; }
h2.subHeading { font-size:18px; }

/* coupons */
.itinCoupon, a.couponPrint { display: none; }
.couponPrintContainer {
	border: 1px dashed #666;
}
.coupon-item {
	border: none;
}
/* make sure these floats are turned off to avoid layout issues when printing map */
.me-filters, .me-map .MapDiv {
	float: none;
}

/*Coldfusion debugging */
table.cfdebug,#sideNav,#topper,#topNav,.nav,#topNav-lvl2{
	display:none;
}