/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


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

 #search, #topNav, #mainNav, #actionsContainer, #subNav, #header, #imageCredit, 
 #footerNavcopyright, #footerNav, #footerTextone, .clear, #rowHCbot, #twoHCone, #intcontact, #rNwrapper, #actionstwo, .contactDetails, #pdfRequirements, #flashRequirements { 
	display: none !important;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #000 !important;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

img { border: 0px; }

p { margin: 0px 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;
}

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

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

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



/* CONTENT STYLES */


/* Text Styles */

#printArea {
	font-size: 12px;
	line-height: 16px;
}

#printArea .head {
	margin-top: 0;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #333;
}

#printArea .subhead1 {
	font-size: 14px;
	line-height: 18px;
	color: #365512;
	background-color: #ecf9df;
	padding: 5px;
	font-weight: bold;
}

#printArea.subhead2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#printArea .intro {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#printArea .caption {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #D4EDAC;
	font-size: 11px;
	line-height: 15px;
	color: #3B5518;
}

#printArea .caption a,
#printArea .caption a:active,
#printArea .caption a:visited {
	color:#3B5518;
	text-decoration: underline;
}

#printArea .caption a:hover {
	text-decoration: none;
}

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


/* Link Colors */

a, a:link, a:visited, a:active 	{ color: #2f729d; text-decoration:none ; }
a:hover { color: #2f729d; 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 */

.imageleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.imageright {
	float: right;
	margin: 0px 0px 20px 20px;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
	border: 1px solid #B6B4B4;
}

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

.datatable .titlerow {
	background: #d5ebc0;
	text-align: left;
	font-weight: bold;
	color: #355611;
}

.datatable .row { background: #ecf9df; }

.datatable .altrow { background: #fff; }






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