﻿/*
	------------------------------
	PRINT STYLES
	------------------------------
	Author:	Darren Gould
	Date:	April, 2009
		
*/

/* =========================================================================== AREAS NOT PRINTED */

#custom_siteActions, #custom_headRight, #customNav, #custom_contentTopBar, #custom_subnav {
	display: none;
}

/* =========================================================================== STYLE REMAINING AREAS */

#custom_uber {
	width: 100%;
}

/* ------------------------- Head */

#custom_head {
	position: relative;
	width: 100%;
	height: auto;
	background: none;
	z-index: 1;
}

#custom_logo {
	float: none;
	padding-bottom: 50px;
}

/* ------------------------- Inner Content */

#custom_contentAreaWrap {
	width: 100%;
	border: none;
}

/* ------------------------- Content */

#custom_mainContent_1col, #custom_mainContent_2col {
	float: none;
	padding: 0;
	width: 100%;
}

/* ------------------------- Additional Content */

#custom_additionalContent {
	float: none;
	padding: 20px 28px 20px 0;
	width: 100%;
	border-top: 1px solid #D7D7D7;
}

#custom_additionalContent .custom_subnav a {
	background-image: none;
}

/* ------------------------- Footer */

#custom_footer {
	width: 100%;
	margin: auto;
	padding: 10px 0;
	border-top: 1px solid #D7D7D7;
}

#custom_footerNav {
	padding: 10px 0;
}

#custom_ontarioLogo {
	float: none;
	padding: 10px 0;
}

#custom_esolutionsSignOff {
	float: none;
	clear: both;
	padding: 10px 0;
}