/* CSS Document */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * HTML Reset Definitions
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, img {
    margin: 0;
    padding: 0;
}

a:focus, a:hover, a:active, input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

abbr, acronym {
    border: 0;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear {
    height: 0px;
    display: block;
    clear: both;
}

/* GLOBAL ELEMENTS */

a {
    color: #003864;
    text-decoration: underline;
}

    a:hover, a:focus, input:focus {
        text-decoration: none;
        outline: none;
        outline: 0;
    }

h1 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

h2 {
    z-index: 0;
    color: #b15c11;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

    h2.noMargin {
        color: #333;
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 0px 0;
    }

h3 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.boldblue {
    color: #00457c;
    font-size: inherit;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 2px 0;
}

p {
    padding: 0px;
    margin: 0 0 14px 0;
}

div#title {
    padding: 15px 10px;
    display: block;
}

    div#title h2 {
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: normal;
        font-style: italic;
        padding: 5px 0;
        margin: 0 0 0px 0;
    }

h2.title {
    color: #003864;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 8px 0;
}

h3.subtitle {
    color: #003864;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin: 0 0 20px 0;
}

div#col2 ul {
    padding: 0 0 0 5px;
    margin: 0 0 15px 0;
    list-style: none;
}

    div#col2 ul li {
        background: url(/components/design/images/bullet_general.gif) no-repeat left 6px;
        padding: 0 0 5px 10px;
        margin: 0 0 0 0;
        list-style: none;
    }

a.learnmore {
    color: #003864;
    font-weight: bold;
    text-decoration: none;
    background: url(/components/design/images/learnmore_arrow.gif) no-repeat 0px 2px;
    padding: 2px 0 2px 16px;
    margin: 0;
}

    a.learnmore:hover {
        text-decoration: underline;
    }

a.print {
    padding: 0 5px 0 0;
    margin: 0;
    float: right;
}

.left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
