.x_input { display: none; }
/******
 *
 * LAYOUT
 *
 ******/
	body {
		margin: 0px;
		padding: 0px;
		background-color: #f4dab9;
		background-image: url(/images/bg_body.jpg);
		background-repeat: repeat-x;
	}
	#wrapper {
		width: 980px;
		margin: 0px auto;
	}
	#top {
		height: 145px;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
	}
		#logo {
			display: block;
			width: 332px;
			height: 133px;
			background-image: url(/images/logo.jpg);
			position: absolute;
			left: 20px;
			top: 20px;
			text-decoration: none;
		}
		#top_search {
			position: absolute;
			right: 10px;
			top: 47px;
		}
			.s_input {
				border: 1px solid #e5c399;
				width: 296px;
				background-color: white;
				color: #553203;
				padding: 5px 4px;
				font-size: 12px;
				height: 17px;
				line-height: 17px;
			}
		#nav {
			width: 567px;
			height: 37px;
			padding-top: 26px;
			padding-left: 20px;
			background-image: url(/images/bg_nav.jpg);
			position: absolute;
			right: 9px;
			top: 83px;
		}
			#nav a {
				display: block;
				float: left;
				text-decoration: none;
			}
			#n_people { 
				width: 71px;
				height: 21px;
				background-image: url(/images/n_people.jpg);
			}
			#n_people.nav_current { background-image: url(/images/n_people_on.jpg); }
			#n_events {
				width: 69px;
				height: 21px;
				background-image: url(/images/n_events.jpg);
			}
			#n_events.nav_current { background-image: url(/images/n_events_on.jpg); }
			#n_resources {
				width: 103px;
				height: 21px;
				background-image: url(/images/n_resources.jpg);
			}
			#n_resources.nav_current { background-image: url(/images/n_resources_on.jpg); }
			#n_about {
				width: 64px;
				height: 21px;
				background-image: url(/images/n_about.jpg);
			}
			#n_about.nav_current { background-image: url(/images/n_about_on.jpg); }
			#n_blog {
				width: 46px;
				height: 21px;
				background-image: url(/images/n_blog.jpg);
			}
			#n_blog.nav_current { background-image: url(/images/n_blog_on.jpg); }
			#n_contact {
				width: 79px;
				height: 21px;
				background-image: url(/images/n_contact.jpg);
			}
			#n_contact.nav_current { background-image: url(/images/n_contact_on.jpg); }
			.n_spacer {
				width: 23px;
				height: 21px;
				float: left;
				background-image: url(/images/n_spacer.jpg);
			}
	#c_top {
		height: 8px;
		overflow: hidden;
		background-image: url(/images/c_top.png);
	}
	#c_bottom {
		background-image: url(/images/c_bottom.png);
	}
	#left_col {
		width: 185px;
		float: left;
		padding-top: 22px;
		margin-left: 8px;
	}
		#lc_donate {
			text-align: right;
			margin-right: 3px;
		}
		#lcc_content {
			width: 183px;
		}
		#lcc_top {
			height: 7px;
			background-image: url(/images/lcc_top.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
		#lcc_middle {
			background-image: url(/images/lcc_middle.png);
			background-repeat: repeat-y;
			padding: 20px 12px 20px 25px;
		}
		#lcc_bottom {
			height: 7px;
			background-image: url(/images/lcc_bottom.png);
			background-repeat: no-repeat;
			overflow: hidden;
		}
	#right_col {
		width: 720px;
		float: left;
		margin-left: 25px;
		padding-top: 22px;
	}
	#footer {
		width: 880px;
		margin: 0px auto;
		border-top: 9px solid #e89d41;
		padding: 15px 20px 30px 20px;
		font-size: 13px;
		line-height: 18px;
	}
		#footer p {
			margin: 0px;
			padding: 0px;
		}
		#footer_text {
			width: 185px;
			float: left;
		}
		#footer_newsletter {
			width: 415px;
			float: left;
			position: relative;
			top: -4px;
		}
		#footer_address {
			width: 270px;
			float: left;
		}
	.wh_box {
		background-color: white;
		padding: 30px;
	}
		
		
/******
 *
 * HOME PAGE
 *
 ******/
	#h_left_col {
		width: 510px;
		float: left;
	}
	#h_right_col {
		width: 450px;
		float: left;
	}
	#h_content {
		width: 459px;
		height: 167px;
		background-image: url(/images/bg_home_text.png);
		padding: 15px 15px 15px 30px;
		font-size: 15px;
		line-height: 22px;
		margin-top: 13px;
	}
	#h_content p {
		margin: 0px;
	}
	#h_blog_header {
		display: block;
		text-decoration: none;
		width: 457px;
		height: 46px;
		background-image: url(/images/bg_h_blog_header.png);
		margin-left: 37px;
		margin-top: 23px;
		margin-bottom: 40px;
	}
	.h_blog_entry {
		margin-left: 62px;
		margin-right: 10px;
	}
	.blog_date {
		width: 44px;
		float: left;
	}
	.bd_month, .bd_day, .bd_year { 
		width: 44px;
		text-align: center;
		margin: 0px;
	}
	.bd_month, .bd_year {
		font-size: 15px;
		text-transform: uppercase;
		line-height: 15px;
	}
	.bd_day {
		color: #0c6e8a;
		font-size: 32px;
		font-weight: bold;
		line-height: 32px;
	}
	.blog_content {
		margin-left: 60px;
		margin-bottom: 40px;
	}
	.blog_title {
		font-size: 22px;
		color: #0c6e8a;
	}
	.blog_title a { text-decoration: none; }
	.blog_title a:hover { text-decoration: underline; }
	.blog_info td {
		padding-right: 20px;
	}
	.blog_info td.last {
		padding-right: 0px;
	}
	.blog_info a { text-decoration: none; color: #553203; }
	.blog_info a:hover { text-decoration: underline; }
	.blog_info, .blog_info table {
		font-size: 12px;
	}
	.blog_info { 
		margin: 5px 0px 10px 0px;
	}
	.blog_blurb {
		font-size: 13px;
		line-height: 18px;
	}
	.blog_more {
		margin-top: 10px;
	}
	#h_featured_event {
		width: 447px;
		color: white;
	}
	#h_fe_content {
		background-image: url(/images/bg_featured_event.jpg);
		padding: 17px 33px 5px 30px;
	}
	#h_fe_title {
		font-size: 24px;
		font-weight: bold;
	}
	#h_fe_title a {
		text-decoration: none;
		color: white;
	}
	#h_fe_title a:hover {
		text-decoration: underline;
	}
	#h_featured_event p {
		line-height:16px;
	}
	#h_fe_bottom {
		height: 47px;
		position: relative;
		background-image: url(/images/bg_fe_bottom.jpg);
	}
	#h_fe_more {
		display: block;
		width: 120px;
		height: 40px;
		position: absolute;
		top: 2px;
		left: 290px;
		text-decoration: none;
	}
	#h_subscribe {
		width: 375px;
		height: 54px;
		background-image: url(/images/bg_h_newsletter.jpg);
		padding-top: 50px;
		padding-left: 20px;
		margin-top: 6px;
	}
	#h_subscribe .h_input {
		padding: 4px;
		width: 244px;
		font-size: 14px;
		border: 1px solid #114b5b;
	}
	
/******
 *
 * PEOPLE
 *
 ******/
	.person {
		width: 210px;
		margin-right: 10px;
		float: left;
	}
	.person div {
		margin-bottom: 3px;
	}
	.p_name {
		font-size: 16px;
		font-weight: bold;
	}
	.p_prov {
		text-transform: uppercase;
	}
	.p_email {
		font-weight: bold;
	}
	.p_phone {
		font-weight: bold;
		font-size: 16px;
	}
	
	
	
	
	
/*******
 * 
 * MISC
 *
 *******/
	#left_col h3 {
		font-weight: bold;
		color: #0d6477;
		text-transform: uppercase;
		font-size: 13px;
		margin-bottom: 4px;
		margin-top: 0px;
	}
	#left_col h2 {
		font-size: 17px;
		margin-bottom: 7px;
		margin-top: 0px;
	}
	#left_col h4 {
		font-size: 15px;
		font-weight: 100;
		margin-bottom: 10px;
		margin-top: 0px;
	}
	#lc_provinces {
		font-size: 13px;
		line-height: 22px;
		font-weight: bold;
		margin-left: 12px;
	}
	#lc_provinces a {
		text-decoration: none;
		color: #553203;
	}
	#lc_provinces a:hover {
		text-decoration: underline;
	}
	#lc_volunteer {
		display: block;
		text-decoration: none;
		width: 176px;
		height: 69px;
		background-image: url(/images/box_volunteer.png);
		position: relative;
		left: -13px;
		margin-top: 16px;
	}
	
	
/******
 *
 * EVENTS
 *
 ******/
	.ei_event {
		border-bottom: 1px solid #f8e1c6;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ei_img {
		width: 110px;
		float: left;
	}
	.ei_info {
		width: 523px;
		float: left;
		margin-left: 23px;
	}
	.ei_title {
		font-size: 16px;
		font-weight: bold;
	}
	.ei_sub {
		font-size: 16px;
	}
	.ei_date {
		font-size: 14px;
		font-weight: bold;
		margin-top: 13px;
	}
	.ei_loc, .ei_city {
		font-size: 12px;
	}
	.ei_more {
		margin-top: 10px;
	}
	.page_nav {
		text-align: right;
		font-size: 14px;
		margin-top: 12px;
	}
	
	
/******
 *
 * RESOURCES
 *
 ******/
	.resource {
		padding: 16px;
		border-bottom: 1px solid #f3f3f3;
	}
	.r_odd {
		background-color: #f9f9f9;
	}
	.r_title {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 6px;
	}
	.r_link {
		margin-top: 12px;
		margin-left: 12px;
	}
	.r_link a { text-decoration: none; }
	.r_link a:hover { text-decoration: underline; }
	.cat_list {
		margin-left: 10px;
		line-height: 18px;
		font-weight: bold;
	}
	.cat_list a {
		color: #553203;
		text-decoration: none;
	}
	.cat_list a:hover { text-decoration: underline; }
	#tab_featured {
		width: 121px;
		height: 39px;
		background-image: url(/images/tab_featured.png);
	}
	#lc_resource {
		display: block;
		text-decoration: none;
		width: 178px;
		height: 72px;
		background-image: url(/images/submit_a_resource.png);
		position: relative;
		left: -13px;
		margin-top: 16px;
	}
	#lc_event {
		display: block;
		text-decoration: none;
		width: 178px;
		height: 72px;
		background-image: url(/images/submit_an_event.png);
		position: relative;
		left: -13px;
		margin-top: 16px;
	}
	#tab_featured {
		display: block;
		float: left;
		text-decoration: none;
		width: 120px;
		height: 40px;
		background-image: url(/images/tab_featured_off.png);
	}
	#tab_featured.tab_selected {
		background-image: url(/images/tab_featured_on.png);
	}
	#tab_popular {
		display: block;
		float: left;
		text-decoration: none;
		width: 106px;
		height: 40px;
		margin-left: 12px;
		background-image: url(/images/tab_popular_off.png);
	}
	#tab_popular.tab_selected {
		background-image: url(/images/tab_popular_on.png);
	}
	#tab_media {
		display: block;
		float: left;
		text-decoration: none;
		width: 94px;
		height: 40px;
		margin-left: 12px;
		background-image: url(/images/tab_media_off.png);
	}
	#tab_media.tab_selected {
		background-image: url(/images/tab_media_on.png);
	}
	#tab_resources {
		display: block;
		float: left;
		text-decoration: none;
		width: 130px;
		height: 40px;
		margin-left: 12px;
		background-image: url(/images/tab_resources_off.png);
	}
	
	
/******
 *
 * ABOUT US
 *
 ******/
	#a_nehm {
		display: block;
		float: left;
		width: 97px;
		height: 40px;
		text-decoration: none;
	}
	a#a_nehm { background-image: url(/images/a_nehm_off.png); }
	div#a_nehm { background-image: url(/images/a_nehm_on.png); }
	#a_hm {
		display: block;
		float: left;
		width: 195px;
		height: 40px;
		text-decoration: none;
		margin-left: 10px;
	}
	a#a_hm { background-image: url(/images/a_hm_off.png); }
	div#a_hm { background-image: url(/images/a_hm_on.png); }
	#a_partners {
		display: block;
		float: left;
		width: 168px;
		height: 40px;
		text-decoration: none;
		margin-left: 10px;
	}
	a#a_partners { background-image: url(/images/a_partners_off.png); }
	div#a_partners { background-image: url(/images/a_partners_on.png); }
	
	
	
/******
 *
 * MISC
 *
 ******/
	.tabs {
		height: 40px;
		overflow: hidden;
		
	}