/* This stylesheet determines how your site will print. 

The idea is to hide all non-content items, like navigation, photos, login, etc. that the customer won't want to print.

This also helps make the site fit within an 8x10 sheet of paper without the need to change the orientation from
portrait to landscape. It is recommended that you use the print preview function of your browser to see how the page
will print before you attempt to modify these styles.

There is no need to modify these styles if you keep the default styling for your site. However, if you make major changes to your site's styles,
or if you really, really want to print secondary content, proceed with caution and test, test, test. */

/* =Hide unwanted sections
-------------------------------------------------- */
#nav_main, .menu, #main_photo, #content_sub, #content_extra, #footer_links {
	display: none !important;
}

/* =Reset visible sections
-------------------------------------------------- */
html, body, #pre_page, #page, #header, #logo, #optional_marketing, #content, #content_main, #footer, #footer_content, #compliance_logos {
	display: block;
	float: none;
	width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	text-align: left;
}
#content_main {
	padding-top: 0.25in;
}
#compliance_logos {
	border-top: solid 1px #000000;
	margin-top: 0.125in;
}
/* The #ehl container does not need any styling by default. 
Do not modify unless you're dramatically changing the site's layout and truly understand CSS */
#ehl img {
	display: none;
}
#ehl #EHLLogoPrint {
	display: inline;
}