/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	EOWC
	Author:	 eSolutionsGroup
	Date:	May 2010
		
*/


/* ===================================================================================== STYLES FOR ALL PAGES */

/* Text Stylings */

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, .datatable .titlerow_even, .datatable .titlerow_odd {
	background: #f2ebc7;
	text-align: left;
	font-weight: bold;
	color: #491309;
}

.datatable .row { background: #faf7e7; }

.datatable .altrow { background: #f7f2d8; }






