﻿body
{
    margin: 0px;
    padding: 0px;
}

body, p, td, ul, ol, div
{
    font-size: 10pt;
}

body *
{
    font-family: Verdana, Arial, sans-serif;
}

#pageContainer
{
    text-align: center;
}

#page
{
    margin-top: 0px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#systemNavigation
{
    margin-top: 0px;
    text-align: right;
    background-image: url('/images/base/BG-SystemBar.gif');
    background-repeat: no-repeat;
    width: 960px;
    height: 33px;
}

#systemNavigation ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}

#systemNavigation ul li
{
    color: white;
    display: inline-block;
    padding: 5px;
}

#systemNavigation a
{
    color: white;
}

#header
{
    height: 389px;
    text-align: center;
    vertical-align: middle;
}

#mainNavigation
{
    text-align: center;
}

#mainNavigation ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#mainNavigation ul li
{
    background-color: green;
    color: white;
    display: inline-block;
    padding: 10px;
    margin: 0px 7px 0px 7px;
    font-weight: bold;
}

#mainNavigation a
{
    color: white;
}

#leftNavigation
{
    width: 225px;
    float: left;
}

#leftNavigation h1
{
    font-size: 12pt;
    color: green;
    margin-left: 15px;
}

#leftNavigation ul
{
    list-style: none;
    margin: 0px;
    padding-bottom: 20px;
    padding: 0px 0px 0px 20px;
}

#leftNavigation li
{
    padding-bottom: 10px;
}

#leftNavigation li ul
{
    padding-top: 10px;
}


#leftNavigation li li
{
    list-style: disc;
    padding-bottom: 10px;
}

#leftNavigation li li a
{
    color: orange;
}

#leftNavigation a
{
    color: green;
}

#featuredNews
{
    float: left;
    padding: 0px 5px 0px 5px;
}

#recentNews
{
    width: 409px;
    float: right;
}

#featuredVideo
{
    width: 409px;
    float: right;
}

#contentContainer
{
    background-image: url('/images/base/BG-Content.gif');
    background-repeat: repeat-y;
    padding: 10px 10px 0px 10px;
    display: inline-block;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

#internalContent
{
    padding-right: 20px;
}

#internalContent p
{
    line-height: 24px;
}


#internalContent h2
{
    color: green;formLabel formRequired
    padding-top: 5px;
    margin-top: 0px;
}

#internalContent h3
{
    color: orange;
    padding-top: 0px;
    margin-top: 0px;
    border-bottom: 1px orange solid;
    line-height: 40px;
}

#internalContent img
{
    padding-left: 10px;
}

#internalContent table
{
    padding-bottom: 20px;
}

#internalContent a
{
    color: green;
}

#internalContent a:hover
{
    color: orange;
}

#internalContent h3.heading
{
    color: green;
}

#contentArea
{
    width: 700px;
    float: right;
}

#footer
{
    overflow: hidden;
    display: block;
    margin-top: 0px;
    width: 960px;
    background-image: url('/images/base/BG-Footer.gif');
    background-repeat: no-repeat;
    height: 135px;
    clear: both;
}

#footer div.left
{
    float: left;
    padding: 65px 0px 50px 0px;
}

#footer div.left img
{
    border-style: none;
}

#footer span.footerNav
{
    font-size: 12pt;
}

#footer span.copyright
{
    font-size: 8pt;
    line-height: 30px;
}


#footer ul li
{
    display: inline-block;
    padding-right: 5px;
}

#footer div.right
{
    float: right;
    text-align: right;
    padding: 50px 50px 0px 0px;
}

#footer a
{
    color: green;
}

.Status
{
    font-weight: bold;
    color: Red;
    border: solid 1px Red;
    margin: 8px;
    padding: 5px;
}

#COGreen
{
    width: 519px;
}

#COGreen div.GreenTitleBar
{
    background-image: url('/images/base/TB-Green.gif');
    background-repeat: no-repeat;
    width: 519px;
    height: 47px;
}

#COGreen div.GreenTitleBar h2
{
    color: white;
    font-size: 14pt;
    font-weight: normal;
    padding: 10px 0px 5px 10px;
}

#COGreen h3
{
    color: #FF9900;
}

#COGreen div.COContent img
{
    text-align: right;
}


#COGreen div.COContent
{
    padding: 10px;
    background-image: url('/images/base/CO-BG-519.gif');
}

#COGreen div.COOptions
{
    text-align: right;
    clear: right;
}

#COOrange
{
    width: 399px;
}

#COOrange div.OrangeTitleBar
{
    background-image: url('/images/base/TB-Orange.gif');
    background-repeat: no-repeat;
    width: 399px;
    height: 47px;
}

#COOrange div.OrangeTitleBar h2
{
    color: white;
    font-size: 14pt;
    font-weight: normal;
    padding: 10px 0px 5px 10px;
}

#COOrange h3
{
    color: #FF9900;
}

#COOrange div.COContent img
{
    text-align: right;
}


#COOrange div.COContent
{
    padding: 10px;
    background-image: url('/images/base/CO-BG-399.gif');
}

#COOrange div.COOptions
{
    text-align: right;
    clear: right;
}

/* -------------------------- */
/* modal pop-up               */
/* -------------------------- */
.modalBackground
{
    background-color: #000000;
    filter: alpha(opacity=75);
    opacity: 0.75;
}
.modalPopup
{
    background-color: #FFFFFF;
    margin: 5px;
    border: 2px solid #000000;
    padding: 2px;
}
.modalHandle
{
    background-color: rgb(11, 0, 210);
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana;
    padding: 2px;
    border-bottom: 2px solid #000000;
    cursor: move;
    color: rgb(255, 255, 255);
    text-align: left;
}

.jobApp
{
/*    left: 20px;
    top: 20px;
    position: absolute;
    width: 600px;*/
}
h2 .jobApp
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}
.jobApp_Header
{
    background-color: rgb(138,170,80);
    color: White;
    font-weight: bold;
    padding-left: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.jobApp_Content
{
    border: solid 1px rgb(138,170,80);
    padding: 0px 5px 15px 20px;
}

.formLabel
{
    font-family: Verdana;
    font-size: 10pt;
    margin-top: 6px;
}
.formRequired
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}
.formInput
{
    margin-left: -2px;
}
input:focus
{
    background-color: rgb(204,255,204);
    /*background-color: rgb(245,245,175);*/
}
select:focus
{
    background-color: rgb(204,255,204);
    /*background-color: rgb(245,245,175);*/
}
.formControl
{
    font-family: Verdana;
    font-size: 9pt;
}
.formValidator
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: Red;
}
