﻿body
{
    background: #FCBD64 url('../images/homebg.gif') repeat-x;
}

#header
{
    height:126px;
    background-color:#ffffff;
}

#banner
{
   height:288px; 
}

.bannerImage 
{
    width:870px;
    height:288px;
}

#slideShowImage {
    overflow:hidden;
    height:288px;
    z-index:-1;
}



#slideshowText {
    z-index:99;
    overflow:hidden;
    height:80px;   
    top: 200px;
    left: 305px;
}

.bannerText
{
    color:White;
    font:  24px Palatino Linotype;
    background-color: #0C2446; 
    padding: .2em 0em .5em .5em;
    width:553px;
}

#main
{
    padding-top: 1em;
    position:relative;
    color:#ffffff;
    background-color:#0C2446;
    min-height:200px;
    font-family: Trebuchet MS, Verdana;
}

#main a { color: #ffffff; }
#main li { margin-bottom:1.5em; }


h1
{
    font-size: 1.4em;
    padding-bottom:1em;
}

.ui-state-default.orange, .ui-widget-content .ui-state-default.orange { border: 1px solid #906437; background: #e67814 url(images/ui-bg_highlight-soft_60_e67814_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-hover.orange, .ui-widget-content.orange .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #e57c24; background: #aa5918 url(images/ui-bg_highlight-soft_50_aa5918_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active.orange, .ui-widget-content.orange .ui-state-active { border: 1px solid #f1edea; background: #f27402 url(images/ui-bg_highlight-hard_30_f27402_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }



