﻿html
{
    min-height: 100%;
    margin-bottom: 1px;
}
body
{
    background-color: white;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 20px 0px 0px 0px;
    text-align: left;
    background-image: url(Theme_Images/Backgrounds/pageBackground.gif);
}

/*****************************************/
/** Hyperlink Styles                    **/
/*****************************************/

a:link 
{
    color: #003399;
    text-decoration: none;
}

a:visited 
{
    color: #003399;
    text-decoration: none;
}

a:hover 
{
    color: #003399;
    text-decoration: underline;
}

a:active 
{
    color: #003399;
    text-decoration: underline;
}

.footerContainer a:link 
{
    color: #FFFFFF;
    text-decoration: none;
}

.footerContainer a:visited 
{
    color: #FFFFFF;
    text-decoration: none;
}

.footerContainer a:hover 
{
    color: #FFFFFF;
    text-decoration: underline;
}

.footerContainer a:active 
{
    color: #FFFFFF;
    text-decoration: underline;
}

/*****************************************/
/** Page Layout Styles                  **/
/*****************************************/

.pageOuterContainer
{
    width: 100%;
    text-align: center;
}

.pageInnerContainer
{
    margin-left: auto;
    width: 958px;
    text-align: left;
    margin-right: auto;
}

.headerContainer
{
    margin-top: 0px;
    background: url(Theme_Images/Backgrounds/pageBackground_Top.jpg) #ffffff no-repeat;
    float: left;
    width: 959px;
}

.headerTable
{
}

.headerTable .logoContainer
{
    text-align: center;
    width: 153px;
    height: 90px;
    padding-left: 10px;
}

.headerContainer .searchContainer
{
    text-align: right;
    padding-right: 10px;
    color: #000;
    line-height: 3.8em;
    /*vertical-align: top;*/
}

.orangeDivider
{
    background-image: url(Theme_Images/Backgrounds/headerBackground_Orange.gif);
    height: 5px;
    width: 958px;
    float: left;
}

.content
{
    background-image: url(Theme_Images/Backgrounds/pageBackground_bottom.gif);
    background-repeat: repeat-y;
    margin-bottom: 0px;
    float: left;
    width: 958px;
    background-color: #eeeeee;
}

.bannerContainer
{
    background-color: #1e4775;
    background-image: url(Theme_Images/Banners/Default.jpg);
    height: 182px;
    width: 953px;
    padding-left: 5px;
}

.pageHeaderContainer 
{
    height: 182px;
    width: 30%;
}

.breadcrumbContainer 
{
    height: 22px;
    line-height: 2.0em;
    border-right: 1px solid #ACA899;
    width: 957px;
    background-color: #eeeeee;
    margin-left: 1px;
    margin-right: 1px;
    text-align: left;
}

.contentContainer
{
    background-color: #eeeeee;
    float: left;
    width: 957px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 10px;
    border-right: 1px solid #ACA899;
}

.contentContainer .sideColumn
{
    width: 285px;
    float: left;
    background-color: #eeeeee;
}

.contentContainer .mainColumn
{
    width: 635px;
    float: left;
    background-color: #eeeeee;
    text-align: center;
}

.footerContainer
{
    margin-top: 0px;
    background: url(Theme_Images/Backgrounds/pageBackground_LowerBlue.gif) no-repeat;
    float: left;
    width: 959px;
    height: 17px;
    color: #FFFFFF;
    line-height: 1.5em;
    padding-left: 2px;
}

/*****************************************/
/** Page Navigation Styles              **/
/*****************************************/

.navigationTable 
{
    border-left: 1px solid #ACA899;  
}

.navigationStartItem
{
    background-image: url(Theme_Images/Navigation/startImage.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #f8f8f8;
    /* use this width to add in an extra menu item 
    width: 140px;*/
    width: 222px;
}

.navigationContainer
{
    background-color: #f8f8f8;
}
.navigationItem
{
}
.navigationItem .link
{
    background-image: url(Theme_Images/Navigation/background.gif);
    color: #000000;
    display: block;
}
.navigationItem a
{
    display: block;
    color: #000000;
    float: left;
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 92px;
    border-top-style: none;
    padding-top: 6px;
    background-repeat: no-repeat;
    border-right-style: none;
    border-left-style: none;
    height: 21px;
    text-align: center;
    text-decoration: none;
    border-bottom-style: none;
}
.navigationItem a:hover
{
    background-image: url(Theme_Images/Navigation/hover.gif);
    color: #ffffff;
}

/*****************************************/
/** Page Content Box Styles             **/
/*****************************************/

.contentBox
{
        line-height: 1.6em;
}

.contentBox .topLeft
{
    width: 12px;
    height: 14px;
    background-image: url(Theme_Images/Boxes/topLeft.gif);
    background-repeat: no-repeat;
    line-height: normal;
}

.contentBox .top
{
    background-image: url(Theme_Images/Boxes/top.gif);
    background-repeat: repeat-x;
    height: 14px;
    line-height: normal;
}

.contentBox .topRight
{
    width: 12px;
    height: 14px;
    background-image: url(Theme_Images/Boxes/topRight.gif);
    background-repeat: no-repeat;
    line-height: normal;
}

.contentBox .left
{
    background-image: url(Theme_Images/Boxes/left.gif);
    background-repeat: repeat-y;
    width: 12px;
}

.contentBox .boxContent
{
    padding: 10px;
    background-color: #FFFFFF;
    text-align: left;
}

.contentBox .right
{
    background-image: url(Theme_Images/Boxes/right.gif);
    background-repeat: repeat-y;
    width: 15px;
}

.contentBox .bottomLeft
{
    width: 12px;
    height: 14px;
    background-image: url(Theme_Images/Boxes/bottomLeft.gif);
    background-repeat: no-repeat;
}

.contentBox .bottom
{
    background-image: url(Theme_Images/Boxes/bottom.gif);
    background-repeat: repeat-x;
    height: 14px;
}

.contentBox .bottomRight
{
    width: 12px;
    height: 14px;
    background-image: url(Theme_Images/Boxes/bottomRight.gif);
    background-repeat: no-repeat;
}

.boxContent .categoryHeader
{
    /*background-color: #1e4775;
    height: 3px;*/
    background-color: #999999;
    height: 1px;
}

.boxContent .pageBlurb
{
    font-family: verdana;
    font-size: 13px;
    font-weight: bold;
    /*1e4775*/
}

.boxContent .title
{
    border-bottom: 1px solid #999999;
    font-size: 14px;
    font-weight: bold;
    /*1e4775*/
}

.boxContent .titleNoBorder 
{
     /*font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
   color: #0B2B7E;*/
    border-bottom: 1px solid #999999;
    font-size: 14px;
    font-weight: bold;
}

.contentBox .contactForm 
{
    width: 100%;
}

.contactForm td 
{
    vertical-align: top;
}

.contactForm .textBox 
{
    width: 99%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.contactForm .button 
{
    background-image: url(Theme_Images/Navigation/background.gif);
    color: #000000;
    display: block;
    border: 1px solid #ACA899;
    display: block;
    margin: 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 82px;
    border-top-style: none;
    background-repeat: no-repeat;
    height: 26px;
    text-align: center;
    text-decoration: none;

}

.contentBox .defaultForm 
{
    width: 100%;
}

.defaultForm td 
{
    vertical-align: top;
}

/*****************************************/
/** Page Text Styles                    **/
/*****************************************/

.pageHeaderText 
{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.pageDescriptionText 
{
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.4em;
}



/*****************************************/
/** Display Styles                      **/
/*****************************************/

.hidden 
{
    display: none;
}

