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


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

 #search, #topNav, #mainNav, #actionsContainer, #subNav, #followUs, #footerNav, #esol, #header, #interiorBannerContainer, #contentIntLeft, object {
	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: 7px;
	border-bottom: solid 1px gray;
}

#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: 12px;
    line-height: 16px;
	margin-top:34px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 27px;
    line-height: 22px;
	color:#115b35;
	font-weight:normal;
}

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

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

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

#printArea .intro {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
}
#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}

#printArea p{
    font: 12px/19px Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}


/* Link Colors */

a, a:link, a:visited {
    color: #115b35;
    text-decoration: underline;
}

a:hover, a:active {
    color: #115b35;
    text-decoration: none;
}


/* 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; line-height:19px;}


/* 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;
	border: 1px solid #B6B4B4;
}

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

.datatable .titlerow {
	background: #cee4d9;
	text-align: left;
	font-weight: bold;
	color: #115b35;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }







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