body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #222222;
	line-height:135%;
	background-color: #e4e4d2;
}
#subpage_middle h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #03666f;
	line-height: 110%;
}
img {
	border : none;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}
ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	list-style-position: outside; 
}
ul li { 
	list-style-image: url('../images/dot.gif');
	/*list-style-type: disc;*/
    color: #604f66;
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
}
ol li { 

    color: #604f66;
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: normal;
}
input { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5171;
	border: 1px solid #276e85;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b5171;
	width: 230px;
	height: 80px;
	border: 1px solid #276e85;
}
select { 
    font-family : Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #2b5171;
	border: 1px solid #276e85;
}
A{
    COLOR: #cc3300;
    text-decoration: none;
}
A:hover{
    color: #03666f;
    text-decoration: none;
}
/*** visible styles .......................................... ***/

.text_general {
	/* text general 12 black */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 125%;
	font-style: normal;
}
.text_general2 {
	/* text general 12 gray */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 125%;
	font-weight: normal;
}
.text_general3 {
	/* text general 11 gray */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 125%;
	font-style: normal;
}
.text_general3a {
	/* text general 14 black */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 125%;
	font-style: normal;
}
.text_general4 {
	/* text general 14 gray */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 125%;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.text_general4a {
	/* text general 14 tna */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #206e6e;
	text-decoration: none;
	line-height: 125%;
	font-weight: normal;
	letter-spacing: 0.3px;
}
.sub_title1 {
	/* headings gray 15 bold */
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.sub_title2 {
	/* headings orange 15 bold */
    color: #e46b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.sub_title3 {
	/* headings green 16 bold */
    color: #78953d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
	line-height: normal;
}
.sub_title4 {
	/* headings tna 15 bold */
    color: #146b74;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
	line-height: normal;
}
.captions {
	/* text small 9 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
/*** end visible styles***/

form {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#super_container {
	text-align: center;
	background: transparent url('../images/green_bg.gif') repeat-x scroll center 120px;
}
#container_b {
	margin: auto;
	width: 100%;
}
#container {
	margin: auto;
	text-align: left;
	width: 1000px;
	background-color:#fcfcfc;
}

/*** Header | Banner ........................................ ***/

#header {
	height: 120px;
	width: 100%;
	background: #f0f4f4 url('../images/banner_bg.gif') no-repeat scroll center top;
}
#header .banner {
	display: block;
	margin: auto;
	height: 120px;
	width: 1000px;
	text-align: center;
}
#header .banner .logo {
	float: left;
	width: 410px;
	text-align: left;
}
#header .banner .form {
	float: right;
	width: 370px;
	text-align: right;
}
#header .banner .form .paddd {
	padding: 10px 15px 0 0;
}
/*** Navigation ........................................... ***/

#navigation {
	float:left;
	width: 1000px;
	height: 50px;
	text-align: center;
	background: transparent url('../images/nav_bg.gif') repeat-x scroll left top;
}
#navigation .padding {
	padding: 0 0 0 5px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	position: relative;
	float: left;
	list-style: none;
}
#navigation ul li a {
	display: block;
	text-align: center;
	line-height: 35px;
	background: transparent url("../images/nav_divider.gif") no-repeat scroll right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	color: #fddfa4;
	font-weight: bold;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	font-size: 12px;
	padding: 0 18px 0 18px;
	text-decoration: none;
	font-weight: bold;	
}
#navigation ul li a:hover span {
	color: #000000;
}
#navigation ul li.on a {
	color:#fbbd4c;
}
/*** End Navigation ***/

/*** HOME Content ................................................. ***/

#home_content {
	width: 1000px;
	background-color:#FFFFFF;
}
#home_content .paddingh {
	padding: 10px 15px 10px 15px;
}
#home_content .paddingh .rotator_section {
	width: 970px;
}
#home_content .content1 {
	float: left;
	width: 715px;	
}
#home_content .content1 .paddingg {
	padding: 0 0 8px 0;
}
#home_content .content2 {  
	float: right;
	width: 250px;	
}
#home_content .content2 .paddinggg {
	padding: 0 0 8px 5px;
}
#home_middle {
	width: 1000px;
	background: transparent url("../images/home_grad.gif") repeat-x scroll center top;
}
#home_middle .paddings {
	padding: 20px 15px 15px 15px;
}
#home_middle .column1 {
	float:left;
	width: 315px;
}
#home_middle .column2 {
	float:left;
	width: 385px;
}
#home_middle .column2 .c2_padd {
	padding: 0 35px 0 35px;
}
#home_middle .column3 {
	float:left;
	width: 270px;
}
#home_middle .column4 {
	width: 970px;
	border-top: 1px solid #cbd6da;
}
#home_middle .column4 .c4_padd {
	padding: 10px 0 0 0;
}
/*** End HOME Content ***/

/*** Deco on home ....................................... ***/
#deco {
	display:block;
	width: 1000px;
	height:20px;
	background: transparent url("../images/deco_bg.gif") repeat-x scroll left top;
}
.green_line {
	display:block;
	width: 970px;
	height:1px;
	background-color: #829d4b;
	margin: 8px 0 8px 0;
}
.tna_line {
	display:block;
	width: 970px;
	height:1px;
	background-color: #b0c9ca;
}
/*** END Deco on home ***/
/*** Subpage styles ...........................***/

#subpage_content {
	width: 1000px;
	background-color:#fcfcfc;
}
#subpage_content .paddingss {
	padding: 5px 15px 0 15px;
	background: transparent url("../images/subbanner_bg.gif") no-repeat scroll left bottom;
}
#subpage_content .subbanner {
	display:block;
	height:155px;
	float: right;
	width: 725px;	
}
#subpage_content .pagetitle {  
	float: left;
	width: 245px;
	color: #e46b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	line-height: normal;	
}
#subpage_content .pagetitle .paddingsss {
	padding: 110px 8px 0 0;
}
#subpage_middle {
	width: 1000px;
	background: #fcfcfc url("../images/home_grad.gif") repeat-x scroll center top;
}
#subpage_middle .paddinggg {
	padding: 0 15px 15px 15px;
}
#subpage_middle .colmn1 {
	float:left;
	width: 245px;
}
#subpage_middle .colmn1 .pad1 {
	padding: 15px 25px 0 0; 
}
#subpage_middle .colmn2 {
	float:left;
	width: 475px;
}
#subpage_middle .colmn2 .pad2 {
	padding: 15px 20px 0 0; 
}
#subpage_middle .colmn3 {
	float:right;
	width: 250px;
}
#subpage_middle .colmn3 .subnav_style {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
	color: #016c76;
	list-style: none;
	line-height:normal;
	padding-left:5px;
}
#subpage_middle .colmn3 .subnav_style a {
	color: #016c76;
}
#subpage_middle .colmn3 .subnav_style li { 
	list-style-image: url('../images/dot.gif');
    color: #016c76;
	margin-left: 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#subpage_middle .colmn3 .subnav_style .on a { 
    color: #e95d09;
}
#subpage_middle .colmn4 {
	float:left;
	width: 705px;
}
#subpage_middle .colmn4 .na_padding {
	padding: 15px 15px 0 0;
}
#subpage_middle .colmn5 {
	width: 970px;
}
/*** END Subpage styles ***/
/*** Footer ............................................... ***/
#footer {
	display:block;
	width:1000px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecccd;
	background: transparent url("../images/footer_bg.gif") repeat-x scroll left top;
	border-top: 1px solid #a7a7a7;
}
#footer .padding {
	padding: 5px 15px 0 15px;
}
#footer .copyright {
	width: 350px;
	float: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

#footer .links {
	float: right;
	width: 540px;
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #563c5e;
}
#footer .links a {
	text-decoration: none;
	color: #563c5e;
}
#footer .links a:hover {
	text-decoration: none;
	color: #cc3300;
}
#footer_nav {
	display:block;
	text-align:center;
	height: 36px;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcfcfc;
	background: transparent url("../images/footer_nav_bg.gif") no-repeat scroll center top;
}
#footer_nav .f_padd {
	padding: 8px 0 0 0;
}
#footer_nav a {
	color: #fcfcfc;
}
#footer_nav a:hover {
	color: #fbbd4c;
}
/*** End Footer ***/

/*** Drop Down Menu .............................................. ***/
.cssmenu_iframe, .cssmenu_sub {
	position: absolute;
	z-index: 500;
	top: -500px;
	left: -500px;
	width: 160px;
	background-color: #efefef;
	border: 1px solid #c6c5c5;
	border-top: 1px solid #ffffff;
	padding-top: 2px;
	padding-bottom: 3px;
}
.cssmenu_iframe {
	border: none;
	padding: 0;
}
#cssmenu_submenus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cssmenu_submenus ul li {
	list-style: none;
}
.cssmenu_iframe {
	z-index: 499;
}
#cssmenu_submenus a, #cssmenu_submenus a span {
	display: block;
	height: 1%;
	text-decoration: none;
	cursor: pointer;
	color: #1b8488;
}
#cssmenu_submenus a span {
	line-height: 20px;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}
#cssmenu_submenus a:hover span {
	color: #e36c03;
}
#cssmenu_submenus a.arrow {
	background-image: url('../images/cssmenu_arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
/*** End Drop Down Menu ***/

/*** Rotator styles .................***/
div#imageTextArea {
	width: 270px;
	display: table; 
	#position: relative;
	float: left;
	text-align: left;
	padding: 0px 3px;
}		
#home_content div#imageTextArea {
	width: 420px;
}	
div#imageSelection {
	padding: 5px 0px;
}		
div#imageSelection a {
	padding: 0px 3px;
}	
div#imageTextArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5pt;
	font-size: 12px;
	font-weight: normal;
	line-height: 110%;
	padding-top: 5px;
	text-align: left;
	padding: 3px 6px 3px 6px;
}		
div#imageSelection a.imageOffState img {
	border: 2px solid #7faffb;
}		
div#imageSelection a.imageHoverState img {
	border: 2px solid #487fe4;
}
		
div#imageSelection a.imageOnState img {
	border: 2px solid #ef5b19;
}
/*** END Rotator styles ................. ***/
/*** News --------------------------------------------------------------- ***/
#news_general {
	width: 550px;
}
#news_general .n_image {
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #cdcdcd;
	background-color:#ffffff;
}
#news_general .n_image2 {
	float: left;
	width: 130px;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: left;
}
#news_general .news_teaser {
	float: left;
	width: 400px;
	text-align: left;
}
.news_summary {
	width: 315px;
}
.news_summary .ns_img {
	float: left;
	display: block;
	width: 65px;
	height: 60px;
	margin-bottom: 15px;
	padding-top: 3px;
	text-align: center;
	border: 1px solid #cdcdcd;
	background-color:#ffffff;
}
.news_summary .ns_title_date {
	float: right;
	width: 240px;
	margin-bottom: 15px;
	text-align: left;
}
.news_subtitle{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.news_title{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #69840b;
	font-weight: normal;
	text-decoration:none;
}
.news_title2{
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	color: #69840b;
	font-weight: normal;
	text-decoration:none;
}
.news_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #666666;
	font-weight: normal;
}
.news_sumteaser {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #444444;
	font-weight: normal;
}
.n_article_t {
	float:left;
	width: 250px;
}
.n_article_t .padddd {
	padding: 0 15px 0 0;
}
.n_article_c {
	float:left;
	width: 440px;
}
/*** End News ***/
/*** Events Styles ..........................***/

#event {
	width: 620px;
	float: left;
}
.event_category{
	color: #e46b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
	line-height: normal;
}
#event .event_image {
	float: left;
	width: 120px;
	height:120px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #cdcdcd;
	background-color:#ffffff;
}
#event .event_detail {
	float: left;
	width: 470px;
	text-align: left;
}
.event_title {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;
	color: #69840b;
	font-weight: normal;
	text-decoration:none;
}
.event_date {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 10.5px;
	color: #666666;
	font-weight: normal;
}
.ev_content_t {
	float:left;
	width: 250px;
	text-align:left;
}
.ev_content_t .padddd {
	padding: 0 15px 0 0;
}
.ev_content_c {
	float:left;
	width: 440px;
}
/*** End Events style ***/
/*** FAQ styles ...............***/

.faq_title {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 15px;
	color: #146B74;
	font-weight: bold;
}
/*** End FAQs styles ***/

/*** Newsletter style ................................. ***/

body.newsletter_bggreen {
	background-color: #e9e9db;
}
.cell_text {            
	font-size: 11px; 
}
.text_salutation {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #015b63;
	text-decoration: none;
	line-height: 150%;
	font-style: normal;
}
td.cellnews2 {            
	border-left: 1px solid #b5cabb;
	border-right: 1px solid #b5cabb;
}
td.cellnewstop {            
	border-bottom: 1px solid #cad0bb;
}
td.cellnewsline {            
	border-bottom: 1px solid #cad0bb;
}
table.tna {            
	border: 1px solid #cad0bb;
}
A.newsunsub{
    color: #777777;
    font-family: Arial;
    font-size: 11px;
	font-weight: normal;
    text-decoration: none;
}
A.newsunsub:hover{
    COLOR: #bdad62;
    text-decoration: none;
}

/*** Google Maps ........................

#google_map {
    width: 100%;
    height: 320px;
    border: 1px solid #d6a528;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}
/*** End Google Maps ***/

/*** FAQs styles ***/
/**
#faq_all .question {
	display: block;
	padding: 0 0 6px 0;
}
#faq_all .answer {
	display: block;
	padding: 0 0 8px 0;
	color: #000000;
    font-weight: normal;
}

/*** End FAQs styles ***/