#container {
	 position: relative;
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 width: 100%;
	 margin: 0 auto -41px auto; /* bottom margin same as #footer height */
}

#container #push {
  height: 41px; /* same as #footer */
}

#header{
	position: relative;
	width: 100%;
}

	#header #top {
		position: relative;
		width: 100%;
		height: 50px;
		background: #114503;
	}
	
	#header #middle {
		position: relative;
		width: 100%;
		height: 1px;
		background: #69D726;
	}
	
	#header #bottom {
		position: relative;
		width: 100%;
		height: 25px;
		background: #114503;
	}
	
	#header #bottom_line {
		position: relative;
		width: 100%;
		height: 1px;
		background: #E0FBD8;
		border-bottom: 1px solid #114503;
	}
	
	#header #title {
		position: absolute;
		top: 10px;
		left: 20px;
		background: url(../images/logo.gif) left center no-repeat;
		width: 389px;
		height: 58px;
		/*
		font-size: 18px;
		color: #69D726;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		*/
	}

/* start css top menu */
#topmenu {
	position: relative;
	width: 100%;
	height: 70px;
}

#top_menu_bar {
	position: absolute;
	top: -110px;
	right: -8px;
}

.divmenu {
	position: relative;
}

	.divmenu .menu_item {
		position: relative;
		width: 70px;
		height: 70px;
		float: left;
		margin: 0px 10px 0px 0px;
		background: #69D726;
	}

		.divmenu .menu_item a:link,
		.divmenu .menu_item a:active,
		.divmenu .menu_item a:visited {
			display: block;
			width: 70px;
			height: 40px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
			padding: 30px 0px 0px 0px;
		}
	   
		.divmenu .menu_item a:hover {
			background: #42A606;
		}

	.divmenu .active {
		position: relative;
		width: 70px;
		height: 70px;
		float: left;
		margin: 0px 10px 0px 0px;
		background: #42A606;
	}
	
		.divmenu .active a:link,
		.divmenu .active a:active,
		.divmenu .active a:visited {
			display: block;
			width: 70px;
			height: 40px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
			padding: 30px 0px 0px 0px;
		}
	   
		.divmenu .active a:hover {
			background: #69D726;
		}
/* end css top menu */

/* start css menu subpages */
.subpages {
	position: relative;
}

	.subpages ul {
		list-style: none;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px -1px;
	}
	
	.subpages li {
		padding: 0px 0px 25px 0px;
	}
	
	.subpages li a:link,
	.subpages li a:visited,
	.subpages li a:active {
		color: #42A606;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		padding: 0px 0px 0px 10px;
		background: url(../images/rectangle.gif) left center no-repeat;
	}
	
	.subpages li a:hover {
		color: #114505;
		background: url(../images/rectangle_active.gif) left center no-repeat;
	}
	
	.subpages li.active a:link,
	.subpages li.active a:visited,
	.subpages li.active a:active {
		color: #114505;
		text-decoration: underline;
		background: url(../images/rectangle_active.gif) left center no-repeat;
	}
	
	.subpages li.active a:hover {
		color: #42A606;
		background: url(../images/rectangle.gif) left center no-repeat;
	}
	
/* end css menu subpages */

#columns {
	position: relative;
	width: 930px;
	margin: 0px auto 0px auto;
	color: #345920;
	line-height: 18px;
}
	
	#columns #breadcrumb_bar {
		position: absolute;
		top: -30px;
		left: 0px;
		font-weight: bold;
		font-size: 12px;
	}
		
		#columns #breadcrumb_bar  a.B_currentCrumb {
			font-weight: bold;
			color: #114505;
		}			
	
	#columns #left {
		position: relative;
		width: 179px;
		float: left;
		border-top: 1px solid #4DAA11;
	}
	
	#columns #center {
		position: relative;
		width: 470px;
		float: left;
		border-top: 1px solid #4DAA11;
		margin: 0px 0px 0px 10px;
		padding: 0px 20px 10px 0px;
	}
	
	#columns #right {
		position: relative;
		width: 240px;
		float: left;
		border-top: 1px solid #4DAA11;
		margin: 0px 0px 0px 10px;
		padding: 10px 0px 0px 0px;
	}
	
	#columns #center a,
	#columns #right a{
		font-weight: bold;
	}
	
#tree {
	position: absolute;
	bottom: 0px;
	left: 200px;
	width: 542px;
	height: 538px;
	background: url(../images/tree_trans_60.jpg) left top no-repeat;
	z-index: -100;
}	

#bottom_bar {
	position: relative;
	width: 100%;
	height: 38px;
	border-top: 1px solid #42A606;
	padding: 2px 0px 0px 0px;
}

	#bottom_bar #bottom_bar_green {
		position: relative;
		width: 100%;
		height: 100%;
		background: #69D726;
	}
	
		#bottom_bar #bottom_menu_bar{
			position: relative;
			float: right;
			margin: -50px 0px 0px 0px;
		}
		
/* start bottom menu */
#bottom_menu_bar .divmenu {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

	#bottom_menu_bar .divmenu .menu_item {
		position: relative;
		width: 70px;
		height: 70px;
		float: right;
		margin: 0px 10px 0px 0px;
		background: #42A606;
	}

		#bottom_menu_bar .divmenu .menu_item a:link,
		#bottom_menu_bar .divmenu .menu_item a:active,
		#bottom_menu_bar .divmenu .menu_item a:visited {
			display: block;
			width: 70px;
			height: 40px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
			padding: 30px 0px 0px 0px;
		}
	   
		#bottom_menu_bar .divmenu .menu_item a:hover {
			background: #006600;
		}

	#bottom_menu_bar .divmenu .active {
		position: relative;
		width: 70px;
		height: 70px;
		float: right;
		margin: -50px 10px 0px 0px;
		background: #006600;
	}
	
		#bottom_menu_bar .divmenu .active a:link,
		#bottom_menu_bar .divmenu .active a:active,
		#bottom_menu_bar .divmenu .active a:visited {
			display: block;
			width: 70px;
			height: 40px;
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
			padding: 30px 0px 0px 0px;
		}
	   
		#bottom_menu_bar .divmenu .active a:hover {
			background: #42A606;
		}
/* end bottom menu */

/* start css sitemap */
#siteMap {
	position: relative;
}

	#siteMap ul {
		list-style: none;
	}
		
		#siteMap ul li {
			padding: 2px 0px 2px 0px;
		}
	
			#siteMap ul li a:link,
			#siteMap ul li a:active,
			#siteMap ul li a:visited {
				padding: 0px 0px 0px 10px;
				background: url(../images/arrow.gif) left center no-repeat;
			}
			
			#siteMap ul li a:hover {
				text-decoration: none;
			}
/* end css sitemap */

/* start googlemaps direction */
#map {
	position: relative;
	width: 100%;
}

#directions {
	position: relative;
	width: 100%;
	margin: 20px 0px 0px 0px;
}

#map_header,
#direction_header {
	position: relative;
	width: 100%;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	background: #ebebeb;
	margin: 0px 0px 2px 0px;
}

#map_canvas {
	position: relative;
	width: 100%;
	height: 400px;
}

#map_directions {
	position: relative;
	width: 100%;
}
		
/* end googlemaps direction */

.clearfix:after {
	 height: 0px;
	 line-height: 0px;
	 content: ".";
	 display: block;
	 visibility: hidden;
	 clear: both;
}
