
/* ------- Reset first. Modified version of Eric Meyer and Paul Chaplin reset 
  from http://meyerweb.com/eric/tools/css/reset/ ------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	header, nav, section, article, aside, footer
	{border: 0; margin: 0; outline: 0; padding: 0; background: transparent; vertical-align: baseline;}
	
	blockquote, q {quotes: none;}
	blockquote:before,blockquote:after,q:before,q:after {content: ''; content: none;}
	
	header, nav, section, article, aside, footer {display: block;}



/* ------- HTML TAG STYLES ------- */


	html, body {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
		line-height: 16px;
		color: #8a9176;
		height:100%;
		background-color: #373b2c;
		background-image: url(../_img/bg_tile.gif);
		background-repeat: repeat;
		margin: 0 0 0 0;
	}
	
	#nav, #body, #footer, #wrap {
		display:block;
	}

	::selection { 
		background: #dbdfcd; 
		color: #585f44;
	}

	::-moz-selection { 
		background: #dbdfcd; 
		color: #585f44;
	}


	a {
		font-size: 11px;
		color: #86b097;
	}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		color: #585f44;
	}
	
	a:active {
		text-decoration: none;
	}
	
	p {
		margin: 0 0 12px 0;
	}

	h1 {
		font-family: Courier New, Courier New, Courier, monospace;
		font-size: 17px;
		font-weight: normal;
		color: #73725e;
		margin: 0 0 4px 0;
		line-height: 20px;
	}
	h1.page-title{
		margin-bottom:10px;
	}
	
	h1.news_title {
		font-size: 18px;
		color: #585f44;
	}
	
	h2 {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #585f44;
		margin: 0 0 12px 0;
		line-height: 18px;
	}
	
	h2.dir_title {
		font-size: 14px;
		margin: 0 0 2px 13px;
	}
	
	h2.entry-title a{
		font-family: Courier New, Courier New, Courier, monospace;
		font-size: 14px;
		font-weight: normal;
		margin: 0 0 1px 0;
		line-height: 16px;
		height: 14px;
		padding: 4px 0 0 0;
	}
		
	h3 {
		font-size: 12px;
		color: #60786a;
		margin: 0 0 16px 0;
		line-height: 16px;
		font-weight: normal;
	}

	h4 {
		font-family: Courier New, Courier New, Courier, monospace;
		font-size: 15px;
		font-weight: normal;
		color: #5b604e;
		margin: 0 0 1px 0;
		line-height: 16px;
		height: auto;
		padding: 4px 0 0 0;
	}
	
	h4.membersnews {
		margin-bottom: 6px;	
	}
	
	h5 {
		font-size: 11px;
		color: #707b52;
		margin: 0 0 16px 0;
		line-height: 16px;
		font-weight: normal;			
	}
	
	h5.news_date {
		color: #abafa1;
		text-transform: uppercase;
		margin: 0 0 12px 0;
	}
	
	h6 {
		font-size: 11px;
		margin: 0 0 2px;
		color: #73725e;
		font-weight: normal;			
	}
	
	h6.nodesc {
		margin-bottom: 12px;	
	}
	
	#sidebar ol {
		font-size: 10px;
		margin: 0 0 0 16px;
	}

	#sidebar ol li {
		margin: 0 0 0 0;
	}

	#sidebar ul {
		list-style: url(../_img/bullet.gif);	
		margin: 0 0 20px 16px;
	}

	#sidebar ul li {
		margin: 0 0 6px 0;
	}
	
	.contentol {
		font-size: 10px;
		margin: 0 0 0 16px;
	}

	.contentol li {
		margin: 0 0 0 0;
	}

	.contentul {
		list-style: url(../_img/bullet.gif);	
		margin: 0 0 20px 16px;
	}

	.contentul li {
		margin: 0 0 6px 0;
	}

	#content_box_top p {
		margin: 0 0 0 0;
	}

	#content_box_mid_browse p {
		margin: 0 13px 17px 13px;
	}

	.directory_browse_link {
		padding: 0 0 0 13px;
	}
	
	.getinvolved{
		margin: 0 0 20px 0;	
	}



/* ------- LAYOUT ------ */


	#wrap {
		position: relative;
		background: url(../_img/content_bg.gif) repeat-y;
		width: 912px;
		min-height:100%;
		height:auto !important;
		height:100%;
		margin: 0 auto -40px auto;
	}
	
	#header {
		width: 900px;
		height: 145px;
		margin: 0 auto 0 auto;
		padding: 5px 0 0 0;
	}
	
		#header_img {
			width: 583px;
			height: 145px;
			float: right;
			margin: 0 5px 0 0;
		}
	
	#nav {
		background: url(../_img/nav_bg.gif) no-repeat;
		width: 879px;
		height: 35px;
		margin: 0 auto 30px auto;
		padding: 0 0 0 11px;
	}
	
	#body {
		width: 890px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
		#sidebar {
			float: left;
			width: 267px;
			padding: 0 0 0 13px;
			margin: 0 19px 0 0;
		}
		
		#content {
			position: relative;
			float: left;
			width: 569px;
			height: auto;
			padding: 0 13px 0 8px;	
		}

	#footerpush {
		clear: both; 
		height: 155px;
	}

	#footer {
		position: absolute;
		bottom: 0px;
		left: 11px;
		background: url(../_img/footer.gif) #FFF no-repeat;
		clear: both;
		width: 286px;
		height: 30px;
		margin: 0 auto 0 auto;
		padding: 125px 0 0 604px;
	}
	
	#credit {
		position:absolute;
		bottom:12px;
		left:25px;
	}

	#footer span {
		display: none;
	}
	


/* ------- SIDEBAR MODULE HEADERS ------- */


	#side_placeholder {
		width: 267px;
		height: 26px;
	}
	#module_archives_top {
		background: url(../_img/side_header_archive.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	.aside ul{
		margin:0;
		padding:0;
	}
	.aside ul li {
		text-align:left;
		list-style:none;
		margin:0;
		padding:0;
	}
	.comments ol li{
		list-style:none;
	}
	#module_news_top {
		background: url(../_img/side_header_press.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
		#news_nav {
			margin: 0 auto 13px auto;	
			/*width: 20px;*/
			text-align:center;
		}
		
			#news_nav_left {
				float: left;
				/*background: url(../_img/browse_nav_prev-up.gif) no-repeat;*/
				width: 8px;
				height: 9px;
				margin: 0 2px 0 0;
			}
			
			#news_nav_right {
				float: left;
				/*background: url(../_img/browse_nav_next-up.gif) no-repeat;*/
				width: 8px;
				height: 9px;
				margin: 0 0 0 2px;
			}
	
	#module_calendar_top {
		background: url(../_img/side_header_calendar.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}

		#side_calendar {
			margin: 0 auto 0 auto;
		}

	#module_pledge_top {
		background: url(../_img/side_header_pledge.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_becomeamember_top {
		background: url(../_img/side_header_becomeamember.jpg) no-repeat;
		width: 267px;
		height: 26px;	
	}
	
	#module_makedonation {
		background: url(../_img/side_header_makedonation.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_businessiscommunity_top {
		background: url(../_img/side_header_businessiscommunity.jpg) no-repeat;
		width: 267px;
		height: 37px;
		margin: 0 0 15px 0;
	}
	
		.polaroids {
			width: 267px;
			height: 248px;
			margin: 0 0 4px 0;
		}
		
		.business_info {
			width: 254px;
			height: auto;
			padding: 0 0 0 13px;
		}
	
	#module_advisoryboard_top {
		background: url(../_img/side_header_advisoryboard.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_enrollbusiness_top {
		background: url(../_img/side_header_enrollbusiness.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_topten_top {
		background: url(../_img/side_header_topten.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}

	#module_socialnetwork_top {
		background: url(../_img/side_header_socialnetwork.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}

	#module_movement_top {
		background: url(../_img/side_header_localfirstmovement.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}

	#module_sustainability_top {
		background: url(../_img/side_header_sustainability.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_mediaresources_top {
		background: url(../_img/side_header_mediaresources.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
	#module_blog_btn a {
		display: block;
		background: url(../_img/blog_btn.jpg) no-repeat;
		width: 267px;
		height: 33px;
		text-indent: -9999px;
		margin-bottom: 14px;
	}
	
		#module_blog_btn a:hover {
			background-position: -267px;	
		}

	#module_eatlocal_top {
		background: url(../_img/side_header_eatlocal.jpg) no-repeat;
		width: 267px;
		height: 26px;
	}
	
		.social_networks span{
				display: none;
			}

			#facebook a {
				float: left;
				width: 48px;
				height: 48px;
				margin: 0 15px 13px 0;
				text-decoration: none;
				background: url(../_img/social_icon_facebook.jpg);
			}

			#facebook a:hover {
				background-position: -48px 0;
			}

			#twitter a {
				float: left;
				width: 48px;
				height: 48px;
				margin: 0 15px 13px 0;
				text-decoration: none;
				background: url(../_img/social_icon_twitter.jpg);
			}

			#twitter a:hover {
				background-position: -48px 0;
			}

			#linkedin a {
				float: left;
				width: 48px;
				height: 48px;
				margin: 0 15px 13px 0;
				text-decoration: none;
				background: url(../_img/social_icon_linkedin.jpg);
			}

			#linkedin a:hover {
				background-position: -48px 0;
			}	
			
			#rss a {
				float: left;
				width: 48px;
				height: 48px;
				margin: 0 0 13px 0;
				text-decoration: none;
				background: url(../_img/social_icon_rss.jpg);
			}

			#rss a:hover {
				background-position: -48px 0;
			}	



/* ------- HOME PAGE MODULES ------- */


	#think_buy_be {
		width: 570px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#featured_business {
		width: 568px;
		height: auto;
		background: #f6f7f5;
		border-left: 1px solid #d6d9ce;
		border-right: 1px solid #d6d9ce;
		padding: 14px 0 0 0;
	}
	
		#featured_business_top {
			background: url(../_img/featured_business_header.jpg) no-repeat;
			width: 570px;
			height: 33px;
		}
		
		#featured_business_bottom {
			background: url(../_img/featured_business_footer.gif) no-repeat;
			width: 570px;
			height: 15px;
		}
		
		#featured_business ul li {
			display: inline;
			list-style: none;
			float: left;
			width: 175px;
			padding: 0 0 0 14px;
		}



/* ------- CONTENT ------- */

	#content_box_top {
		z-index: 1;
		background: url(../_img/content_box_top.gif) no-repeat;
		padding: 8px 13px 0 13px;
		width: 544px;
		height: 23px;
	}
	
	#content_box_top_browse {
		z-index: 1;
		background: url(../_img/content_box_top_browse.gif) no-repeat;
		padding: 8px 13px 0 13px;
		width: 544px;
		height: 27px;
	}			

	#content_box_top_cal {
		z-index: 1;
		background: url(../_img/content_box_top.gif) no-repeat;
		width: 570px;
		height: 31px;
	}

	#hmpg_module_top {
		z-index: 1;
		background: url(../_img/hmpg_module_top.gif) no-repeat;
		width: 570px;
		height: 10px;
		margin: 10px 0 0 0;
	}
	
	#hmpg_module_mid {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		width: 542px;
		padding: 5px 13px 1px 13px;
	}

		#module_description {
			width: 378px;
			float: left;
		}

		#module_image {
			width: 151px;
			float: right;
		}

	#content_box_mid {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		width: 542px;
		padding: 13px 13px 1px 13px;
		margin: -2px 0 0 0;
	}

	#content_box_mid_browse {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		width: 568px;
		padding: 13px 0px 1px 0px;
		margin: -2px 0 0 0;
	}

	.content_pad {
		margin: 0 13px 17px 13px;
	}

	.content_pad a {
		margin: 0 13px 17px 13px;
	}

	#content_box_mid_search {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		width: 568px;
		padding: 0 0 1px 0;
	}
	
	#content_box_mid_search h2.dir_title {
		margin-left: 13px;	
	}

	#content_box_mid_search a.dir_link {
		margin-right: 13px;	
	}
	
	#search_results p {
		margin-left: 13px;
		margin-right: 13px;
	}

	#content_box_bottom {
		background: url(../_img/content_box_bottom.gif) no-repeat;
		width: 570px;
		height: 10px;
		margin: 0 0 30px 0;
	}

	.content_hr {
		border-top: #dbddd4 solid 1px;
		width: 100%;
		height: 1px;
	}

	.content_mid_hr {
		border-top: #dbddd4 solid 1px;
		width: 100%;
		height: 13px;
	}
	


/* ------- DIRECTORY TABS ------- */


	#directory_tab_browse {
		padding: 3px 0 0 15px;
		z-index: 2;
		position: absolute;
		top: 25px;
		right: 78px;
		background: url(../_img/directory_tab_browse.gif) no-repeat;
		width: 60px;
		height: 19px;
	}

	#directory_tab_browse_under {
		padding: 3px 0 0 15px;
		z-index: 2;
		position: absolute;
		top: 25px;
		right: 78px;
		background: url(../_img/directory_tab_browse_under.gif) no-repeat;
		width: 60px;
		height: 19px;
	}

	#directory_tab_search {
		padding: 3px 0 0 12px;
		z-index: 2;
		position: absolute;
		top: 25px;
		right: 12px;
		background: url(../_img/directory_tab_search.gif) no-repeat;
		width: 54px;
		height: 19px;
	}

	#directory_tab_search_under {
		padding: 3px 0 0 12px;
		z-index: 2;
		position: absolute;
		top: 25px;
		right: 12px;
		background: url(../_img/directory_tab_search_under.gif) no-repeat;
		width: 54px;
		height: 19px;
	}
	
		.dir_info_container {
			position: relative;
			width: 542px;
			height: 47px;
			margin: 0 13px 13px 13px;
			background: #f6f7f5;
			border: 1px solid #d3d5cc;
		}
		
			#dir_info_icon {
				position: absolute;
				top: -1px;
				left: -1px;
				width: 16px;
				height: 18px;
				background: url(../_img/directory_info_icon.gif) no-repeat;				
			}
		
		#dir_address {
			position: relative;
			float: left;
			width: 230px;
			height: 37px;
			background: url(../_img/directory_info_divider.gif) no-repeat;
			background-position: right;
			padding: 5px 10px 5px 48px;
		}
		
		#dir_phone {
			position: relative;
			float: left;
			width: 190px;
			height: 37px;
			padding: 5px 10px 5px 48px;
		}
		
		.dir_letter {
			position: absolute;
			top: 8px;
			left: 30px;
			font-family: Courier New, Courier New, Courier, monospace;
			color: a4a896;
			font-size: 12px;
		}
		
		#dir_less {
			float: right;
			clear: both;
			width: auto;
		}
		
		.dir_link {
			float: right;
			font-size: 11px;
			margin-right: 13px;
		}
				


/* ------- NAV LINKS ------- */


	#localfirst {
		float: left;
		width: 127px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_why.jpg);
		background-position: -127px 0;
	}	

	#localfirst a {
		display: inline;
		float: left;
		width: 127px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_why.jpg);
	}
	
	#localfirst a:hover {
		background-position: -127px 0;
	}

	#directory {
		float: left;
		width: 117px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_directory.jpg);
		background-position: -117px 0;
	}
	
	#directory a {
		float: left;
		width: 117px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_directory.jpg);
	}
	
	#directory a:hover {
		background-position: -117px 0;
	}

	#calendar {
		float: left;
		width: 126px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_newsevents.jpg);
		background-position: -126px 0;
	}
	
	#calendar a {
		float: left;
		width: 126px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_newsevents.jpg);
	}
	
	#calendar a:hover {
		background-position: -126px 0;
	}
	
	#getinvolved {
		float: left;
		width: 103px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_involved.jpg);
		background-position: -103px 0;
	}

	#getinvolved a {
		float: left;
		width: 103px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_involved.jpg);
	}
	
	#getinvolved a:hover {
		background-position: -103px 0;
	}
	
	#resources {
		float: left;
		width: 85px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_resources.jpg);
		background-position: -85px 0;
	}

	#resources a {
		float: left;
		width: 85px;
		height: 35px;
		margin: 0 26px 0 0;
		text-decoration: none;
		background: url(../_img/nav_btn_resources.jpg);
	}
	
	#resources a:hover {
		background-position: -85px 0;
	}
	
	#about {
		float: left;
		width: 152px;
		height: 35px;
		margin: 0;
		text-decoration: none;
		background: url(../_img/nav_btn_about.jpg);
		background-position: -152px 0;
	}

	#about a {
		float: left;
		width: 152px;
		height: 35px;
		margin: 0;
		text-decoration: none;
		background: url(../_img/nav_btn_about.jpg);
	}
	
	#about a:hover {
		background-position: -152px 0;
	}

	#nav span {
		display: none;
	}
	
	#pag_box_left {
		background: url(../_img/browse_nav_box_left.gif) no-repeat;	
		width: 6px;
		height: 20px;
		float: right;
	}
	
	#pag_box_right {
		background: url(../_img/browse_nav_box_right.gif) no-repeat;	
		width: 6px;
		height: 20px;
		float: right;
	}
	
	#pag_box_mid {
		height: 18px;
		width: auto;
		float: right;
		border-top: 1px solid #b8bea3;
		border-bottom: 1px solid #b8bea3;
	}


/* ------- DIRECTORY SEARCH ------- */


	#search {
		width: 568px;
	}
	
	#search_form {
		width: 542px;
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.keyword {
		float: left;
		width: 262px;
	}

	.radios {
		float: left;
		width: 262px;
	}

	#allwords {
		float: left;
		margin: 5px 13px 10px 0;
	}

	#exactmatch {
		float: left;
		margin: 5px 0 10px 0;
	}

	#search input.text {
		color: #585f44;
		padding: 5px;
		width: 262px;
		margin: 0 0px 10px 0px;
		border: 1px solid #dbddd4;
	}

	#search input.radio {
		vertical-align: text-bottom;
	}

	.type {
		float: right;
		width: 256px;
	}

	#search select.select {
		color: #585f44;
		padding: 4px 0 0 3px;
		width: 256px;
		height: 26px;
		margin: 0px 0px 10px 0px;
		border: 1px solid #dbddd4;
	}

	#search select:focus {	
		outline: 1px solid #a6ab93;
	}	
	
	#search input:focus {
		outline: 1px solid #a6ab93;
	}
	
	#search input.submit-button {
		float: right;
	}
	
	#search label {
		text-align: left;
		margin: 0 0 13px 0;
	}

	#reg_link {
		position: absolute;
		left: 21px;
		bottom: 7px;
		height: 24px;
		width: 262px;
		margin: 6px 0 0 0;
	}

	#content_box_top_browse select {
		color: #585f44;
		padding: 0 0 0 3px;
		/*width: 105px;*/
		height: 18px;
		border: 1px solid #dbddd4;
	}	

	#content_box_top select:focus {
		outline: 1px solid #a6ab93;
	}

	#search_button {
		width: 63px;
		margin: 5px 0 0 0;
		height: 26px;
		float: right;
	}


/* ------- PLEDGE FORM ------- */


	#pledge_form {
		width: 239px;
	}
	
	#pledge_form input {
		color: #585f44;
		padding: 5px;
		width: 185px;
		margin: 0 0 10px 0;
		border: 1px solid #dbddd4;
	}
	
	#pledge_form input#email {
		margin-left: 1px;	
	}
	
	#pledge_form input:focus {
		outline: 1px solid #a6ab93;
	}
	
	#pledge_form input.submit-button {
		float: right;
	}
	
	#pledge_form label {
		text-align: left;
		margin: 0 0 13px 0;
	}
	
		label#lbl_pledge_name {
			margin-right: -2px;	
		}

	.submit_button {
		width: 208px;
		padding: 0 0 0 31px;
		margin: 0 3px 13px 0;
		height: 26px;
		float: right;
	}


/* ------- BECOME A MEMBER FORM ------- */


	#becomemember_form {
		width: 239px;
	}
	
	#becomemember_form input.text {
		color: #585f44;
		padding: 5px;
		width: 225px;
		margin: 0 0px 10px 0px;
		border: 1px solid #dbddd4;
	}
	
	#becomemember_form input.radio {
		vertical-align: text-bottom; 	
	}
	
	#member_checkbox input.checkbox {
		vertical-align: text-bottom;
		margin: 0;
		padding: 0;
	}
	
	.cb {
		margin: 0 0 10px 0;	
	}
	
	#becomemember_form input:focus {
		outline: 1px solid #a6ab93;
	}
	
	#rad_np {
		float: left;
		width: 100px;
		height: 26px;
	}
	
	#rad_biz {
		float: left;
		width: 100px;
		height: 26px;
	}
	
	#becomemember_form input.submit-button {
		float: right;
		padding: 5px;
	}
	
	#becomemember_form label {
		text-align: left;
		margin: 0 0 13px 0;
	}
	
	.required_exp {
		float: right;
		margin-right: 3px;
	}
	
	.cbox {
		width: 25px;
		float: left;
	}
	
	.cbox_text {
		width: 200px;
		float: left;
		margin-bottom: 10px;
	}
	
	#becomemember_form ul {
		width: 239px;
		list-style: none;
		margin: 0 0 5px 0;
		text-align: justify;
	}
	
	#becomemember_form ul li {
		margin-bottom: 3px;
	}

	select#mem_type {
		width: 236px;	
	}

	.member_type {
		float: left;
		width: 199px;
		margin-bottom: 2px;
		background: url(../_img/dots.gif) repeat-x bottom;	
	}
	
	.member_type span {
		background: #FFF;	
	}
	
	.member_price {
		text-align: right;
		float: right;
		width: 39px;
		margin: 0 1px 2px 0;
		background: url(../_img/dots.gif) repeat-x bottom;	
	}
	
	.member_price span {
		background: #FFF;
	}


/* ------- MAKE A DONATION FORM ------- */


	#donation_form {
		width: 239px;
	}
	
	#donation_form input.text {
		color: #585f44;
		padding: 5px;
		width: 225px;
		margin: 0 0px 10px 0px;
		border: 1px solid #dbddd4;
	}

	#donation_form input#Email {
		color: #585f44;
		padding: 5px;
		width: 225px;
		margin: 0 0 10px 1px;
		border: 1px solid #dbddd4;
	}
	
	#donation_form input:focus {
		outline: 1px solid #a6ab93;
	}
	
	#donation_form input.submit-button {
		float: right;
		padding: 5px;
	}
	
	img#donation {
		cursor: pointer;
		float: right;	
	}
	
	#donation_form label {
		text-align: left;
		margin: 0 0 13px 0;
	}

	#donation_form title {
		color:#0FC;
	}



/* ------- FOOTER INFO ------- */


	#email a {
		float: left;
		width: 151px;
		height: 19px;
		margin: 0 7px 0 0;
		text-decoration: none;
		background: url(../_img/footer_btn_email.jpg);
	}
	
	#email a:hover {
		background-position: -151px 0;
	}
	
	#phone {
		float: left;
		width: 105px;
		height: 0;
		margin: 0;
	}



/* ------- CLASSES ------- */


	.clear {
		clear: both;
	}

	.float_left a {
		float: left;
	}

	.left {
		float: left;
	}	

	.float_right {
		float: right;
	}

	.header_logo {
		float: left;
		margin: 28px 0 0 0;
	}
	
	.nav_links {
		list-style: none;
	}

	.current_page {
		font-size: 13px;
		color: #585f44;
	}
	
	.sidebar_module {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		border-bottom: #dbddd4 solid 1px;
		width: 239px;
		margin: 0 0 14px 0;
		padding: 13px 13px 5px 13px;
	}

	.sidebar_module_calendar {
		border-left: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
		border-bottom: #dbddd4 solid 1px;
		width: 265px;
		margin: 0 0 14px 0;
		padding: 0 0 0 0;
	}

	.size12_font {
		font-size: 12px;
	}

	.size12_links a {
		margin: 0 13px 0 0;
		font-size: 12px;
		color: #86b097;
	}

	.size12_links a:link {
		text-decoration: none;
	}

	.size12_links a:visited {
		text-decoration: none;
	}

	.size12_links a:hover {
		text-decoration: none;
		color: #585f44;
	}
	
	.size12_links a:active {
		text-decoration: none;
	}
	
	.nomargin_links a{
		margin: 0;	
	}

	.news_date {
		font-size: 10px;
		margin: 0 0 3px 0;
	}
	
	.news_date_12 {
		font-size: 12px;
		margin: 0 0 3px 0;
	}
	
	.news_text {
		font-size: 10px;	
	}

	.directory_browse_tab {
		z-index: 2;
		background: url(../_img/tab_bg.gif);
		height: 33px;
	}

	.calendar_days {
		color: #86b097;
	}

	.calendar_hr {
		background: #dbddd4;
	}

	.event {
		/*background: #b2d4bf;*/
		background-image:url(../_img/calander_cell.gif);
		background-repeat:no-repeat;
	}

	.event a {
		font-size: 11px;
		color: #FFF;
	}

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

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

	.event a:hover {
		color: #585f44;
	}
	
	.event a:active {
		text-decoration: none;
	}

	.event_tab {
		height: 23px;
		padding: 8px 0 0 13px;
		margin: 0;
		border-bottom: #dbddd4 solid 1px;
		border-right: #dbddd4 solid 1px;
	}

	.event_tab_active {
		height: 23px;
		padding: 8px 0 0 0;
		margin: 0 -1px 0 0;
		border-bottom: #FFF solid 1px;
		border-right: #dbddd4 solid 1px;
	}

	.event_tab_active a {
		margin-left: 13px;
	}

	.event_tab_last {
		height: 23px;
		width: auto;
		padding: 8px 0 0 13px;
		border-bottom: #dbddd4 solid 1px;
	}

	.event_tab_last a {
		margin-left: 13px;
	}

	.event_tab_last_active {
		height: 23px;
		width: auto;
		padding: 8px 0 0 0;
		border-bottom: #FFF solid 1px;
	}

	.event_tab_last_active a{
		margin-left: 13px;
	}

	.event_tab_hr {
		border-left: #dbddd4 solid 1px;
		height: 31px;
		width: 13px;
	}

	.hmpg_module_header {
		margin: 0 0 12px 0;
	}

	.calendar_pad td{
		width: 25px;
		padding: 3px 0 3px 0;
	}
	
	.sidebar_module ul {
		list-style: none;	
		margin: 0 0 13px 0;
	}
	
	.sidebar_module li {
		margin-bottom: 7px;	
	}
		.sidebar_module .info_box {
		font-size: 9px;
		line-height:13px;
		border: 1px solid #D6D9CE;
		background-color: #F6F7F5;
		padding: 5px;
		}
			.info_box img {
				float: left;
				margin: 3px 5px 5px 0;
			}
	.resource_links {
		margin: 0 0 13px 13px;
	}

	.modulehead {
		margin: 0 0 5px 0;
	}
	
	.top10_text {
		font-size: 9px;
		color: #8d947a;
	}
	
	.more:link {
		text-transform: uppercase;
		font-size: 9px;
	}
	
	.less a:link {
		text-transform: uppercase;
		font-size: 9px;
	}
	
	.req {
		color: #f88a86;	
	}
	
	.form_p_margin {
		margin: 0 0 7px 0;	
	}
	
	.hide {
		display: none;	
	}
	
	#featured_business_logos ul {
		list-style: none;
	}
	
	#featured_business_logos li {
		float: left;
		display: inline;
		margin: 0;	
	}
	
	.optional {
		color: #afb3a1;	
	}
	
	.disclaimer {
		font-size: 9px;	
	}
	
	.content_img {
		float: right;	
		margin-left: 16px;
		margin-top: 4px;
	}
	
	.page_head {
		width: 569px;	
	}