@import "corp.form.css";
ol {
    list-style: decimal outside none !important;
}
ol li {
    margin-left: 2em !important;
}
#info___ {
    color: #AAAAAA;
    font-size: 11px;
    text-align: center;
}
#info___ span {
    color: #666666;
    padding: 2px;
}
#info___ #servername___ {
}
#info___ #site___ {
}
#info___ #session___ {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #AAAAAA;
    font-size: 9px;
}
#verisign___ {
    bottom: 50px;
    position: absolute;
    right: 20px;
}
#rt-container {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 10000;
}
#rt-box {
    background-color: #2A3C57;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 320px;
}
#rt-box .msg {
    font-size: 20px;
    font-weight: bold;
}
#rt-box .btn {
    color: #FFFFFF;
    font-size: 15px;
    margin: 5px;
}
#rt-box .btn:hover {
    text-decoration: underline;
}
#mask {
    background-color: #FFFFFF;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9000;
}
body {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto !important;
    text-align: left !important;
}
.center-body {
    margin: 0 auto;
    text-align: left;
}
#hd {
    position: relative;
    height: 50px;
    right: 0px;
    z-index: 8000;
}

@media screen and (max-width: 920px) {
    #hd {
         left: 10%;
         right: 10%;
    }
}

@media screen and (max-width: 690px) {
    #hd {
         left: 0;
         right: 0;
    }
}


#hd-chart-catalogue {
    background-color: #00aff0;
    top: 0;
    z-index: 9000;
}
#site-nav {
    margin: 3px auto;
    position: relative;
    z-index: 8000;
}
#site-bc {
    margin: 15px auto;
}
#bd {
    line-height: 1.5;
    margin: 15px auto;
    /*position: relative;*/
    width: 978px;
    min-height: 530px;
    margin-top: 150px;
}
#bd-chartcatalog {
    line-height: 1.5;
    margin-top: 150px;
    height: calc(100vh - 200px);
}
#site-widget {
    margin: 20px auto;
    width: 978px;
}
#ft {
    width: 100%;
}
.carousel {
    margin: 20px auto;
    width: 978px;
}
.ticker {
    margin: 20px auto;
    width: 978px;
}
.info-box {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px #CCCCCC;
    position: relative;
    text-align: left;
}
#hd #site-logo {
    left: 8px;
    margin: 10px 0;
    position: absolute;
    top: 0;
}
#hd ul#site-utils {
    position: absolute;
    right: 0;
    top: 0;
}
#hd #site-logo a {
    border-style: none;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    width: 300px;
}
#hd #site-logo a .home-label {
    bottom: 8px;
    display: none;
    position: absolute;
    right: 8px;
}
#hd #site-logo.global a:hover .home-label {
    display: block;
}
/*#hd #site-logo.global a:hover {
    background: url("img/grd/grd100.ccc-fff.gif") repeat-x scroll center top #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
}*/
ul#site-utils li.util {
    background: url("img/util-separator.jpg") no-repeat scroll left top transparent;
    float: left;
    position: relative;
    top: 8px;
}


ul#site-utils li.util .util-separator-end {
    background: url("img/util-separator.jpg") no-repeat scroll right top transparent;
    display: none;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
ul#site-utils li.util.first-util {
    background: none repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block {
    --height: 40px;
    margin-left: 1px;
    --padding: 10px 20px 0;
    position: relative;
    white-space: nowrap;
    z-index: 9000;
}
ul#site-utils li.util .util-trigger {
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
ul#site-utils li.util .util-block .util-title {
    color: #646669;
    display: block;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
ul#site-utils li.util .util-block .util-desc {
    color: #999999;
    display: block;
    font-size: 11px;
    margin-top: 3px;
    white-space: nowrap;
}
ul#site-utils li.util .expander {
    background: url("img/util-arrow.gif") no-repeat scroll right center transparent;
    padding-right: 15px;
}
ul#site-utils li.util.active .expander {
    background: url("img/btn-close-small.gif") no-repeat scroll right center transparent;
}
ul#site-utils li.util.active {
    background: url("img/util-separator.jpg") no-repeat scroll left top transparent;
    z-index: 9900;
}
ul#site-utils li.util.active .util-separator-end {
    display: block;
}
ul#site-utils li.util .util-dialog {
    /*box-shadow: 0 4px 0 rgba(64, 64, 64, 0.2);
    display: none;
    font-size: 11px;
    margin-top: -10px;
    padding: 0;
    position: absolute;*/
    box-shadow: 0 4px 0 rgba(64, 64, 64, 0.2);
    display: none;
    font-size: 11px;
    margin-top: 0px;
    margin-left: -133px;
    padding: 0;
    z-index: 1;
    position: absolute;
}
ul#site-utils li.util .util-dialog .dl-bd {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px 20px 5px;
    position: relative;
    top: 0;
}

ul#site-utils li.util .menu-burger .util-dialog .dl-bd {
    padding: 15px 10px 5px 10px;
}


* html ul#site-utils li.util .util-dialog .dl-bd {
    border-bottom-width: 4px;
}
:first-child + html ul#site-utils li.util .util-dialog .dl-bd {
    border-bottom-width: 4px;
}
ul#site-utils li.util .util-dialog {
    width: 101%;
}
ul#site-utils li.util .menu-burger .util-dialog {
    width: auto;
}
ul#site-utils li.util .util-dialog ul {
    margin: 0;
    padding: 0;
}
ul#site-utils li.util .util-dialog li {
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
    padding: 5px 0;
}
ul#site-utils li.util .util-dialog li.last {
    border-bottom: 0 none;
}
ul#site-utils li.util .util-block .util-title-language {
    background: url("../img/flag-us.gif") no-repeat scroll 0 0 transparent;
    color: #646669;
    display: block;
    font-size: 11px;
    padding-left: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}
ul#site-utils li.util .util-block .flag-en {
    background: url("img/flags/US.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-de {
    background: url("img/flags/DE.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-it {
    background: url("img/flags/IT.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-fr {
    background: url("img/flags/FR.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-es {
    background: url("img/flags/ES.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-no {
    background: url("img/flags/NO.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-au {
    background: url("img/flags/AU.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-ca {
    background: url("img/flags/CA.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-gb {
    background: url("img/flags/GB.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-pl {
    background: url("img/flags/PL.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-ru {
    background: url("img/flags/RU.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-block .flag-se {
    background: url("img/flags/SE.gif") no-repeat scroll 0 0 transparent;
}
ul#site-utils li.util .util-dialog .lang-option {
    background: url("img/flags/US.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-de {
    background: url("img/flags/DE.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-it {
    background: url("img/flags/IT.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-fr {
    background: url("img/flags/FR.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-es {
    background: url("img/flags/ES.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-no {
    background: url("img/flags/NO.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-au {
    background: url("img/flags/AU.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-ca {
    background: url("img/flags/CA.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-gb {
    background: url("img/flags/GB.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-pl {
    background: url("img/flags/PL.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-ru {
    background: url("img/flags/RU.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
ul#site-utils li.util .util-dialog .lang-option-se {
    background: url("img/flags/SE.gif") no-repeat scroll 0 0 transparent;
    padding-left: 22px;
}
#login-error {
    background-color: #FBF9EE;
    border: 1px solid #FCEFA1;
    color: #CD0A0A;
    margin: 0 0 5px;
    padding: 5px;
}
#login-error p {
    color: #CD0A0A;
}
ul#site-utils li#site-login-util .util-dialog {
    width: 260px;
}
form#site-login label {
    font-weight: normal;
}
form#site-login {
    margin: 0;
}
form#site-login label.main-lbl {
    clear: both;
    display: block;
    font-size: 1em;
}
form#site-login .site-login-input {
    clear: both;
    display: block;
    font-size: 1.1em;
    margin-bottom: 5px;
    width: 100%;
}
form#site-login .ft-note {
    font-size: 0.9em;
}
form#site-login .txtfield-login {
    border: 1px solid #D1D1D1;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 3px;
    width: 210px;
}
form#site-login .checkbox {
    height: 16px;
    margin-left: 0;
    margin-top: 5px;
    width: 16px;
}
form#site-login .btn-login {
    cursor: pointer;
    margin: 10px 0 15px;
}
form#site-login .forgot-password {
    background: url("../img/arrow-go.gif") no-repeat scroll right center transparent;
    padding-right: 15px;
}
ul#site-utils li#site-search-util {
    width: auto;
}
ul#site-utils li#site-search-util form {
    margin: 0;
}
.util-dialog {
    margin-top: -15px;
    width: 100%;
}

ul#site-utils #site-search-util .util-block {
    margin-right: 1px;
    padding-right: 10px;
}
ul#site-utils #site-search-util .util-block label, #site-search-util #search-form-input {
    margin-top: -4px;
}
ul#site-utils #site-search-util .util-block label {
    font-size: 11px;
    text-transform: none;
}
ul#site-utils #site-search-util .util-block #searchBtn {
    position: relative;
    top: 5px;
}
ul#site-utils #site-search-util .search {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 3px;
    width: 160px;
}
ul#site-utils #site-search-util .util-dialog .dl-bd {
    border-top: medium none;
    padding: 15px 0 0;
}
ul#site-utils #site-search-util .util-dialog .rs-item {
    border-top: 1px solid #DDDDDD;
    padding: 5px 10px;
}
ul#site-utils #site-search-util .util-dialog .rs-item:hover {
    background-color: #EEEEEE;
}
ul#site-utils #site-search-util .util-dialog .rs-item a {
    text-decoration: none;
}
ul#site-utils #site-search-util .util-dialog .rs-ft, ul#site-utils #site-search-util .util-dialog .rs-hd, ul#site-utils #site-search-util .util-dialog .rs-msg {
    background-color: #999999;
    color: #FFFFFF;
    padding: 10px 15px;
}
ul#site-utils #site-search-util .util-dialog .rs-ft {
    background-color: #666666;
    text-align: right;
}
ul#site-utils #site-search-util .util-dialog .rs-hd {
    background: url("../img/search-rs-hd.jpg") repeat-x scroll 0 0 transparent;
    padding: 5px 15px;
}
ul#site-utils #site-search-util .util-dialog .rs-hd span {
    background: url("../img/nav-arrow.gif") no-repeat scroll right 5px transparent;
    font-weight: bold;
    padding-right: 12px;
}
ul#site-utils #site-search-util .util-dialog .rs-ft a {
    background: url("../img/arrow-go.gif") no-repeat scroll right center transparent;
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 15px;
    text-decoration: none;
}
ul#site-utils #site-search-util .search-status {
    height: 12px;
    margin-top: -5px;
    text-align: center;
    z-index: 10000;
}
ul#site-utils #site-search-util .rs-summary {
    clear: both;
    display: block;
    font-size: 0.8em;
    padding-left: 18px;
}
#site-nav .nav-bar {
    height: 26px;
    position: relative;
    z-index: 5000;
}
#site-nav ul {
    margin: 0;
    padding: 0;
}
#site-nav li.nav-menu {
    float: left;
    list-style: none outside none;
    margin: 0 5px;
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 5004;
}

#site-nav li.nav-menu.nav-menu-burger {
    padding: 5px 10px 0px 15px;
    margin: 0px 0px 10px 10px;
    background: url("../corp/img/util-separator.jpg") no-repeat scroll left top transparent;   
}

#site-nav li.nav-menu.nav-menu-burger a{
    display: inline-block;
    padding-left: 10px;
    top: -2px;
    position: relative;
}

#site-nav .menu-burger{
    color: #FFFFFF;
    /*background-color: #aaaaaa;*/
    font-weight: normal;
    font-size: 20px;
    position: relative;
    margin-left: 12px;
    padding-top: 4px;
    width: 32px;
    height: 24px;
    text-align: center;
    margin-top: -4px;
}

#site-nav .menu-burger:hover {
   color: #7fba00;
   cursor: pointer;
}

 .disable-button-nav-menu{
        font-size: 15px;
        text-transform:uppercase;
        color:gray;
        display:block;
        padding-top:5px;
        padding-right:10px;
        padding-bottom:5px;
        padding-left:10px;
        position:relative;
        text-decoration: none;
        z-index: 5001;
        height: 19px;
        margin-bottom: 0px;
        bottom: 2px;
    }

#site-nav a.menu-item {
    color: #FFF;
    display: block;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    z-index: 5001;
}
#site-nav li.nav-menu:hover a.menu-item, #site-nav li.nav-menu-active a.menu-item {
    border-bottom: medium none;
    color: #7fba00;
    text-decoration: none;
    z-index: 5005;
}
#site-nav li.nav-menu:hover .nav-menu-container, #site-nav li.nav-menu-active .nav-menu-container {
    display: block;
    z-index: 5002;
}
#site-nav ul.nav-industry {
    bottom: 0;
    left: 0;
    position: absolute;
}
#site-nav ul.nav-industry li {
    padding: 0 6px;
}
#site-nav ul.nav-corp {
    bottom: 0;
    --position: absolute;
    right: 0;
}
#site-nav ul.nav-industry a.menu-item {
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    text-indent: -9999px;
}
#site-nav ul.nav-corp a.menu-item {
    font-size: 15px;
    text-transform: uppercase;
}
#site-nav ul.nav-industry .nav-menu-container {
    top: 28px;
}
#site-nav ul.nav-corp .nav-menu-container {
    top: 25px;
}
#site-nav .nav-menu-container {
    display: none;
    left: 0;
    position: absolute;
    z-index: 5001;
}
#site-nav .nav-menu-dropdown {
    background: none repeat scroll 0 0 #001C45;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    position: absolute;
    top: 17px;
    width: 100%;
    z-index: 5003;
}
#site-nav .nav-menu-last .nav-menu-container {
    left: auto;
    right: 0;
}
#site-nav .nav-menu-dropdown h3 {
    border-bottom: 1px solid #D0E6FE;
    color: #D0E6FE;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 5px;
    padding: 0 0 5px;
}
#site-nav .nav-menu-dropdown .menu-other h3 {
    font-size: 13px;
    margin: 0;
}
#site-nav .nav-menu-dropdown ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#site-nav .nav-menu-dropdown li {
    background: url("img/arr_s.gif") no-repeat scroll 1px 6px transparent;
    font-size: 12px;
    margin: 5px 0;
    padding: 0 0 0 6px;
}
#site-nav .nav-menu-dropdown li a {
    color: #EEEEEE;
    text-decoration: none;
}
#site-nav .nav-menu-dropdown li a.sub-link {
    color: #AAAAAA;
    font-size: 9px;
}
#site-nav .nav-menu-dropdown li a:hover {
    text-decoration: underline;
}
#site-nav .nav-menu-dropdown hr {
    clear: both;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
}
#site-nav .nav-menu-dropdown .hr {
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.1) 100%) repeat scroll 0 0 transparent;
    height: 1px;
    margin: 10px 0;
    width: 100%;
}
#site-nav .nav-menu-dropdown .menu-col {
    float: left;
    margin: 0 10px;
    max-width: 165px;
}
#site-nav .nav-menu-dropdown .menu-row {
    clear: both;
    float: none;
    margin: 15px 0;
}
#site-nav ul.nav-corp .nav-menu-dropdown .menu-col {
    float: none;
}
#site-nav .nav-menu-callout {
    background: url("img/pointer.gif") no-repeat scroll center top transparent;
    height: 17px;
    position: absolute;
    width: 41px;
    z-index: 5004;
}
#site-nav .ie-bg {
    background-color: #001C45;
}
#site-nav #menu-air {
    background: url("img/nav-air.gif") no-repeat scroll center center transparent;
    width: 80px;
}
#site-nav #menu-water {
    background: url("img/nav-water.gif") no-repeat scroll center center transparent;
    width: 116px;
}
#site-nav #menu-land {
    background: url("img/nav-land.gif") no-repeat scroll center center transparent;
    width: 47px;
}
#site-nav #menu-aviation {
    background: url("img/nav-aviation.gif") no-repeat scroll center center transparent;
    width: 85px;
}
#site-nav #menu-marine {
    background: url("img/nav-marine.gif") no-repeat scroll center center transparent;
    width: 74px;
}
#site-nav #menu-rail {
    background: url("img/nav-rail.gif") no-repeat scroll center center transparent;
    width: 47px;
}
#site-hd {
    --background-color: #00aff0;
    background-image: url('../img/gofree-background.jpg');
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9000;
}
#site-hd-chartcatalog {
	background-color:#00aff0;
    left: 0;
    padding-bottom: 70px;
    right: 0;
}

#ft {
    background: none repeat scroll 0 0 #EEEEEE;


    padding: 0;
    text-align: center;
}
#ft {
    background: none repeat scroll 0 0 transparent;
    background: #00aff0;
}
#ft-content {
    padding: 10px;
}
#site-small-logo {
    margin: 2px 0 8px;
}
.carousel {
    border: medium none;
    padding: 0;
    position: relative;
}
.carousel * {
    line-height: 1.4em;
}
.carousel .container {
    height: 175px;
    overflow: hidden;
    position: relative;
    width: 978px;
}
.carousel ul.itemlist li.block {
    border-left: 1px solid #DDDDDD;
    display: block;
    float: left;
    height: 155px;
    padding: 10px;
    position: relative;
    width: 224px;
}
.carousel ul.itemlist li.block .crsl-link {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    top: 0;
}
.carousel ul.itemlist li.last {
    border-right: 1px solid #DDDDDD;
}
.carousel .scrollbar {
    display: none;
    height: 20px;
}
.carousel .scrollbar .track {
    background: url("img/crsl/crsl-track.gif") repeat-x scroll left center #FFFFFF;
    height: 19px;
    left: 45px;
    position: absolute;
    right: 45px;
}
.carousel .scrollbar .track .tr-begin {
    background: url("img/crsl/crsl-track-begin.gif") no-repeat scroll left center #FFFFFF;
    height: 19px;
    left: 0;
    position: absolute;
    width: 5px;
}
.carousel .scrollbar .track .tr-end {
    background: url("img/crsl/crsl-track-end.gif") no-repeat scroll left center #FFFFFF;
    height: 19px;
    position: absolute;
    right: 0;
    width: 5px;
}
.carousel .scrollbar .thumb {
    background: none repeat scroll 0 0 #AAAAAA;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    height: 5px;
    line-height: 1px;
    margin: 7px 0;
    min-width: 10px;
    overflow: hidden;
    position: absolute;
}
.carousel .btn {
    background: none repeat scroll 0 0 transparent;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 39px;
}
.carousel .btn img {
    margin: 0 5px;
}
.carousel .prev {
    border-right: 1px solid #EEEEEE;
    left: 0;
}
.carousel .next {
    border-left: 1px solid #EEEEEE;
    right: 0;
}
.carousel .itemlist {
    height: 100%;
    left: -1px;
    padding: 0;
    position: absolute;
    width: 99999px;
}
.carousel h4 {
    font-size: 13px;
    margin: 5px 0;
}
.carousel p, .carousel ul {
    color: #444444;
    margin: 10px 0;
}
.carousel a.crsl-link {
    bottom: 0;
    color: #5E5E5E;
    display: block;
    height: 100%;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
.carousel a.crsl-link span.h4 {
    background: url("img/crsl/crsl-link.gif") no-repeat scroll right center transparent;
    color: #333333;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0;
    padding-right: 10px;
    text-decoration: none;
}
.carousel a.crsl-link span.p {
    color: #5E5E5E;
    display: block;
    margin: 10px 0;
    text-decoration: none;
}
.carousel a.crsl-link:hover {
    color: #0C83C6;
    text-decoration: none !important;
}
.carousel a.crsl-link:hover span {
    color: #0C83C6;
}
.carousel .block ul {
    padding-left: 1.5em;
}
.carousel .block ul li {
    list-style: disc outside none;
    margin: 5px 0;
}
.carousel form input.text-input {
    border: 1px solid #CCCCCC;
    display: block;
    margin: 2px 0;
    padding: 2px;
    width: 210px;
}
.carousel form div {
    padding: 1px 0;
}
.carousel .bdr {
    height: 175px;
    position: absolute;
    top: 0;
    width: 20px;
}
.carousel .bdr-l {
    background: url("img/crsl/crsl-bdr-left.png") repeat scroll 0 0 transparent;
    left: 0;
}
.carousel .bdr-r {
    background: url("img/crsl/crsl-bdr-right.png") repeat scroll 0 0 transparent;
    right: 0;
}
.ticker {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 3px #CCCCCC;
    height: 25px;
    position: relative;
    text-align: left;
}
.ticker-headline {
    font-weight: bold;
    height: 15px;
    padding: 5px;
    position: absolute;
    text-align: right;
    width: 155px;
}
.ticker-controls {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    height: 25px;
    left: 165px;
    position: absolute;
    width: 20px;
}
.ticker-control {
    cursor: pointer;
    left: 5px;
    position: absolute;
}
.ticker-prev {
    top: 4px;
}
.ticker-next {
    bottom: 4px;
}
.ticker-timer {
    display: block;
    height: 1px;
    left: 6px;
    position: absolute;
    top: 12px;
    width: 8px;
}
.ticker-timer-progress {
    background: url("img/ticker/progress.gif") repeat-x scroll left top transparent;
    height: 1px;
    width: 0;
}
.ticker-container {
    height: 15px;
    left: 190px;
    margin: 5px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
ul.ticker-list {
    margin: 0;
    padding: 0;
    position: relative;
}
ul.ticker-list li {
    height: 15px;
    list-style: none outside none;
    overflow: hidden;
}
.ticker-list li a {
    color: #777777;
    text-decoration: none;
}
.ticker-list li a:hover {
    color: #0C83C6;
    text-decoration: underline;
}
.ticker-list .ticker-subtype {
    color: #999999;
    font-size: 10px;
    padding: 1px;
}
#site-bc ul {
    margin: 0 18px;
    padding: 0;
}
#site-bc ul li {
    background: url("img/bread-arrow.gif") no-repeat scroll right center transparent;
    color: #999999;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    margin: 0 3px;
    padding: 2px 25px 2px 0;
}
#site-bc ul li.current {
    background: none repeat scroll 0 0 transparent;
}
#site-bc ul li a {
    color: #899AB2;
}
#site-widget {
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-origin: padding-box;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 4px #CCCCCC;
}
#bd .bd-title {
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}
#bd .bd-title h1 {
    margin: 0;
    padding-left: 10px;
}
#bd .bd-title .bd-nav {
    bottom: 0;
    position: absolute;
    right: 5px;
}
#bd .bd-title .bd-nav li {
    border-left: 1px solid #DDDDDD;
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    list-style: none outside none;
    padding: 0 15px;
    text-transform: uppercase;
}
#bd .bd-title .bd-nav li.first {
    border-left: medium none;
}
#bd .bd-title .bd-nav li a {
    color: #8D959A;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#bd .bd-title .bd-nav li a:hover {
    color: #007DC3;
}
#bd .bd-content {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 4px #CCCCCC;
    width: 100%;
}
#bd .content {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #CCCCCC;
    margin: 0;
    overflow: hidden;
}
#bd .bd-content.no-sidebar .content {
    border-radius: 7px 7px 7px 7px;
}
#bd .content {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #CCCCCC;
    margin: 0;
    overflow: hidden;
}
#bd .bd-content.no-sidebar .content {
    border-radius: 7px 7px 7px 7px;
}
#bd .bd-content.double-sidebars .content {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    float: left;
    width: 454px;
}
#bd .bd-content.single-sidebar.left .content {
    border-bottom-right-radius: 7px;
    border-left: 1px solid #CCCCCC;
    border-top-right-radius: 7px;
    float: right !important;
    width: 676px !important;
}
#bd .bd-content.single-sidebar.right .content {
    border-bottom-left-radius: 7px;
    border-right: 1px solid #CCCCCC;
    border-top-left-radius: 7px;
    width: 676px !important;
}
#bd .bd-content .sidebar {
    float: left;
    height: 100%;
    width: 221px;
}
#bd .bd-content.single-sidebar.left .sidebar {
    margin-left: 0;
}
#bd .bd-content.single-sidebar.right .sidebar {
    float: right !important;
    margin-right: 0;
}
#bd .bd-content.double-sidebars .sidebar.left {
    margin-left: 0;
}
#bd .bd-content.double-sidebars .sidebar.right {
    float: right !important;
    margin-right: 0;
}
#gofree #ft {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 1px 1px medium;
    margin-bottom: -50px;
    overflow: hidden;
}
#gofree #ft .block {
    float: left;
    margin: 10px 30px;
    width: 180px;
}
#gofree #ft .block ul {
    border-top: 1px solid #000000;
    width: 100%;
}
#gofree #ft .block ul li {
    border-bottom: 1px dotted #000000;
}
#gofree #ft .block li a {
    color: #000000;
    text-decoration: none;
}
#gofree #ft .block h4 {
    color: #000000;
}
#site-copy-term {
    background-color: #00aff0;
    clear: both;
    color: #3b3b3b;
    text-align: center;

}
#site-copy-term a {
    color: #8c288c;
}
.content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 5px;
    padding: 0 40px 20px;
    position: relative;
}
.section {
    border-top: 1px solid #EEEEEE;
    padding-bottom: 15px;
    padding-top: 15px;
}
.focal-point {
    border: medium none;
    margin: 0 -40px;
    overflow: hidden;
    text-align: center;
}
.focal-point h1 {
    color: #333333;
    font-size: 30px;
    margin: 15px 0;
}
.focal-point h2 {
    color: #666666;
    font-size: 24px;
    margin: 15px 0;
}
.focal-point p {
    color: #999999;
    font-size: 14px;
    margin: -10px 0 20px;
}
.content .column {
    float: left;
    margin: 0 20px;
}
.column, .column-first, .column-last {
    float: left;
    margin: 0 20px;
}
.grid1col, .grid2col, .grid3col, .grid4col {
    width: 100%;
}
.grid1col .column {
    margin: 0;
    width: 100%;
}
.grid2col .column, .grid2col .column-first, .grid2col .column-last {
    width: 47%;
}
.grid2col .column-first {
    margin-left: 0 !important;
}
.grid2col .column-last {
    float: right !important;
    margin-right: 0 !important;
}
.grid3col .column, .grid3col .column-first, .grid3col .column-last {
    margin: 0 15px;
    width: 30%;
}
.single-sidebar .grid3col .column {
    margin: 0 10px;
}
.grid3col .column.column-first {
    margin-left: 0 !important;
}
.grid3col .column.column-last {
    float: right !important;
    margin-right: 0 !important;
}
.grid3col .column-double {
    width: 61%;
}
.grid4col .column, .grid4col .column-first, .grid4col .column-last {
    margin: 0 17px;
    width: 22%;
}
.single-sidebar .grid4col .column {
    margin: 0 13px;
}
.grid4col .column-first {
    margin-left: 0 !important;
}
.grid4col .column-last {
    float: right !important;
    margin-right: 0 !important;
}
.section:after, .content:after, .carousel:after, #bd:after, #site-widget:after, #site-bc:after, .inner-box:after, .nav-menu:after, .menu-row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.content-block {
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: block;
}
ul.hero-list {
    bottom: 0;
    position: absolute;
}
ul.hero-list li {
    float: left;
    margin: 5px;
}
ul.hero-list li a {
    background: url("img/grd/grd100.000-333.gif") repeat scroll 0 0 #333333;
    border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    color: #EEEEEE;
    display: block;
    height: 35px;
    opacity: 0.5;
    padding: 5px 10px;
    text-decoration: none;
    width: 134px;
}
ul.hero-list li a:hover {
    border: 1px solid #DDDDDD;
    opacity: 0.8;
}
ul.hero-list li a.active {
    border: 1px solid #333333;
    color: #FFFFFF;
    opacity: 1;
}
ul.hero-list-darkbg li a.active {
    border: 1px solid #666666;
    color: #FFFFFF;
    opacity: 1;
}
.hero-pane {
    position: absolute;
}
.hero-content {
    border-radius: 5px 5px 5px 5px;
    display: none;
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 670px;
}
.hero-content-link {
    border-radius: 5px 5px 5px 5px;
    bottom: 2px;
    display: block;
    height: 98%;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.hero-active {
    display: block;
}
.biz-focal {
    height: 300px;
    margin: 20px 0;
    position: relative;
}
.biz-focal .block {
    height: 300px;
    overflow: hidden;
    position: absolute;
}
.biz-focal-hero {
    background: none repeat scroll 0 0 #333333;
    border-color: #333333;
    left: 0;
    width: 670px;
}
.biz-focal-side {
    height: 260px !important;
    padding: 20px;
    right: 0;
    width: 240px;
}
.biz-focal-side h3 {
    font-size: 16px !important;
    margin: 0 0 5px;
}
.biz-focal-side .dynamic {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
    height: 200px;
    overflow: auto;
}
.biz-focal-side .dynamic .item {
    border-bottom: 1px dotted #DDDDDD;
    font-size: 11px;
    padding: 5px 7px;
}
.biz-focal-side .lnk {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.biz-focal-side .dynamic .item .tag {
    background-color: #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    float: right;
    font-size: 9px;
    margin: 0 0 0 10px;
    padding: 2px 3px;
}
.biz-focal-side .dynamic .item .date {
    color: #666666;
    display: block;
    font-size: 10px;
    padding: 2px;
}
.biz-focal-side h2 {
    font-size: 18px;
}
.biz-focal-side ul {
    margin: 10px 0;
}
.cat-main {
    max-width: 740px;
    width: 740px;
}
.body-content *, .sidebar-content *, .prod-content * {
    line-height: 1.5em !important;
}
.cat-nav {
    height: 55px;
    padding: 0 10px;
}
.cat-nav li {
    background-color: #F5F5F5;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 54px;
    width: 175px;
}
.cat-nav li .title {
    display: block;
    padding: 10px;
}
.cat-nav li.rs {
    border-right: 1px solid #CCCCCC;
    border-top-right-radius: 5px;
}
.cat-nav li.ls {
    border-left: 1px solid #CCCCCC;
    border-top-left-radius: 5px;
}
.cat-nav li.active {
    background-color: #FFFFFF;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 55px;
}
.cat-content {
    padding: 40px;
}
.cat-sidebar {
    min-height: 200px;
    position: absolute;
    right: 0;
    width: 220px;
}
.cat-content .grid3col .column {
    width: 30%;
}
.cat-content .grid3col .column-double {
    width: 60%;
}
.cat-content .grid2col .column {
    width: 46%;
}
.prod-main {
    max-width: 740px;
    width: 740px;
}
.prod-nav {
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 6px;
}
.prod-nav ul {
    margin: 0 !important;
    padding: 0 !important;
}
.prod-nav li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("img/grd/grd50.ccc-fff.gif") repeat-x scroll left top #666666;
    border-color: #CCCCCC #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    display: block;
    float: left;
    list-style: none outside none;
    margin: 2px 0 !important;
    padding: 5px 15px;
    position: relative;
}
.prod-nav li.first {
    border-bottom-left-radius: 4px;
    border-left: 1px solid #CCCCCC;
    border-top-left-radius: 4px;
}
.prod-nav li.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.prod-nav li.active {
    background: url("img/grd/grd50.ccc-fff.gif") repeat-x scroll left center #666666;
}
.prod-nav li a {
}
.prod-nav li.active {
    color: #333333;
    font-weight: bold;
}
.prod-sidebar {
    float: right;
    min-height: 200px;
    width: 220px;
}
.prod-focal {
    background: url("img/tmplt/prod-fp-bg.jpg") repeat scroll 0 0 #333333;
    border-color: #666666;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
}
.prod-focal h1, .prod-focal h2, .prod-focal h3 {
    color: #FFFFFF;
}
.prod-focal .prod-hero {
    height: 190px;
    padding: 30px;
}
.prod-focal h1 {
    font-size: 32px;
}
.prod-focal p {
    color: #EEEEEE;
    font-size: 15px;
}
.prod-content {
    padding: 40px;
    position: relative;
}
.prod-content .grid4col .column, .prod-content .grid4col .column-first, .prod-content .grid4col .column-last {
    width: 23%;
}
.prod-content .grid4col .column {
    margin: 0 9px;
}
.prod-content .grid4col .column, .prod-content .grid4col .column-first, .prod-content .grid4col .column-last {
    width: 30%;
}
.prod-content .grid2col .column, .prod-content .grid2col .column-first, .prod-content .grid2col .column-last {
    width: 46%;
}
.prod-content ul, .cat-content ul {
    list-style: disc outside none;
    margin: 10px 0;
    padding-left: 2em;
}
.prod-content ul li, .cat-content ul li {
    line-height: 1.2em;
    margin: 8px 0;
}
.null-option {
    color: #999999 !important;
}
.center-div {
    margin-left: auto !important;
    margin-right: auto !important;
}
.btn-link {
    background: -moz-linear-gradient(center top , #666666 0%, #333333 100%) repeat scroll 0 0 transparent;
    border: 1px solid #555555;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    display: block;
    padding: 5px;
    text-align: center;
    text-shadow: 0 -1px 0 #333333;
}
.btn-link:hover {
    background: -moz-linear-gradient(center top , #555555 0%, #000000 100%) repeat scroll 0 0 transparent;
    border-color: #222222;
    text-shadow: 0 -1px 0 #000000;
}
.btn-link .text {
    background: url("img/btn-arrow.gif") no-repeat scroll right center transparent;
    display: inline-block;
    padding-right: 10px;
}
hr.divider {
    margin: 8px 0;
    padding: 0;
}
.page-title {
    margin-left: 10px;
}
.img-frame {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    display: inline-block;
    margin: 10px 0;
    padding: 6px;
}
.img-frame div {
    display: inline-block;
}
.sidebar-breadcrumb {
    background: url("img/sidebar-breadcrumb.jpg") no-repeat scroll center bottom #F5F5F5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0 18px;
    text-align: center;
}
.sidebar-content {
    padding: 10px 20px 30px;
}
.sidebar-title {
    color: #666666;
    font-size: 9px;
    padding: 10px 0 5px;
    text-align: center;
}
.sidebar-breadcrumb a {
    font-size: 12px;
    font-weight: bold;
}
.sidebar li {
    margin-bottom: 2px;
}
.sidebar .block {
    border-bottom: 1px solid #CCCCCC;
    color: #888888;
    padding: 20px;
}
.sidebar .header h3 {
    color: #666666;
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0;
}
.sidebar .related .header {
    background-color: #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 4px #CCCCCC;
    padding: 2px 20px;
}
.sidebar .related ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 20px;
}
.sidebar .related ul li a {
    color: #3366CC;
    font-size: 14px;
    text-decoration: none;
}
.sidebar .related ul {
    border-bottom: 2px solid #DDDDDD;
}
#site-widget ul, #site-widget li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#site-widget li {
    border-left: 1px solid #CCCCCC;
    float: left;
    height: 200px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 243px;
}
#site-widget.w3col li, #site-widget.w3col li.first, #site-widget.w3col li.last {
    width: 325px;
}
#site-widget li h4, #site-widget li span.h4 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
#site-widget li span.p {
    display: block;
}
#site-widget li.first {
    border: medium none;
    border-bottom-left-radius: 7px;
    width: 244px;
}
#site-widget.w3col li.first {
    width: 325px;
}
#site-widget li.last {
    border-bottom-right-radius: 7px;
    width: 245px;
}
#site-widget li .text {
    display: block;
    height: 180px;
    margin: 10px 30px;
    text-decoration: none;
}
#site-widget li .text * {
    color: #666666;
}
#site-widget li a:hover * {
    color: #0C83C6;
}
#site-widget form input.text-input {
    border: 1px solid #CCCCCC;
    display: block;
    font-size: 1.2em;
    margin: 2px 0;
    padding: 2px;
    width: 100%;
}
#site-widget form div {
    padding: 4px 0;
}
.service-header {
    padding: 10px 0;
}
.service-header h1 {
    font-size: 38px;
}
.outer-pod {
    background-color: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px #DDDDDD;
    margin: 5px 10px 10px;
    padding: 0;
    position: relative;
}
.inner-pod {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    margin: 5px 0 10px;
    padding: 3px 0 0;
    position: relative;
}
.inner-pod .inner-box {
    background-color: #F3F3F3;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 -2px 2px #F3F3F3;
    height: 100%;
    padding: 0;
}
.media-pod {
    background-color: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    margin: 5px 15px 10px;
    padding: 3px 0 0;
    position: relative;
}
.media-pod .inner-box {
    background-color: #F3F3F3;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 -2px 2px #F3F3F3;
    height: 100%;
    padding: 10px;
}
.media-pod ul {
    clear: both;
    margin: 0;
    padding: 0;
}
.media-pod li {
    float: left;
    list-style: none outside none;
    margin: 5px;
}
.media-pod li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 3px #CCCCCC;
    display: block;
    padding: 5px 5px 8px;
}
.image-pod {
    background-color: #DDDDDD;
    border: 2px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    margin: 10px 0;
    padding: 10px;
}
.link-pod ul {
    margin: 0 !important;
    padding: 0 !important;
}
.link-pod li {
    background: none repeat scroll 0 0 transparent !important;
    border-top: 1px solid #EEEEEE;
    margin: 0 !important;
    padding: 10px !important;
}
.link-pod li.first {
    border: medium none;
}
html, body {
    margin: 0;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: arial,helvetica;
    font-size: 12px;
}
p {
    margin: 0 0 0.7em;
}
h1 {
    color: #333F52;
    font-size: 24px;
    margin: 15px 0 10px;
}
h2 {
    color: #333333;
    font-size: 20px;
    margin: 10px 0 4px;
}
h3 {
    color: #333333;
    font-size: 18px;
    margin: 10px 0 4px;
}
h4 {
    color: #333333;
    font-size: 14px;
    margin: 10px 0 4px;
}
h5 {
    color: #333333;
    font-size: 12px;
    margin: 10px 0 4px;
}
img {
    border: medium none;
}
img.right {
    float: right;
    margin: 0 0 10px 10px;
}
img.left {
    float: left;
    margin: 0 10px 10px 0;
}
em {
    font-style: italic;
    font-weight: bold;
}
ul, li {
}
ul.no-bullet, ul.no-bullet li {
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
}
input[type="text"], select, textarea {
    border: 1px solid #7F9DB9;
    font-size: 11px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 15px;
}
.error {
    color: #FF0000;
}
table.no-border td, table.no-border th {
    border: medium none;
}
table th {
    background-color: #EEEEEE;
}
a {
    color: #0C83C6;
    cursor: pointer;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD -moz-use-text-color -moz-use-text-color;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    height: 1px;
    margin: 10px 0;
}
.small-text {
    font-size: 0.8em;
}
.icon {
    display: inline-block;
    margin-bottom: 2px;
    min-height: 16px;
    padding-left: 20px;
}
a.icon {
    color: #0C83C6;
    display: inline-block;
    margin-bottom: 2px;
    min-height: 16px;
    padding-left: 20px;
}
a.gofreedirect {
    background: url("../img/ico/jd_icon.gif") no-repeat scroll left top transparent;
}
a.pdf {
    background: url("../img/ico/set01/doc_pdf.png") no-repeat scroll left top transparent;
}
a.form {
    background: url("../img/ico/set01/clipboard_text.png") no-repeat scroll left top transparent;
}
a.phone {
    background: url("../img/ico/set01/telephone.png") no-repeat scroll left top transparent;
}
a.jsp, a.html, a.htm {
    /*background: url() no-repeat scroll left top transparent;*/
}
a.page {
    background: url("../img/ico/set02/icon_html.gif") no-repeat scroll left top transparent;
}
.calendar {
    background: url("../img/ico/set01/calendar_2.png") no-repeat scroll left top transparent;
}
a.rss {
    background: url("../img/ico/rss.png") no-repeat scroll left top transparent;
}
a.zip {
    background: url("../img/ico/set01/doc_zip.png") no-repeat scroll left top transparent;
}
a.doc {
}
a.excel {
}
a.img {
}
a.listen {
    background: url("/images/icons/listen-icon.gif") no-repeat scroll left center transparent;
}
a.watch {
    background: url("/images/icons/watch-icon.gif") no-repeat scroll left center transparent;
}
a.download {
}
a.external {
}
a.print {
}
a.link {
}
a.accept {
    background: url("/images/icons/led-theme/accept.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}
a.deny {
    background: url("/images/icons/led-theme/cross.png") no-repeat scroll left center transparent;
    padding-left: 20px;
}
a.email {
    white-space: nowrap;
}
li.bullet {
    margin-left: 18px;
}
li.pdf {
    background: url("../img/ico/set01/icon_pdf.gif") no-repeat scroll left center transparent;
}
.loading-dot-sm {
    background: url("../img/ani/loading_dot_16.gif") no-repeat scroll left center transparent;
    height: 16px;
    padding-left: 30px;
}
.grd50_0-3 {
    background: url("img/grd/grd50.000-333.gif") repeat scroll 0 0 #333333;
}
.grd50_0-6 {
    background: url("img/grd/grd50.000-666.gif") repeat scroll 0 0 #666666;
}
.grd50_0-9 {
    background: url("img/grd/grd50.000-999.gif") repeat scroll 0 0 #999999;
}
.grd50_3-6 {
    background: url("img/grd/grd50.333-666.gif") repeat scroll 0 0 #666666;
    color: #EEEEEE;
}
.grd50_3-9 {
    background: url("img/grd/grd50.333-999.gif") repeat scroll 0 0 #999999;
    color: #EEEEEE;
}
.grd50_3-c {
    background: url("img/grd/grd50.333-ccc.gif") repeat scroll 0 0 #CCCCCC;
    color: #EEEEEE;
}
.grd50_6-9 {
    background: url("img/grd/grd50.666-999.gif") repeat scroll 0 0 #999999;
    color: #EEEEEE;
}
.grd50_6-c {
    background: url("img/grd/grd50.666-ccc.gif") repeat scroll 0 0 #CCCCCC;
    color: #EEEEEE;
}
.grd50_6-d {
    background: url("img/grd/grd50.666-ddd.gif") repeat scroll 0 0 #DDDDDD;
    color: #EEEEEE;
}
.grd50_e-f {
    background: url("img/grd/grd50.eee-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_d-f {
    background: url("img/grd/grd50.ddd-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_c-f {
    background: url("img/grd/grd50.ccc-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_b-f {
    background: url("img/grd/grd50.bbb-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_lightblue {
    background: url("img/grd/grd50.d0e6fe-ffffff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_mediumblue {
    background: url("img/grd/grd50.3366cc-d0e6fe.gif") repeat scroll 0 0 #FFFFFF;
}
.grd50_darkblue {
    background: url("img/grd/grd50.00337f-3366cc.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_0-3 {
    background: url("img/grd/grd100.000-333.gif") repeat scroll 0 0 #333333;
}
.grd100_0-6 {
    background: url("img/grd/grd100.000-666.gif") repeat scroll 0 0 #666666;
}
.grd100_0-9 {
    background: url("img/grd/grd100.000-999.gif") repeat scroll 0 0 #999999;
}
.grd100_3-6 {
    background: url("img/grd/grd100.333-666.gif") repeat scroll 0 0 #666666;
    color: #EEEEEE;
}
.grd100_3-9 {
    background: url("img/grd/grd100.333-999.gif") repeat scroll 0 0 #999999;
    color: #EEEEEE;
}
.grd100_3-c {
    background: url("img/grd/grd100.333-ccc.gif") repeat scroll 0 0 #CCCCCC;
    color: #EEEEEE;
}
.grd100_6-9 {
    background: url("img/grd/grd100.666-999.gif") repeat scroll 0 0 #999999;
    color: #EEEEEE;
}
.grd100_6-c {
    background: url("img/grd/grd100.666-ccc.gif") repeat scroll 0 0 #CCCCCC;
    color: #EEEEEE;
}
.grd100_6-d {
    background: url("img/grd/grd100.666-ddd.gif") repeat scroll 0 0 #DDDDDD;
    color: #EEEEEE;
}
.grd100_e-f {
    background: url("img/grd/grd100.eee-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_d-f {
    background: url("img/grd/grd100.ddd-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_c-f {
    background: url("img/grd/grd100.ccc-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_b-f {
    background: url("img/grd/grd100.bbb-fff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_lightblue {
    background: url("img/grd/grd100.d0e6fe-ffffff.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_mediumblue {
    background: url("img/grd/grd100.3366cc-d0e6fe.gif") repeat scroll 0 0 #FFFFFF;
}
.grd100_darkblue {
    background: url("img/grd/grd100.00337f-3366cc.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_blue {
    background: url("img/grd/grd300.blue.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_brown {
    background: url("img/grd/grd300.brown.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_green {
    background: url("img/grd/grd300.green.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_jade {
    background: url("img/grd/grd300.jade.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_leaf {
    background: url("img/grd/grd300.leaf.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_ocean {
    background: url("img/grd/grd300.ocean.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_orange {
    background: url("img/grd/grd300.orange.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_purple {
    background: url("img/grd/grd300.purple.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_red {
    background: url("img/grd/grd300.red.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_sky {
    background: url("img/grd/grd300.sky.gif") repeat scroll 0 0 #FFFFFF;
}
.grd300_yellow {
    background: url("img/grd/grd300.yellow.gif") repeat scroll 0 0 #FFFFFF;
}
.grd {
    background-position: center bottom;
    background-repeat: repeat-x;
}
.grdc {
    background-position: center center;
    background-repeat: repeat-x;
}
.info-bar {
    border: 1px solid #D8D8D8;
    height: 30px;
    margin: 10px 0 0;
    position: relative;
    width: 100%;
}
.info-bar div.block {
    height: 14px;
    padding: 8px;
}
.info-bar div.icon-14 {
    height: 18px;
    padding: 6px;
}
.info-bar div.gray {
    background-color: #ECECEC;
}
.info-bar div.float-left {
    border-right: 1px solid #D8D8D8;
}
.info-bar div.float-right {
    border-left: 1px solid #D8D8D8;
}
.mini-form {
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 290px;
}
.mini-form h4 {
    margin: 0 0 10px;
}
.mini-form form {
    height: 30px;
    position: relative;
}
.mini-form form .email-field {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0 0 3px #DDDDDD inset;
    height: 27px;
    margin: 0;
    position: absolute;
    width: 210px;
    z-index: 0;
}
.mini-form form .email-field label {
    color: #DDDDDD;
    cursor: text;
    display: block;
    font-size: 16px;
    padding: 4px;
    position: absolute;
    z-index: -1;
}
.mini-form form .email-field input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 14px;
    padding: 6px 4px;
    width: 95%;
    z-index: 1000;
}
.mini-form .submit {
    background: url("img/grd/grd50.666-999.gif") repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 17px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 54px;
}
.mini-form .message {
    border-bottom: 1px dotted #EEEEEE;
    color: #CCCCCC;
    margin: 0 0 5px;
    padding: 2px;
}
.mini-form p {
    margin-bottom: 0 !important;
}
.tool-bar {
    margin: 5px;
}
.main {
    float: left;
    max-width: 740px;
    width: 740px;
}
.sidebar {
    float: right;
    min-height: 200px;
    width: 220px;
}
.sidebar-nav {
    margin: 10px 0 10px -15px;
    position: relative;
    width: 235px;
}
.sidebar-nav ul, .sidebar-nav li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sidebar-nav ul {
    border-top: 1px dotted #DDDDDD;
    margin-left: 15px;
}
.sidebar-nav li {
    border-bottom: 1px solid #DDDDDD;
}
.sidebar-nav li a, .sidebar-nav li .text {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
}
.sidebar-nav li .text {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2D2D2D -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #333333;
}
.sidebar-nav li.active {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("img/cat-nav-active.gif") no-repeat scroll left center transparent;
    border-color: -moz-use-text-color #2D2D2D -moz-use-text-color -moz-use-text-color;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    margin-left: -15px;
    padding-left: 15px;
}
.sidebar-nav li a:hover {
    background-color: #EEEEEE;
}
ul.subpage-nav {
    background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 0 10px;
    padding: 8px;
}
ul.subpage-nav li {
    color: #666666;
    display: block;
    float: left;
    margin: 0 5px;
    padding: 0;
}
ul.subpage-nav li a {
    background: url("img/util-arrow.gif") no-repeat scroll right center transparent;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    padding: 2px 12px 2px 8px;
    text-decoration: none;
}
ul.subpage-nav li a:hover {
    color: #0C83C6;
    text-decoration: underline;
}
ul.subpage-nav li a.active {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    padding-right: 8px;
    text-decoration: none;
}

#sub-menu {
    text-align: left;
}

.menu-burger:hover #sub-menu{
    font-family: Arial;
    color: #999999;
}

#notificationBox {
    width: 100%;
    margin: 0 auto;
}

.c-supernav {
    height: 32px;
    background-color: #f2f2f2;
    margin-right: 0px;
    margin-left: 0px;
    display: block;
}

.c-supernav li {
    list-style-type: none;
}

.c-supernav ul {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px 0px 5px 0px;
    margin-right: 16px;
}

.c-supernav-navigation__items {
    list-style: none;
}

.c-supernav-pull-right {
    float: right !important;
}

.c-supernav-navigation__item {
    display: inline-block;
    font-family: robotomedium, Arial, sans-serif;
}

.c-supernav-navigation__link:hover {
    color: #FC5000;
    border-bottom: .2em solid #fc5000;
}

.c-supernav-navigation__link {
    color: #242424;
    display: inline-block;
    position: relative;
    transition: background-color 0.15s ease-out;
    padding: 0px 5px 0px 5px !important;
}
