/****************
GLOBAL
*****************/

html, body {
    /*min-*/height: 100%;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 150%;
    overflow-y: scroll;
}

strong {
    font-weight: bold;
}

a:link, a:visited {
    color: #37affe;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/****************
SITE
*****************/

#logo {
    position: fixed;
    top: 59px;
    left: 0;
    z-index: 343;
}

#site {
    position: relative;
    z-index: 1;
    padding: 37px 0 0 160px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin-bottom: 25px;
}

#content ul {
    margin: 0 0 25px 15px;
}

#content ul li {
    list-style: disc;
    padding-bottom: 4px;
}

#content a:link, #content a:visited {
    color: #1094ec;
}

.bePosRel {
    position: relative;
}

/****************
NAV
*****************/
#navContainer {
    position: relative;
    display: block;
    /*   position: fixed;
       right: 10%;
       top: 0;
       width: 35%;*/
    z-index:2;
    font-family: "Times New Roman", serif;
}

#mainNav {
    position: fixed;
    /*font-style: italic;*/
    font-size: 14px;
    background: url(../img/bg-mainNav.png);
    padding: 5px 6px;
    max-height: 27px;
    left: 700px;
    width: 448px;
    /*overflow: hidden;*/
    text-align: center;
    z-index: 99;
}

#mainNav li {
    display: inline-block;
    background: url(../img/bg-mainNav-li.png) no-repeat right center;
}

#mainNav li.last {
    background: none;
}

#mainNav li a:link, #mainNav li a:visited {
    color: #d5edff;
    display: block;
    padding: 4px 7px 6px 5px;
}

#mainNav li a:hover {
    color: #fff;
    text-decoration: none;
}

#mainNav li a.active:link, #mainNav li a.active:visited, #mainNav li.active a:link, #mainNav li.active a:visited {
    font-weight: bold;
    color: #fff;
}

#nf {
   /* min-height: 100%;*/
}

#secondNav {
    position: fixed;
    left: 700px;
    top: 37px;
    z-index: 2;
    width: 460px;
    min-width: 460px;
    overflow: hidden;
    background: url(../img/bg-nav.png);
    min-height: 100%;

}

#secondNav.scrollable {
    position: absolute;
}

#secondNav .secNav {
    display: none;
}

#secondNav .secNav.active {
    display: block;
}

#secondNav li {
    display: block;
    background: url(../img/bg-sNav-mli.png) repeat-x 0 bottom;
    padding: 4px 20px;
}

#secondNav li.last {
    background: none;
}

#secondNav li.oB {
    /*background: url(../img/bg-onlinebanking.png);*/
}

#secondNav li a:link, #secondNav li a:visited,
#secondNav li span,
#secondNav li .h a:link, #secondNav li .h a:visited,
#secondNav li span.accToggl.h.last-child {
    font-size: 30px;
    display: block;
    font-weight: normal;
    font-family: "Times New Roman", serif;
    color: #2f302f;
    padding: 15px 0;
    background: url(../img/bg-sNav-m-l.png) no-repeat right 2px;
}

#secondNav li span.accToggl.h {
    background: none;
    padding: 0;
}

#secondNav li li a:link, #secondNav li li a:visited,
#secondNav li li .h a:link, #secondNav li li .h a:visited,
#secondNav li li span {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background: none;
    padding: 8px 0 5px 0;
}

#secondNav li li li a:link, #secondNav li li li a:visited,
#secondNav li li li .h a:link, #secondNav li li li .h a:visited,
#secondNav li li li span {
    padding-left: 20px;
}

#secondNav li li li li a:link, #secondNav li li li li a:visited {
    padding-left: 40px;
}

#secondNav li a:hover,
#secondNav li span:hover,
#secondNav li .h a:hover,
#secondNav li span.accToggl:hover,
#secondNav li span.accToggl.h.last-child:hover {
    color: #003e5e;
    text-decoration: none;
    background-position: right -55px;
    cursor: pointer;
}

#secondNav li.oB a:link, #secondNav li.oB a:visited {
    /*font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background: none;
    padding: 10px 0;*/
}

#secondNav li ul {
    padding-bottom: 10px;
}

#secondNav li ul ul {
    padding: 0;
}

#secondNav li li {
    background: none;
    padding: 0;
    border-top: 1px solid #cbc7c5;
}

#secondNav a.active:link, #secondNav a.active:visited, #secondNav a:hover {
    color: #003e5e !important;
}

/****************
FOOTER
*****************/

#footer {
    background: url(../img/bg-footer2.png);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.start #footer {
    background-image: url(../img/bg-footer.png);
}

#footer p {
    margin: 0;
}

#footerInner {
    padding: 20px 0 5px 70px;
    color: #999;
    font-weight: bold;
    min-height: 100px;
    position: relative;
    width: 1100px;
}

#footerInnerBox {
    width: 1090px;
    height: 100px;
   overflow: hidden;
}

.noteBar {
    border-top: 1px solid #4e5f67;
    padding: 10px 0 0 0;
    margin: 12px 0 0 0;
}

.footerNote {
    color: #999;
    font-size: 11px;
    display: block;
    float: left;
}

.footerNoteLink {
    float: right;
    font-size: 11px;
}

#footerOverflow {
    width: 4000px;
}

#footer h3 {
    border-bottom: 1px solid #999;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.footerBox {
    width: 245px;
    margin: 0 37px 0 0;
    float: left;
}

.footerBox.employeeFooter {
    font-size: 10px;
}

.footerBox.employeeFooter h3 {
    font-size: 12px;
}

.footerBox li {
    background: url(../img/bg-footer-lia.png) no-repeat 0 6px;
    padding: 2px 0 2px 12px;
}

.employeeFooterPortrait {
    float: left;
    width: 71px;
    margin-right: 15px;
}

.employeeFooterInfo {
    float: left;
    width: 159px;
    line-height: 160%;
}

.footerArrows {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    display: none;
    outline: none;
}

.footerArrows.disabled {
    opacity: .2;
}

#footerArrowPrev {
    left: 15px;
    background: url(../img/img-prev.png);
}

#footerArrowNext {
    right: -45px;
    background: url(../img/img-next.png);
}

.hovImage {
    position: relative;
    z-index: 2;
}

.hovOriginal {
    display: none;
    position: absolute;
    bottom: 70px;
    z-index: 3;
}

.hovImage:hover .hovOriginal {
    display: block;
}



/****************
BACKGROUND IMAGE
*****************/
img.vegas-background {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    z-index: -2;
    /* counteracts global img modification by twitter bootstrap library */
    max-width: none !important;
}