@media print {
    /*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

.newsContainer_Months, #newsContainer_Pagelist, .newsItem_social, #EmergencyBanner, #EmergencyBannerShadow, #BrowserBanner, #BrowserBannerShadow, #intBanner, #footerTop, #idLikeTo, a.moreLink, #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #translateContainer, #servicesContainer, #news_social, .bannerContainer, #skipContentWrapper, #quickLinksContainer, #partnersScroll, #intQuicklinks {
	display: none !important;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

img { border: 0px; }

p { margin: 15px 0px; }


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px;
}

#header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d8d8d8;
}

#header h1{
	display: none;
}

#uberFooter {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #d8d8d8;
}

#footerNav, #esol { padding-top: 10px; }

.horizNavSeparator { padding: 0px 7px 0px 7px; }

#contactMainContainer{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #d8d8d8;
}


/* CONTENT STYLES */

/* Text Styling */

#printArea,
#printArea .none {
    font-size: 14px;
    line-height: 20px;
}

#printArea h1 {
    margin: 15px 0 10px 0;
    font-size: 24px;
    line-height: 30px;
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.newsCategoryTitle h1{
	position: relative !important;
	top: auto !important;
	left: auto !important;
	padding-right: 0 !important;
	width: 100% !important;
}


#printArea h2 {
    margin: 15px 0 5px 0;
    font-size: 18px;
    line-height: 22px;
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#printArea h3 {
    margin: 15px 0 5px 0;
    font-size: 16px;
    line-height: 20px;
	font-weight: normal;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0 5px 0;
    font-size: 15px;
    line-height: 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}


/* Link Colors */

a, a:link, a:visited 	{ color: #642d10; text-decoration: none; font-weight: bold; }
a:hover, a:active, a:focus 		{ color: #642d10; text-decoration: underline; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


/* Image Placement */

img.ImageLeft {
	float: left;
	margin: 0 20px 20px 0;
}

img.ImageRight {
	float: right;
	margin: 0 0 20px 20px;
}


/* News Image Placement */

#images {
	float: left;
	padding: 0 10px 10px 0;
}


/* Tabular Data Table */
table{
	width: 100% !important;
}

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
    border-bottom: none;
}

.datatable td { padding: 7px 10px; color: #333; }

.datatable th {
    text-align: left;
	padding: 7px 10px;
}

.datatable .titlerow {
	background: #e6dfca;
	text-align: left;
	font-weight: bold;
	color: #000; /* Change Below */
}

.datatable .titlerow td{
	color: #000;
}

.datatable .titlerow h2 {
	color: #000 !important;
	margin: 5px !important;
}

.datatable caption {
	text-align: left;
/*	height: 0px;
    visibility: hidden;
    display: none; */
}

.datatable .row { background: #f4f2e7; }

.datatable .altrow { background: #FFF; }

.datatable td p, #printArea .datatable td p, td p, #printArea td p{ margin: 7px 0 0 0; }
.datatable td p:first-child, #printArea .datatable td p:first-child { margin: 0 !important; }
td p:first-child, #printArea td p:first-child { margin: 0 !important; }

sub { font-size:80%; }
sup { font-size:80%; }
 
td p { margin: 0; }


/* esol logo */

#esol {
	float: left;
	margin: 0px 0px 10px 0px;
}

#esol a, #esol a:link, #esol a:visited {
	padding: 0 0 1px 0;
	font-weight: normal;
	color: #000;
}

#esol a:hover, #esol a:active, #esol a:focus {
	padding: 0;
	text-decoration: none !important;
	border-bottom: 1px solid #000;
}

#esol img {
	position: relative;
	top: 6px;
	padding: 0 0 0 3px;
}


/* NEWS PAGE STYLES */

.newsItem_Header{
	clear: both;
	width: 100%;
}

.newsItem{
	display: block !important;
	padding: 0 0 10px 0;
	clear: both;
}

.newsSubscribeContainer img{ display: none; }

.newsCategoryTitle h1{
	position: relative !important;
	top: auto !important;
	left: auto !important;
	padding-right: 0 !important;
	width: 100% !important;
}




/* ----- END OF TEMPLATE ----- */
}