/*
	--------------------------------------------------
	SITE CONTENT STYLES
	--------------------------------------------------
	Client:	
	Author:	
	Date:	Month, Year
		
*/


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

/* Text Stylings */

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

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

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 34px;
    line-height: 30px !important; /*22px; */
	color:#115b35;
	font-weight:bold;
}

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

#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: Helvetica, Arial, sans-serif;
    color: #3a3a3a;
}

#printArea li p
{
    margin:0;
}


/* 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 15px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 15px 30px; }
#contentLeft li, #printArea li { margin: 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; }


/* contact module */

#contentIntContact p{
	line-height: 17px;
	padding: 0 0 0 15px;
	margin: 0;
	color: #135b36;
	font-size: 12px;
}

#contentIntContact p.header{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}

/* ===================================================================================== STYLES HOME PAGE */




/* ===================================================================================== STYLES FOR CONTENT PAGES */





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