body {
    background-color: #2b2b2b;
    text-align: center;
    font-family: Georgia, serif;
    font-size: 0.8em;
}
body#home {
    background-color: #c0c25e;
}

a {color: #3a72a5;}
a:hover {color: #c0c151;}

#main {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    margin-top: 60px;
}

#content,
#menu .logotop {
    background-color: #fff;
    border: 3px solid #adaeb0;
    border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
}

#content {
    margin-top: 47px;
    padding: 0px 15px;
}

#menu .logotop {
    padding: 10px 0px 0px 10px;
    width: 415px;
    border-bottom-width: 0;
    position: absolute;
    bottom: 0;
}

.logotop img,
.popman img {
    border-width: 0;
}
#menu {
    width: 890px;
    position: absolute;
    top: -47px;
    left: 0;
    height: 50px;
/*    background-image: url(/_images/logo_menu.png);
    background-repeat: no-repeat;
    background-position: bottom left; */
}

#menu ul {
    padding: 0; 
    margin: 0 0 15px 0;
    list-style: none; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 0;
    right: 30px;
}

#menu ul li {
    display: inline; 
    padding: 15px 0 0; 
    margin: 0 10px 0 0;
}

#menu a { text-decoration: none; }
#menu a:link,
#menu a:visited { color: #fff;}

#global {
    margin-top: -3px;
    padding-top: 20px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
}

#global .popman {
    background-color: #fff;
    border: 3px solid #adaeb0;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    padding: 10px 0px 10px 40px;
    width: 385px;
    border-top-width: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#global .copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #fff;
}

#home #global .copyright {
    color: #000;
}

p.highlight {
    color: #c0c25e;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p.conclusion {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #244228
}

.blurb {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 40px;
}

.blurb { color: #fff; }
#home .blurb { background-color: #000; }
#about .blurb { background-color: #c0c151; }
#people .blurb { background-color: #2b6097; }
#mission .blurb { background-color: #70ae43; }
#contact .blurb { background-color: #f25d21; }

#home #menu span.here { color: #000; }
#about #menu span.here { color: #c0c151; }
#people #menu span.here,
#people a { color: #2b6097; }
#mission #menu span.here { color: #70ae43; }
#contact #menu span.here { color: #f25d21; }



.sidebar {
    float: left;
    background-color: #e3e3b7;
    border: 1px solid #c0c151;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 200px;
    padding: 10px;
}

.sidebar dl {
    border-top: 1px #000 solid;
}

.sidebar dd {
    margin-left: 0;
    padding-left: 0;
}

.sidebar dt {
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sidebar h3 {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.image {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px black solid;
    background-repeat: no-repeat;
}

#home .image {
    float: left;
    background-image: url(/_images/home.jpg);
    width: 345px;
    height: 428px;
    margin: 0 10px 10px 0;
}
#about .image {
    float: right;
    background-image: url(/_images/about.jpg);
    width: 260px;
    height: 252px;
    margin: 0 0 10px 10px;
}

#people .image {
    float: left;
    background-image: url(/_images/people.jpg);
    width: 247px;
    height: 91px;
    margin: 0 10px 10px 0;
}

#mission .image {
    float: right;
    background-image: url(/_images/mission.jpg);
    width: 214px;
    height: 344px;
    margin: 0 0 10px 10px;
}

#contact .image {
    float: right;
    background-image: url(/_images/contact.jpg);
    width: 435px;
    height: 443px;
    margin: 0 0 10px 10px;
}

#board {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px #2b6097 solid;
    background-color: #ced2e3;
    margin-bottom: 15px;
}

