


      body {

      }
      div#header {

        height: 113px;
        width: 990px;
        position: relative;
      }

          div#header {
    height:130px !important;
    width:100%;
    background:url('/bsfa/cdn/customer/home_image.jpg');
    background-size: cover;
    border-bottom:2px solid #fff;
    }


div#header .mainlogo img {
  height:60px;
  margin-top:25px;
  margin-left:10px;
}

div#header .altlogo img {
  height:30px;
  position:absolute;
  bottom:42px;
  right:15px;
}

div#header .user_link {
  position:absolute;
  top:3px;
  right:50px;
padding: 0;
margin: 0;
line-height: 12px;
font-size: 12px;
color: white;
background: #00539b;
border: 1px solid #00539b;
padding-left: 2px;
padding-right: 2px;
}
div#header .user_link a {
  color:white;
  text-decoration:none;
}


div#header h3.sysinfo {
position: absolute;
top: 3px;
right: 6px;
padding: 0;
margin: 0;
line-height: 12px;
font-size: 12px;
color: white;
background: #00539b;
border: 1px solid #FFF;
padding-left: 2px;
padding-right: 2px;
}


div#header .header_inner {
  max-width:990px;
  margin:0 auto;
  position:relative;
  height:100%;
}
div#header .nav_wrapper {
      background:rgba(23,19,95, .8);
      position: absolute;
  bottom:0;
  left:0;
  width:100%;
}


      ul#nav {
        margin: 0 auto;
        width: 990px;
        height: 26px;
        padding: 0;
        offset: 0;
      }
      div#inner {
        padding:5px 20px 20px 20px;
        width: 950px;
        position: relative;
        margin: 0 auto;
      }
      h1 {
        font-size: 20px;
        color: #17135F;
        padding: 0;
      }
      div.top-right {
        position: absolute;
        top: 15px;
        right:20px;
      }
      div.container {
        width: 100%;
      }

  #nav li
  { float: left;
    list-style: none;
    font: 12px Tahoma, Arial;
    z-index: 3000;
  }
  #nav li a
  {
    display: block;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid #FFF;
    color: #EAFFED;
    white-space: nowrap;
    z-index: 3000;
  }
  #nav li a:hover
  {
      background: #00bce4;
  }

  #nav li ul
    { margin: 0;
      padding: 0;
      position: absolute;
      visibility: hidden;
      z-index: 3000;
}

    #nav li ul li
    { float: none;
      display: inline;
      z-index: 3000;
}

    #nav li ul li a
    { width: auto;
            background:rgba(23,19,95);
      z-index: 3000;
}
    #nav li ul li a:hover
    { background: #00bce4; color: #17135f;}

    #nav li.dms {
      float: right;
    }
    #nav li.dms a {
      border-left: 1px solid #7FAF5F;
      border-right: 0;
      z-index: 3000;
    }
    #nav li ul.dms {
      position: absolute;
      /*right: 0;*/
    }
        p.welcome {
      width: 270px;
      text-align: center;
      color: #FFF;
      font-size: 12px;
      float: right;
      font-family: arial;
      padding-top: 22px !important;
    text-shadow:  2px 2px 2px black;
    display:none;
    position:absolute;
    top:0;
    right:0;
    bottom:16px;
    background:rgba(23,19,95, .8);
      }
      p.welcome a {
        color: #fff;
        text-decoration: underline;
      }

.ui-menu .ui-menu-item a:hover {
  curosr: hand !important;
  background: #ccc !important;
}


