/*****************************************************
******** CMS - Style Sheet
*****************************************************/

/*****************************************************
******** Redefined HTML Tags
*****************************************************/
body
{
    margin: 0px 0px 0px 0px;
    background-image: url(/images/template/background_repeater.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #FAFBFD;
}

input
{
    border: 1px solid #999999;
    font: 9pt Verdana, Helvetica, sans-serif;
    padding: 4px;
    background-color: #FEFEFE;
}

textarea
{
    border: 1px solid #999999;
    font: 9pt/14pt Verdana, Helvetica, sans-serif;
    padding: 4px;
    background-color: #FEFEFE;
}

input.clear, .clear input
{
    border: 0px;
    background-color: Transparent;
}

img
{
    border: none;
}

/*****************************************************
******** Site Design & Layout
*****************************************************/

.mainContainer
{
    width: 725px;
    margin: 0 auto;
}

.subContainer
{
    width: 725px;
    float: left;
}

.header
{
    height: 82px;
    text-align: center;
    vertical-align: middle;
    width:100%;
    background-image:url(/images/template/header_repeater.gif);
    background-repeat: repeat-x;

}

.headerShowCase
{
    background-color:#FFFFFF;
    height:182px;
    padding-left:20px;
    margin: 0 auto;
    width: 1200px;
}

.headerShowCaseImg
{
    margin:20px 0px 20px 5px;
    float:left;
}

.sponsor
{
    text-align: center;
    padding-top: 15px;
    font: 18px/24px Arial, Sans-Serif;
    color: #003E78;
    background-color: #FFFFFF;
}

.topNav
{
    height: 60px;
    margin: 0 auto;
    float: left;
    width:100%;
    background-image:url(/images/template/nav_repeater.gif);
    background-repeat: repeat-x;
}

.homeContent
{
    width:585px;
    text-align: justify;
    margin: 0 auto;
    font: 18px/24px Arial, Sans-Serif;
    margin-bottom: 20px;
}

.leftCol
{
    background-color:#194D87;
    float:left;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:10px;
    position:relative;
    width:175px;
    min-height: 400px;
    height: 400px;
    margin-bottom: 20px;
}

html > body .leftCol
{  
    height: auto;  
}

.leftCol ul
{
    text-decoration:none;
    list-style: none;
    margin-left: 10px;
}

html > body .leftCol ul
{
    padding-left: 0px;
}
.leftCol a:link, .leftCol a:visited, .leftCol a:active
{
    color: #ffffff;
    text-decoration: none;
}

.leftCol a:hover
{
    color: #dca000;
    text-decoration: none;
}

.leftColTop
{
    height: 20px;
    background-color: #003e78;
    margin:-10px -10px 15px;
}

.rightCol
{
    position: relative;
    float: right;
    width: 465px;
    left:20px;
    padding: 20px 30px 20px 30px;
    text-align: justify;
    min-height: 400px;
    height: 400px;
}

html > body .rightCol
{  
    height: auto;  
}

.footer
{
    position:relative;
    float: left;
    padding-top: 3px;
    background-image:url(/images/template/bottom-repeater.gif);
    color: #FFFFFF;
    width:100%;
    height: 25px;
    background-repeat: repeat-x;
    font-size: 10px;
}

.toggler
{
    cursor: pointer;
    text-decoration: underline;
}

/*****************************************************
******** Help Tip
*****************************************************/

.helpTip
{
    padding: 1px 4px 1px 4px;
    background-color: #002E92;
    margin: 0px 1px 0px 1px;
    font: 9pt Georgia, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.helpTip:hover
{
    cursor: help;
    padding: 1px 4px 1px 4px;
    background-color: #FFA14F;
    margin: 0px 1px 0px 1px;
    font: 9pt Georgia, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

/*****************************************************
**** Display Styles
*****************************************************/

.errorBox
{
    background-color: #FFFFFF;
    border: 1px solid #A99A6F;
    color: #C10534;
    padding: 3px 3px 3px 3px;
}

.textField
{
    font: 10pt Verdana, Helvetica, sans-serif;
    width: 400px;
    border: 1px solid #999999;
    padding: 4px;
    background-color: #FEFEFE;
}

/*****************************************************
******** Button Styles
*****************************************************/

.actionButton
{
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: #FEFEFE;
    width: 100px;
    height: 25px;
    font: 7.5pt Verdana, Helvetica, sans-serif;
    color: #C10534;
    font-weight: bold;
    margin-bottom: 1px;
    cursor: pointer;
}

.actionButton:hover
{
    border-top: 1px solid #FFA14F;
    border-left: 1px solid #FFA14F;
    border-right: 1px solid #FFA14F;
    border-bottom: 1px solid #FFA14F;
    background-color: #FFFFFF;
    width: 100px;
    height: 25px;
    font: 7.5pt Verdana, Helvetica, sans-serif;
    color: #C10534;
    font-weight: bold;
    margin-bottom: 1px;
    cursor: pointer;
}
