
/* All-around {{{ */
html {
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    text-align: center;
    color: #264564;
}

a {
    color: #264564;
}

a:visited, a:active {
    color: #4c667f;
}

a:hover {
    color: black;
}
/* }}} */

/* Layout {{{ */
body {
    background: url(/images/shadow-main.png) white center top repeat-y;
    width: 928px;
    margin: 0 auto;
}

#header {
    margin: 0 10px;
    padding: 0 91px 0 92px;
    background: #264564;
    border: 2px solid #264564;
    border-width: 0px 2px;
    display: inline; /* IE6 Hack */
    float: left;
    width: 721px;
}

#header a {
    border-bottom: 2px solid #587088;
    float: left;
}

#logo {
    padding: 24px 5px 25px 4px;
    background-color: white;
}

#main {
    margin: 0 10px;
    padding: 0 91px 0 92px;
    background: url(/images/gradient-medium.png) transparent left bottom repeat-x;
    border-bottom: 2px solid #264564;
    display: inline; /* IE6 Hack */
    float: left;
    width: 725px;
}

#footImages {
    border-bottom: 2px solid #264564;
    margin: 0 10px -10px;
    padding: 0 91px 0 92px;
    display: inline; /* IE6 Hack */
    float: left;
    background: url(/images/gradient-dark.png) #264564 left top repeat-x;
    position: relative;
}

#footImages img {
    float: left;
}

#footImages .first { border-left: 2px solid #264564; }
#footImages .last { border-right: 2px solid #264564; }

#content {
    text-align: left;
    background: url(/images/gradient-light.png) white left bottom repeat-x;
    border: 2px solid #264564;
    border-width: 0 2px;
    float: left;
    width: 721px;
    font-size: 80%;
    min-height: 200px;
    _height: 200px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 75%;
    clear: left;
    background-color: #fbf2cb;
    border: 2px solid #264564;
    border-width: 0 2px;
    padding: 3px 0;
}

.menu ul {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    text-decoration: none;
    border-left: 1px solid #264564;
    padding: 0 1.5em;
}

.menu a, .menu a:visited, .menu a:active {
    color: #264564;
}

.menu a:hover {
    color: ;
}

.menu .first a {
    border: 0;
}

.menu a:hover {
    text-decoration: underline;
}

#footer {
    clear: left;
    font-size: 75%;
    text-align: center;
    background: url(/images/shadow-footer.png) white center top no-repeat;
    padding-top: 25px;
    width: 100%; /* IE7 hack to prevent doubled top padding */
}

#footTextlinks {
    padding: 10px 0;
}

#footTextlinks a {
    padding: 0 10px;
}
/* }}} */

