body {
    margin: 0;
    color: #4D463F;
    font-family: tahoma,arial,sans-serif;
    background-color: #E4F6D2;
	font-size:75%     /* for IE/Win */
}

html>body {font-size:11px} /* for everything else */

div,table,td,th {font-size: 1em;}

img {border: 0;}

a:link {text-decoration: underline; color: #4f3114;}
a:visited {text-decoration: underline; color: #4f3114;}
a:hover {text-decoration: underline; color: #4f3114;}
a:active {text-decoration: underline; color: #4f3114;}

h1 {color: #333;}
h2 {color: #333;}
h3 {color: #333;}
h4 {color: #333;}

#wrapper {
    width: 1024px;
    margin: 0 auto 20px auto;
}

#header {
    position: relative;
    height: 200px;
    background-color: #4d463f;
}

#header_trim {
    height: 14px;
    border-bottom: 4px solid #fff;
    background-color: #72a493;    
}

#logo {
    position: absolute;
    top: 70px;
    left: 415px;
}

#nav {
    background-color: #C7E199;    
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    list-style: none;
}

#nav li a{
    display: block;
    padding: 5px 18px 2px 18px;
    color: #4D463F;
    font-size: 1.1em;
    text-decoration: none;
}

#nav li a:hover {color: #689485;}
#nav li.active a {background-color: #82BB9E;}

#main {
    position: relative;
    width: 1024px;
    background-color: #72a493;   
}

.watermarkLeft {background: #72a493 url('../images/watermark.gif') no-repeat;}

#content {
    width: 565px;
    min-height: 400px;
    padding: 96px 0 20px 180px;
    font-size: 1.1em; 
}


#content h3 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: normal;
}

#content h4 {
    margin: 0 0 0 0;
    color: #C7E199;
    font-weight: normal;
}

#photos {
    position: absolute;
    top: 146px;
    right: 0;
}

#footer {
    float: right;
    width: 844px;
    background-color: #4d463f;
    color: #E4F6D2;
}

#footer_contact {
    float: left;
    width: 49%;
    padding: 3px 0 2px 5px;
}

#footer_contact a {
    color: #E4F6D2;
    text-decoration: none;
    
}

#footer_nav {
    float: right;
}

#footer_nav ul {
    margin: 0;
    padding: 0;
}

#footer_nav li {
    float: left;
    list-style: none;
}

#footer_nav li a{
    display: block;
    padding: 3px 12px 2px 12px;
    border-left: 1px solid #89c4a9;
    background-color: #82BB9E;
    color: #4D463F;
    font-size: 1.1em;
    text-decoration: none;
}

#footer_nav li a:hover {
    background-color: #82BB9E;
}

#credit {
    clear: both;
    float: right;
    width: 400px;
    margin: 18px 0 20px 0;
    color: #aeb8b5;
    background-color: transparent;
    text-align: right;
}

#credit a {
    color:#aeb8b5;
    text-decoration: none;
}

div.textColumn {
    float: left;
    width: 250px;
    margin: 0 30px 0 0;
}

/**************************************************** HACKS */

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