body {
}

#header-container {
    margin-top: 35px;
    background: url(../images/nilssen-header.jpg) right center no-repeat;
}

#top-menu {
    margin-top: 2px
}

#top-menu-flat {
    background: #16b6ee url(../images/menu-bg.gif) top left;
    height: 37px;
  float:left;
  width:100%;
  overflow:hidden;
  position:relative;

}

#top-menu-flat ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;

   /*left:50%;*/
   text-align:center;
}

#top-menu-flat ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   /*right:50%;*/
}

#top-menu-flat ul li a {
   display:block;
   text-decoration:none;
    color: #fff;
}

#top-menu-flat li.current a,
#top-menu-flat li a:hover {
    color: #49494a;
}

#top-menu-flat li a span {
  float: left;
  display: block;
  border-right: 1px solid #fff;
    padding: 3px 11px 8px 11px;
}

#top-menu-flat li.current a span {
    background: #5bc2f1;
}

#top-menu-flat li.firstli a span {
    margin-left: 30px;
    border-left: 1px solid #fff;
}

#left-menu {
    padding: 70px 25px 30px 25px;
    position: relative;
}

#left-menu h3 {
    top: 35px;
    position: absolute;
    font-size: 14px;
    color: #49494a;
    text-transform: uppercase;
    margin-left: 5px;
}

#left-menu ul,
#left-menu li {
  list-style:none;
  padding: 0px;
  margin: 0px;
}

#left-menu li.menu-level-0 {
/*    padding: 0px 5px 3px 5px; */
    background: url(../images/left-menu-shadow.gif) bottom left;
    padding-bottom: 13px;
}

#left-menu li.menu-level-0 ul {
    background: #5cc2f1 url(../images/left-menu-2-bg.gif) top left repeat-y;
    padding: 0.4em 0em 1em 0em;
}

#left-menu li.menu-level-0 a {
    padding: 0px 17px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #16b6ee url(../images/left-menu-bg.gif) top left;
}

#left-menu li.menu-level-1 a {
    line-height: 1.6em;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    margin-left: 34px;
    padding-left: 9px;
    background: url(../images/dot.gif) left center no-repeat;
}

#left-menu li.menu-level-1.current a {
    background: url(../images/dot-active.gif) left center no-repeat;
}

#left-menu ul a {
    display: block;
    background: #16b6ee;
}

#left-menu ul li.current a,
#left-menu ul li.current a:hover {
    color: #49494a;
}

#left-menu ul li.current li a {
    color: #fff;
}

#page-container {
    background: url(../images/page-bg.gif) left top repeat-y;
}

#page-container-top {
    margin-top: 11px;
    background: #fff url(../images/page-top-bg.gif) left bottom no-repeat;
    height: 5px;
}

#page-container-bottom {
    margin-bottom: 12px;
    background: #fff url(../images/page-bottom-bg.gif) left top no-repeat;
    height: 5px;
}

#content-billboard {
    margin-bottom: 25px; 
    position:relative;
}

#content-billboard div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#content-billboard div.active {
    z-index: 10;
    opacity: 1.0;
}

#content-billboard div.last-active {
  z-index:9;
}

#footer {
    margin: 0px 5px;
    border: 1px solid #009ee9;
    font-size: 10px;
    padding-left: 90px;
    background: url(../images/footer-bg.gif) left top;
}

#footer p {
    margin: 0px;
    line-height: 19px;
    background: #fff;
}

a {
    color: #009ee9;
    text-decoration: none;
}

#content-column {
    font-size: 11px;
    padding-left: 30px;
    padding-right: 35px;
    padding-top: 33px;
    padding-bottom: 33px;
}

#content-column h1 {
    font-size: 16px;
    font-weight: normal;
}

#content-column .class-gallery .content-view-children td {
    text-align: center;
}

#content-column .class-gallery .content-view-children td img {
    padding-bottom: 10px;
}

#current-node-id-2 #content-column h1 {
    display: none;
}
#cboxTitle {
    font-size: 11px;
}

