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


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

/* Font Families */

body { font-family: Arial, Helvetica, sans-serif; }


/* Text Colors */

body { color: #434343; }


/* Text Styling */

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

#printArea h1 { 
	margin: 15px 0; 
	padding-bottom: 5px;
	border-bottom: 1px solid #c1c1c1;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

#printArea h2 {
	margin: 15px 0;
	font-size: 13px;
	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: 13px;
	font-weight: bold;
	line-height: 16px;
}

#printArea .caption {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}


/* Link Colors */

a, a:link, a:visited 	{ color: #284921; text-decoration: underline; }
a:hover, a:active 		{ color: #40A02B; text-decoration: none; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 0px; }
#contentLeft ol, #printArea ol { margin: 0px; }
#contentLeft li, #printArea li { margin: 0px; }


/* Image Placement */

img.imageleft {
	float: left;
	margin: 0px 15px 15px 0px; /* margin: 0px 40px 40px 0px; */
	padding: 1px;
	border: 1px solid #8c8c8c;
}

img.imageright {
	float: right;
	margin: 0px 0 15px 15px; /* margin: 0px 0 40px 40px; */
	padding: 1px;
	border: 1px solid #8c8c8c;
}



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

.datatable .row { background: #F3F3F3; }

.datatable .altrow { background: #EAEAEA; }




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


/* ===== Highlight ===== */

#highlightCorner {
	position: absolute;
	top: 6px;
	left: 8px;
	background: url(/images/structure/highlight_corner.png) no-repeat;
	height: 7px;
	width: 7px;
}

#highlight {
	float: left;
	background: url(/images/structure/highlight_bg.jpg) repeat-x;
	width: 532px;
	height: 246px;
	color: #284921;
	overflow: hidden;
}

#highlight img {
	float: left;
}

#highlight .story {
	float: right;
	padding-right: 20px;
	color: #284921;
	width: 140px;
	height: 194px;
	font-size: 13px;
	overflow: hidden;
}

#highlight .story h1,
#highlight .story h2 {
	margin: 15px 0;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#highlight .story a {
	font-weight: bold;
	text-decoration: none;
}


/* ===== How Do I... Quick Links ===== */

#contentLeft .quickLinksContainer {
	position: absolute;
	top: 198px;
	left: 360px;
	width: 180px;
	list-style: none;
	background: #FFF;
}

#contentLeft .quickLinks {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 140px;
	height: 26px;
	list-style: none;
	z-index: 20;
}

#contentLeft .quickLinks li {
	position: relative; /* Declare X and Y axis base for sub navigation */ 
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitesapce bug */
}

#contentLeft .quickLinks li a {
	display: block;
	width: 140px;
	height: 28px;
	background: transparent url(/en/images/structure/home_menu.jpg) 0 0 no-repeat;
	font-size: 1%;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#contentLeft .quickLinks li a:hover {
	background: transparent url(/en/images/structure/home_menu_hover.jpg) 0 0 no-repeat;
}

#contentLeft .quickLinks ul.subnav {
	position: absolute; /* Important - Keeps subnav from affecting main navigation flow */
	float: left;
	display: none;
	margin: 0;
	padding: 5px 0;
	left: 0;
	top: 28px;
	width: 165px;
	background: transparent url(/en/images/structure/home_menu_top.gif) 0 0 no-repeat;
	list-style: none;
}

#contentLeft .quickLinks ul.subnav li {
	clear: both;
	margin: 0;
	padding: 0;
	width: 165px;
}

#contentLeft .quickLinks ul.subnav li.last {
	padding: 0 0 10px 0;
	background: url(/en/images/structure/home_menu_bottom.gif) 0 bottom no-repeat;
}

html #contentLeft .quickLinks ul.subnav li a {
	display: block;
	float: left;
	margin: 0;
	padding: 9px 12px;
	width: 141px;
	height: auto;
	background: #c7e3a4 url(/en/images/structure/home_menu_divide.gif) bottom center no-repeat;
	font-size: 12px;
	color: #284921;
	text-indent: 0;
	text-decoration: none;
}

html #contentLeft .quickLinks ul.subnav li a:hover {
	background: #284921; 
	color: #fff;
}


/* ===== Feature Story ===== */

#feature {
	float: left;
	clear: left;
	padding: 15px 0 0 20px;
	width: 512px;
	height: 130px;
	font-size: 13px;
	line-height: 17px;
	overflow: hidden;
}

#feature h2 {
	display: block;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #c1c1c1;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#feature h3 {
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

#feature p {
	margin: 0;
	padding: 0;
}

#feature img {
	border: 1px solid #8c8c8c;
	padding: 1px;
}

#feature .imageleft {
	margin: 0px 14px 14px 0px;
}

#feature .imageright {
	margin: 0px 0 14px 14px;
}

#feature a {
	font-weight: bold;
	
}


/* ===== News and Events ===== */

#newsAndEvents {
	float: left;
	padding: 0;
}

#newsAndEvents a,
#newsAndEvents a:link,
#newsAndEvents a:visited {
	color: #0e3d75;
	text-decoration: none;
}

#newsAndEvents a:hover,
#newsAndEvents a:active {
	color: #A80E0E;
	text-decoration: none;
}

#newsAndEvents p {
	margin: 0;
	padding: 0 0 10px 0;
}

#newsAndEvents h2 {
	margin: 15px 0 5px 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

#newsAndEvents h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
	color: #0e3d75;
	
}

#newsAndEvents h3 a,
#newsAndEvents h3 a:link,
#newsAndEvents h3 a:visited {
	color: #0e3d75;
	text-decoration: none;
	
}

#newsAndEvents h3 a:hover,
#newsAndEvents h3 a:active {
	color: #a80e0e;
	
}

#newsAndEvents .story {
	margin: 0 0 8px 0;
	padding: 0;
	width: 200px;
	border-bottom: 1px solid #c1c1c1;	
}


/* ===== Right Side Quick Links ===== */

#contentRight .quickLinks {
	float: left;
	clear: left;
	width: 191px;
	overflow: hidden;
}

#contentRight .one {
	height: 143px;
	border-bottom: 1px solid #DAFF7D;
	background: #709a08 url(/images/structure/quickLinks_bg.jpg) 0 0 repeat-x;
}

#contentRight .two {
	height: 122px;
	border-bottom: 1px solid #DAFF7D;
	background: #709a08 url(/images/structure/quickLinks_bg.jpg) 0 0 repeat-x;
}

#contentRight .three {
	height: 122px;
	background: #709a08 url(/images/structure/quickLinks_bg.jpg) 0 0 repeat-x;
}

#contentRight a,
#contentRight a:link,
#contentRight a:visited {
	color: #FFF;
	text-decoration: underline;
}

#contentRight a:hover,
#contentRight a:active {
	color: #FFF;
	text-decoration: none;
}

#contentRight h2 {
	float: left;
	margin: 0 0 6px;
	padding: 0;
	display: block;
	border-bottom: 1px solid #b6d765;
	width: 100%;
	background: #a2cc3a url(/images/structure/quicklinks_header_bg.jpg) 0 0 no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	color: #FFF;
}

#contentRight .one h2 {
	background-image: url(/images/structure/quicklinks_header1_bg.jpg);
}

#contentRight h2 a,
#contentRight h2 a:active,
#contentRight h2 a:visited {
	display: block;
	margin: 0 0 6px 0;
	padding: 8px 25px 0px 10px;
	color: #FFF;
	text-decoration: none !important;
}

#contentRight h2 a:hover {
	text-decoration: underline !important;
}

#contentRight p {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;	
}

#contentRight .story {
	padding: 0 10px 5px 10px;
	color: #FFF;
}

#contentRight .imageArea {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 41px;
	height: 82px;
	overflow: hidden;
}

#contentRight .one .imageArea {
	height: 104px;
}

#contentRight .imageArea img {
	margin: 0;
	padding: 0;
	border: none;
}




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

#contentInt ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

#contentInt ul li {
	padding: 0 0 5px 10px;
	list-style: none;
	background: url(/images/structure/bullet_contentList.jpg) 0 5px no-repeat;
}

#contentInt ol {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
}

#contentInt ol li {
	padding: 0 0 5px 0;
}





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