@charset "utf-8";
/* no backgrounds */
#sv-bodyContainerInt,
#sv-bodyContainerInt .c2-c3,
body.bodyBG {
	background: none;
}

/* Stuff that doesn't need to show on print */
#socialLoungeFooter,
#sv-topContainer,
#sv-topNav-lvl2,
#sv-siteSearch,
.c1,
#footContainer .footerNav,
table.cfdebug,
.printPageMain {
	display:none;
}

/* Stuff that needs to not float on print */
.c2,
.c2-home,
.c3,
.c2-c3,
.c2-c3-header,
.c3-home,
#sv-bodyContainerInt,
#footContainer .content,
#footContainer .simpleLink,
#sv-headContainer .logo {
	float: none !important;
	clear: both !important;
	margin: 0 auto;
}

/* stuff that should be showing for sure */
#map_listings_full {
	display: block !important;
}

