@import url("reset.css");
@import url("navigation.css");

body {
	/* Reduce default font size to 10pt */
    font: 12px Arial, Verdana, Sans-serif;
    background-color: #ffffff;
    color: #333333;
}

#body_wrap {
    background: #c2c1c0 url('../images/interface/background_spacer.gif') 0px 0px repeat-x;
}

#body_container {
    background: transparent url('../images/interface/background.gif') 50% 0px no-repeat;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a {
    color: #54562e;
}

a:hover {
	color: #33350a;
}


a.arrow {
	background: transparent url('../images/interface/li.gif') 0px 50% no-repeat;	
	padding-left: 10px;
}

#main a {
	color: #1985bb;
}
#main a:visited {
	color: #085f8a;
}
#main a:hover {
	color: #26a5e5;
}

a img {
	border: 0px;
}


strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1 {
	font-size: 250%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 7px;
	width: 100%;
	display: block;
	color: #0079bc;
}

h2 {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #0079bc;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h5 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
	width: 100%;
	display: block;
	color: #333333;
}

p {
	margin: 0px 0px 18px 0px;
}

#main ul {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/li.gif');
}

#main ul.document {
    padding: 0px 0px 0px 31px;
	margin: 4px 0px 15px 0px;
	list-style-image: url('../images/interface/icon_document.gif');
}

#main ol {
    padding: 0px 0px 0px 31px;
	list-style: decimal;
}

#main ul li {
    margin: 6px 0px;
}

#main ol li {
    background-image: none;
    margin: 6px 0px;
}

#main input, #main textarea {
	border: 1px solid #dce6f2;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
}

.container {
	width: 838px;
	margin: 0px auto;
	clear: both;
}

.overflow_container {
	width: 838px;
	margin: 0px auto;
	overflow: hidden;
}

#body_container .spacer {
    background: transparent url('../images/interface/main_spacer.gif') 50% 0px repeat-y;
}

#body_container .background {
    background: transparent url('../images/interface/header_background.gif') 50% 0px no-repeat;
}



/*-------------------
	header elements
--------------------- */

#homepage #header_container {
	width: 100%;
	height: 364px;
	background: #ffffff url('../images/interface/header_spacer_homepage.gif') top left repeat-x;
}

#homepage #header {
	width: 100%;
	height: 364px;
	overflow: hidden;
}

#homepage .header_01 {	background: transparent url('../images/interface/feature_homepage_01.jpg') 50% 0% no-repeat;	}
#homepage .header_02 {	background: transparent url('../images/interface/feature_homepage_02.jpg') 50% 0% no-repeat;	}
#homepage .header_03 {	background: transparent url('../images/interface/feature_homepage_03.jpg') 50% 0% no-repeat;	}
#homepage .header_04 {	background: transparent url('../images/interface/feature_homepage_04.jpg') 50% 0% no-repeat;	}

#header_top {
	height: 96px;
}

#logo {
	margin-top: 8px;
	float: left;
}

#header_feature_text {
	padding: 114px 340px 0px 23px;
	background: transparent url('../images/interface/feature_homepage_header.gif') top left no-repeat;
	color: #ffffff;
	font-size: 11px;
	text-align: justify;
}

#header_feature_text ul {
	padding: 10px 0 8px;
}

#header_feature_text ul li {
	background: url("../images/interface/header_bullet.gif") 0 4px no-repeat;
	line-height: 16px;
	padding: 0 0 4px 14px;
}

#header_feature_text a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

#header_feature_text a:hover {
	text-decoration: underline;
}


#level2 #header_container {
	width: 100%;
	height: 238px;
	background: #ffffff url('../images/interface/header_spacer_homepage.gif') top left repeat-x;
}

#level2 #header {
	width: 100%;
	height: 238px;
}

#level2 .header_01 {	background: transparent url('../images/interface/feature_level2_01.jpg') 50% 0% no-repeat;	}
#level2 .header_02 {	background: transparent url('../images/interface/feature_level2_02.jpg') 50% 0% no-repeat;	}
#level2 .header_03 {	background: transparent url('../images/interface/feature_level2_03.jpg') 50% 0% no-repeat;	}
#level2 .header_04 {	background: transparent url('../images/interface/feature_level2_04.jpg') 50% 0% no-repeat;	}

h1#tree_name {
	font-size: 24px;
	color: #ffffff;
	margin: 50px 0px 0px 20px;
}




/*-------------------
	header search elements
--------------------- */

#search {
	width: 444px;
	float: right;
}

#search #link_contact, #search #link_sitemap, #search #search_field input, #search #search_button a {
	float: left;
}

#search #link_contact, #search #link_sitemap, #search #search_button a {
	color: #0076c0;
	font-size: 11px;
	text-decoration: none;
}

#search #link_contact, #search #link_sitemap {
	margin: 20px 14px 0px 0px;
	display: block;
	height: 16px;
}

#search #link_contact {
	background: transparent url('../images/interface/icon_contact_us_inactive.gif') right 1px no-repeat;
	padding: 0px 26px 0px 0px;
}

#search #link_contact:hover {
	background: transparent url('../images/interface/icon_contact_us_active.gif') right 1px no-repeat;
	color: #72ba00;
}

#search #link_sitemap {
	background: transparent url('../images/interface/icon_sitemap_inactive.gif') right 0px no-repeat;
	padding: 0px 32px 0px 0px;
}

#search #link_sitemap:hover {
	background: transparent url('../images/interface/icon_sitemap_active.gif') right 0px no-repeat;
	color: #72ba00;
}

/* form#loginform added 8/12, LH */
#search #search_field input,
form#loginform .textfield {
	margin: 17px 0px 0px 0px;
	border: 1px solid #7cc1e1;
	padding: 3px;
	height: 14px;
	width: 144px;
	font-size: 11px;
	color: #333333;
}
form#loginform .textfield {
	margin: 0;
}

#search #search_button a {
	margin: 17px 20px 0px 0px;
	display: block;
	width: 92px;
	height: 22px;
	background: transparent url('../images/interface/btn_search_inactive.gif') 0px 0px no-repeat;
	text-indent: -99999px;
}
#search #search_button a:hover {
	background: transparent url('../images/interface/btn_search_active.gif') 0px 0px no-repeat;
}

/* Login button added 8/12, LH */
form#loginform a#login_button {
	display: block;
	width: 99px;
	height: 22px;
	background: transparent url('../images/interface/btn_login_inactive.gif') 0px 0px no-repeat;
	text-indent: -99999px;
}
form#loginform a#login_button:hover {
	background: transparent url('../images/interface/btn_login_active.gif') 0px 0px no-repeat;
}


/*-------------------
	navigation elements
--------------------- */

#navigation_container {
	width: 100%;
	height: 41px;
	background: #ffffff url('../images/interface/navigation_spacer.gif') top left repeat-x;
}



/*-------------------
	main elements
--------------------- */

#main_container {
	background: #ffffff url('../images/interface/main_spacer.gif') top left repeat-x;
}

#main_container.sitemap #main a {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	line-height: 22px;
	color: #085f8a;
	text-decoration: none;
}

#main_container.sitemap #main a.category {
	background: transparent url('../images/interface/sitemap_link_cat.gif') top left no-repeat;
}

#main_container.sitemap #main a.item, #main_container.sitemap #main a.document {
	background: transparent url('../images/interface/sitemap_link_item.gif') top left no-repeat;
}

/* _alt - orange box compensator */
.homepage_section,
.homepage_section_alt {
	width: 278px;
	float: left;
}

#whats_new {
	margin-bottom: 20px;
	padding: 42px 28px 0 0;
	width: 312px;
}
#whats_new.homepage_section_alt {
	background: transparent url('../images/interface/homepage_hdr_whats_new.gif') top left no-repeat;
}

#whats_on {
	padding: 42px 14px 0 0;
	width: 278px;
}
#whats_on.homepage_section_alt {
	background: transparent url('../images/interface/homepage_hdr_whats_on.gif') top left no-repeat;
}

#bs_info {
	float: left;
	width: 205px;
}



/*--------------------------
	homepage news elements
---------------------------- */

a#all_news {
	padding: 0px 5px 0 0;
	color: #0076c2;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: right;
}
a#all_news:hover {
	color: #73bb00;
}

.news {
	color: #1c436a;
	font-size: 11px;
	margin: 0 0 22px 0;
	padding: 0 0 15px 0;
	background: url("../images/interface/news_divider.gif") 100% 100% no-repeat;
}

.news .day {
	color: #73bb00;
}

.news .date {
	font-weight: bold;
}

.news a.title  {
	font-weight: normal;
	text-decoration: none;
	color: #1c436a;
	line-height: 18px;
}

.news a.title:hover  {
	color: #73bb00;
}


/*-------------------
	homepage event elements
--------------------- */

a#all_events {
	padding: 4px 5px 0 0;
	color: #0076c2;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	float: right;
}
a#all_events:hover {
	color: #73bb00;
}

.event {
	color: #1c436a;
	font-size: 11px;
	margin: 0 0 16px 0;
	padding: 0 0 9px 0;
	background: url("../images/interface/news_divider.gif") 100% 100% no-repeat;
}

.event .date {
	background: url("../images/interface/icon_calendar.png") 0 2px no-repeat;
	color: #1c436a;
	display: block;
	font-weight: bold;
	padding: 4px 0 2px 28px;
}

.event a.title  {
	font-weight: bold;
	text-decoration: none;
	color: #70b800;
	line-height: 18px;
}

.event a.title:hover  {
	color: #1c436a;
}




/*-------------------
	homepage info elements
--------------------- */

#membership_info {
	background: url("../images/interface/membership_info_booklet.png") 100% 20px no-repeat;
	overflow: hidden;
	padding: 22px 0 0;	
}

#membership_info h3 {
	background: url("../images/interface/homepage_hdr_member.gif") 100% 100% no-repeat;
	height: 37px;
	margin: 0 0 18px 0;
	text-indent: -9999px;
	width: 90px;
}

#membership_info p {
	color: #EE7A2E;
	font-size: 11px;
	width: 111px;
}

#membership_info p#application_link {
	float: left;	
}

#membership_info a {
	color: #0078c3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#membership_info a:hover {
	color: #70b800;
}

/*
a#all_events {
	padding: 0px 26px 20px 26px;
	color: #0074c0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a#all_events:hover {
	color: #ffffff;
}

.event {
	color: #1c436a;
	padding: 0px 26px 20px 26px;
	font-size: 11px;
}

.event .day {
	color: #ffffff;
}

.event .date {
	font-weight: bold;
}

.event .title  {
	font-weight: bold;
	text-decoration: none;
	color: #1c436a;
}

.event .summary {
	line-height: 18px;
}

.event .read_more {
	text-align: right;
}

.event a {
	color: #0074c0;
	text-decoration: none;
}
.event a:hover {
	color: #ffffff;
}

.event .read_more a {
	text-decoration: none;
}


*/



#main {
	width: 581px;
	float: left;
	margin-bottom: 20px;
	font-size: 11px;
	color: #1c436a;
}

#main .padding {
	padding: 20px;
}

#section_links {
	background: #9ec43a url('../images/interface/section_links_background.gif') top left no-repeat;
/*	margin-left: 4px; */
	margin-bottom: 20px;
	width: 252px;
/*	float: left; */
	float: right;
	padding-top: 55px;
	border-left: 1px solid #ffffff; 
}

#section_links .ctoc_item0 a {
	display: block;
	padding: 4px 10px 4px 24px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #9ec43a url('../images/interface/subnav_bg_tier01.gif') top left no-repeat;
}


#section_links .ctoc_item1 a {
	display: block;
	padding: 4px 10px 4px 28px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #9bc23a url('../images/interface/subnav_bg_tier02.gif') top left no-repeat;
}


#section_links #ctoc_current_item.ctoc_item1 a {
	background: #9bc23a url('../images/interface/subnav_bg_tier02_active.gif') top left no-repeat;
}

#section_links .ctoc_item1 a:hover {
	background: #9bc23a url('../images/interface/subnav_bg_tier02_active.gif') top left no-repeat;
}


#section_links .ctoc_item2 a, #section_links .ctoc_item3 a {
	display: block;
	padding: 4px 10px 4px 36px;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	background: #9bc23a url('../images/interface/subnav_bg_tier03.gif') 0px 6px no-repeat;
}

#section_links .ctoc_item3 a {
	padding: 4px 10px 4px 46px;
	background: #9bc23a url('../images/interface/subnav_bg_tier03.gif') 10px 6px no-repeat;
}

#section_links .ctoc_children .ctoc_children {
	border-bottom: 1px solid #ffffff;
}


#main_container #section_links div#quicklink {
	padding: 20px 0px 0px;
	display: block;
	width: 252px;
	height: 161px;
	background: #ffffff url('../images/interface/quality_certified.gif') 50% 100% no-repeat;
	text-indent: -9999px;
	border-bottom: 0px;
}

/*--------------------------
	alternate orange boxes
---------------------------- */
ul#mid_subfeature {
	width: 840px;
	height: 90px;
	padding: 4px 0 15px 0;
}
ul#mid_subfeature li {
	padding: 0 9px 0 0;
}
ul#mid_subfeature li#mid_subfeature_public_health {
	padding: 0;
}
ul#mid_subfeature li,
ul#mid_subfeature li a {
	height: 90px;
	width: 203px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
li#mid_subfeature_practice a {
	background: url('../images/interface/btn_practice.gif') 0 0 no-repeat;
}
li#mid_subfeature_practice a:hover {
	background: url('../images/interface/btn_practice.gif') 0 -90px no-repeat;
}
li#mid_subfeature_community a {
	background: url('../images/interface/btn_community.gif') 0 0 no-repeat;
}
li#mid_subfeature_community a:hover {
	background: url('../images/interface/btn_community.gif') 0 -90px no-repeat;
}
li#mid_subfeature_service_delivery a {
	background: url('../images/interface/btn_service_delivery.gif') 0 0 no-repeat;
}
li#mid_subfeature_service_delivery a:hover {
	background: url('../images/interface/btn_service_delivery.gif') 0 -90px no-repeat;
}
li#mid_subfeature_public_health a {
	background: url('../images/interface/btn_public_health.gif') 0 0 no-repeat;
}
li#mid_subfeature_public_health a:hover {
	background: url('../images/interface/btn_public_health.gif') 0 -90px no-repeat;
}
/* --------------------------- */


/*-------------------
	footer elements
--------------------- */

#homepage #footer_container {
	padding: 111px;
}


#footer_container {
	background: #ffffff url('../images/interface/footer_spacer.gif') top left repeat-x;
}

.footer_subfeature, .footer_subfeature a {
	height: 90px;
	width: 202px;
	display: block;
	float: left;
}

.footer_subfeature {
	margin: 0 2px 0 0;
}

.footer_subfeature.footer_practice a {
	background: url('../images/interface/btn_practice.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

.footer_subfeature.footer_practice a:hover {
	background: url('../images/interface/btn_practice.gif') 0 -90px no-repeat;
}

.footer_subfeature.footer_community a {
	background: url('../images/interface/btn_community.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

.footer_subfeature.footer_community a:hover {
	background: url('../images/interface/btn_community.gif') 0 -90px no-repeat;
}

.footer_subfeature.footer_delivery a {
	background: url('../images/interface/btn_service_delivery.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

.footer_subfeature.footer_delivery a:hover {
	background: url('../images/interface/btn_service_delivery.gif') 0 -90px no-repeat;
}

.footer_subfeature.footer_health a {
	background: url('../images/interface/btn_public_health.gif') 0 0 no-repeat;
	text-indent: -9999px;
}

.footer_subfeature.footer_health a:hover {
	background: url('../images/interface/btn_public_health.gif') 0 -90px no-repeat;
}

#homepage #footer_links {
	margin: 35px 0px 20px -10px;
}

#footer_links {
	float: left;
	margin: 56px 0px 20px -10px;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color: #4b9cc6;
	font-size: 11px;
}

#footer_links a {
	color: #4b9cc6;
	text-decoration: none;
}

#footer_links a:hover {
	color: #206b9c;
}







/* Extra Stuff */
.listing_element {
	margin-bottom: 30px;
}

#main input.formError, #main textarea.formError {
	border: 1px solid red;
}





/*-------
				calendar
								-------- */

.tc_contain {
	width: 100%;
	height: 370px;
}
								
#main .tc_contain ul {
	list-style: none;
}

#main .tc_contain li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
								
#main .tc_contain li.tc_scroll_prev, #main .tc_contain li.tc_scroll_next {
	width: 70px;
	height: 30px;
	float: left;
}

#main .tc_contain li.tc_month {
	height: 30px;
	float: left;
}

#main .tc_contain li.tc_head {
	font-weight: bold;
}

#main .tc_contain li.tc_head, #main .tc_contain li.tc_date, #main .tc_contain li.tc_blank_start, #main .tc_contain li.tc_blank_end {
	width: 70px;
	height: 50px;
	float: left;
}

#main .tc_contain li.tc_sun {
	clear: left;
}

#main .tc_contain li.tc_calendar {
	clear: both;
}

#main .tc_contain li.tc_month, #main .tc_contain li.tc_scroll_prev, #main .tc_contain li.tc_scroll_next, #main .tc_contain li.tc_head, #main .tc_contain li.tc_date, #main .tc_contain li.tc_blank_start, #main .tc_contain li.tc_blank_end {
	text-align: center;
}

#main .tc_contain li.tc_date {
	background-color: #fce997;
	margin: 0px 1px 1px 0px;
	color: #9b5a03;
	line-height: 50px;
}

#main .tc_contain li.tc_blank_start, #main .tc_contain li.tc_blank_end {
	background-color: #ffffff;
	margin: 0px 1px 1px 0px;
}

#main .tc_contain li.tc_head {
	background-color: #383b1c;
	margin: 0px 1px 1px 0px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
}

#main .tc_contain li.tc_date a, #main .tc_contain li.tc_date span {
	text-decoration: none;
	background-color: #f2953a;
	width: 100%;
	height: 100%;
	display: block;
	color: #9b5a03;
	font-weight: bold;
}

#main .tc_contain li.tc_date a:hover {
	background-color: #f2953a;
}

#main .tc_contain li.tc_scroll_prev, #main .tc_contain li.tc_scroll_next {
	color: #9b5a03;
	background-color: #f2953a;
	margin: 0px 1px 1px 0px;
	line-height: 26px;
	font-size: 16px;
}

#main .tc_contain li.tc_month {
	width: 354px;
	background-color: #f2953a;
	margin: 0px 1px 1px 0px;
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	height: 30px;
	font-size: 16px;
}


#main .tc_contain li.tc_scroll_prev a, #main .tc_contain li.tc_scroll_next a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: #ffffff;
}

#main .tc_contain li.tc_scroll_disabled {
	color: #9b5a03;
}

#main .tc_contain .tc_event {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.95;
	filter: alpha(opacity=95); 
	background-color: #ffd451;	
	width: 200px;
	display: block;
	padding: 0px 0px 10px 0px;
	border: 1px solid #f3af00;
}

#main .tc_contain .tc_event, #main .tc_contain .tc_event li, #main .tc_contain .tc_event li span {
	z-index: 50;
	color: #9b5a03;
}

#main .tc_contain li .tc_event_summary {
	padding: 2px 10px 0px 10px;
	text-align: left;
	display: block;
}

#main .tc_contain li .tc_event_name {
	font-style: italic;
	font-size: 12px;
	padding: 6px 10px 0px 10px;
	text-align: left;
	display: block;
}

#main .tc_contain li .tc_event_date {
	margin: 4px 10px 0px 10px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	text-align: right;
	border-bottom: 1px solid #f3af00;
}