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

	Author:	eSolutionsGroup.ca
		
*/


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

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #servicesContainer, #breadcrumbs, #intFloatRight, #tableStyles {
	display: none;
}


/* =========================================================================== 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;
}

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

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

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



/* CONTENT STYLES */

/* Text Styling */

#printArea,
#printArea .none {
    font-size: 13px;
    line-height: 16px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 22px;
	font-weight: normal;
	font-family: Avenir, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 5px;
}

#contentInt #printArea h1{
	color: #0099cc;
	font-size: 25px;
	padding-bottom: 9px;
	margin-bottom: 7px;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 20px;
    line-height: 22px;
	color: #016d91;
	font-weight: normal;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 18px;
}

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

#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: #007FA9; text-decoration: none; }
a:hover, a:active 		{ color: #007FA9; 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;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.datatable td { padding: 7px 8px; }

.datatable .titlerow {
	background: #6e6e6e;
	text-align: left;
	color: #fff;
}

.datatable .trow { background: #fff; }

.datatable .altrow { background: #e3e3e3; }


/* Footer */

#weather { 
	float: right;
	position: relative;
	top: -4px;
}

/* Social Links */

#footer #socialLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#footer #socialLinks li{
		margin:0 13px 0 0;
		padding:0px;
		float:left;
	}
	#footer #socialLinks img{
		position: relative;
		top: -4px;
	}
	
#footerNav, #footerText{
	float: left;
	width: 495px;
	padding: 0 0 10px 0;
	margin: 0;
}



/* ----- END OF TEMPLATE ----- */