/* base formats */

html {
    height: 101%;
}

body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 83.00%;
    color: #3F4250;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 150%;
    font-weight: bold;
}

h2 {
    font-size: 116.67%;
    font-weight: bold;
    border-top: 1px dotted #ccc;padding-top: 20px; margin-top: 20px;
}

h3,h4,h5,h6 {
    font-size: 116.67%;
}

ul, ol, dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
    padding: 0px 10px 10px 20px;
}

ul li {
    list-style-type: square;
}
ul ul li {
    list-style-type: circle;
}

ol li {
    list-style-type: decimal;
}
ol ol li {
    list-style-type: lower-latin;
}

li {
    margin-left: 0.8em;
    line-height: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1em 0.8em;
}

p {
    line-height: 1.5em; margin: 0 0 1em 0;
}

blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
}

blockquote {
    margin: 0 0 1em 1.6em; color: #666;
}

strong,b {
    font-weight: bold;
}
em,i {
    font-style: italic;
}

pre, code, kbd, tt, samp, var {
    margin: 20px 0px 0px 0px;
    font-size: 100%;
    border: 1px dotted #888;
    padding: 6px;
    background-color: #ffe4cc;
}

pre {
    line-height: 1.2em; margin: 0 0 1em 0;
}

kbd, samp, var {
    color: #666;
}
var {
    font-style: italic;
}

acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
}

sub, sup {
    font-size: 91.6667%;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
}

a, a:visited {
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    color: #334E97;
}

a:hover, a:active {
    color: #a66a35;
    text-decoration:underline;
}

table {
    width: auto;
    border-collapse:collapse;
    margin-bottom: 0.5em;
}

table caption {
    font-variant:small-caps;
}

table.full {
    width: 100%;
}

table.fixed {
    table-layout:fixed;
}

th,td {
    padding: 6px 6px 0px 6px;
}

/* header */

.header {
    border-top: 1px solid #2f8c94;
    border-bottom: 1px solid #2f8c94;
    height: 110px;
    background-color: #92DDE4;
}

@media (min-width: 1025px) {
    .header {
        width: 975px;
    }
}

@media (max-width: 1024px) {
    .header {
        width: 100%;
    }
}

.header-left img {
    padding: 10px;
    height: 90px;
    float: left;
}

.header-right {
    text-align: right;
    padding: 30px 20px 0px 0px;
    font-size: 1.5em;
}

.header-subtitle {
    font-size: 63%;
    font-weight: normal;
}

/* main column with navigation and content*/

.main {
    margin: 1em auto;
}

@media (min-width: 1025px) {
    .main {
        width: 975px;
    }
}

@media (max-width: 1024px) {
    .main {
        width: 100%;
    }
}

/* navigation / menu */

.navbutton {
    padding: 0;
    margin: 0;
}

.navbutton a {
    color: #6fa7ad;
    display: block;
    height: 30px;
    padding: 5px 0 0 33px;
    background: url(../images/menu-icon.png) no-repeat;
    background-size: 30px 30px;
}

ul.menu {
    margin: 0px;
}

ul.menu li {
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul.menu li ul {
    margin: 0px 0px 10px 0px;
    font-size: 91.7%;
}

ul.menu li ul li {
    list-style-type: square;
    margin: 0px 0px 0px 10px;
}

@media (min-width: 1025px) {
    .navbutton {
        display: none;
    }

    ul.menu {
        padding: 0px;
        font-size: 1.1em;
    }

}

@media (max-width: 1024px) {
    .navbutton {
        display: visible;
    }

    nav ul, nav:active ul {
        display: none;
    }

    nav {
        padding: 10px 0;
    }

    nav:hover ul {
        display: block;
    }

    ul.menu {
        padding: 10px;
        font-size: 1.2em;
        border: 1px dotted #ccc;
        background-color: #eee;
    }

}

/* content */

.content {
}

/* footer */

.footer {
    background-color: #b0ecf2;
    border-top: 1px solid #2f8c94;
    border-bottom: 1px solid #2f8c94;
    padding: 0.5em 0;
    font-size: 0.8em;
    font-weight: normal;
}

@media (min-width: 1025px) {
    .footer {
        width: 975px;
    }
}

@media (max-width: 1024px) {
    .footer {
        width: 100%;
    }
}

.footer-left a, #footer a:visited {
    color: #2f8c94;
    text-decoration: none;
}

.footer-left a:hover  {
    background-color: #2f8c94;
    color: #b0ecf2;
}

.footer-right {
    text-align: right;
}

.footer-right a {
    color: #aaa;
    text-decoration: none;
}

.footer-right a:hover  {
    background-color: #2f8c94;
    color: #b0ecf2;
}

/* file links */

a[href$=".pdf"] {
    background: url(../images/pdf-icon.png) center left no-repeat;
    padding-left:16px;
}

a[href$=".dotx"] {
    padding-left: 20px;
    background: transparent url(../images/word-icon.png) no-repeat center left;
}
a[href$=".doc"] {
    padding-left: 20px;
    background: transparent url(../images/word-icon.png) no-repeat center left;
}

/* login form */

form.PageProtectorForm {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}


form.PageProtectorForm  p, legend {
    margin-bottom: 1.2em;
}

form.PageProtectorForm button {
    margin-top: 1.2em;
}

form.PageProtectorForm button:hover,
button:focus {
}

form.PageProtectorForm button:focus {
    outline: 0;
}

form.PageProtectorForm input[type='text'],
input[type='password'] {
}

a.logout {
    border: 1px solid #ccc; border-radius: 4px; padding: 5px;
    display: block;
    width: 10em;
    text-align: center;
    color: #000;
    background-color: #FBFBFC;
    font-weight: normal;
}

a.logout:hover {
    background-color: #FFF;
    text-decoration: none;
}