﻿body
{
    background: url('../img/bkgd.jpg') top left repeat-x;
    color: #000;
}
#outter-wrapper
{
    width: 950px;
    margin: 0 auto;
    background: url('../img/wrapper-bkgd.png') top center repeat-y;
}
#inner-wrapper
{
    width: 840px;
    margin: 0 auto;
    background: #fff;
}
#header
{
    width: 840px;
    height: 150px;
    background: #fff;
}
#banner
{
    width: 686px;
    height: 149px;
    background: url('../img/banner.png') top left no-repeat;
    float: left;
    margin-bottom: 1px;
}
#banner h1, #banner p
{
    text-indent: -99999em;
    overflow: hidden;
}
#info
{
    width: 139px;
    float: right;
    display: inline;
    padding: 17px 15px 0 0;
    text-align: justify;
    height: 133px;
}
#info p
{
    font-size: 1.1em;
    line-height: 1.7em;
    color: #76735a;
    padding-top: 16px;
    margin-bottom: 0px;
}
#info a
{
    color: #76735a;
}
#info h2
{
    font-size: 2.2em;
    line-height: 1.1em;
    color: #094367;
}
#nav
{
    height: 50px;
    width: 840px;
    margin-bottom: 10px;
}
#navbar
{
    background: url('../img/nav.gif') no-repeat;
    width: 840px;
    height: 50px;
    margin: 0;
    padding: 0;
}
#navbar span
{
    display: none;
}
#navbar li, #navbar a
{
    height: 50px;
    display: block;
}
#navbar li
{
    float: left;
    list-style: none;
    display: inline;
}
#home
{
    width: 72px;
    height: 50px;
}
#practice
{
    width: 94px;
    height: 50px;
}
#providers
{
    width: 99px;
    height: 50px;
}
#research
{
    width: 127px;
    height: 50px;
}
#resources
{
    width: 126px;
    height: 50px;
}
#tools
{
    width: 103px;
    height: 50px;
}
#location
{
    width: 113px;
    height: 50px;
}
#pollen
{
    width: 106px;
    height: 50px;
}

#home a:hover
{
    background: url("../img/nav.gif") 0px -50px no-repeat;
}
#practice a:hover
{
    background: url("../img/nav.gif") -72px -50px no-repeat;
}
#providers a:hover
{
    background: url("../img/nav.gif") -166px -50px no-repeat;
}
#research a:hover
{
    background: url("../img/nav.gif") -265px -50px no-repeat;
}
#resources a:hover
{
    background: url("../img/nav.gif") -392px -50px no-repeat;
}
#tools a:hover
{
    background: url("../img/nav.gif") -518px -50px no-repeat;
}
#location a:hover
{
    background: url("../img/nav.gif") -621px -50px no-repeat;
}
#pollen a:hover
{
    background: url("../img/nav.gif") -734px -50px no-repeat;
}
#content {
    width: 840px;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    overflow: auto;
}
#footer
{
    width: 950px;
    margin: 0 auto;
    background: url('../img/wrapper-background-footer.png') top center no-repeat;
    text-align: right;
    padding: 20px 50px 20px 0;
}
#footer p
{
    font-size: 1.1em;
    line-height: 2em;
    color: #767358;
}
#footer a:link {
    text-decoration: none;
    color: #767358;
}
#footer a:visited {
    text-decoration: none;
    color: #767358;
}
#footer a:hover {
    text-decoration: underline;
    color: #767358;
}
#footer a:active {
    text-decoration: none;
    color: #767358;
}
.required {
    font-size: .9em;
    color: #333;
}
