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


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

 #search, #topNav, #mainNav, #nav, #actionsContainer, #subNav, #quickLinksposition, .clear, #wheel, #HomeRightColumn {
	display: none;
}


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

#uber {
	position: relative;
	margin: auto;
	width: 960px;
	background: #FFF;
}
#logo {
	float: left;
	width: 143px;
	height: 134px;
	overflow: hidden;
}
#logotext {
	position:absolute;
	top:20px;
	left:143px;
	width: 390px;
	height: 68px;
	overflow: hidden;
}

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

img { border: 0px; }

p { margin: 15px 0px; }

#homepageBannerContainer {
	clear:both;
	margin: 0 0 1px 0;
	width: 756px;
	height: 208px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}



/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px;
}

#header {
	margin-bottom: 15px;
	padding-bottom: 15px;
}


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



/* CONTENT STYLES */

/* Text Styling */

body  {
    font: 12px/16px Arial, Helvetica, sans-serif;
    color: #333;
}

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

#printArea h1 {
	font-size: 15px;
	line-height: 17px;
	color:#491309;
	margin-bottom:15px;
	margin-top:0px;
	text-transform: uppercase;
}

#printArea h2 {
    margin-bottom:14px;
    font-size: 14px;
    line-height: 18px;
	margin-top:0px;
	text-transform: uppercase;
}


#uber #HomeRightColumn h2 {
	margin: 0px;
	font-size:12px !important;
	color:#491309;
	text-transform: none !important;
	padding-bottom:2px;
	}
#printArea #contentLefttwo h2 {
	margin: 0px;
	font-size:14px;
	color:#491309;
	text-transform: none !important;
	padding-bottom:15px;
	font-weight:normal !important;
	}
#printArea #contentLeftthree h2 {
	margin: 0px;
	font-size:14px;
	color:#491309;
	text-transform: none !important;
	padding-bottom:15px;
	font-weight:normal !important;
	}

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

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

#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: #491309;
    text-decoration: none;
}

a:hover, a:active {
     color: #491309;
    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;
	border: 6px solid #f5eed1;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
	border: 6px solid #f5eed1;
}

#insideRightcontent img {
	border: 6px solid #f5eed1;
	margin-bottom: 15px;	
	}
	
	


/* Tabular Data Table */

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

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

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

.datatable .row { background: #faf7e7; }

.datatable .altrow { background: #f7f2d8; }


#footer {
	float: left;
	margin: 0;
	padding-top: 15px;
	width: 960px;
}

#footerText {
	float: left;
	width: 700px;
	line-height: 1;
	overflow: hidden;
}

#footerNav {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	width: 700px;
	text-align: left;
	overflow: hidden;
	color:#666;
}
#footerNav a {
	color:#666 !important;
}

#insideLeftcontent {
	padding-top:20px;
	clear:both;
	
	}
	
#insideLeftcontentR {
	padding-top:20px;
	clear:both;
	
	}

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