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


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

 #search, #topNav, #mainNav, #actionsContainer, #subNav, #memberLogin, #quickLinks, .clear, #interiorbackground, #rightcontentInt  {
	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;
	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;
}

#printArea h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:20px;
	margin:0px;
	padding:0px;
}
#mainNews h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:28px;
	margin:0px;
	padding:0px;
}
#homecontentMiddle h2 {
	font-size:14px !important;
	font-weight:bold;
	color:#01728d;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#homecontentRight h2 {
	font-size:14px !important;
	font-weight:bold;
	color:#01728d;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#homecontentLeft h2 {
	font-size:14px !important;
	font-weight:bold;
	color:#01728d;
	padding-bottom:5px;
	margin:0px !important;
	line-height:23px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

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

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

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 12px;
    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: #01728d; text-decoration: underline; }
a:hover, a:active 		{ color: #01728d; 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; }


/* 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: #dfeef2;
	text-align: left;
	font-weight: bold;
	color: #135767;
}

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #ECECEC; }







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