/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

#breadcrumbs, #intBanner, #intFloatRight, #footerNav, #weather, #socialLinks, #translate, .newsContainer_Months, #newsContainer_Pagelist, .newsItem_social, #EmergencyBanner, #EmergencyBannerShadow, #BrowserBanner, #BrowserBannerShadow, #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 gray;
}

#header h1{
	display: none;
}

#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px gray;
}

#footerNav, #esol { padding-top: 10px; }

.horizNavSeparator { padding: 0px 7px 0px 7px; }

#contactMainContainer{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px gray;
}


/* CONTENT STYLES */

/* Text Styling */

#printArea,
#printArea .none {
    font-size: 14px;
    line-height: 18px;
}

#printArea h1 {
    margin: 0 0 5px 0;
	padding: 0 0 5px 0;
    font-size: 30px;
    line-height: 40px;
	font-weight: normal;
	color: #2c3284;
	border-bottom: 1px solid #cbcfdc;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 24px;
    line-height: 30px;
	font-weight: normal;
}

.homepage #printArea h2 {
	color: #2c3284;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 26px;
	font-weight: normal;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 22px;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 12px;
    font-style: italic;
    line-height: 15px;
}


/* Link Colors */

a, a:link, a:visited 	{ color: #2c3284; text-decoration: none; font-weight: bold; }
a:hover, a:active, a:focus 		{ 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: 1px solid #B6B4B4;
	border-bottom: none;
}

.datatable td { padding: 7px 10px; color: #333; border-bottom: 1px solid #B6B4B4; }

.datatable th {
    text-align: left;
	padding: 7px 10px;
}

.datatable .titlerow {
	background: #3b3b89;
	text-align: left;
	font-weight: bold;
	color: #FFF; /* Change Below */
}

.datatable .titlerow td{ color: #FFF;}

.datatable .row { background: #e5eaf9; }

.datatable .altrow { background: #FFF; }

sub { font-size:80%; }
sup { font-size:80%; }
 
td p { margin: 0; }


/* esol logo */

#esol a {
	color: #333;
	font-weight: normal;
}


/* 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 ----- */