﻿#top-header
{
    color: #333333;
    font-family: "Trebuchet MS" ,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    overflow: hidden;
    padding: 9px 0;
}
#top-header span
{
    display: inline-block;
    vertical-align: top;
}
#top-header .flag
{
    margin: 0 6px 0 0;
}
#top-header .message
{
    display: inline-block;
    margin-left: 16px;
}
#top-header li
{
    border-left: 1px solid #999999;
    float: left;
    line-height: 12px;
    padding: 0 5px;
}
#top-header li a
{
    color: #3399CC !important;
}
#top-header li:first-child
{
    border-left: 0 none;
}
#bottom-header
{
    background-color: #0085C3;
    border-bottom: 1px solid #CCCCCC;
    height: 66px;
    padding-top: 15px;
}
#bottom-header .logo
{
    float: left;
    padding-top: 16px;
}
#bottom-header .logo .logo-text
{
    display: inline-block;
    padding-left: 15px;
    font-size: 13px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-weight: 700;
}
#bottom-header .logo .logo-text a
{
    text-decoration: none;
    color: #FFFFFF !important;
}
/* Start: Navigation */
nav
{
    display: inline-block;
    padding-top: 16px;
}
nav #tier1
{
    width: 100%;
}
nav #tier1 > li
{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 0 5px;
    padding: 5px 10px 35px 10px;
}
nav #tier1 > li > a, nav #tier1 > li > span
{
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 55, 88, 0.3);
}
nav #tier1 > li > a:hover, nav #tier1 > li > span:hover
{
    opacity: 0.5;
    text-decoration: none;
}
nav #tier1 > li.lisolutions:hover
{
    background-color: #0085C3;
     border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
}
nav #tier1 > li.lisolutions:hover a
{
    color: #FFF;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 55, 88, 0.3);
}
nav #tier1 > li.lisolutions:hover a:hover
{
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 55, 88, 0.3);
}
nav #tier1 > li.lisolutions:hover .tier2
{
    display: block;
}
nav #tier1 > li.active.no-tier2
{
    background: url("../Images/Shared/navigation-caret-tier2.png") 50% 41px no-repeat;
}

/* Tier 2 Navigation */

nav .tier2
{
    background: none repeat scroll 0 0 #0085C3;
    border-radius: 0 0 6px 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding: 25px 10px 0px 10px;
    position: absolute;
    text-align: left;
    z-index: 9999;
    margin-top: 10px;
    margin-left: -10px;
}
nav div {
    display: none;
}
nav div.tier2 a 
{
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 0px 5px 0px;
    position: static;
    text-align: left;
    text-decoration: none;
    height: 23px;
    vertical-align: middle;
}
nav div.tier2 a:hover {
    color: #3399CC;
    text-decoration: underline;
}
nav .tier2 .divider
{
    display: block;
    border-top: 1px solid #339DCF;
}
nav .bottom
{
    border-top: 1px solid #CCCCCC;
    height: 49px;
    margin: 10px 0 0 !important;
}
nav .bottom, nav .bottom ul
{
    width: 100% !important;
}
nav .bottom ul li
{
    display: inline-block;
    float: left;
    margin-left: 3%;
    min-width: 21.9886%;
    vertical-align: top;
}
nav .bottom ul li:first-child
{
    margin-left: 0;
    min-width: 21.7382%;
}
nav .bottom ul li a
{
    background: url("../Images/Shared/right-arrow.png") no-repeat scroll 100% 7px rgba(0, 0, 0, 0);
    color: #3399CC !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding-right: 15px;
}
nav .bottom ul li a:hover
{
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
}
nav .bottom ul span
{
    display: table-cell;
    height: 49px;
    vertical-align: middle;
}
nav hr
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #AAAAAA #AAAAAA -moz-use-text-color;
    border-image: none;
    border-style: dotted dotted none;
    border-width: 1px 1px 0;
    height: 1px;
    margin: 13px 10px;
    width: 90%;
}
nav a:visited, footer a:visited
{
    color: #FFFFFF;
}
nav .closecontainer
{
    padding-top: 20px;
    padding-right:20px;
}
nav .close
{
    background: url("../images/shared/close.png") no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
}
.button-container
{
    float: right;
    position: relative;
    padding-top: 12px;
    width: 250px;
}
footer
{
    background-color: #0085C3;
    color: #FFFFFF;
    font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    overflow: hidden;
    border: 1px solid red;
}
footer > .wrapper
{
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 26px;
    border: 1px solid red;
}
footer dl
{
    display: inline-block;
    margin: 0 0 0 24px;
    vertical-align: top;
    width: 130px;
}
.footerAnchor
{
    border-right: 1px solid #FFFFFF;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
}
footer .breadcrumb
{
    margin: 14px 0 11px 1px;
}
#footer-links
{
    margin: 30px auto 10px;
    width: 650px;
}
#copyright-container
{
    font-size: 11px;
    line-height: 30px;
    margin: 10px auto 29px;
    text-align: center;
    height: 10px;
}
#copyright-container a
{
    color: #FFFFFF;
}
#copyright-container p
{
    margin: 16px 0;
}
#top-header #toplinks li ul
{
    display: none;
}
#top-header #toplinks ul li a
{
    display: block;
    text-decoration: none;
    text-align: left;
    color: #585858;
    padding: 5px 5px 5px 5px;
    margin-left: 1px;
    white-space: nowrap;
}
#top-header #toplinks ul li.name
{
    background: url("../Images/arrow-down-dark.png") no-repeat scroll right center transparent;
    padding-right: 10px;
}
#top-header #toplinks li:hover ul
{
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #ddd;
    display: block;
    z-index: 4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#top-header #toplinks li:hover li
{
    float: none;
    font-size: 11px;
    border: 0;
}
#top-header #toplinks li:hover li a
{
    color: #FFFFFF;
}
