body
{
    min-width: 780px;
    margin: 0;
    padding: 0;
    border: 0;
    background-image: url(Images/bg_tile.jpg);
    background-repeat: repeat;
    text-align: center;
    font-family: Verdana, Arial, "Trebuchet MS" , "Lucida Grande" , Helvetica, sans-serif;
    font-size: 60%;
    color: #333333;
    background-color: #FFFFFF;
}
/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6
{
    color: #0F4437;
}

h1
{
    margin: 0 0 0 -1em;
    font-size: 1.5em;
    font-weight: normal;
}
h2
{
    clear: both;
    margin: 1.2em 0em 1.2em -1em;
    font-size: 1.5em;
    font-weight: normal;
}
h3
{
    margin: 1.2em 0em 1.2em -1em;
    font-size: 1.4em;
    font-weight: normal;
}
h4
{
    margin: 1.2em 0em 1.2em -1em;
    font-size: 1.2em;
    font-weight: bold;
}
h5
{
    margin: 1.2em 0em 1.2em -1em;
    font-size: 1.0em;
    font-weight: bold;
}
h6
{
    margin: 1.2em 0em 1.2em -1em;
    font-size: 0.8em;
    font-weight: bold;
}
pre
{
    font-family: monospace;
    font-size: 1.0em;
}

strong, b
{
    font-weight: bold;
}

acronym[title]
{
    cursor: help;
    border-bottom: 1px dotted #333333;
    font-size: 95%;
}
#mainwrapper
{
    margin: 0 auto;
    width: 780px;
    text-align: left;
    background-repeat: repeat-y;
    background-image: url(Images/main_bg.png);
}
#topShadow
{
    height: 20px;
    background-image: url(Images/top_shadow.png);
    background-repeat: no-repeat;
}
#header
{
    position: relative;
    height: 206px;
    margin-left: 10px;
}
#footer
{
    position: relative;
    height: 15px;
    margin-left: 10px;
    clear: both;
    font-size: x-small;
    text-align: center;
}
#branding
{
    position: absolute;
    right: 30px;
    bottom: 45px;
    z-index: 1000;
    text-align: right;
    color: #FFDA09;
}
#companyName
{
    color: #FFDA09;
    font-size: 40px;
}

#logoImage
{
    vertical-align: bottom;
}

#slogan
{
    color: #00CC00;
    font-size: 20px;
}
#breadcrumbs
{
    position: absolute;
    left: 32px;
    bottom: 12px;
    color: #0F4437;
    font-weight: bold;
}
#breadcrumbs a
{
    text-decoration: underline;
    color: #558342;
}

#breadcrumbs a:hover
{
    text-decoration: none;
}

#content
{
    position: relative;
    margin-top: 0px; /*15*/
    min-height: 755px;
    width: 100%;
}

/* Hide from IE5 Mac \*/
* html #content
{
    height: 1%;
}
/* End hide from IE5 Mac */

.leftColumn
{
    float: left;
    display: inline;
    width: 45%;
}
.rightColumn
{
    float: right;
    display: inline;
    width: 45%;
}

#menu
{
    position: absolute;
    left: 10px;
    top: 0;
    width: 180px;
    text-align: left;
    font-size: x-small;
    font-weight: bold;
    margin-top: 10px;
}
#menu a
{
    display: block !important;
    margin-left: 40px;
    background-image: none !important;
    background-repeat: no-repeat;
}
#menu .menuNormal
{
    color: #FFFFFF;
    font-weight: bold;
}
#menu .menuHover
{
    background-color: #D8C68D;
    color: #7B8D52;
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
}
#menu .menuSelected
{
    background-color: #D8C68D;
    color: #304012;
    background-image: url(Images/img_menu_active.gif);
    background-repeat: no-repeat;
}
#menu .subMenu table
{
    background-color: #8E985E;
    background-image: url(Images/subMenu_bg.gif);
    background-repeat: repeat-y;
}
#menu .subMenuNormal
{
    color: #FFFFFF;
    font-weight: bold;
}
#menu .subMenuHover td
{
    background-color: #D8C68D;
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
    color: #8E985E;
}
html > body #menu .subMenuHover
{
    background-color: #D8C68D;
    color: #8E985E;
    background-image: url(Images/img_menu_hover.gif);
    background-repeat: no-repeat;
}
html > body #menu .subMenuHover td
{
    background-color: transparent;
    background-image: none;
}
/* Modal Pop-up Class */
.mainModalTable
{
    border-width: 0px;
    width: 325px;
    background-color: #eadac3;
}
.mainModaTableTD
{
    border-left: 1px solid #ECE9D8;
    border-right: 1px solid #716F64;
    border-top: 1px solid #ECE9D8;
    border-bottom: 1px solid #716F64;
}
.mainModalInnerTable
{
    border-width: 0px;
    width: 100%;
}
.mainModalInnerTableTD
{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACA899;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #ACA899;
}
.mainModalDraggablePanelTD
{
    white-space: nowrap;
    background-color: #ffffff;
    height: 15px;
    width: 99%;
}
.mainModalDraggablePanelCloseTD
{
    background-color: #ffffff;
    width: 1%;
}
.mainModalDraggablePanel
{
    /*cursor:move; */
    width: 100%;
}
.mainModalTitle
{
    color: #000000;
    font-weight: bold;
}
.mainModalContentsTD
{
    white-space: nowrap;
    background-color: #eadac3;
    width: 95%;
}
.modalBackground
{
    background-color: Silver;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
/* End Modal Pop-up Class */

.requiredField
{
    font-weight: bold;
    color: #FF0000;
}
.formbox
{
    background-color: #CEB76F;
    border: 2px solid #0F4437;
    width: 50%;
    padding: 3px;
    margin: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    color: #0F4437;
    text-align: center;
}
.paginate
{
    float: right;
    font-size: small;
    font-weight: bold;
}
.Panel2
{
    border: 2px solid #304012;
    color: #304012;
    background-color: #eadac3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
#search
{
    padding: 0 3.5em 4em;
    width: 80%;
    text-align: center;
    background-color: #D8C68D;
}
#search a
{
    color: #FFFF99;
    text-decoration: underline;
}

#search a:link
{
    text-decoration: underline;
    color: #FFFF99;
}

#search a:hover
{
    text-decoration: none;
}

#search .button
{
    margin: 1em 0;
    border: 1px solid #8E985E;
    background-color: #304012;
    color: #FFFFFF;
    font-weight: bold;
}

#copy
{
    margin-left: 220px; /*215*/
    margin-right: 10px;
    padding: 0 3.5em 4em;
    width: 60%;
}

* html #copy
{
    padding: 0 5em 4em 2em;
}

/* Hide from IE5 Mac \*/
* html #copy
{
    height: 1%;
}
/* End hide from IE Mac*/

#copy ol, #copy ul, #copy li
{
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-size: 1.0em;
    line-height: 1.8em;
}

* html #copy ul
{
    padding-left: 18px;
}

* html #copy li
{
    padding-left: 0.5em;
}

#copy li
{
    list-style-image: url(Images/bullet.gif);
}

#copy p
{
    font-size: 1.0em;
    line-height: 1.8em;
}

#copy li > p
{
    margin-top: 0.2em;
}

#copy .pullQuote
{
    float: right;
    display: inline;
    width: 40%;
    margin: 1em 0 1em 1em;
    font-size: 80%;
    font-weight: bold;
    line-height: 130%;
    background-image: url(Images/logo_mini.gif);
    background-position: right top;
    background-repeat: no-repeat;
    color: #0F4437;
}

#copy a
{
    color: #6a6359;
    text-decoration: underline;
}

#copy a:link
{
    text-decoration: underline;
    color: #009933;
}

#copy a:hover
{
    text-decoration: none;
}

#copy .textBox
{
    border: 1px solid #304012;
    background-color: #8E985E;
    color: #000000;
}

#copy .textBox:focus
{
    background-color: #ECE4D2;
}

#copy .dropDownlist
{
    background-color: #8E985E !important;
    color: #000000;
}

#copy .radioButtonList
{
    margin-left: 1em;
}

#copy fieldset
{
    border: 1px solid #304012;
    padding: 1.5em;
}

#copy legend
{
    color: #666666;
}

#copy .button
{
    margin: 1em 0;
    border: 1px solid #8E985E;
    background-color: #304012;
    color: #FFFFFF;
    font-weight: bold;
}

* html .button
{
    padding: 0 0.5em;
}

#bottomShadow
{
    height: 10px;
    background-image: url(Images/bottom_shadow.png);
    background-repeat: no-repeat;
}

* html #bottomShadow
{
    margin-bottom: -8px;
}

.clearfix:after
{
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix
{
    display: inline-block;
}
/* Fixes IE/Mac */

/* Hides from IE-mac \*/
* html .clearfix, * html .clearfix *
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/*AJAX Tab Container */
/* Product Detail Tabbing Skin Themes [DarthGoo]*/
/*------------------------------------------------------*/
/* default layout */
.DarthGoo__tab_default .ajax__tab_header
{
    white-space: nowrap;
}
.DarthGoo__tab_default .ajax__tab_outer
{
    display: -moz-inline-box;
    display: inline-block;
}
.DarthGoo__tab_default .ajax__tab_inner
{
    display: -moz-inline-box;
    display: inline-block;
}
.DarthGoo__tab_default .ajax__tab_tab .DarthGoo__tab_default .ajax__tab_active
{
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.DarthGoo__tab_xp .ajax__tab_header
{
    background-position: bottom;
    font-family: verdana,tahoma,helvetica;
    margin-top: 3px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 11px;
    background: url('../Office2003 Olive/Web/tab-line.gif') repeat-x bottom;
}
.DarthGoo__tab_xp .ajax__tab_outer
{
    border-style: none none solid none;
    border-width: 1px;
    border-color: #758D5E;
    padding-right: 0px;
    background: url(../Office2003 Olive/Web/tab-right.gif) no-repeat right;
    height: 21px;
}
.DarthGoo__tab_xp .ajax__tab_inner
{
    padding-left: 3px;
    background: url(../App_Themes/Office2003 Olive/Web/tab-left.gif) no-repeat;
}
.DarthGoo__tab_xp .ajax__tab_tab
{
    font: 9pt Tahoma;
    color: black;
    height: 13px;
    border: solid 0px #758D5E;
	padding: 4px 12px 4px 12px;
    margin: 0;
    background: url('../Office2003 Olive/Web/tcTabBack.gif') repeat-x;
}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_outer
{
    background: url('../Office2003 Olive/Web/tab-hover-right.gif') no-repeat right;
}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_inner
{
    background: url('../Office2003 Olive/Web/tab-hover-left.gif') no-repeat;
}
.DarthGoo__tab_xp .ajax__tab_hover .ajax__tab_tab
{
    background: url('../Office2003 Olive/Web/tcTabHBack.gif') repeat-x center top #E2E8C9;
}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_outer
{
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #758D5E;
    font: small Arial, Helvetica, sans-serif;
    color: black;
    padding: 4px 12px 4px 12px;
    background: url('../Office2003 Olive/Web/tab-active-right.gif') repeat-x center bottom #E2E8C9;
}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_inner
{
    background: url('../Office2003 Olive/Web/tab-active-left.gif') no-repeat;
}
.DarthGoo__tab_xp .ajax__tab_active .ajax__tab_tab
{
    background: url('../Office2003 Olive/Web/tcTabABack.gif') repeat-x;
}

.DarthGoo__tab_xp .ajax__tab_body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 1px solid #999999;
    border-top: 0;
    padding: 8px;
    background-color: #E2E8C9;
}

/* scrolling */
.DarthGoo__scroll_horiz
{
    overflow-x: scroll;
}
.DarthGoo__scroll_vert
{
    overflow-y: scroll;
}
.DarthGoo__scroll_both
{
    overflow: scroll;
}
.DarthGoo__scroll_auto
{
    overflow: auto;
}
/*END AJAX Tab Container*/

@media print
{
    body
    {
        border-bottom: 1px solid #000;
        color: #333333 !important;
        background: #FFFFFF !important;
        font-size: 10pt;
        line-height: 12pt;
    }
    h1, h2, h3, h4, h5, h6
    {
        font-weight: bold;
        color: #333333;
    }

    #mainwrapper, #topShadow, #bottomShadow
    {
        background: none;
    }

    #header
    {
        position: static;
        height: auto;
    }

    #menu, #mastheadImage
    {
        display: none;
    }

    #branding
    {
        position: static;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    #companyName
    {
        color: #333333;
    }

    #breadcrumbs
    {
        position: static;
        margin: 1em 0;
        padding-bottom: 2em;
        border-bottom: 1px solid #000000;
        color: #333333;
    }

    #breadcrumbs a
    {
        color: #333333;
    }

    #copy
    {
        margin-left: 0;
        padding: 0 2em;
        width: 80%;
    }

    #copy a
    {
        color: #333333;
    }

    #copy li
    {
        list-style-image: none;
        list-style-type: disc;
    }

    #copy .pullQuote
    {
        display: none;
    }

    #copy .textBox
    {
        border: 1px solid #333333;
        background: none;
    }

    #copy .textBox:focus
    {
        background: none;
    }

    #copy fieldset
    {
        border: 1px solid #333333;
    }

    #copy legend
    {
        padding-bottom: 1em;
    }

    #copy .dropDownlist
    {
        background: none;
    }
}
/*Weather Channel Styles*/
.temp
{
    font-size: 20px;
    font-family: Arial, Tahoma;
    color: #FFFFFF;
}

.cc
{
    font-size: 10px;
    font-family: Arial, Tahoma;
    color: #FFFFFF;
    width: 180px;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

.fcastWeekDay
{
    font-weight: bold;
}

.ccLoc
{
    font-weight: bold;
    color: #FFFFFF;
}

.fcastDate
{
    font-size: 10px;
    font-family: Arial, Tahoma;
}

.curWind
{
    font-size: 10px;
    font-family: Arial, Tahoma;
    color: #FFFFFF;
}

.weatherTable
{
    padding: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
}

.fcastTable
{
    padding: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

.weatherError
{
    color: #FFCC66;
    font-size: 11px;
    margin: 5px 0 5px 0;
}

