/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

#header h1, #header h2 {
    display: none;
}

a img {
    border: none;
}

body {
    font-size: 62.5%;

    background: #444 url('/images/body-background.png') repeat-y top center;
    font-family: "Eras Lt BT", "Helvetica Neue Light", Tahoma, Arial, sans-serif;
}

#sidebar {
    float: left;
    width: 200px;
}

#header {
    background: #006 url('/images/logo.png') top center no-repeat;
    height: 79px;
}

#content {
    font-size: 1.3em;
    padding-top: 30px;
    float: right;
    width: 590px;
    margin-right: 20px;
}

#content #title {
    font-size: 30px;
    text-align: center;
    color: #1b1d41;
    text-shadow: 2px 2px 5px #999;
}

#content h4 {
    color: #000566;
    font-size: 1.2em;
}

#content ul,
#content ol {
    padding: 10px 30px;
}

#content .cms-imagetext-image {
    padding-left: 10px;
}

#content a {
    color: #000566;
}

#wrapper {
    width: 820px;
    margin: 0 auto;
}

#nav ul {
    padding: 10px;
    font-size: 12px;
}

#nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    display: block;
    padding: 10px 0;
    margin: 0 10px;

}

#nav ul li a:hover {
    color: #2e639c;
}

#nav { 
    text-align: center;

}

#nav ul li {
    border: 1px solid black;
    background: white;
    list-style: none;
    display: block;
    margin: 10px 0;
}

#footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    clear: both;
}
    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #footer ul li {
            list-style: none;
            padding: 0;
            margin: 0 10px;
            display: inline;
        }
        
#footer a {
    color: #888;
}
