@charset "utf-8";
/* CSS Document */

body, html {
    background: #0082c8;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    position: relative;
    margin: 0 auto;
    height: 100%;
}

* html body #mainnavigation ul li a {
    display: inline;
    float: left;
}

* html body #content {
    height: 580px;
}

#header {
    position: relative;
    height: 204px;
    background-image: url(../images/layout/images/banner-topmiddle.gif);
}

#header form {
    position: absolute;
    top: 12px;
    right: 18px;
    z-index: 3;
}

#bannerleft {
    position: absolute;
    left: 0;
    background-image: url(../images/layout/images/banner-topleft.jpg);
    height: 204px;
    width: 503px;
    z-index: 1;
}

#bannerright {
    position: absolute;
    right: 0;
    background-image: url(../images/layout/images/banner-topright.jpg);
    height: 204px;
    width: 257px;
    z-index: 1;
}

#cbelink {
    position: absolute;
    top: 56px;
    right: 10px;
    z-index: 3;
    width: 120px;
    height: 70px;
    cursor: pointer;
}

#cltlink {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 200px;
    height: 110px;
    cursor: pointer;
}

#mainnavigation {
    position: absolute;
    width: 100%;
    top: 138px;
    z-index: 2;
    height: 44px;
}

#mainnavigation ul li #tab1 a {
    background: url(images/layout/tabbutton-leftselect.gif) left top no-repeat;
    border: 1px solid red;
}

#mainnavigation ul {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 44px;
    padding-left: 6px;
}

#mainnavigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    height: 44px;
    float: left;
    margin-right: 13px;
}

#mainnavigation ul li a {
    display: block;
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    background: url(../images/layout/tabbutton-left.gif) left top no-repeat;
    text-decoration: none;
    height: 44px;
    padding-left: 14px;
}

#mainnavigation ul li a .tabtitle {
    margin: 0;
    padding: 4px 0 0 0;
    font-size: 12px;
    float: left;
    height: 36px;
    cursor: pointer;
    font-family: "Lucida Fax", "Georgia", serif; 
}

#mainnavigation ul li a span.right {
    position: absolute;
    top: 0;
    width: 15px;
    height: 44px;
    padding: 0;
    margin: 0;
    background: url(../images/layout/tabbutton-right.gif) right top no-repeat;
}

#mainnavigation ul li a:hover {
    background: url(../images/layout/tabbutton-lefthover.gif) left top no-repeat;
}

#mainnavigation ul li a:hover span.right {
    background: url(../images/layout/tabbutton-righthover.gif) right top no-repeat;
}

#mainnavigation ul .current {
    background: url(../images/layout/tabbutton-leftselect.gif) left top no-repeat;
    color: #000000;
    cursor: default;
}

#mainnavigation ul .current span.right  {
    background: url(../images/layout/tabbutton-rightselect.gif) right top no-repeat;
}
#mainnavigation ul .current:hover {
    background: url(../images/layout/tabbutton-leftselect.gif) left top no-repeat;
    color: #000000;
}

#mainnavigation ul .current:hover span.right  {
    background: url(../images/layout/tabbutton-rightselect.gif) right top no-repeat;
}

#subnavigation {
    position: absolute;
    left: 0;
    width: 210px;
    margin-left: 26px;
}

#subnavigation h1 {
    font-size: 20px;
    font-family: "Lucida Fax", "Georgia", serif; 
    background-color: #ffffff;
    color: #bdbdbd;
    margin-left: 0;
    position: relative;
    left: 0;
    width: 100%;
    word-spacing: 0.12em;
    border-bottom: 2px solid #eeeeee;
}

#subnavigation ul {
    background-image: url(../images/layout/subnav-header.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-bottom: 4px solid #f2f2f2;
    border-right: 3px solid #f1f1f1;
}

#subnavigation ul li {
    margin: 0;
    padding: 0;
    list-style-position: outside;
    height: 100%;
    float: left;
    border-top: 1px solid #ececec;
}

#subnavigation ul li a {
    color: #015988;
    background-color: #ffffff;
    background-image: url(../images/layout/subnav-background.gif);
    text-decoration: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    border-left: 6px solid #0082c8;
    font-size: 13px;
    float: left;
    width: 204px;
    font-family: "Lucida Fax", "Georgia", serif; 
}

#subnavigation ul li a:hover {
    background-image: url(../images/layout/subnav-backgroundover.jpg);
    border-left: 6px solid #ffc423; 
    background-color: #ffffff;
    color: #000000;
    text-decoration: underline;
}

#subnavigation ul li a.current {
         border-color: #ff0000;
}

#subnavigation ul ul {
    background-image: none;
    margin: 0;
    padding: 0;
    border: 0;
}

#subnavigation ul ul li {
    border: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#subnavigation ul ul li a {
    background-image: url(../images/layout/subnav-bulleta.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: "Lucida Fax", "Georgia", serif; 
    padding-left: 20px;
    padding-right: 6px;
    margin-left: 10px;
    width: 179px;
    border-left: none;
    border-bottom: none;
}

#subnavigation ul ul li a:hover {
    background-image: url(../images/layout/subnav-bulletb.gif);
    border-left: none;
}

#subnavigation ul ul li a.current {
    background-image: url(../images/layout/subnav-bulletc.gif);
}

#subnavigation ul ul ul li a {
    background-image: url(../images/layout/subnav2-bulleta.gif);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: "Lucida Fax", "Georgia", serif; 
    padding-left: 20px;
    padding-right: 6px;
    margin-left: 30px;
    width: 159px;
    border-bottom: none;
}

#subnavigation ul ul ul li a:hover {
    background-image: url(../images/layout/subnav2-bulletb.gif);
}

#subnavigation ul ul ul li a.current {
    background-image: url(../images/layout/subnav2-bulletc.gif);
}

#contentcontainer {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
}

#contentleft {
    position: absolute;
    left: 0;
    background-image: url(../images/layout/images/content-left.gif);
    width: 23px;
    height: 100%;
}

#contentright {
    position: absolute;
    right: 0;
    background-image: url(../images/layout/images/content-right.gif);
    width: 24px;
    height: 100%;
}

#content {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    margin-right: 26px;
    margin-left: 270px;
    border: 1px solid white;
    background-color: #ffffff;
    color: #333333;
    min-height: 580px;
}

#content a img {
    border: none;
}

#content img {
    margin: auto;
    padding: 10px;
    display: block;
}

#content img.fileicon {
    margin: 0 4px;
    padding: 0;
    display: inline;
}

#content .right {
    float: right;
    padding: 10px;
    margin: 4px;
    margin-left: 12px;
}

#content .left {
    float: left;
    padding: 10px;
    margin: 4px;
    margin-right: 12px;
}

#content #cur-leftside {
    padding-right: 290px;
}

#content #cur-rightside {
    width: 290px;
    height: 100%;
    float: right;
}

#content h1 {
    background-image: url(../images/layout/content-underlineyellow.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #691c11;
    font-size: 28px;
    font-weight: normal;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.12em;
    text-decoration: none;
}

#content h2 {
    background-image: url(../images/layout/content-underlineh2.gif);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #003a59;
    font-size: 18px;
    font-weight: normal;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.22em;
    text-align: left;
    padding: 6px 0 6px 0;
    margin: 0;
    text-decoration: none;
}

#content h3 {
    background-image: url(../images/layout/content-underlineh3.jpg);
    background-color: #ffffff;
    background-repeat: repeat-y;
    background-position: 0 26px;
    color: #bf2e1b;
    font-size: 16px;
    font-weight: bold;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.22em;
    text-align: left;
    padding: 0;
    margin: 7px 0 3px 0;
    text-decoration: none;
}

#content .sectionHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    word-spacing: normal;
    margin: 0;
    text-decoration: underline;
    color: #1e9bde;
    background: #ffffff;
    cursor: pointer;
}

#content h4 {
    background-image: url(../images/layout/content-underlineh4.jpg);
    background-color: #ffffff;
    background-repeat: repeat-y;
    background-position: 0 26px;
    color: #000066;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.22em;
    text-align: left;
    margin: 5px 0 2px 0;
    padding: 0;
    text-decoration: none;
}

#content h5 {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.28em;
    text-align: left;
    margin: 2px 0 2px 12px;
    padding: 3px 0 3px 0;
    text-decoration: none;
}

#content h6 {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: "Lucida Fax", "Georgia", serif; 
    word-spacing: 0.28em;
    text-align: left;
    margin: 10px 0 2px 12px;
    text-decoration: none;
}

#content p {
    font-size: 14px;
    word-spacing: 0.1em;
    line-height: 21px;
    margin: 20px 12px 20px 12px;
}

#content blockquote {
    background-color: #ffffff;
    color: #999999;
    font-weight: bold;
}

#content strong {
    font-weight: bold;
}

#content em {
    font-style: italic;
}

#content dfn {
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

#content address {
    font-size: 13px;
    padding-left: 30px;
}

#content acronym {
    background-color: #fff7e1;
    color: #660000; 
    border-bottom: none;
}

#content abbr {
    background-color: #f2faff;
    color: #660000; 
    border-bottom: none;
}

#content a {
    background-color: #ffffff;
    color: #1e9bde;
    text-decoration: underline;
}

#content a:hover {
    background-color: #ffffff;
    color: #075782;
}

#content a:visited {
    background-color: #ffffff;
    color: #166087;
}

#content h2 a {
    text-decoration: none;
    color: #003a59;
}

#content ul {
    list-style: disc url(../images/layout/bullet.gif) outside;
    margin: 8px 6px 6px 12px;
    padding: 0;
}

#content ul li {
    word-spacing: 0.1em;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
    margin-left: 26px;
    margin-right: 48px;
}

#content li.new {
    list-style-image: url(../images/layout/bullet-new.gif);
}

#content ul li.menuopen {
    list-style-image: url(../images/icon-menuopen.png);
}

#content ul li.menuclosed {
    list-style-image: url(../images/icon-menuclosed.png);
}

#content ul li.pdf {
    list-style-image: url(../images/pdficon_small.gif);
}

#content ul li.doc {
    list-style-image: url(../images/word_icon2.gif);
}

#content ul li.ppt {
    list-style-image: url(../images/PowerPointIcon.gif);
}

#content dl {
    font-size: 14px;
    word-spacing: 0.1em;
    line-height: 19px;
    padding-left: 26px;
    padding-right: 20px;
}

#content dt {
    font-weight: bold;
    padding: 3px 0 3px 0;
}

#content dd {
    background-color: #ffffff;
    color: #565656;
    font-size: 13.5px;
    padding-left: 10px;
}

#content dd p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

/*#content ol li {
    background-color: #ffffff;
    color: #990000;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0 48px 2px 26px;
    padding: 0;
}

#content ol p {
    background-color: #ffffff;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
    word-spacing: 0.1em;
    line-height: 21px;
    margin: 0;
    padding: 20px 0 5px 0;
}
*/
#content table {
    margin: 10px;
    table-layout: auto;
    border: 1px inset #eeaabb;
}

#content table th {
    padding: 4px;
    background-color: #ffffff;
    color: #000033;
    border: 1px outset #eeaabb;
    font-weight: bold;
    font-size: 12px;
}

#content table td.tableHeading {
    padding: 4px;
    background-color: #ffffff;
    color: #000033;
    border: 1px outset #eeaabb;
    font-weight: bold;
    font-size: 12px;
}

#content table td {
    border: 1px outset #eeaabb;
    padding: 4px;
    background-color: #ffffff;
    color: #000000;
}

#content table td a {
    background-color: #ffffff;
    color: #1e9bde;
}

#content hr {
    border: 1px solid #cccccc;
}

#contactlink {
    padding-bottom: 0;
    padding-top: 0;
}

#contactback {
    background-image: url(../images/btn-contactinfoback.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    border: 1px solid white;
}

#contactback ul {
    padding-bottom: 14px;
}

#contactback ul li {
    border-top: 1px dashed #CCC;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 250px;
}

#footer {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 89px;
    background-image: url(../images/layout/images/footer-middle.gif);
}

#footerleft {
    position: absolute;
    left: 0;
    background-image: url(../images/layout/images/footer-left.gif);
    width: 192px;
    height: 100%;
}

#footerright {
    position: absolute;
    right: 0;
    background-image: url(../images/layout/images/footer-right.gif);
    width: 199px;
    height: 100%;
}

.footertext {
    background-color: #eae9d7;
    color: #999999;
    margin-top: 28px;
    margin-left: 10%;
    position: absolute; 
    width: 80%;
    text-align: center;
    z-index: 2;
}

.clear {
    clear: both;
}

/*
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
*/
.screenreader {
    display: none;
}

.show {
    display: block;
}

.hide {
    display: none;
}