﻿body
{
    margin: 0;
    background-position: left top;
    background-image: url(../images/body_bg.png);
    background-repeat: repeat-x;
    background-color: #002b5e;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-family: Calibri, Verdana;
}
p
{
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-top: 16px;
}
h1
{
    font-size: 12pt;
    font-family: Calibri, Verdana;
    font-weight: normal;
    margin: 0px;
    color: #e1edc3;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: #939598 2px solid;
}
h2
{
    font-size: 14pt;
    font-family: Calibri, Verdana;
    font-weight: normal;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 16px;
    color: #fff1e5;
}
a
{
    color: #e1edc3;
}
dfn
{
    font-weight: bold;
    font-style: normal;
}
/* Header of page */
#HeaderPanel
{
    position: relative;
    font-size: 10pt;
    color: #e1edc3;
    width: 1000px;
    height: 102px;
    margin: 0 auto;
    background-image: url(../images/logo_header.png);
    background-repeat: no-repeat;
}
#HeaderPanel .logoHeaderLink
{
    position: absolute;
    display: block;
    left: 122px;
    width: 192px;
    top: 44px;
    height: 24px;
}
#HeaderPanel .dateTimeLabel
{
    position: absolute;
    right: 104px;
    top: 32px;
}
#HeaderPanel .headerMenu
{
    position: absolute;
    bottom: 16px;
    right: 104px;
}
/* Banner panel */
#BannerPanel
{
    position: relative;
    width: 1000px;
    height: 127px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
}
#ImagePoolPanel
{
    position: relative;
    margin: 0 auto;
    top: 10px;
    width: 812px;
    height: 106px;
    text-align: left;
}
#ImagePoolPanel .bigRotator
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 392px;
    height: 106px;
}
#ImagePoolPanel .smallRotator
{
    position: absolute;
    top: 0px;
    left: 392px;
    width: 210px;
    height: 106px;
}
#ImagePoolPanel .smallRotatorRight
{
    left: 602px;
}
#BasicPanel
{
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-image: url(../images/basic_bg.png);
    background-position: 0px 829px;
    background-repeat: repeat-y;
    text-align: left;
}
#LeftGradientPanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 600px;
    background-image: url(../images/left_grad_bg.png);
    background-repeat: no-repeat;
}
#ContentPanel
{
    position: relative;
    margin-left: 81px;
    width: 812px;
    min-height: 667px;
    padding-left: 13px;
    padding-right: 13px;
    height: auto;
    background-color: #003d78;
    background-image: url(../images/content_bg.png);
    background-repeat: repeat-y;
}
#RightGradientPanel
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 81px;
    height: 600px;
    background-image: url(../images/right_grad_bg.png);
    background-repeat: no-repeat;
}
#BottomPanel
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 40px;
    background-image: url(../images/bottom_bg.png);
    background-repeat: no-repeat;
    clear: both;
}
/* Navigation bar */
#NavigationBar
{
    position: relative;
    float: left;
    width: 235px;
    padding-top: 36px;
    padding-bottom: 139px;
    min-height: 490px;
    font-size: 10pt;
    cursor: default;
}
#NavigationBar .mainMenu
{
    margin: 0px 0px 0px 24px;
    border-bottom: #007a9f 2px solid;
    width: 180px;
}
#NavigationBar .mainMenuItem
{
    border-top: #007a9f 2px solid;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #ffffff;
    text-decoration: none;
}
#NavigationBar .mainMenuItemHover
{
    border-top: #007a9f 2px solid;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #6db43f;
    text-decoration: none;
}
#NavigationBar .mainMenuItemSelected
{
    border-top: #007a9f 2px solid;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #ffffff;
    text-decoration: none;
    background-color: #003d78;
}
/* Text Panel */
#TextPanel
{
    position: relative;
    width: 528px;
    padding-left: 12px;
    padding-right: 17px;
    margin-left: 250px;
    height: auto;
    min-height: 600px;
}
#TextPanel ul li
{
    margin-top: 16px;
    margin-bottom: 16px;
}
#TextPanel ul.sampleList
{
    margin: 0px 0px 0px 16px;
    padding: 0px;
    list-style-type: none;
}

#TextPanel ul.openings_list li
{
    margin-top: 5px;
    margin-bottom: 0px;
}
#TextPanel .siteMapPath
{
    margin-top: 8px;
    font-size: 8pt;
}
#TextPanel address
{
    font-style: normal;
    padding-top: 16px;
    padding-bottom: 16px;
}
#TextPanel .fieldLabel
{
    font-size: 9pt;
}
#TextPanel .fieldText
{
    width: 400px;
}
#TextPanel .radioBtn
{
    margin-left: 8px;
}
#TextPanel .pdfLink
{
    padding-left: 24px;
    background-image: url(../images/pdf_icon.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}
#TextPanel .pdfIconLink
{
    padding-left: 16px;
    background-image: url(../images/pdf_icon.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-decoration: none;
}
#TextPanel .tab
{
    padding-left: 2em;
}
.searchPanel
{
    position: relative;
    margin: 32px 0px 32px 24px;
}
.searchTextField
{
    width: 168px;
    height: 19px;
    border-style: none;
    color: #e1edc3;
    background-color: #6db43f;
    font-size: 12px;
    font-family: Calibri, Verdana;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 4px;
    cursor: text;
}
.searchButton
{
    position: relative;
    width: 12px;
    height: 24px;
    border-style: none;
    background-color: Transparent;
    cursor: pointer;
}
#MagicImagePanel
{
    position: relative;
    width: 180px;
    height: 216px;
    margin-left: 24px;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}
#MagicImagePanel div.magicImage
{
    position: absolute;
    width: 90px;
    height: 72px;
    background-position: 0 0;
    overflow: hidden;
}
#MagicImage1
{
    top: 0px;
    left: 0px;
    background-image: url(../images/photo1.jpg);
}
#MagicImage2
{
    top: 0px;
    left: 90px;
    background-image: url(../images/photo2.jpg);
}
#MagicImage3
{
    top: 72px;
    left: 90px;
    background-image: url(../images/photo3.jpg);
}
#MagicImage4
{
    top: 144px;
    left: 0px;
    background-image: url(../images/photo4.jpg);
}
#MagicImage5
{
    top: 144px;
    left: 90px;
    background-image: url(../images/photo5.jpg);
}
#MagicImageText
{
    position: absolute;
    width: 86px;
    height: 68px;
    border: solid 1px #ffffff;
    top: 72px;
    left: 0px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
    font-family: Arial;
    font-size: 10px;
    color: #e1edc3;
    overflow: hidden;
}
.logoFooter
{
    position: absolute;
    display: block;
    width: 235px;
    height: 120px;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/logo_footer.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#HearAboutUsPanel
{
    display: none;
}
/* ======== Contact Us Page Begin ======== */
.contractManText
{
    margin-left: 24px;
    font-family: Arial;
    font-size: 10pt;
    width: 160px;
    height: 52px;
    color: #808080;
}
