/*@charset "utf-8";
CSS Document */

/* RESET */
*
{
    margin: 0;
    padding: 0;
}
html
{
    overflow-y: scroll; /* Fix scroll jump */
    overflow: -moz-scrollbars-vertical; /* Fix firefox */
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background: url(../images/templates/header-background.gif) top left repeat-x #eeeeee;
    line-height: 18px;
}
ul
{
    list-style: none inside;
}
p
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
}
a
{
    outline: none;
    border: 0;
}
a img
{
    border: 0;
}

a:link
{
    color: #2a6bb9;
}
a:visited
{
    color: #2a6bb9;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #2a6bb9;
}

.smallBodyText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #787878;
}

.smallGreyText
{
    font-size: 11px;
    line-height: 15px;
    color: #868585;
}
h1
{
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: bold;
}
h1 a
{
    text-decoration: none;
}
h1 a:hover
{
    color: #2a6bb9;
    text-decoration: underline;
}
h2
{
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 20px;
    font-style: normal;
    font-weight: bold;
}
h2 a
{
    text-decoration: none;
}
h2 a:hover
{
    color: #2a6bb9;
    text-decoration: underline;
}
h3
{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    color: #868585;
}
/* END RESET */

/* TOOLBOX */

.floatleft
{
    float: left;
}
.floatright
{
    float: right;
}
.clear
{
    clear: both;
}
/* END TOOLBOX */

/* STRUCTURE AND STUFF */

div#footerContainer
{
    background: url(../images/templates/footer-background.gif) no-repeat center bottom scroll;
    margin: 0;
    padding: 0 0 14px;
}
div#headerContainer
{
    margin: 0 auto;
    width: 883px;
    height: 117px;
    background: url(../images/templates/header.gif) top center no-repeat;
}
div#headerContainer h1
{
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}
div#searchBar
{
    float: right;
    width: 500px;
    padding: 27px 0 29px 0;
}
div#searchField
{
    float: right;
    width: 322px;
    padding: 0 0 0 10px;
}
div#searchText
{
    float: right;
    padding: 6px 0 0 0;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}

div#headerMenuContainer
{
    float: right;
    height: 29px;
    margin: 0;
    padding: 0 20px 0 0; /*overflow: hidden;*/
}
div#headerMenu
{
    margin: 0;
}

div#mainContainer
{
    margin: 0 auto;
    background: url(../images/templates/content-background.gif) top center repeat-y scroll;
}
div#mainContainerInner
{
    width: 883px;
    border-top: #bebebe solid 1px;
    border-left: #bebebe solid 1px;
    border-right: #bebebe solid 1px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
div#advertContent
{
    background: #dadada url(../images/templates/ad-background.gif) top left repeat-x;
    margin: 0;
    padding: 0;
    border-bottom: #bebebe solid 1px;
}
div#advertContentBanner
{
    width: 750px; /*BANNER WIDTH*/
    min-height: 50px;
    margin: 0 auto;
    padding: 5px;
}
div#mainMenu
{
    margin: 0;
    padding: 0;
    border-bottom: #bebebe solid 1px;
    overflow: hidden; /*prevent bottom bar collapsing*/
}
div#leftPanel
{
    width: 618px;
    margin: 0;
    padding: 16px 0 16px 16px;
    min-height: 270px;
    float: left;
}
div#contentText
{
    margin: 0;
    padding: 16px 16px 12px;
    background: #fff;
}
div#rightPanel
{
    width: 215px;
    margin: 0;
    padding: 16px 16px 16px 5px;
    min-height: 270px;
    float: right;
}

div#footerbar
{
    margin: 0;
    padding: 8px;
    text-align: center;
}
div#footerbar ul
{
    list-style: none;
}
div#footerbar ul li
{
    display: inline;
    padding: 0 3px 0 3px;
    font-size: 11px;
}
div#footerbar ul li a
{
    text-decoration: none;
}
div#footerbar ul li a:hover
{
    text-decoration: underline;
}
div#footerbar div#credits
{
    margin: 0;
    padding: 10px 10px 0;
    text-align: center;
    font-size: 11px;
}


/******************* NAVIGATION BARS *******************/

/* HEADER MENU */

div#headerMenu ul
{
    list-style: none;
    margin: 0;
}
div#headerMenu ul li
{
    font: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0;
    padding: 0;
}
div#headerMenu ul li a
{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 12px 5px 12px;
    margin: 0 2px 0 0;
    border-top: #567fcd 1px solid;
    border-left: #567fcd 1px solid;
    border-right: #567fcd 1px solid;
    background: #2460b0 url(../images/templates/menus/top-menu-blue.gif) top left repeat-x;
}
div#headerMenu ul li a:hover
{
    background: #429be3 url(../images/templates/menus/top-menu-blue.gif) 0 -30px repeat-x;
}
div#headerMenu ul li.orange a
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 12px 5px 12px;
    margin: 0;
    border-top: #ff870b 1px solid;
    border-left: #ff870b 1px solid;
    border-right: #ff870b 1px solid;
    background: #ff8a0d url(../images/templates/menus/top-menu-orange.gif) top left repeat-x;
}
div#headerMenu ul li.orange a:hover
{
    background: #ff8a0d url(../images/templates/menus/top-menu-orange.gif) 0 -30px repeat-x;
}

/* MAIN MENU */

div#mainMenu ul
{
    list-style: none;
    margin: 0;
}
div#mainMenu ul li
{
    font: Arial, Helvetica, sans-serif;
    display: inline;
    margin: 0;
    padding: 0;
}
div#mainMenu ul li a
{
    float: left;
    padding: 5px;
    border-right: #bebebe 1px solid;
    color: #2a6bb9;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 12px 5px 12px;
    margin: 0;
    background: #fff url(../images/templates/menus/main-menu-blue.gif) top left repeat-x;
}
div#mainMenu ul li a:hover
{
    color: #FFFFFF;
    background: #2460b0 url(../images/templates/menus/main-menu-blue.gif) 0 -30px repeat-x;
}

div#mainMenu ul li.red a
{
    float: left;
    padding: 5px;
    border-right: #bebebe 1px solid;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    padding: 5px 12px 5px 12px;
    margin: 0;
    background: #a80404 url(../images/templates/menus/main-menu-red.gif) top left repeat-x;
}
div#mainMenu ul li.red a:hover
{
    color: #a80404;
    background: #fff;
}

/* Forms */

.formfields
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    background-color: #F7F7F7;
    width: auto;
    margin: 8px 2px 2px 2px;
    border-top: 1px solid #999999;
    border-right: 1px solid #AAB3B3;
    border-bottom: 1px solid #D5DDDD;
    border-left: 1px solid #AAB3B3;
}
.formlabel
{
    width: 200px;
    text-align: right;
    display: inline-block;
}
.invis
{
 visibility: hidden;
}