body {
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 18px 0 0 0;
}

p, li, dt {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

em { color: #005f40; }

h1#site-title { margin: 0 0 9px 0; }

h1#site-title span {
    display: none;
}

a img {
    border: none;
}

p#footer {
    text-align: center;
}

#layout {
    width: 792px;
    margin-left: auto;
    margin-right: auto;
}

#tagline-contact, #tagline-contact-small {
    float: right;
    background-color: #000;
    color: #fff;
}

#tagline-contact {
    background-image: url(/images/tagline.gif);
    padding-top: 250px;
    width: 343px;
    padding-left: 41px;
    height: 58px;
    line-height: 20px;
}

#tagline-contact-small {
    background-image: url(/images/tagline-small.gif);
    padding-top: 92px;
    width: 343px;
    padding-left: 41px;
    height: 58px;
    line-height: 20px;
}

#tagline-contact a, #tagline-contact-small a { color: #fff; }

#headache, #headache-small {
    float: left;
    background: #000;
    text-align: center;
    width: 792px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

ul#nav, nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
}

#nav a {
    display: block;
    margin-right: 6px;
    font-weight: bold;
    color: #01865a;
    text-decoration: none;
    text-transform: lowercase;
    background-image: url(/images/nav-under.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 3px 9px 10px 9px;
}

#nav a:hover, #nav a#sel {
    background-image: url(/images/nav-sel-under.gif);
    background-color: #494a4b;
    color: #fff;
}

#home-content {
    clear: both;
    width: 400px;
    float: left;
    padding-top: 9px;
}

#mosaic { clear: both; text-align: center; }

#quote { float: right; padding: 18px; }

#footer a { color: #000; text-decoration: none; }

.mosaic {
    letter-spacing: 2px;
    font-weight: bold;
    color: #01865a;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}

dt {
    clear: left;
    float: left;
    width: 140px;
    padding-bottom: 5px;
}

dd {
    float: left;
    width: 500px;
    padding-bottom: 5px;
}


.wpfrequired {
    font-size: 16px;
    color: #f00;
    font-weight: bold;
}