  /*================================================================*/
 /* Trees for Cities CSS 2.0 Document                              */
/*================================================================*/

/*-------------------------------------------------------------------------------------------*/
/* Basic styles */

body {

	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #B2A680;
	color: #000000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	margin: 0px;
}

html {

	/* removes the annoying scrollbar jumping in Firefox */
	min-height: 100%; margin-bottom: 1px;
}

* {

	margin: 0px;
	padding: 0px;
}

a {

	color: #458F29;
	background-color: transparent;
	text-decoration: none;
}

a:hover {

	color: #6EBB1F;
	text-decoration: underline;
}

a:focus {

	outline: none;
}

.hide{ display: none;}

a.breadcrumb {

	color: #000000;
}

a.breadcrumb:hover {

	color: #666666;
}

a.white {

	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {

	text-decoration: underline;
}

a.brightGreen {

	color: #CCFF42;
	text-decoration: none;
}

a.brightGreen:hover {

	color: #CCFF42;
	text-decoration: underline;
}

p {

	font-size: 12px;
	margin-bottom: 5px;
	line-height: 16px;
}

acronym {

	cursor: help;
	border-bottom: 1px solid #DDDDDD;
	font-style: normal;
}

.subscript {

	/* mainly for things like "CO2" */
	vertical-align: sub;
	font-size: 8px;
}

.errorMsg {

	background-color: #FFECEC;
	border: 1px solid #FF3300;
	padding: 5px;
	margin-top: 5px;
}

	.errorMsg a, .errorMsg a:hover {
	
		color: #FF0000;
	}
	
.redText {
	color: #FF0000;
}	

.infoMsg {

	background-color: #F0F7FF;
	border: 1px solid #4699FF;
	padding: 5px;
	margin-top: 5px;
}

.successMsg {

	background-color: #F1FFCC;
	border: 1px solid #6EBB1F;
	padding: 5px;
	margin-top: 5px;
}

.totalText {

	font-size: 12px;
	font-weight: bold;
}

h1 {

	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 7px;
}

h2 {

	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 6px;
}

h3 {

	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h4 {

	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

h5 {

	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul {

	padding: 0px;
	margin: 0px auto;
}

li {

	padding: 0px;
	margin: 0px auto;
}

.colour_red {

	color: #FF3300;
}

.colour_white {

	color: #FFFFFF;
}

.colour_black {

	color: #000000;
}

.colour_brown {

	color: #3F2B31;
}

.colour_brightGreen {

	color: #CCFF42;
}

.colour_lightGreen {

	color: #6EBB1F;
}

.colour_darkGreen {

	color: #3C6436;
}

.colour_woodlandGreen {

	color: #3F8B3B;
}

.colour_berry {

	color: #3F2B31;
}

.colour_faint {

	color: #AAAAAA;
}

.smalltext {

	font-size: 11px;
}

/*-------------------------------------------------------------------------------------------*/
/* Fundamental DIVs */

#container {

	position: relative;
	width: 1000px;
	top: 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#container_home {

	/* slightly altered for the home page */
	position: relative;
	width: 1000px;
	top: 10px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	/** @marutk
		disabled for new homepage 
	background-image: url(images/image_home.jpg);
	background-position: top right;
	background-repeat: no-repeat; */
}

#container a {

	background-color: transparent;
}

div.clear {

	clear: both;
}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix
{
	display: block;
}
/* End hide from IE Mac */


/*-------------------------------------------------------------------------------------------*/
/* Header DIVs */

#header {

}

	#header_titleBar {
	
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	#header_home {
	
		margin-top: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	
	#header_menuBar {
	
		width: 1000px;
		height: 22px;
		padding-bottom: 3px;
		margin-bottom: 12px;
	}
		
		#header_menuBar div.first {
			margin-left: 0px;
		}
		#header_menuBar div {
		
			font-weight: bold;
			text-align: center;
			position: relative;
			float: left;
			display: inline;
			margin-left: 1px;
			width: 164px;
			height: 20px;
		}
		
		#header_menuBar div a {
		
			display: block;
			background-color: #6EBB1F;
			border: 1px solid #6EBB1F;
			color: #FFFFFF;
			text-decoration: none;
			padding-top: 2px;
			height: 18px;
			
			font-size: 12px;
		}
		
		#header_menuBar div a:hover {
		
			background-color: #F1FFCC;
			color: #6EBB1F;
			text-decoration: none;
		}
		
		#header_menuBar div a.currentPage {
		
			display: block;
			background-color: #FFFFFF;
			color: #2A7E25;
			text-decoration: none;
			border-bottom: 2px solid #6EBB1F;
			height: 17px;
		}
	
	#header_breadcrumbTrail {
	
		margin-left: 20px;
		margin-bottom: 15px;
	}
	
		#header_breadcrumbTrail p {
			
			font-size: 11px;
		}

/*-------------------------------------------------------------------------------------------*/
/* Left DIVs */

#left {

	float: left;
	width: 200px;
	margin: 0px;
}

#left_menuArea {

	/* menu area style */
	margin-left: 20px;
	width: 180px;
}

#left_menuArea ul {

	/* menu items */
	display: block;
	list-style: none;
	width: 180px;
}

	#left_menuArea ul li a {
	
		color: #6EBB1F;
		display: block;
		padding: 3px;
		padding-left: 2px;
		text-decoration: none;
		_width: 177px;
	}
	
		#left_menuArea ul li a:link, a:visited, a:active {
	
			background-color: #FFFFFF;
		}
		
		#left_menuArea ul li a:hover {
	
			background-color: #F1FFCC;
			color: #458F29;
		}
	
	#left_menuArea ul li {
	
		/* menu items */
		display: block;
		color: #6EBB1F;
		font-weight: bold;
		border-bottom: 1px solid #6EBB1F;
		_width: 172px;
	}
	
	#left_menuArea ul li.noLine {
	
		/* menu items */
		border-bottom: none;
	}
	
	#left_menuArea ul li.selected {
	
		border-bottom: none;
	}
	
	#left_menuArea ul li.afterInset {
	
		border-top: 1px solid #6EBB1F;
	}
	
	#left_menuArea ul li.afterInsetNoLine {
	
		border-top: 1px solid #6EBB1F;
		border-bottom: 0px;
	}

	#left_menuArea ul ul {
	
		width: 165px;
		padding-left: 15px;
	}
	
		#left_menuArea ul ul li a {
		
			color: #6EBB1F;
			display: block;
			padding: 4px;
			text-decoration: none;
			width: 157px;
			_width: 155px;
		}
	
		#left_menuArea ul ul li a:link, a:visited, a:active {
		
			background-color: #FFFFFF;
		}
		
		#left_menuArea ul ul li a:hover {
		
			background-color: #F1FFCC;
			color: #458F29;
		}
	
		#left_menuArea ul ul li {
		
			display: block;
			border-bottom: none;
		}
		
		#left_menuArea ul ul li.noLine {
		
			border-bottom: none;
		}
		
		#left_menuArea ul ul li a.black {
		
			color: #000000;
		}

/*-------------------------------------------------------------------------------------------*/
/* Right DIVs */

#right {

	float: right;
	width: 170px; /* was 170 */
	margin: 0 20px 0 0;
    display: inline;
}
    .sidebar-content li {
        list-style-type: none;
        margin-bottom: 15px;
    }
    .sidebar-content #donate div {
        background: url(images/left-sidebar.jpg) no-repeat 0 -30px;
    }
    .sidebar-content #textarea {
        background: url(images/related_repeat.gif) repeat-y 0 0;
        border: 1px solid #458F29;
    }
    .sidebar-content #textarea h3 {
        background-color:#458F29;
        margin: 0;
        color:#FFFFFF;
        padding: 3px 5px;
        text-indent: 5px;
    }
    .sidebar-content #textarea span {
        padding: 5px 5px 5px 9px;
        display: block;
        font-size: 12px;
    }
    
	#right_mediaShowcase {
	
		width: 150px;
		margin-right: 20px;
	}

	#right_feature {
	
		width: 150px;
		padding-top: 10px;
		margin-right: 15px;
		padding-left: 5px;
		background-image: url(images/feature_thumbprint.gif);
		background-position: center;
		background-repeat: no-repeat;
		min-height: 165px;
		height: auto;
		_height: 165px;
	}
	
	#feature_text {
	
		margin: 0px auto;
		padding: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#feature_text h2 {
	
		font-size: 15px;
		font-weight: normal;
	}
	
	#right_related {
	
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #458F29;
		width: 148px;
	}
	
		#right_related ul {
		
			list-style: none;
		}
		
		#right_related ul li {
		
			font-weight: bold;
			background-image: url(images/related_repeat.gif);
			background-position: left;
			background-repeat: repeat-y;
			border-bottom: 1px solid #FFFFFF;
			padding-left: 5px;
			width: 143px;
		}
		
		#right_related ul li.last {
			
			border-bottom: none;
		}
		
		#right_related ul li a {
		
			display: block;
			width: 138px;
			padding-top: 4px;
			padding-left: 5px;
			padding-bottom: 4px;
			color: #3F2B31;
			text-decoration: none;
		}
		
		#right_related ul li a:hover {
		
			background-color: #F1FFCC;
		}
		
		#right_related ul li.title {
		
			background-color: #458F29;
			color: #FFFFFF;
			text-indent: 5px;
			padding-top: 3px;
			border-bottom: none;
			height: 18px;
		}

/*-------------------------------------------------------------------------------------------*/
/* Content DIVs */

#content {

	margin-left: 250px; /* was 240 */ 
	margin-right: 190px; /* was 200 */
	width: 540px; /* was 540 */
}

#content_fullwidth {

	margin-left: 240px;
	width: 730px;
}

	#content ul, #content_fullwidth ul {
	
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		padding-left: 20px;
		padding-bottom: 5px;
		list-style-type: disc;
	}
	
	#content ul li, #content_fullwidth ul li {
	
		margin-bottom: 3px;
	}
	
	#content ol, #content_fullwidth ol {
	
		margin: 0px;
		padding: 0px;
		font-size: 12px;
		padding-left: 20px;
		padding-bottom: 5px;
	}
	
	#content ol li, #content_fullwidth ol li {
	
		margin-bottom: 3px;
	}

	#content_header {
	
		padding-bottom: 10px;
	}
	
	#content_header_title {
	
		position: absolute;
		padding: 10px;
	}
	
	#content_container_sectionOptions div {
	
		float: left;
		width: 150px;
		height: 120px !important;
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#content_container_sectionOptions div p {
	
		font-size: 12px;
	}
	
	#content_container_sectionOptions a {
	
		color: #CCFF42;
	}
	
	#content_container_subSectionOptions {
	
		margin-top: 10px;
		padding-left: 0px;
	}
	
	div.subSection {
	
		float: left;
		width: 170px;
		height: 200px;
		margin-top: 10px;
		margin-right: 10px;
		background-color: #6EBB1F;
	}
	
	div.subSection_image {
	
		margin: 0px;
		width: 170px;
		height: 110px;
		overflow: hidden;
	}
	
	div.subSection_title {
	
		color: #CCFF42;
		width: 160px;
		background-color: #3C6436;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.subSection_copy {
	
		background-color: #6EBB1F;
		color: #FFFFFF;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		overflow: hidden;
	}
	
		div.subSection_copy {
	
			line-height: 
		}
	
	#content_container_donationOptions {
	
		margin-top: 10px;
		padding-left: 0px;
	}
	
	div.donateOption {
	
		float: left;
		width: 170px;
		height: 350px;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	#content_container_donationOptions {
	
		margin-bottom: 10px;
		height: 400px;
	}
	
	div.donateOption_title {
	
		background-color: #6EBB1F;
		color: #CCFF42;
		width: 160px;
		height: 30px;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.donateOption_image {
	
		margin-top: 10px;
		width: 170px;
	}
	
	div.donateOption_button {
	
		margin-top: 10px;
		width: 170px;
	}
	
	div.donateOption_copy {
	
		margin-top: 10px;
		width: 160px;
		height: 120px;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
	}
	
	div.donateOption_bottom {
	
		/* margin-top: 10px; */
		width: 170px;
		height: 70px;
	}
	
	div.donateOption_bottom_title {
	
		/* margin-top: 10px; */
		background-color: #6EBB1F;
		color: #CCFF42;
		width: 160px;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.donateOption_bottom_specify {
        height: 17px;
        margin-bottom: 47px; 
        /* margin-top: 10px; */
		background-color: #3C6436;
		width: 160px;
		color: #CCFF42;
		padding: 3px 5px 3px 5px;
		/*
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px; */
		text-align: right;
		font-size: 12px;
		font-weight: bold;
	}
	
	#content_container_memberOptions {
	
		margin-bottom: 10px;
		height: 550px;
	}
	
	div.memberOption {
	
		float: left;
		width: 170px;
		height: 350px;
		margin-top: 10px;
		margin-right: 10px;
	}
	
	div.memberOption_title {
	
		background-color: #6EBB1F;
		color: #CCFF42;
		width: 160px;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.memberOption_box {
	
		border: 1px solid #6EBB1F;
		margin-top: 10px;
		width: 163px;
		height: 122px;
		padding-top: 3px;
		padding-left: 3px;
		padding-right: 2px;
		padding-bottom: 3px;
		overflow: hidden;
	}
	
	div.memberOption_box p {
	
		font-size: 11px;
	}
	
	div.memberOption_box li {
	
		margin-bottom: 3px;
		font-size: 11px;
	}
	
	div.sectionTitle {
	
		background-image: url(images/box_sectionTitle_170x130.gif);
	}
	
	div.section_001 {
	
		background-image: url(images/box_sectionOption_005.gif);
	}
	
	div.section_002 {
	
		background-image: url(images/box_sectionOption_004.gif);
	}
	
	div.section_003 {
	
		background-image: url(images/box_sectionOption_006.gif);
	}
	
	div.section_004 {
	
		background-image: url(images/box_sectionOption_003.gif);
	}
	
	div.section_005 {
	
		background-image: url(images/box_sectionOption_001.gif);
	}
	
	div.section_006 {
	
		background-image: url(images/box_sectionOption_002.gif);
	}
	
	#content_container_titleWithTwoImages {
	
		padding-left: 0px;
	}
	
	#content_container_titleWithTwoImages div.sectionTitle {
	
		float: left;
		width: 150px;
		height: 120px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	div.sectionImage {
	
		float: left;
		width: 170px;
		height: 130px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	div.sectionImage_landscape {
	
		float: left;
		width: 350px;
		height: 130px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	div.content_container_text {
	
		font-size: 12px;
		margin-top: 10px;
		line-height: 17px;
	}
	
	#level4_selector {
	
		float: left;
		width: 170px;
	}
	
	#level5_selector {
	
		float: left;
		width: 170px;
	}

#registration_form {

	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #AAAAAA;
	font-size: 12px;
}

	#registration_form ul {
	
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#registration_form li {
	
		padding-bottom: 5px;
	}
	
div.faq_entry {

	margin-bottom: 20px;
}

div.staff_entry {

	margin-bottom: 15px;
	clear: left;
}

div.staff_entry h4 {

	margin-bottom: 2px;
	margin-top: 0px;
}

div.staff_image {

	float: left;
	width: 100px;
	padding-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.staff_copy {

	float: left;
	width: 425px;
	margin-bottom: 10px;
}


div.patron_entry {

	clear: left;
	margin-bottom: 20px;
}

div.patron_entry h4 {

	margin-bottom: 2px;
	margin-top: 0px;
}

div.patron_image {

	float: left;
	width: 100px;
	padding-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.patron_copy {

	float: left;
	width: 425px;
	margin-bottom: 10px;
}

#level4_text {

	float: left;
	width: 350px;
	margin-left: 10px;
}

#level5_text {

	float: left;
	width: 350px;
	margin-left: 10px;
}

	#level5_text h3 {
	
		margin-top: 0px; 
	}

/*-------------------------------------------------------------------------------------------*/
/* Home Page DIVs */

#home_welcome {

	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	width: 448px;
	background-color: #6EBB1F;
	border: 1px solid #FFFFFF;
}

#home_welcome p {

	font-size: 11px;
}

#home_tabs {

	margin-left: 20px;
	margin-top: 20px;
	width: 480px;
	height: 175px;
}

#home_tabs p {

	font-size: 11px;
}

#home_newsEvents {

	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	padding-left: 20px;
	width: 448px;
	height: 153px;
	background-color: #6EBB1F;
	border: 1px solid #FFFFFF;
}

#home_newsEvents p {

	font-size: 11px;
}

#tabHolder_donate {

	float: left;
	margin-right: 5px;
	background-image: url(images/tab_home_donate.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 120px;
	height: 30px;
	_height: 27px;
}

#tabHolder_donate a {

	background-color: #6EBB1F;
	color: #FFFFFF;
}

#tabHolder_membership {

	float: left;
	margin-right: 5px;
	background-image: url(images/tab_home_membership.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 159px;
	height: 30px;
	_height: 27px;
}

#tabHolder_membership a {

	background-color: #3C6434;
	color: #FFFFFF;
}

#tabHolder_treeGift {

	float: left;
	background-image: url(images/tab_home_treeGift.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 131px;
	height: 30px;
	_height: 27px;
}

#tabHolder_treeGift a {

	background-color: #3F8B3B;
	color: #FFFFFF;
}

#tabs_content_donate {

	display: block;
	clear: both;
	padding: 10px;
	padding-left: 20px;
	width: 450px;
	height: 120px;
	background-image: url(images/card_home_donate.gif);
}

#tabs_content_membership {

	display: none; 
	clear: both;
	padding: 10px;
	padding-left: 20px;
	width: 450px;
	height: 120px;
	background-image: url(images/card_home_membership.gif);
}

#login_form {

	position: absolute;
	background-color: #FFFFFF;
	width: 280px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-top: -120px;
	margin-left: -160px;
	border: 1px solid #666666;
	
	padding: 20px;
}

#paragraphPreview {

	
}

#paragraphPreview form {

	margin-top: 15px;
	margin-left: 0px;
	width: 510px;
}

/*-------------------------------------------------------------------------------------------*/
/* Footer DIVs */

#footer {

}

	#footer_container_links {
		padding: 0 20px 7px;
		float: left;
		font-size: 12px;
		color: #6EBB1F;
		display: inline;
	}
	
	#footer_container_copyright {
		padding: 0 20px 7px;
		float: right;
		display: inline;
		font-size: 12px;
		text-align: right;
		color: #458F29;
	}
/** ------- new footers ---------*/
#footer-links {
	clear: both;
	background: #E2F1D2;
	padding: 10px 20px 20px;
	color: #000; /*AEB0B2*/
	overflow: hidden;
}
	.footer-col {
		float: left;
		padding-right: 20px;
		width: 140px;
	}
	.w330 {
		width: 320px;
	}
	.no-padding {
		padding: 0;
	}
	#footer-links h4 {
		color: #6EBB1F;
		font-size: 12px;
		font-weight: bold;
	}
	#footer-links p {
		font-size: 11.5px;
	}
	#footer-links a {
		color: #458F29;
		font-size: 12px;
		text-decoration: underline;
		background: transparent;
	}
	#footer-links a:hover {
		background-color: #458F29;
		color: #FFF;
	}
	#footer-links ul {
		list-style-type: none;
	}
	#footer-links li {
		line-height: 17px;
	}
/*-------------------------------------------------------------------------------------------*/
/* Form elements */

select.input_dropdownMenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input.input_textbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 164px !important;
	height: 15px;
	border: 1px solid #AAAAAA;
	_margin-top: -1px;
}

input.input_textbox_registration {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #3F2B31;
}

textarea.input_textarea_registration {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #3F2B31;
}

/*-------------------------------------------------------------------------------------------*/
/* Table elements */

td.cell_form_label {

	padding: 5px;
	padding-bottom: 10px;
	color: #3F8B3B;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	width: 140px;
}

td.cell_form_element {

	padding: 5px;
	padding-bottom: 10px;
}

td.cell_form_merged {

	padding: 5px;
	padding-bottom: 10px;
	font-size: 12px;
}

td.cell_downloads_title {

	padding-top: 3px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	color: #CCFF42;
	background-color: #6EBB1F;
	font-weight: bold;
	font-size: 12px;
}

td.cell_downloads_fileName {

	width: 50%;
}

td.cell_formLogin_padded {

	padding: 5px;
}

table.table_downloads {

	margin-top: 5px;
	margin-left: 0px;
}

table.table_downloads td {

	padding: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #6EBB1F;
}

table.table_admin, #container .gmap-button {

	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 10px;
	margin-top: 10px;
}

table.table_admin td {

	padding-top: 3px;
	padding-bottom: 5px;
}

table.table_admin input, textarea, select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F8B3B;
	padding: 2px;
}

table.table_admin select {

	width: 286px;
	_width: 285px;
}

td.cell_admin_alignRight {

	text-align: right;
	/* padding-right: 10px; */
	width: 120px;
}

td.cell_admin_padLeft {

	padding-left: 10px;
}

td.cell_admin_padLeft p {

	font-size: 11px;
	color: #555555;
}

td.cell_admin_padLeft div p {

	font-size: 12px;
	color: #000000;
}

input.input_button {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F8B3B;
	padding: 2px;
}

#div_marginTop10 {

	margin-top: 10px;
}

#quotationHolder, div.quotationHolder {

	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	width: 450px;
}

#paragraphHolder, div.paragraphHolder {

	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #666666;
	width: 600px;
	_width: 580px;
}

	#paragraphHolder ul, div.paragraphHolder ul {
	
		margin-left: 10px;
	}

	div.paraHolder {
	
		margin-bottom: 10px;
		float: right;
		background-color: #EEEEEE;
		border: 1px solid #DDDDDD;
		padding: 5px;
		font-size: 14px;
	}
	
	div.paraHolder_text {
	
		width: 100%;
	}

#sitemap_container {

	margin-top: 10px;
}

	#sitemap_container ul {
	
		margin-bottom: 10px;
	}
	
		#sitemap_container ul ul {
	
			margin-top: 10px;
			margin-bottom: 0px;
		}
	
	#sitemap_container li {
	
		list-style-type: none;
	}

#addPara_headerWithImages {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 10px;
	height: 190px;
	background-color: #FFFFFF;
	width: 470px;
}
	
	#addPara_headerWithImages di{
	
		float: left;
	}

	#addPara_headerWithImages div.title {
	
		float: left;
		background-image: url(images/box_sectionTitle_170x130.gif);
		background-repeat: no-repeat;
		padding-top: 3px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 3px;
		width: 140px;
		height: 124px;
	}
	
	#addPara_headerWithImages div.imageHolder_150 {
		
		float: left;
		position: relative;
		margin-left: 10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		width: 150px;
		height: 130px;
		cursor: pointer;
	}
	
	#addPara_headerWithImages div.imageHolder_310 {
		
		float: left;
		position: relative;
		margin-left: 10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		width: 310px;
		height: 130px;
		cursor: pointer;
	}
	
	#addPara_headerWithImages div div.clickToEdit_150 {
	
		float: left;
		position: absolute;
		left: 0px;
		top: 100px;
		width: 150px;
		height: 23px;
		background-color: #FFFFFF;
		padding-top: 7px;
		text-align: center;
		opacity: .75;
		filter: alpha(opacity=75);
	}
	
	#addPara_headerWithImages div div.clickToEdit_310 {
	
		position: absolute;
		left: 0px;
		top: 100px;
		width: 310px;
		height: 23px;
		background-color: #FFFFFF;
		padding-top: 7px;
		text-align: center;
		opacity: .75;
		filter: alpha(opacity=75);
	}

#addPara_altText {

	position: relative;
	clear: both;
	left: 150px;
	_left: 140px;
	margin-top: 20px;
	_margin-top: 0px;
	width: 470px;
	height: 50px;
}

	#addPara_altText div {
	
		float: left;
		width: 140px;
		height: 50px;
		margin-top: 10px;
	}
	
	#addPara_altText div input {
	
		width: 140px;
	}

	#altText_image1 {
	
		margin-left: 10px;
		_margin-left: 10px;
		margin-right: 10px;
		_margin-right: 10px;
	}

	#altText_image2 {
	
		margin-left: 10px;
		_margin-left: 0px;
	}

#addPara_altText_threeImages {

	position: relative;
	clear: both;
	left: 0px;
	_left: 0px;
	margin-top: 20px;
	_margin-top: 0px;
	width: 470px;
	height: 50px;
}
	
	#altText_threeImages_image1 {
	
		float: left;
		margin-right: 10px;
		width: 140px;
		_width: 130px;
		height: 50px;
		margin-top: 10px;
	}
	
	#altText_threeImages_image2 {
	
		float: left;
		margin-right: 10px;
		margin-left: 10px;
		_margin-left: 0px;
		width: 140px;
		_width: 130px;
		height: 50px;
		margin-top: 10px;
	}
	
	#altText_threeImages_image3 {
	
		float: left;
		margin-left: 10px;
		_margin-left: 0px;
		width: 140px;
		_width: 130px;
		height: 50px;
		margin-top: 10px;
	}
	
	#addPara_altText_threeImages div input {
	
		width: 140px;
	}

#addPara_galleryThreeImages {

	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 10px;
	height: 130px;
	background-color: #FFFFFF;
	width: 470px;
}

	#addPara_galleryThreeImages div {
	
		position: relative;
		float: left;
		width: 150px;
		height: 130px;
		margin-right: 10px;
	}

#chooseImage {

	position: relative;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
	cursor: pointer;
}

	#chooseImage #clickToEdit, #bx, div.imageSelector {
	
		position: absolute;
		text-align: center;
		opacity: .75;
		filter: alpha(opacity=75);
		visibility: hidden;
		width: 110px;
		height: 22px;
		background-color: #FFFFFF;
		left: 4px;
		top: 81px;
		padding-top: 8px;
	}

#bx{
    left:  0px;
	width: 170px;
}


#registration_form {

	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #AAAAAA;
	font-size: 12px;
}

	#registration_form ul {
	
		margin-left: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	#registration_form li {
	
		padding-bottom: 5px;
	}

div.confirmationForm {

	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #AAAAAA;
	font-size: 12px;
}

	div.confirmationForm p {
	
		margin: 10px;
	}
	
	div.confirmationForm ul {
	
		margin-left: 30px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	div.confirmationForm li {
	
		padding-bottom: 5px;
	}
	
div.imageSelector_imageHolder {

	position: relative;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

	div.imageSelector_imageHolder div {

		position: absolute;
	}

td.cell_formPayment_label {

	font-size: 14px;
	padding-bottom: 5px;
}

td.cell_formPayment_element {

	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: right;
}

#get_adobe {

	float: left;
	width: 120px;
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

div.footprint_entry {

	padding-top: 12px;
	margin-bottom: 12px;
	border-top: 1px solid #CCCCCC;
	clear: left;
}

td.cell_event {

	width: 50%;
}

td.cell_event_description {

	border-bottom: 1px solid #6EBB1F;
}

table.table_events td {

	padding: 3px;
	padding-left: 5px;
}

#content_container_businessLogos {

	margin-top: 10px;
	margin-left: 0px;
}

#content_container_businessLogos div {

	width: 170px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #888888;
	float: left;
}

#content_container_businessLogos p {

	text-align: center;
}

#content_container_businessLogos img {

	margin-bottom: 5px;
}

#tabs_content_treeGift {

	display: none;
	clear: both;
	padding: 10px;
	padding-left: 20px;
	width: 450px;
	height: 120px;
	background-image: url(images/card_home_treeGift.gif);
	background-repeat: no-repeat;
}

#tabs_content_donate {

	display: block;
	clear: both;
	padding: 10px;
	padding-left: 20px;
	width: 450px;
	height: 120px;
	background-image: url(images/card_home_donate.gif);
	background-repeat: no-repeat;
}

#tabs_content_membership {

	display: none; 
	clear: both;
	padding: 10px;
	padding-left: 20px;
	width: 450px;
	height: 120px;
	background-image: url(images/card_home_membership.gif);
	background-repeat: no-repeat;
}

#tabHolder_donate {

	float: left;
	margin-right: 5px;
	background-image: url(images/tab_home_donate.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 120px;
	height: 30px;
	_height: 27px;
}

#tabHolder_donate a {

	background-color: #6EBB1F;
	color: #FFFFFF;
}

#donate_picture {

	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

#tabHolder_membership {

	float: left;
	margin-right: 5px;
	background-image: url(images/tab_home_membership.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 159px;
	height: 30px;
	_height: 27px;
}

#tabHolder_membership a {

	background-color: #3C6434;
	color: #FFFFFF;
}

#membership_picture {

	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

#tabHolder_treeGift {

	float: left;
	background-image: url(images/tab_home_treeGift.gif);
	padding-left: 20px;
	padding-top: 5px;
	_padding-top: 8px;
	width: 131px;
	height: 30px;
	_height: 27px;
}

#tabHolder_treeGift a {

	background-color: #3F8B3B;
	color: #FFFFFF;
}

#treeGift_picture {

	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

div.event_entry {

	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #6EBB1F;
}

div.calendar div {

	display: inline;
	margin-right: 3px;
}

#showOtherAttr, #showOtherSize, div.showOtherGroup {
	
		margin-top: 5px;
		width: 100%;
	}

/** ------- make a donation in basket page ---------*/
.sb_donation .sb_td_itemdesc {
	background-color: #3C6436;
	color:#CCFF42;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	width: 350px;
	height: 38px;
}
.sb_donation .sb_quan {
	text-align: right;
	font-size:12px;
	font-weight:bold;
}
.sb_donation #donate_amount {
	text-align: right;
	width: 50px !important;
}
.sb_donation #gifta { _margin: 0 -4px 0; }
.sb_donation .desc {
	padding-left: 4px;
}
.sb_donation .desc a {
	margin-left: 2px;
}

/** -------- Special Footer ------------*/
#topbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #FFF;
	background: #000;
	opacity: .7;
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	filter:alpha(opacity=70);
	zoom: 1;
}
#topbar .inner {
	padding: 5px 10px;
	overflow: hidden;
	font-size: 13px;
}
	.inner a {
		line-height: 17px;
		font-weight: bold;
		background: transparent;
	}
#topbar * { margin: 0;}

#topbar input {
	margin: 3px 0 0 7px;
}
#topbar .left {
	float: left;
}
#topbar .right {
	float: right;
}


/* ---------- Clear dropdown for Project section ----------*/
.clear-dropdown #level4_selector, .clear-dropdown #level5_selector {
        display: block;
        float: none;

    }
.clear-dropdown #level4_text, .clear-dropdown #level5_text {
        float: none;
        width: 100%;
        margin: 10px 0 0;
    }


#container .gmap-button {
    clear: both;
    margin-top: 5px;
    display: block;
}
#gmap-form label {
    width: 130px;
    margin: 5px 10px 0 0;
}
#gmap-form .control {
    text-align: right;
}
#gmap-form dt {
    font-size: 12px;
    padding: 8px 0;
}
#gmap-form #title {
    width: 275px;
}
#gmap-canvas {
    width: 490px;
    border: 1px solid #BBB;
}
#gmap-filter h3 {
    color: #6DBB1F;
}
#gmap-filter ul {
    padding: 0;
    margin: 0 0 10px;
    overflow: hidden;
    background: #EFFFDF;
}
#gmap-filter .label {
    background: #6EBB1F;
    color: #FFF;
    height: 37px;
    padding-left: 10px;
    border-right: 2px solid #FFF;
}
#gmap-filter ul li {
    display: inline;
    padding: 7px 15px 0;
    float: left;
    /*border-left: 1px solid #6EBB1F;*/
    margin: 0;
}

#gmap-filter li label {
    color: #147042;
    margin-left: 30px;
    display: block;
}
#gmap-filter li input {
    margin: 5px 30px;
}
#gmap-filter img {
    position: absolute;
}
.msg-notice, .msg-success {
    background: #FFFB6F;
    padding: 7px;
    font-size: 12px;
    margin-top: 10px;
}
.msg-error {
    background: #FEE;
    color: red;
}


/** SURVEY - FORM */
.treeathlon-form {

    color: #147042;
    border: 1px solid #81C43C;
    margin-bottom: 15px;
}
.treeathlon-form h3 {
    background: #6EBB1F;
    color: #FFF;
    padding: 5px 7px;
    margin: 0;
}
.treeathlon-form p {
    padding: 5px 7px;
    overflow: hidden;
}
.treeathlon-form label {
    float: left;
    width: 200px;
}
.treeathlon-form .btn {
    text-align: right;
    margin: 0;
}
.lgreen {
    background-color: #E9F5DD;
}
.mgreen {
    background-color: #D4EBBC
}
.error-msg {
    background: #FBE3E4;
    border: 1px solid #D12F09;
    color: #D12F09;
    padding: 0 10px;
    margin: 0 0 10px;
}

/** DOWNLOAD MP3 */
.download-control {
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 10px;
}
#content .download-list ul {
    padding: 5px;
    margin-bottom: 10px;
}
.download-list h3 {
	padding: 5px 7px;
	background: #EFFFDF;	
}
.download-list img {
	border: none;
}
.download-list li {
    overflow: hidden;
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #def1cb;
}
.download-list .alt {
/**    background: #E9F5DD; */
}
.download-list a {
    overflow: hidden;
}
.download-list img {
    float: left;
}

.btn-link {
	background: url(/images/btn.gif) no-repeat 100% 0;
	color: #385a00;
	padding-right: 10px;
	float: left;
	overflow: hidden;
}
.btn-link strong {
	background: url(/images/btn.gif) no-repeat 0 0;
	color: inherit;
	line-height: 28px;
	padding-left: 10px;
	height: 30px;
	font-size: 13px;
	float: left;
}	
.btn-link:hover {
	color: #FFF;
}