/*  kuler.adobe.com -- 'pearberry'  */

body { font-family: "Trebuchet MS", Arial, sans-serif; background: #f2e5bd; color: #544E4F; }
#outer { text-align: center; }
#inner { width: 800px; margin: auto; margin-top: 0; }

h1, h2 { font-weight: normal; color: #6b1919; }
h2 { border-bottom: 1px dotted #999999; }

a, a:link, a:visited {
color: #395D34;
       text-decoration: none;
}
a:hover {
color: #990000;
       text-decoration: underline; 
  }
#banner {
background: #f2e5bd url(../images/pearberry.png) no-repeat bottom;
height: 247px;
        margin-bottom: -3px;
}
#address {
    text-align: left;
    margin-top: 200px;
    margin-left: 175px;
    font-size: 0.8em;
color: #FFF;
}
#content {
    margin-left: 2px;
text-align: left;
width: 758px;
background: #b9bf8e;
padding: 20px;
}
#tabcontainer {
    margin-top: 0;
padding: 20px;
background: #FFF;
}
#footer {
    font-size: 0.8em;
    text-align: center;
}
.imgright {
float: right;
margin: 0 0 5px 10px;
border: none;
}
.imgleft {
float: left;
margin: 0 10px 5px 0; 
border: none;
}
div#nav {
background: #535353;
line-height: 100px;
    margin-left: 2px;
margin: -10px auto;
}
div#nav a, div#nav a:link, div#nav a:visited {
color: #C3D8DA;
text-decoration: none;
}
div#nav table {
    margin-left: 20px;
       border-collapse: collapse;
}
div#nav table td {
background: #E8E8E8;
color: #C3D8DA;
border: 2px solid #535353;
        border-bottom: none;
}
div#nav table td.active {
background: #FFF; 
color: #395D34;
border: 5px solid #535353;
        border-top: none;
        border-bottom: none;
}
div#nav table td:hover {
background: #395D34;
color: #C3D8DA;
}

