﻿/* GENERAL STYLES */

body
{
    margin: 0;
    margin: auto;
    font-family: Arial, Helvetica;
    width: 100%;
}

a img
{
    border: 0;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
    text-align: right;
}

.float-clear
{
    clear: both;
    height: auto;
}

.align-left
{
    float: left;
}

.text-left
{
    text-align:left;
    vertical-align:top;
}

.align-right
{
    float: right;
}



/* END GENERAL STYLES */


/* MAIN LAYOUT */

#OuterHolder
{
    width: 100%;
    margin: 0;
    margin: auto;
    text-align: center;
}

.invisible-anchor
{
    visibility: hidden;
    display: none;
}

noscript p
{
    padding: 1em;
    border: 0.063em solid #CCC;
    font-size: 0.8em;
}

#InnerHolder
{
    width: 62.5em;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#PageMainArea
{
    background-color: #EAEAEA;
    margin: 0;
    background-image: url(../media/images/common/menu_shadow_grey.gif);
    background-repeat: repeat-x;
    width: 62.5em;
    height: auto;
}

/* INTERACTIVE */

#InteractiveBar
{
    height: 1.25em;
    background-color: Gray;
    background-image: url(../Media/Images/Common/BGInteractiveBar.gif);
    border-left: 0.063em solid #CCC;
    border-right: 0.063em solid #CCC;
    font-size: 0.9em;
    color: #AAA;
    padding: 0.75em;
}

#InteractiveBar a
{
    color: #AAA;
    text-decoration: none;
}

/* END INTERACTIVE */

/* HEADER */

#Header
{
    height: 4.5em;
    background-color: #FFF;
}

#Header .float-right img
{
    float: left;
    margin: 0.4em 0em 0em 0.5em;
    display: inline;
}

#Header .float-right .btn-blue
{
    float: left;
    margin: 0.4em 0em 0em 0.5em;
    display: inline;
}

#Header .btn-gray
{
    float: left;
    margin: 0.4em 0em 0em 0.5em;
    display: inline;
}

.google-translate
{
    float: left;
    margin-right: 0em;
    height: 4em;
    overflow: hidden;
    width: 10em; 
    margin-left: 0.5em;
    text-align: right;
    margin-top: 0.45em;
    display: inline;
}

ul#contactmenu
{
    float: left;
    list-style: none;
    margin-top: 0.35em;
    margin-left: 0.5em;
    padding: 0;
}

ul#contactmenu li.mega
{
    float: left;
    position: relative;
    width: 114px;
    height: 34px;
    background-image: url('/Media/Images/Common/btnContactUs_off.gif');
}

ul#contactmenu li.mega:hover
{
    float: left;
    position: relative;
    width: 114px;
    height: 1.9em;
    background-image: url('/Media/Images/Common/btnContactUs_over.gif');
    background-repeat: no-repeat;
}

ul#contactmenu li.mega div
{
    display: none;
}

ul#contactmenu li.hovering div
{
    display: block;
    position: relative;
    top: 30px;
    left: 0.13em;
    z-index: 4000;
    background-color: #123881;
}

.main-contact-items
{
    background-color: #2A5FAB;
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    z-index: 0;
    text-align: left;
}

.contact-panel
{
    z-index: 999999999;
}

.main-contact-items li
{
    white-space: nowrap;
    clear: both;
    font-size: 0.8em;
    width: 16em;
    font-weight: bold;
}


.main-contact-items li a
{
    display: block;
    background-color: #2A5FAB;
    color: White;
    text-decoration: none;
    padding: 0.5em 0.5em 0.5em 0.5em;
    z-index: 999999;
}


.main-contact-items li a:hover
{
    display: block;
    background-color: #3D72BE;
    padding: 0.5em 0.5em 0.5em 0.5em;
    width: auto;
    color: White;
}



/* END HEADER */

/* TOP MENU */

div#TopMenu
{
    height: 2.6em;
    background-image: url(../Media/Images/Common/BGTopMenu.gif);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #184A8F;
}

ul#menu
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu li.mega
{
    display: inline;
    float: left;
    position: relative;
    font-size: 1em;
    color: White;
    font-weight: bold;
    border-right: 0.063em solid #2458A1; 
    line-height: 2.6em;
    margin: auto;
    height: 2.6em;
    background-image: url(../media/images/common/menu_top_off.gif);
    background-repeat: repeat-x;
}

ul#menu li.mega:hover
{
    display: inline;
    position: relative;
    float: left;
    font-size: 1em;
    color: White;
    font-weight: bold; 
    margin: 0;
    background-image: url(../media/images/common/menu_top_over.gif);
    background-repeat: repeat-x;
    background-color: #123881;
    z-index: 999999;
}

ul#menu li.mega a
{
    display: block;
    color: White;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    z-index: 999999;
    width: auto;
}


ul#menu li.mega div
{
    display: none;
}

ul#menu li.hovering div
{
    display: block;
    margin: auto;
    top: 2.6em;
    left: 0em;
    z-index: 8000;
    background-color: #123881;
}


#liServices
{
    width: 8.3em;
}


#liInfo
{
    width: 8.3em;
}

#liLinks
{
    width: 7em;
}

#liCareer
{
    width: 7.5em;
}

#liAbout
{
    width: 7em;
}


.sub-list-menu
{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    width: 13em;
    float: left;
}

.sub-list-menu2
{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 100%;
    width: 13em;
    float: left;
}

.sub-list-menu li, .sub-list-menu2 li
{
    white-space: nowrap;
    font-size: 0.8em;
    position: relative;
    background-color: #123881;
    padding: 0em;
    margin: 0em;
}

.sub-list-menu li a, .sub-list-menu2 li a
{
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.sub-list-menu li a:hover, .sub-list-menu2 li a:hover
{
    background-color: #3D72BE;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.one-col-menu
{
    width: 13em;
}

.two-col-menu
{
    width: 26em;
}

.SearchTextBox
{
    font-size: 1em;
    color: #C5D6EA;
    border: 0em;
    margin: 0em;
    text-align: left;
    margin-top: 0.188em;
    float: left;
    width:12em;
}

.SearchArea
{
    float: right; 
    background-color: White;
    border-left: solid 0.063em #CAD6E8;
    border-top: solid 0.063em #9BB2D3;
    border-right: solid 0.063em #CAD6E8;
    border-bottom: solid 0.063em #E2E9F3;
    width: 14.438em;
    height: 1.625em;
    margin-top: 0.4em;
    margin-right: 0.35em;
    text-align: left;
    vertical-align: baseline;
    padding: 0.125em;
    display: inline;
}

.btnSearchStyle
{
    float: right;
    margin-top: 0.063em;
}

/* END TOP MENU */

/* HOME PAGE STYLES */

#AdvertArea
{
    text-align: left;
    overflow: hidden;
    margin-top: 0;
    height: 16em;
}

#AdvertArrowLeft
{
    float: left;
    z-index: 19999;
    position: relative;
    top: -16em;
    left: 0;
    padding: 0.625em;
}

#AdvertThumbs
{
    float: left;
    z-index: 19999;
    position: relative;
    top: -16em;
    left: 0;
    padding: 0.625em;
}

#AdvertArrowRight
{
    float: right;
    z-index: 19999;
    position: relative;
    top: -16em;
    left: 0;
    padding: 0.625em;
}

.AdvertImage
{
    width: 62.5em;
    height: 16em;
    overflow: hidden;
}

#HomePageMenu2
{
    background-color: #CCC;
    height: 2.75em;
    overflow: hidden;
}

#HomePageMenu2 ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#HomePageMenu2 ul li
{
    display: inline;
    float: left;
}

.HomeSub1 img
{
    float: left;
    margin-top: 0.25em;
    padding-left: 1.825em;
}

.HomeSub2 img
{
    float: left;
    margin-top: 0.25em;
    padding-left: 2em;
}

#HomePageNews
{
    width: 21.25em;
    margin-left: 0.625em;
    background-color: White;
    background-image: url(../Media/Images/HomePage/BGNews.jpg);
    background-repeat: no-repeat;
    float: left;
    display: inline;
}

#HomePageNews h2
{
    color: #22539F;
    font-size: 1.4em;
    margin: 0;
}

#HomePageNews .news-item
{
    border-top: solid 0.063em #EAEAEA;
    padding: 0.8em 1em 0.8em 1em;
}

#HomePageNews .news-item-view
{
    padding: 0.8em 1em 0.8em 1em;
}

#HomePageNews .news-item h3
{
    color: #22539F;
    font-size: 1em;
    margin: 0;
}

#HomePageNews .news-item a
{
    color: #22539F;
    text-decoration: none;
}

#HomePageNews .news-item p
{
    color: #22539F;
    font-size: 0.8em;
    margin: 0em 0em 0em 0em;
}

#HomePageNews .news-item img
{
    float: right;
}

#HomePageNews .news-item .news-item-date
{
    font-size: 0.7em;
    color: #ACACAC;
    margin-top: 1.2em;
}

#HomePageWelcome
{
    background-color: #FFF;
    margin-right: 0.625em;
    float: right;
    width: 37.4em;
    padding: 1em;
    background-image: url(../Media/Images/HomePage/BGNews.jpg);
    background-repeat: repeat-x;
    display: inline;
}


#HomePageWelcome h1
{
    color: #22539F;
    margin: 0;
    font-size: 1.6em;
    line-height: 1em;
}

#HomePageWelcome p
{
    color: #22539F;
    font-size: 0.8em;
}


.ArrowLink
{
    color: #22539F;
    font-size: 1em;
    background-image: url(../Media/Images/common/arrow_blue.gif);
    background-repeat: no-repeat;
    padding-left: 0.625em;
    background-position: middle left;
    text-decoration: none;
}

#HomePageWelcomeButtons
{
    background-color: #FFF;
    margin: 0.625em 0.625em 0em 0em;
    float: right;
    width: 39.4em;
    padding: 0em;
    display: inline;
}

#HomePageWelcomeButtonsHeader
{
    padding: 1em;
    border-bottom: solid 0.063em #EAEAEA;
}

#HomePageWelcomeButtons .buttons
{
    padding: 1em;
}

#HomePageWelcomeButtonsExp
{
    padding: 1.3em;
    color: #22539F;
    font-size: 0.8em;
}



#HomePageWelcomeButtons h2
{
    color: #22539F;
    margin: 0;
    font-size: 1.3em;
    line-height: 1em;
}



#HPTabs
{
    float: right;
    margin:   0em 0.625em 0em 0em;
    width: 39.4em;
    background-color: White;
}

.hptab-holder
{
    background-color: #22539F;
    padding: 0.6em;
    margin: 0em 0.063em 0em 0.063em;
    display: none;
    clear: both;
}

.hptab-holder-inner
{
    background-color: white;
    background-image: url(../Media/Images/HomePage/Services.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #22539F;
    padding: 1em;
    font-size: 0.8em;
    clear: both;
    height: 12em;
}

.hptab-text
{
    width: 26em;
    float: left;
}

.hptab-button
{
    margin-top: 9em;
    margin-right: 0.5em;
    float: right;
}

.hptab-text p
{
    margin-top: 0em;
}

.hptab-text ul
{
    margin-left: 0.938em;
    padding-left: 0px;
}

.tab-holder
{
    background-color: White;
    margin-top: 0em;
}

/* END HOME PAGE STYLES */

/* MAIN PAGE STYLES */

.sub-menu
{
    background: url(../Media/Images/Common/BGsubmenu.gif) repeat-y left top;
    display: block;
    margin: 0;
    width: 62em;
    padding: 0;
    height: auto;
    padding-left: 0.5em;
}

.sub-menu a
{
    height: 1.75em;
    color: #22539F;
    text-decoration: none;
    padding: 0.5em;
    padding-top: 0.75em;
    float: left;
    white-space: nowrap;
    background-color: transparent;
    clear: none;
    font-size: 0.8em;
    font-weight: bold;
}

.sub-menu a:hover
{
    text-decoration: underline;
}

.sub-menu .space
{
    height: 1.75em;
    color: #22539F;
    text-decoration: none;
    padding: 0.5em;
    padding-top: 0.75em;
    float: left;
    white-space: nowrap;
    background-color: transparent;
    clear: none;
    font-size: 0.8em;
    font-weight: bold;
}

#PageViewArticle
{
    background-repeat: repeat-x;
    width: 43.075em;
    background-color: #FFF;
    float: left;
    clear: none;
    overflow: hidden;
    display: inline;
    margin-left: 0.625em;
}

#PageViewArticleText hr
{
    color: #EAEAEA;
    z-index: 222;
    width: 53.925em;
    height: 0em;
    margin-left: -1.1em;
    border-top: 0.063em solid #EAEAEA;
    background-color: #EAEAEA;
}

#PageViewArticleSummary
{
    width: 25.5em;
    padding: 0.765em;
    border-bottom: solid 0.625em #EAEAEA;
    float: left;
    margin-bottom: 0em;
    display: inline;
}

#PageViewArticleSummary h1
{
    color: #22539F;
    margin: 0;
}

#PageViewArticleText a
{
    color: #6699CC;
    font-weight: bold;
}

#PageViewArticleSummary .item-date
{
    font-size: 0.7em;
    color: #ACACAC;
    margin-top: 0.5em;
}

#PageViewArticleSummary .item-summary
{
    font-size: 0.8em;
    color: #22539F;
}

#PageViewArticleText img
{
    padding: 0.3em;
}

#PageViewArticleText .item-date
{
    font-size: 0.8em;
    color: #ACACAC;
    margin-top: 0.5em;
}

#PageViewArticleText .SmallText
{
    font-size: 0.8em;
}

#PageViewArticleImg
{
    float: right;
    padding: 1em;
    text-align: right;
}

#PageViewArticleText
{
    font-size: 0.8em;
    padding: 1.0em;
    color: #22539F;
    clear: left;
    margin-top: -1.3em;
}

.event-break 
{
 border-bottom:0.063em solid #EAEAEA;
 margin-top:0.625em;  
  margin-bottom:0.312em;    
}


#PageViewArticleText h2
{
    font-size: 1.4em;
}

#PageViewArticleText h3
{
    font-size: 1.3em;
}


#PageViewArticleText h4
{
    font-size: 1.2em;
}

#Downloads
{
    width: 17.062em;
    padding: 0.5em;
    float: right;
    border-left: solid 0.063em white;
    border-bottom: solid 0.063em white;
}

#DownloadTitle
{
    font-size: 1.3em;
    color: #22539F;
}

#LeftCol
{
    width: 18.125em;
    float: right;
}

#Features
{
    width: 18.175em;
    float: right;
}

#Features img
{
    margin: 0.625em 0em 0em 0em;
    border-left: solid 0.063em white;
    border-top: solid 0.063em white;
    border-bottom: solid 0.063em white;
}

#WhiteLine
{
    width: 18.125em;
    height: auto;
    float: right;
    border-left: solid 0.063em white;
}

.divFiles
{
    width: 17.125em;
    padding: 0.5em;
    float: right;
    border-left: solid 0.063em white;
    border-bottom: solid 0.063em white;
}

.FilesLink
{
    color: #22539F;
    font-size: 0.9em;
    text-decoration: none;
    font-weight: bold;
}

.FilesInfo
{
    color: #22539F;
    font-size: 0.8em;
    text-decoration: none;
}

.tbl-form tr td input, .tbl-form tr td textarea, .tbl-form tr td select
{
    color: #22539F;
    font-family: Arial;
}

.tbl-form tr td textarea
{
    font-size: 1em;
}

#FeedbackPage
{
    font-size: 0.8em;
    color: #22539F;
}

#FeedbackPage h2
{
    font-size: 1.4em;
    padding-top: 1em;
    padding-left: 1em;
}

#FeedbackPage hr
{
    color: #EAEAEA;
    height: 0em;
    border-top: 0.063em solid #EAEAEA;
}


/* END MAIN PAGE STYLES */

/* FOOTER STYLES */

#Footer
{
    height: 12.5em;
    background-color: #D2DEEC;
    color: #7997C9;
}

#FooterTop
{
    height: 8em;
    border-bottom: solid 0.063em white;
    padding: 1em;
    padding-right: 0.5em;
    padding-top: 1em;
}

#FooterBottom
{
    padding-left: 1em;
    margin-right: 1em;
    font-size: 0.9em;
    margin-top: 0.8em;
    font-size: 0.8em;
}

#FooterBottom a
{
    color: #7997C9;
    font-weight: bold;
}

.footer-tele
{
    font-weight: bold;
}


.footer-address
{
    font-size: 0.7em;
    margin-top: 0.5em;
}

#FooterLogoArea
{
    vertical-align: baseline;
    padding-top: 2.3em;
    padding-bottom: 1em;
    padding-right: 0.5em;
}
/* END FOOTER STYLES */


/* SITE MAP */

.LWUmenu
{
    padding-top: 0.188em;
    padding-bottom: 0.188em;
    color: #22539F;
    font-weight: bold;
}

.LWUmenu a
{
    color: #22539F;
}

/* END SITE MAP */


.SearchPager
{
    background-color: #EAEAEA;
    z-index: 222;
  
        color: #22539F;
}

.SearchPager a
{
        color: #22539F;
}

.Pager
{
    width: 51.825em;
    clear: both;
                color: #22539F;

}

.SearchPager td
{
    padding: 1em;
            color: #22539F;
             
}

.SearchGrid
{
    z-index: 222;
    width: 50.825em;
    margin-left: -1em;
    margin-bottom:-1em;
}

.SearchGridItem
{
    width: 50.825em;
    padding: 1em;
          color: #22539F;
          
}

.texterror 
{
 color:Red;   
}


.cal-area 
{
 margin-top:1em;   
}

.SearchGridItem hr
{
    margin-bottom: -1em;
}

.btnNumPager
{
    margin-right: 0.5em;
    color: #22539F;
    text-decoration:none;
}

.btnNumPagerActive
{
    margin-right: 0.5em;
    color: #22539F;
    text-decoration:underline;
}



#PageViewArticleSummarySearch
{
    padding: 0.765em;
    margin-bottom: 0em;
}

#PageViewArticleSummarySearch h1
{
    color: #22539F;
    margin: 0;
}

#PageViewArticleSummarySearch p
{
  color: #22539F;
    font-size: 0.8em;
}

/* POLL AREA */


.PollArea
{
    width: 17.125em;
    padding: 0.5em;
    float: right;
    background-color: White; 
    margin-top: 0.625em;
}

.PollHeader
{
    color: #22539F;
    font-size: 1.3em;
    margin: 0em;
    font-weight: bold;
}

.PollArea #Answers
{
    color: #22539F;
    font-size: 0.8em;
}

.PollArea fieldset
{
    border: 0em;
    margin: 0em;
    padding: 0em;
}

.PollArea legend
{
    visibility: hidden;
}

.GrayBar
{
    width: 13.5em;
    background-color: #EAEAEA;
    margin-left: 1.25em;
    margin-top: 0.313em;
    float: left;
    padding: 0em;
}

.GrayBar img
{
    margin: 0em;
    border: 0em;
}

.PollOption
{
    margin-top: 0.625em;
    clear: both;
}

.results-text
{
    color: #ccc;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.3em;
    padding-left: 8em;
}

/* END OF POLL AREA */


