@charset "utf-8";
/* CSS Document */
/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
tr, td {
	vertical-align:top;
}
h1 {
	color:#0d9044;
	font-size:28px;
	padding:15px 0;
}
h2 {
	color:#666;
	font-size:21px;
	padding:15px 0;
}
h3 {
	font-size:110%;
	padding:5px 0 5px 0;
}
h4, h5, h6 {
	font-size:1em;
}
strong {
	color:#0d9044;
}
 p {
	padding:6px 0;
}
a:link, a:visited {
	color:#0d9044;
}
a:hover {
	color:#333;
}
li {
	margin:0 0 0 35px;
}
.big {
	font-size:16px;
	line-height:22px;
}
/* --------------- Content --------------- */
body {
	background:url(../_images/global_background.gif) top center #efede0;
	color:#666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	margin:0 auto;
	line-height:18px;
	width:942px;
}
#header {
	width:942px;
	float:left;
}
	#logo a {
		background-image:url(../_images/logo.png);
		display:block;
		float:left;
		height:209px;
		left:45px;
		position:relative;
		text-decoration:none;
		top:-49px;
		width:153px;
		z-index:35;
	}
#nav {
	background:url(../_images/nav_back.gif) repeat-x;
	border-bottom:4px solid #025636;
	float:left;
	margin-top:59px;
	height:55px;
	width:942px;

}
	#nav ul {
		float:right;
		width:730px;
	}
	#nav ul li {
		float:left;
		display:inline;
		margin:20px 0 10px 0;
	}
	#nav ul li a:link, #nav ul li a:visited {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color:#fff;
		padding:10px 10px;
		font-weight:bold;
		text-decoration:none;
	}
	#nav ul li a:hover {
		background:#efede0;
		color:#2b1f25;
	}
#content_bck {
	background:#FFF;
	border-bottom:7px solid #012b1b;
	float:left;

}
#banner {
	float:left;
	position:relative;
	left:0;
	height:390px;
	top:-49;
	width:940px;
	z-index:34;
}
#home_content {
	background-color:#fff;
	float:left;
	left:14px;
	padding:10px;
	position:relative;
	margin:-100px 0 0 0;
	width:890px;
	z-index:36;
}
	#home_content ul, #home_content ol {
		margin-left:30px;
		margin-top:15px;
	}
	#home_content ul li ul, #home_content ol li ol {
		margin-top:0;
	}
	.pod {
		float:left;
		padding:15px 25px;
		width:268px;
	}
	.pod_right {
		float:left;
		padding:10px 20px;
		width:185px;
	}
#footer {
	border-top:#efede0 1px solid;
	color:#0d9044;
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:10px 0 10px 0;
	margin-left:14px;
	width:896px;
}
	#footer td {
		vertical-align:middle;
		padding:2px;
	}
	#footer a {
		color:#0d9044;
		text-decoration:none;
		padding:0 30px 0 0;
	}
		#footer a:hover {
			text-decoration:underline;
		}
	#footer input {
		border:1px solid #e7e4d0;
		color:#999;
		padding:5px;
		width:120px;
	}
#subnav {
	float:left;
	width:200px;
}
#page_content {
	float:right;
	margin-top:-80px;
	padding:10px 25px;
	width:640px;
}
.submit {
	border:none;
	width:125px;
	height:30px;
}
.tree td a:link, .tree td a:visited {
	display:block;
	text-decoration:none;
	padding:8px;
}
.tree td a:hover {
	background:#0d9044;
	color:#FFF;
}
#social_media {
	float:left;
	width:100px;
	margin:15px 0 30px 20px;
}
#social_media img a {
	float:left;
	margin-right:10px;
}
#photographs {
	color:#666;
	float:right;
	font-size:10px;
	margin:15px 0 30px 0;
	padding-right:20px;
	text-align:right;
	width:200px;
}
.leaf_gallery ul {
	list-style:none;
}
.leaf_gallery li {
	list-style:none;
}
.leaf_gallery h1 {
	float:left;
	margin-left:20px;
}
.leaf_gallery h1 a{
	text-decoration:none;	
}
.album_pic {
	float:left;
}
.right {
	clear:both;
}

