body { 
    margin:0; padding:0; 
    font-size:14px; 
    font-family: "Bitstream Vera Sans",Verdana,Arial,sans-serif; 
    background:#e5eee5 url("/img/page_bg.png") center repeat-y;
    text-align: center; /* IE hack */
}

html, body { height: 100%; }

h1 { font-size:18px; font-weight:bold; padding:0; margin: 0 0 .8em 0; }
h2 { font-size:16px; margin: 1em 0 .5em 0; color: #438820; }
h2, h3,h4,h5 { font-weight:normal; }

a { text-decoration: none; }
a, a:link, a:visited { color: #6B3E1D; }
a:hover { text-decoration: underline; }

/* PAGE STRUCTURE */

#container { 
    position:relative; 
    width:860px; 
    min-width:860px; 
    background: white;
    margin: 0px auto;
    padding: 0;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    min-height: 100%; /* real browsers */
    text-align: left; /* Cancel IE hack */
}

#leftpane    { float: left; width: 185px; padding-right: 20px; padding-top: 20px; text-align: center; }
#rightpane   { margin-left: 200px; }
#titlearea   { text-align: center; }
#telephone,
#quote       { padding: 20px; }

#contentarea { 
    position: relative; 
    padding-top: 20px; 
    padding-left: 30px; 
    padding-bottom: 50px;  /* allowance for footer */
    border-left: 1px solid #97B488; 
}

#picture     { float: right; }
#text        { padding-top: 20px; }

#footer      { 
    position:absolute;
    width:100%;
    bottom: 0px; /* stick to bottom */
    background: #97B488;
    border-top: 1px solid #c5ccc5;
    color: #6B3E1D;
    text-align: center; 
    font-size:10px; 
    padding-bottom: 10px;
    clear:both;
}

#text ul {
   list-style-type: none;
   padding-left: 0;
   margin-left: 10px;
}

#text li {
   list-style-image: none;
   padding-left: 30px;
   padding-bottom: 0.8em;
   background-image: url(/img/leaf_small.gif);
   background-repeat: no-repeat;
   background-position: left top;
}

.menu { padding: 0px; margin-top: 40px; border: 0; position:relative; color: white; }
.menu a, .menu a:link, .menu a:visited { color: white; }
.menu a:hover { text-decoration: none; }

.menu ul,
.menu ul li { list-style-type: none; padding:0px; margin: 0px; margin-bottom: 6px; }
.menu li a {
    width:182px;
    height:45px;
    line-height: 40px;
    display:block;
    color:white;
    font-size:18px; 
    font-weight:normal;
    text-decoration:none;
    text-align: center;
    /*padding-top: 10px;*/
}
.menu li.r1 a { background: transparent url(/img/button1sh.gif) no-repeat center top; }
.menu li.r2 a { background: transparent url(/img/button2sh.gif) no-repeat center top; }
.menu li#current a { background: transparent url(/img/button3sh.gif) no-repeat center top; background-position: 0px 0px; padding-top: 0px; padding-left: 0px; height: 45px; }
.menu li.r1 a:hover { background: transparent url(/img/button1.gif) no-repeat center center; background-position: 5px 5px; padding-top: 5px; padding-left: 5px; height: 40px;  }
.menu li.r2 a:hover { background: transparent url(/img/button2.gif) no-repeat center center; background-position: 5px 5px; padding-top: 5px; padding-left: 5px; height: 40px; }


