html {
    height: 100%;
}

body {    
    font-family: "Myriad Pro", Arial, sans-serif;    
    height: 100%;
}

h3, h4 {
    font-size: 1.8em;
    display: block;
    padding: 1em 1em 0.5em 0.5em;
    font-weight: bold;
    line-height: 1.2em;
}

h4 {
    font-size: 1.5em;
}

img.banner {
    display: block;
    border-bottom: 1px solid #aaa;
}


#header img {
    display: block;
}

#main-image-container {
    border-top: 0.5em solid #fd9e16;
}

.mainbar {
    background-color: #fd9e16;
    height: 0.5em;
    clear: both;
    display: none;
}

#body-wrapper {
    width: 800px;
    margin: auto;
    background-color: white;
}

#body-content {
    width: 500px;
    float: left;
    background-color: white;
    padding: 0 0 50px 0;
}

#body-content p {
    padding: 0.5em 0 0.5em 0;
}

#body-content ul {
    list-style: disc inside;
}


#header {
    height: 120px;
    position: relative;
}

#header ul {
    bottom: 0px;
    right: 10px;
    position: absolute;
}

#header li {
    font-size: 1.8em;
    padding-top: 0.2em;
}

#footer {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 0.75em;
    font-style: italic;
    padding: 1em 0 1em 0;
    color: black;
    line-height: 1.8em;
}


#footer li {
    display: inline;
}

#footer a {
    text-decoration: underline;
}

#portlets {
    float: right;
    width: 250px;
    right: 0;
    font-size: 0.85em;
    color: black;
    padding-top: 10px;
    line-height: 1.8em;
}

.reading-content {
    line-height: 1.6em;
}

.portlet {
    border-top: 1px solid #fd9e16;
}

.portlet h5 {
    padding: 0.3em 0 0.3em 0;
    display: block;
    text-align: center;
    font-weight: bold;
}

div.portlet {
    padding-bottom: 1.5em;
}

.portlet div {
    padding: 0.5em;
}

.accessibility-message {
    position: absolute;
    left: -1000px;
}

.important {
    font-weight: bold;
}

.header-footer {
    color: #fd9e16;
    display: block;    
    background-color: white;
    font-weight: 600;
    
}

.header-footer li {
    display: inline;
    padding: 0 0.5em 0 0.5em;
}

.header-footer a {
    text-decoration: none;
    color: #fd9e16;
}

.header-footer a:hover {
    color: #ffde86 !important;
}

.header-footer a:visited {
    color: #fd9e16;
}

.header-footer h1 {
    float: left;
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.menu-selected {
    background-color: #fd9e16;
    color: #fffe86;
}

.header-footer .menu-selected  a:visited {
    color: #fffe86;
}

img.left {
    float: left;
    border: 1px solid #aaa;
    margin: 10px 10px 10px 0;
}
