﻿/*General Reset and Webpage Settings*/
*
{
    padding: 0px;
    margin: 0px;
}

html
{
    text-align: center;
    height: 100%;
    color: #000000;
    background: #F8EFD0;
    padding: 0px;
    margin: 0px;
}

body
{
    font-size: 62.5%;
    font-family: 'Trebuchet MS';
    position: relative;
    text-align: center;
    margin: 0px auto 0px;
    padding: 0px;
}

li li, li p, p, blockquote p
{
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
    margin-bottom: 1em;
}

h1
{
    font-size: 2.5em;
    font-weight: bold;
}
h2
{
    font-size: 1.2em;
    font-weight: bold;
}

p
{
    font-size: 1.1em;
}

#container
{
    width: 754px;
    text-align: left;
    height: 100%;
    padding: 8px 0px 0px;
    margin: 10px auto 0px;
    position: relative;
    background: #fff url(../gfx/container-top.jpg) no-repeat top center;
    color: #333333;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

#tree
{
    margin: 10px 0px 20px 100px;
    width: 100px;
}
#tree a
{
    border-bottom: #000 1px dashed;
}

/*End General Reset and Webpage Settings*/

#header
{
    margin: 0px 0px 0px 0px;
    background: url(../gfx/header.jpg) no-repeat center top;
    height: 200px;
}

#header h1
{
    float: left;
    width: 380px;
    height: 110px;
}

#header h1 a
{
    display: block;
    width: 380px;
    line-height: 110px;
    text-indent: -100000px;
    margin: 45px 0px 0px 10px;
}


#menu
{
    background: url(../gfx/menu.jpg) no-repeat;
    width: 754px;
    height: 55px;
    margin: 0px 0px 0px 1px;
}

#menu ul
{
    margin: 0px;
    list-style: none;
    padding: 0px;
}

#menu li
{
    display: block;
    float: left;
        margin: 0px;
    padding: 0px;
    }

#menu li a
{
    display: block;
    width: 125px;
    float: left;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    text-align: center;
}

#menu li a:hover
{
    text-decoration: underline;
  }

#footer
{
    background: url(../gfx/footer.jpg) no-repeat;
    width: 756px;
    height: 45px;
    clear: both;
    color: #4F682E;
}

#footer a
{
    color: #4F682E;}

#left
{
    margin: 12px 0px 0px 25px;
}

#right
{
    margin: 12px 25px 0px 0px;
}

#left
{
    float: left;
}

#right
{
    float: right;
}

.content
{
    margin: 10px;}

.text h1
{
    font-size: 1.7em;
    font-weight: normal;
    margin: 15px 0px 10px 0px;
    color: #3B6341;}
    
    .text h2
    {
        font-size: 1.2em;
            color: #3B6341;}
    
    .text p
    {
        color: #5A5A5A;
        font-size: 1.2em;
        margin: 0px 5px 15px 20px}
        
        .text ul, .text ol
        {
            margin: 0px 0px 15px 50px;
                    color: #5A5A5A;
        font-size: 1.1em;}
        
        .text img
        {
            display: block;
            margin: 20px auto 0px;
            text-align: center;
            border: solid 1px #89A18C;
            padding: 5px;
            }
            
            .center
            {
                text-align:center;
                color: #989898;
                margin: 0px 0px 20px 0px;
                padding: 0px;}
        
        #address
        {
            padding-left: 30px;
            background: url(../gfx/house_icon.jpg) no-repeat;}
            
                    #phone
        {
            padding-left: 30px;
            background: url(../gfx/phone_icon.jpg) no-repeat;
            margin: 0px 0px 0px 20px;}