/* ================================== */
/*  SLIC CSS : Layout Styles  */
/* ================================== */

/* --- Basic Layout -------------------------------------------------------- */

body {
  background: white url(../images/ui/bg_body_body.png) repeat 0 0;
  font: 0.75em/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#bg {
  background: #0742AB url(../images/ui/bg_body_head.png) repeat-x 0 0;
  z-index: -1;
  width: 100%;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

#pagecenter {
  width: 67em;
  margin: 0 auto;
}

#cols {
  background: white url(../images/ui/bg_colnav.png) repeat-y 41.7em 0;
  border: 1px solid white;
  border-width: 0 1px;
}

#colnav {
  float: right;
  width: 25.2em;
}

#colcontent {
  background: white;
  width: 41.6em;
  overflow: hidden;
}

/* --- Header ------------------------------------------------------------ */

#header {
  background: #e6e5e8 url(../images/ui/bg_header.jpg) repeat-x 0 0;
  border: 1px solid white;
  border-width: 0 0 1px 1px;
}

#header h1 {
  line-height: 0.5;
}

#header #headercontent {
  background: transparent url(../images/ui/logo_slic_shadow.png) no-repeat 0 0;
  margin: -140px 0 0 226px;
  /* height: 140px; */
}

#header #country {
  height: 6.9em;
  border-right: 1px solid white;
}

/* --- Search ------------------------------------------------------------ */

#search {
  text-align: right;
  height: 45px;
  padding-top: 20px;
}

#search label {
  font-size: 0.9em;
  color: white;
  vertical-align: middle;
}

#search input#searchterm {
  border: 1px solid #e0e0e0;
  color: #666;
  font-size: 0.9em;
  vertical-align: middle;
  width: 16em;
  margin: 0 0.4em;
}

#search input#searchterm:hover, 
#search input#searchterm:focus {
  border: 1px solid black;
} 

#search button#searchsubmit {
  background: url(../images/ui/search.gif) no-repeat 1px 2px;
  border: none;
  cursor: pointer;
  height: 17px;
  padding: 0;
  vertical-align: middle;
  width: 17px;
}

#search button#searchsubmit:hover,
#search button#searchsubmit:focus,
#search button#searchsubmit:active {
  /* outline: 1px solid #e0e0e0; */
}

/* --- Countries ---------------------------------------------------------- */

#country {
  font-size: 0.9em;
  position: relative;
  text-align: right;
}

#country h2 {
  padding: 0.5em 1em 0 0;
  color: #2e3232;
}

#country ul {
  position: absolute;
  top: 2.8em;
  right: 0.5em;
}

#country ul li {
  float: left;
  text-align: center;
}

#country ul li a {
  display: block;
  padding: 0 0.5em;
  text-decoration: none;
  color: #2e3232;
}

#country ul li a:hover,
#country ul li a:focus,
#country ul li a:active {
  text-decoration: overline;
}

#country ul li span {
  display: block;
}

#country ul li span span {
  display: block;
  padding: 0 0.5em;
  text-decoration: overline;
}

/* --- Navigation --------------------------------------------------------- */

#nav ul li h3 {
  text-transform: uppercase;
}

#nav ul li h3 a {
  display: block;
  padding: 0.75em 0 0.75em 1.5em;
  background: white url(../images/ui/bg_nav_heading.png) repeat-y 0 0;
  color: #011945;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#nav ul li h3 a.active {
  background: #f1cf1b;
}

#nav ul li h3 a:hover,
#nav ul li h3 a:focus,
#nav ul li h3 a:active {
   background: #f1cf1b url(../images/ui/bg_nav_heading_active.png) repeat-y 0 0;
 }
 
#nav ul li h3 span {
  display: block;
  padding: 0.75em 0 0.75em 1.5em;
  background: #f1cf1b url(../images/ui/bg_nav_heading_active.png) repeat-y 0 0;
  border-bottom: 1px solid white;
}
 
#nav ul li ul li a {
  display: block;
  padding: 0.75em 0 0.75em 2.7em;
  background: #0742ab url(../images/ui/bg_nav_li.png) repeat-y 0 0;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}

#nav ul li ul li a.active {
  background: #0742ab;
}

#nav ul li ul li a:hover,
#nav ul li ul li a:focus,
#nav ul li ul li a:active {
  background: #f7e234 url(../images/ui/bg_nav_li_active.png) repeat-y 0 0;
  color: black;
}

#nav ul li ul li span {
  display: block;
  padding: 0.75em 0 0.75em 2.7em;
  background: #f7e234 url(../images/ui/bg_nav_li_active.png) repeat-y 0 0;
  color: black;
  border-bottom: 1px solid white;
}

/* --- News ---------------------------------------------------------------- */

#news {
  padding: 3.4em 4.2em 10em 2.7em;
  background: transparent url(../images/ui/bg_news.jpg) no-repeat bottom right;
}

#news ul li {
  margin-bottom: 1.5em;
  cursor: pointer;
}

#news ul li:hover a {
  text-decoration: underline overline;
}

/* --- Content  ------------------------------------------------------------ */

#content {
  padding: 2em 3.3em 0 2.9em;
}

/* --- Footer -------------------------------------------------------------- */

#footer {
  background: #f9f9fc url(../images/ui/bg_footer.png) repeat-x 0 0;
  border: 1px solid white;
  border-width: 1px 1px 0 1px;
}

#footer ul { 
  padding-left: 1em;
}

#footer ul li {
  float: left;
  margin-right: 1em;
  padding: 1em;
}

#footer ul li a.internal {
  background: url(../images/ui/key.png) no-repeat 0 center;
  padding-left: 20px;
  display: block;
  height: 1.4em;
}

#footer #logos {
  background: white;
  padding: 0 1em;
  text-align: left;
}

#footer #logos img {
  padding: 1em;
}

#footer p {
  background: white;
  font-size: 0.8em;
  padding: 0 2.5em 2em 2.5em;
}

/* === Special Function Elements =========================================== */

/* --- skiplinks ----------------------------------------------------------- */

#skiplinks {
  width: 67em;
  margin: 0 auto;
  position: relative; 
}

#skiplinks p a {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

#skiplinks p a:focus, 
#skiplinks p a:hover, 
#skiplinks p a:active {
  /* this is from pressetexter - change accordingly */
  background-color: white;
  color: black;
  display: block;
  height: auto;
  left: 226px;
  padding: 0.2em 0.5em;
  position: absolute;
  overflow: visible;
  text-decoration: none;
  top: 0;
  white-space: nowrap;
  width: auto;
  z-index: 100;
}

/* --- hidden elements ----------------------------------------------------- */

.hidden {
  display: block;
  height: 0;
  left: -999em;
  position: absolute;
  overflow: hidden;
  top: -999em;
  width: 0;
}

/* --- clearfix ------------------------------------------------------------ */
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */