@charset "utf-8";

/* Navigation Menu*/

    #header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	font-family: 'Droid Serif', "Palatino Linotype", "Book Antiqua", Palatino, serif;
    }
    
	#header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	
    }
    
	#header a {
	text-decoration: none;
	display: block;
	background: #ACAAA6;
	padding: .25em 1em;
	
	text-align: center;
	color: #000;
    }
	
	#header a:hover {
		background: #C4C7C9;
	}
	
	#header #selected {
		border-color: #ACAAA6;
		background: #F2F1EC
	}
	
	#header #selected a {
		position: relative;
		top: 1px;
		background: #F2F1EC;
		color: black;
		font-weight: bold;
	}
	
	
	
	#header h1 {
	margin: 0;
	padding: 0 0 1em 0;
	letter-spacing: 0.3em;
	color: #ACAAA6;
	font-family: 'Droid Serif', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	#header h2 {
	margin: 0;
	padding: 0 0 1em 0;
	letter-spacing: 0.3em;
	color: #ACAAA6;
	font-family: 'Droid Serif', "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
#wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

/* End Navigation Menu*/
#content {
	border: 1px solid #ACAAA6;
	clear: both;
	padding: 0 1em;
	background: #f2eeec;
	font-family: 'Droid Serif',"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: .1em;
	}
body {
	background-image: url(images/backgradient.jpg);
	background-repeat: repeat-x;
	background-color: #f2eeec;
}
#wrap #content .left_content {
	margin-left: 15px;
	min-height:250px;
	padding-top: 25px;
}


.left_content a img {
	border: 2px solid #ACAAA6;
}
.left_content a:hover img {
	border: 2px solid #6B6D6F;
}



#left {
	padding-top:25px;
	padding-left:15px;
	width:65%;
	float:left;
}
#right {
	float:right;
	width:30%;
	padding-top: 25px;
}
#wrap #header #treelogo {
	margin-bottom: 0px;
	float: left;
	top: 0px;
	margin-right: 50px;
	font-family: 'Droid Serif',"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrap #content a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#wrap #content a:hover {
	text-decoration: underline;
}

#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
.site_image {
	padding: 10px;
	float:left;
}
h3 {
	font-size: 24px;
	line-height:32px;
	color:#333;
	
}
#wrap #content h3 a {
color:#333;
text-decoration:underline;
}
h3 span {
	font-size:18px;
	color:#607181;
	}
h4 {
	font-size: 20px;
}
#footer {
border: 1px solid #ACAAA6;
}
#wrap #footer a {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
#wrap #footer a:hover {
	color: #000000;
	text-decoration: underline;
}

