#search-form .text{
    width:150px;
}
 
#side-bar{
    background-color:#EAF4F4;
    border-right: 1px solid #888;
}
 
#top-bar {
    padding:0px 20px 0px 20px;
    background-color:#d5dee5;
    z-index: 12;
}

#top-bar ul li:nth-child(2) {
    display:none;
}
#top-bar ul li:nth-child(3) {
    display:none;
}
#top-bar ul li:nth-child(4) {
   display:none;
}

@media screen and (min-width: 1270px) {
  #top-bar ul li:nth-child(2) {
        display:block;
  }
  #top-bar ul li:nth-child(3) {
        display:block;
  }
  #top-bar ul li:nth-child(4) {
        display:block;
  }
} 
 
#top-bar ul li a, #top-bar ul li ul li a {
    background-color:#d5dee5;
    color: #124584;
}
 
#top-bar ul li a:hover, #top-bar ul li ul li a:hover{
    background-color: #f2fbeb;
    color: #507FAB;
}
 
#header {
    height: 120px;
    width: 100%;
    background-image: url(/local--files/start/SSJ-site-header-15-v2.gif);
    background-position:left;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgb(255, 255, 255);
}

#header h1 {
  width: 100%;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

#header h1 a{
   background-color: transparent;
   filter: alpha(opacity=0);
   height: 100%;
   position: absolute;
   text-indent: -9999px;
   width: 75%;
}
 
#login-status span.printuser {
    color: #538909;
} 
 
#login-status a {
    color: #538909;
}
 
#header h2{
 display:none;
}
 
#header-extra-div-1 {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    height: 100px;
    width: 100px;
    display:none;
}
 
a{
    text-align:left;
    text-indent:0px;
}
 
#page-content>p{
    text-align:justify;
    text-indent:2em;
    margin-bottom:12pt;
}
 
div.simple_list>p{
    text-align:left !important;
    text-indent:0em !important;
    margin-bottom:10pt;
}