﻿html
{
    border-top: 6px solid #000000;
}

body
{
    background-color: #FFFFFF;
    font-family: Georgia, "Hiragino Mincho Pro", serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

ol, ul
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 40px;
    line-height: 1.075;
    font-weight: normal;
    margin: 28px 0 32px 0;
}

h2
{
    font-size: 28px;
    font-weight: normal;
    margin: 0 0 3px 0;
}

h3
{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

a, a:visited
{
    color: #CC0000;
    text-decoration: underline;
}


.dataTable table th, .gridHeaderCenter
{
    background-color: #F6F6F6;
    border-bottom: 1px solid #999999;
    line-height: 1.5;
    padding: 4px 3px;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.gridHeader
{
    background-color: #F6F6F6;
    border-bottom: 1px solid #999999;
    line-height: 1.5;
    padding: 4px 3px;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
}

.dataTable table td, .gridCellCenter
{
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 3px;
    vertical-align: middle;
    text-align: center;
}

.gridCell
{
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 3px;
    vertical-align: middle;
}

.dataTable table td > a > img
{
    padding-top: 5px;
}

.dataTableHeader
{
    padding-top: 12px;
    font-weight: bold;
    text-align: left;
}

.dataTableItem
{
    padding-left: 10px;
    text-align: left;
}

#header
{
    height: 129px;
    margin-bottom: 5px;
    margin: 0 auto;
    padding: 0 10px;
    width: 972px;
}

#headerInfo
{
    padding-bottom: 14px;
}


#splash-black
{
    background-color: #000000;
    width: 100%;
}

#splashTop-black
{
    background: url("/images/splashTop-black.png") repeat scroll 0 0 transparent;
    min-height: 10px;
    width: 100%;
}

#splashBottom-black
{
    background: url("/images/splashBottom-black.png") repeat scroll 0 0 transparent;
    min-height: 10px;
    width: 100%;
}

#splashSlideshow-black
{
    border: 7px solid #FFFFFF;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.splashSlideshow-entry
{
    background: #000000;
    color: #FFFFFF;
    width: 460px;
    height: 58px;
    top: -58px;
    opacity: 0.8;
    position: relative;
    display: block;
}

.splashSlideshow-entryContent
{
    font-size: 16px;
    margin: 0;
    padding: 5px;
    display: block;
    height: 58px;
}


#splash-red
{
    background-color: #C43F2C;
    width: 100%;
}

#splashTop-red
{
    background: url("/images/splashTop-red.png") repeat scroll 0 0 transparent;
    min-height: 9px;
    width: 100%;
}

#splashBottom-red
{
    background: url("/images/splashBottom-red.png") repeat scroll 0 0 transparent;
    min-height: 9px;
    width: 100%;
}

#splashContainer
{
    margin: 0 auto;
    padding: 0 10px;
    width: 972px;
    color: #FFFFFF;
}

.splashGrid
{
    display: inline;
    float: left;
    position: relative;
}

.splashGrid_textUnderline
{
    border-bottom: 2px solid #ED1B23;
}

.splashGrid > h1
{
    font-size: 42px;
    margin-top: 5px;
    margin-bottom: 18px;
    line-height: 50px;
}

.splashGrid > h2
{
    font-size: 20px;
    margin: 0;
    margin-bottom: 18px;
    text-align: justify;
    line-height: 35px;
    padding-top: 10px;
}

.splashGrid > h3
{
    font-size: 18px;
    margin: 0;
    margin-bottom: 8px;
    color: #F8C100;
    padding-top: 5px;
}

.splashGridClear
{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#noSplash
{
    margin: 0 auto;
    padding: 0 10px;
    width: 972px;
}

#content
{
    margin: 0 auto;
    padding: 0 10px;
    width: 972px;
}

#footer
{
    clear: both;
    margin: 0 auto;
    padding: 35px 10px 0px 10px;
    width: 972px;
}


#logo
{
    float: left;
    padding-top: 26px;
    padding-left: 20px;
    width: 270px;
}

#menu
{
    float: left;
    margin-left: 10px;
    padding-top: 25px;
    font-size: 14px;
    line-height: 22px;
}

.menu-col
{
    float: left;
    margin-left: 20px;
    width: 150px;
}

.menu-col a, .menu-col a:visited
{
    color: #000000;
    text-decoration: none;
}

.menu-col a:hover
{
    text-decoration: underline;
}

.menu-category
{
    color: #CC0000;
    letter-spacing: 0.1em;
    line-height: 16px;
    text-transform: uppercase;
}

.menu-links
{
    margin-top: 5px;
}

.menu-link-active
{
    background: transparent url(/images/nav-arrow.png) no-repeat scroll 0 -8px;
    left: -7px;
    padding-left: 7px;
    position: relative;
}


.dotted-line
{
    background-image: url(/images/line_dotted.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    height: 1px;
}

.c2-left
{
    float: left;
    width: 287px;
}

.c2-left > img
{
    border: 1px solid #E4E4E4;
    margin-top: 10px;
}

.c2-left-box
{
    float: left;
    width: 307px;
    padding: 4px;
    border: 1px solid #E4E4E4;
}

.c2-right
{
    float: left;
    margin-left: 10px;
    width: 675px;
}

.c2-right > a > img
{
    border: 1px solid #E4E4E4;
    padding: 4px;
}

.more-link, .more-link:visited
{
    color: #CC0000;
    text-decoration: underline;
    margin-left: 6px;
}


.inputField
{
    width: 250px;
}

.inputFieldMedium
{
    width: 300px;
}

input[type="text"], input[type="password"], select
{
    padding: 2px;
    margin: 0px;
    border: 1px solid #999999;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button
{
    background-position: 0% 0%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EFEFEF)";
    cursor: pointer;
    padding: 0 18px;
    margin: 0px;
    height: 28px;
    font-family: Georgia, "Hiragino Mincho Pro" , serif;
    font-size: 13px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-attachment: scroll;
}

.button:hover, .button:focus
{
    background-position: 0% 0%;
    border-color: #999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#EBEBEB)";
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#ebebeb));
    background-color: #f3f3f3;
    background-repeat: repeat;
    background-attachment: scroll;
}

.linkButton-blue a
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 2px 5px #000000;
    -webkit-box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px #000000;
    background: url("/images/button-blue.png") repeat-x scroll #0BB0DD;
    border-bottom: 1px solid #032D79;
    border-top: 1px solid #2FD3E3;
    color: #FFFFFF !important;
    padding: 10px;
    text-decoration: none !important;
}

.error
{
    color: Red;
    font-weight: bold;
}

.boxrow
{
    color: #ffffff;
    border: 0px solid #000000;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    width: 972px;
}

.threeboxes
{
    float: left;
    padding: 5px 15px 0px 25px;
    height: 330px;
    margin: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.threeboxes > h3
{
    font-size: 36px;
    font-weight: normal;
}

.twoboxes
{
    float: left;
    padding: 5px 15px 0 25px;
    height: 129px;
    margin: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.twoboxes > h4
{
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 3px 0;
}

.splashTabs
{
    padding: 0 0 0 12px;
}

.splashTabs > ul > li
{
    background: #ffffff;
    display: inline;
    border: 4px solid #FFFFFF;
    padding: 1px;
    -webkit-border-radius: 0 0 9px 9px;
    -moz-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
}

.splashTabs > ul > li > a
{
    text-decoration: none;
    color: #000000;
}

.splashTabs > ul > li > a:hover
{
    color: #CC0000;
}
