body {
    background-color: #ffffff;
}

body, form, input, li, ol, p, div, table, td, textarea, ul {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, Sans-Serif;
    color: Black;
}

/* List styles */
ul {
    margin-left: 23px;
    list-style-type: none;
}

    ul li {
        font-family: Arial, Sans-Serif;
        background-position: top left;
        background-repeat: no-repeat;
        padding: 0 0 5px 10px;
    }

ol {
    margin-left: 45px;
}

    ol li {
        font-family: Arial, Sans-Serif;
        padding: 0 0 2px 0px;
    }

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div#doc {
    float: left;
    border: solid 1px #423c0f;
    border-bottom: none;
    margin: 20px;
    width: 955px;
}

#doc-inner {
    width: 955px;
}

div#hd {
    float: left;
}

div#SearchBox {
    position: absolute;
    top: 0px;
    right: -1px;
}

#Login {
    float: left;
    color: #789933;
    line-height: normal;
    height: 35px;
    position: relative;
    top: 7px;
    padding: 0px 16px 0 0;
}

#SearchLeft {
    float: left;
    background-repeat: no-repeat;
    width: 38px;
    height: 35px;
}

#SearchText {
    float: left;
    color: #789933;
    line-height: normal;
    border-bottom: solid 1px #8f8f8f;
    border-left: solid 1px #8f8f8f;
    height: 35px;
    position: relative;
    top: -1px;
    *top: 0px;
    text-align: right;
    padding: 0 8px 0px 8px;
    margin: 0;
}

.SearchInner {
    margin: 3px 0 0 0;
    color: #789933;
    line-height: normal;
}

#SearchText input {
    border: solid 1px #8f8f8f;
    padding-left: 2px;
}

div#hd-menu /*the width helps push the logon link and search box to the right. might need one of the borders also*/ {
    border-top: solid 1px #8f8f8f;
    border-bottom: solid 1px #8f8f8f;
    float: left;
    width: 955px;
}

/* Links */
a {
    color: #0079c1;
    text-decoration: underline;
}

    a:hover {
        color: #0079c1;
        text-decoration: underline;
    }

    a:visited {
        color: #0079c1;
        text-decoration: underline;
    }

    a img {
        border: none;
    }

p {
    margin: 0 0 6px 0;
}

div {
    margin: 0 0 0px 0;
}

td {
    vertical-align: top;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #5E9732;
}

input[type='submit'], input[type='button'], input[type='reset'] {
    background-image: url(../omni/images/buttons/background.gif);
    background-repeat: no-repeat;
    background-position: top left;
    border: none;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    width: 78px;
    cursor: pointer;
}

#MainImage {
    width: 955px;
    height: 114px;
    z-index: 90;
}

    #MainImage img {
        width: 955px;
        height: 114px;
    }

.Logo {
    margin: 0 0 0 32px;
    position: relative;
}

#Main {
    position: relative;
}

.socialText {
    float: left;
    line-height: 19px;
}

#socialIcons {
    position: absolute;
    top: 35px;
    right: -1px;
    padding: 8px;
}

a.socialButton {
    display: block;
    padding-top: 0px;
    float: left;
    margin-left: 12px;
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
}

    a.socialButton:hover {
        background-position: 0px -19px;
        padding-top: 2px;
    }

/* Title and subtitle on top image. */
#Tagline {
    position: absolute;
    bottom: 0px;
    left: 34px;
    margin-bottom: 6px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: bold;
    z-index: 100;
}

/* Top text (white) on top image. */
.Title {
    font-size: 26px;
    color: white;
    margin-top: 0;
    padding-top: 10px;
    text-transform: lowercase;
}

/* Second line text (dark ) on top image. */
.Subtitle div {
    font-size: 26px;
    color: #333333;
    margin-top: 26px;
    padding-bottom: 7px;
}

#bd-top {
    clear: both;
    position: relative;
    top: 0;
    zoom: 1;
}

/* Band of partial opacity on lower part of top image. */
div.SubtitleMask {
    position: absolute;
    bottom: 0px;
    width: 955px;
    height: 39px;
    background-color: White;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    z-index: 1;
}

/* Left menu styles */
.LeftMenu {
    width: 183px;
    vertical-align: top;
    padding: 18px 0pt 22px 0;
    background-color: #5c881a;
}

    /* Display color and size before A tag is written. NOTE: Position relies on A tag. */
    .LeftMenu li {
        *height: 1px;
        background-image: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
        color: White;
        font-size: 13px;
    }
        /* Highlight/Current classes on LI tag instead of A tag bcz the A tag gets written to the page via jsp. */
        .LeftMenu li.highlight {
            color: White;
            text-decoration: none;
            background: #4f6f25 no-repeat left 1px;
        }

        .LeftMenu li a,
        .LeftMenu li a:visited {
            color: White;
            display: block;
            font-size: 13px;
            *height: 1px;
            text-decoration: none;
            text-indent: -4px;
            padding: 1px 8px 2px 44px;
        }

        /* Distinguish between A tags with and without HREF attribute. No rollover for those w/o HREF. */
        .LeftMenu li a:hover {
            color: White;
            text-decoration: none;
            background: none;
            background-image: none;
        }

        .LeftMenu li a:link:hover,
        .LeftMenu li a.highlight {
            color: White;
            text-decoration: none;
            background: #4f6f25 no-repeat left 1px;
        }

        .LeftMenu li a:hover,
        .LeftMenu li a.current {
            background-image: url(../omni/Images/Elements/MenuArrow.gif);
        }

        .LeftMenu li a.current {
            font-weight: bold;
        }

#left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}
    /* can probably get rid of this and the next. there are no ul inside a ul for left-menu */
    #left-menu ul ul li a {
        background-color: #7aa751;
        background-position: 12px 1px;
        padding-left: 56px;
    }

        #left-menu ul ul li a:hover {
            background-color: #4f6f25;
        }
/* End left menu styles */

/* Table styles */
.BodyWrapper {
    height: 300px;
    padding: 18px 10px 20px 25px;
    width: 750px;
}
    /* Table cell default */
    .BodyWrapper td {
        vertical-align: top;
    }

.FooterLeft {
    width: 183px;
    height: 41px;
    background-color: #FFFFFF;
    border-top: solid 1px #423c0f;
    padding: 8px 0 4px 0;
    padding-left: 32px;
}

    .FooterLeft a {
        margin-left: 32px;
    }

.FooterRight {
    font-family: Arial, Sans-Serif;
    text-align: center;
    vertical-align: middle;
    border-top: solid 1px #423c0f;
    border-bottom: solid 1px #423c0f;
}

.FooterLinks {
    font-size: 12px;
    margin: 12px 0 0 0;
}

    .FooterLinks a {
        margin: 0 3px 0 3px;
    }

        .FooterLinks a, .FooterLinks a:visited {
            color: #525051;
            text-decoration: none;
        }

            .FooterLinks a:hover {
                color: #525051;
                text-decoration: underline;
            }

/* Logout button */
#LogoutContainer {
    position: relative;
    zoom: 1;
}

.editor-field {
    margin-bottom: .8em;
}

.editor-label {
    font-weight: bold;
}

    .editor-label:after {
        content: ":"
    }
