@import 'reset.css';

/* Generel
------------------------------------ */
BODY {
    background: #FFF;
    font-family: Century Gothic, Arial;
	font-size: 14px;
    color: #000;
}
#wrapper{
    margin: 0 auto;
    width: 801px;
    height: 100%px;
}
A {
    text-decoration: underline;
    cursor: pointer;
    color: #006600;
}
A:hover {
    text-decoration: underline;
}

/* Header
------------------------------------ */

#header{
    height: 361px;
    background: url(img/header-green.jpg) no-repeat;
    margin: 15px 0 -13px 0;
}
#header H1 A{
    text-decoration: none;
    outline: none;
    text-indent: -9999999px;
    display: block;
    width: 350px;
    height: 200px;
    position: relative;
    top: 110px;
    left: -20px;
    float: left;
}
#header H2{
    text-decoration: none;
    text-indent: -9999999px;
    position: fixed;
}

/* Top Navigation
------------------------------------ */

#top-nav{
    width: 801px;
    float: right;
    clear: both;
    padding-bottom: 3px;
}
#nav {
	font-size: 14px;
    margin: -15px 0 0 0px;
}
#nav li {
	position: relative;
	float: left;
	vertical-align: middle;
	list-style: none;
}
#nav li:hover,
#nav li.hover {
	z-index: 100;
	color: #000;
}
#nav li a	{
	float: left;
	color: #541900;
	text-decoration: none;
	display: block;
	padding: 3px 13px;
}
#nav li a:hover {
    color: #990000;
}
#nav ul {
	visibility: hidden;
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 598;
}
#nav ul li {
	font-weight: normal;
	clear: both;
}
#nav ul ul {
	width: 150px;
	top: 0;
	left: 157px;
}
#nav li li a {
	width: 130px;
    font-size: 13px;
}
#nav li:hover ul,
#nav li.hover ul {
	visibility: visible;
    background: #ECE9D8;
}
#nav li:hover ul A:hover,
#nav li.hover ul A:hover{
    background: #FFF;
}
#nav li:hover ul ul,
#nav li.hover ul ul {
	visibility: hidden;
}
#nav ul li:hover ul,
#nav ul li.hover ul {
	visibility: visible;
}
#nav .dir a {
	padding-right: 20px;
	background: url(img/nav-arrow-down.png) 100% 50% no-repeat;
}
#nav .dir li a {
	background-image: none;
	width: 185px;
    border-style: solid;
	border-width: 0px 0 1px 0;
	border-color: #666;
}
#nav ul .dir a {
	width: 125px;
	background: url(img/nav-arrow-right.png) 100% 50% no-repeat;
}
#nav ul .dir a:hover {
	background-color: #EEE;
}
#nav ul .dir li a {
	background-image: none;
}
#site-map{
    display: block;
    position: relative;
    float: left;
    margin: 78px 0 0 5px;
    font-size: 10px;
}
*html #site-map{
    margin: 77px 0 0 5px;
}
#site-map A{
    color: #541900;
    text-decoration: none;
}
#site-map A:hover{
    color: #890000;
}

/* Main
------------------------------------ */

#main{
    width: 801px;
    height: 100%;
    float: right;
    background: url(img/bg-green.png) repeat-y;
    clear: both;
    padding-bottom: 30px;
}
*html #main{
    margin-top: 3px;
}
#content{
    margin: 15px 20px 0 14px;
    padding-right: 50px;
}
*html #content{
    margin: 16px 20px 0 14px;
}
#content H1{
    font-size: 24px;
    color: #006600;
    clear: both;
    margin-bottom: 10px;
}
#content H2{
    font-size: 18px;
    color: #006600;
    clear: both;
}
#content H3{
    font-size: 16px;
    color: #006600;
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}
#content P{
    margin-bottom: 10px;
    padding-right: 40px;
}
#content BLOCKQUOTE{
    padding-left: 30px;
    padding-top: 20px;
}
#content EM{
    text-decoration: underline;
}
#breadcrumb{
    margin-bottom: 10px;
}
#special{
    font-size: 18px;
}
#tree-boxes{
    margin-top: 20px;
    margin-left: 5px;
    text-align: center;
}
#tree-boxes H2{
    color: #990000;
    font-size: 16px;
    font-weight: normal;
}
#tree-boxes IMG{
    margin-bottom: 20px;
}
#tree-boxes P{
    width: ;
    text-align: center;
    padding: 0 5px 0 5px;
}
.box-one{
    width: 215px;
    float: left;
    height: 100%;
}
.box-two{
    width: 250px;
    float: left;
    height: 100%;
}
.box-two-img{
    padding-bottom: 90px;
    padding-top: 59px;
}
.box-three{
    width: 240px;
    float: left;
    height: 100%;
    clear: right;
    margin-bottom: 20px;
}
.box-three-img{
    padding-top: 24px;
    padding-bottom: 43px;
}
.right-floating{
    float: right;
    margin: 15px;
}
.left-floating{
    float: left;
    margin: 15px;
}


/* Footer
------------------------------------ */

#footer{
    width: 801px;
    height: 35px;
    float: right;
    clear: both;
    background: url(img/footer-green.png) no-repeat;
    font-weight: bold;
    font-size: 11px;
    color: #666;
    margin-bottom: 30px;
}
#photos-by{
    float: right;
    margin-right: 70px;
}
#photos-by A{
    text-decoration: underline;
    color: #666;
}
.copyright{
    float: left;
    margin-left: 10px;
}
/* Colors
------------------------------------ */

.red{
    color: #990000;
}#wrapper #header #site-map {
	font-size: 10px;
}
