/* GENERAL STYLE DEFINITIONS */
body {
	font-family: Verdana,Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 10pt;
  margin: 0px;
}
.right { float: right; }
.left { float: left; }
.left-spaced { float: left; margin: 10px 10px 10px 0px; }
.right-spaced { float: right; margin: 10px 0px 10px 10px; }
.spaced { padding: 1em; }
.littlespaced { padding: 0.5em; }
.upshifted { margin-top: -8px; }
.horizontalLimitedSmall { width: 28%; }
.horizontalLimitedMedium { width: 40%; }

.left-indent { margin-left: 20px; }
.right-indent { margin-right: 20px; }

.left-indent-large { margin-left: 100px; }
.right-indent-large { margin-right: 100px; }

.larger { font-size: 1.1em; }
.smaller { font-size: 0.8em; }
.more { float: right; }

.floatBreaker { clear: both; }

.widthLimit { width: 1000px; margin-left: auto; margin-right: auto; }

form { margin: 0px; } /* IE6 fix */
fieldset { margin: 0px; border: 0px; padding: 1px 0px; }

h1 { font-size: 1.6em; font-weight: bold; }
h2 { font-size: 1.4em; font-weight: normal; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.1em; font-weight: normal; }
h5 { font-size: 1.0em; font-weight: bold; }
h6 { font-size: 1.0em; font-weight: normal; font-style: italic; }

img { border: 0px }

ul.horizontal li { float: left; list-style: none; }
ul.plain { list-style: none; padding-left: 5px; margin-left: 0px; }

.separator { margin-top: 2em; margin-bottom: 2em; }

    /* table definitions */
    table {
      padding: 0px;
      border: 0px;
      border-spacing: 0px;
      margin: 10px;
      background-color: #246198;
      border-collapse: collapse;
      margin-bottom: 30px;
      margin-top: 30px;
    }
    table.large { width: 90%; }
    table.small { width: 45%; }
    
    table colgroup col.short {
      width: 40px;
    }
    table colgroup col.medium {
      width: 120px;
    }
    table colgroup col.long {
      width: 260px;
    }

    table colgroup col.dynamic {
      /* no width declaration -> will consume leftover space */
    }
    

    table thead, table tbody , table tfoot{ background-color: #f6f6f6;}
    table thead th, table tbody td { padding: 3px; }

    table thead th { border-bottom: 2px groove #3f3f3f; }
    table tfoot th { border-top: 2px groove #3f3f3f; }
    table thead th, table tfoot th {
      color: #246198;
      text-align: left;
      padding-left: 8px;
    }

    table tbody td {
      border-right: 1px solid #e0e0e0;
      padding-left: 10px;
    }

    table caption{
      font-style: italic;
      text-align: left;
      caption-side: bottom;
      color: #3f3f3f;
      padding-left: 20px;
      padding-top: 10px;
      top: 100px;
    }


/* HEADER STYLES */
#header{
  height: 86px;
  background-image: url('../img/theme/header-background.png');
  background-repeat: repeat-x;
}

#lang {
  display: inline; /* IE6... */
  float: right;
  margin-top: 0px;
  margin-right: 30px;
  top: 0px;
}
#lang li {
  float: left;
  font-size: 0.7em;
  display: inline;
  background-image: url('../img/theme/lang-background.gif');
  background-repeat: repeat-x;
  background-color: #74a0c7;
  padding-bottom: 3px;
  margin-left: 4px;
  border: 1px solid #457aaa;
  height: 1%;
}
#lang li a {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin-bottom: 4px;
}
#lang li.lang-left {
  border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
}
#lang li.lang-right {
  border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}
#lang li img { position: relative; top: 4px; }

#nav {
  float: right;
  /*margin-right: -100px;*/
  margin-top: 35px;
}
#nav li {
	display: inline;
  font-size: 1.6em;
  margin-left: 1.6em;
}
#nav li a {
  text-decoration: none;
  color: #ffffff;
  padding: 2px;
  margin: 2px;
  padding-bottom: 5px;
}
#nav li a:hover {
  margin: 0px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}



/* BANNER AREA STYLES */
#banner {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000000;
  zoom: 1; /* IE6 fix */
}
div.bigbanner {
  background-image: url('../img/theme/banners/big-banner-background01.jpg');
  height: 242px;
  overflow: hidden;
}
div.smallbanner {
  background-image: url('../img/theme/banners/small-banner-background01.jpg');
  height: 122px;
  overflow: hidden;
}

  #banner div.smallInfo, #banner div.largeInfo {
    text-align: justify;
    background-image: url('../img/theme/transparent-pixel.png');
    color: #ffffff;
    padding: 10px;
    font-size: 0.8em;
    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    border: 2px solid #3B556D;
    float: left;
    margin-right: 10px;
    position: relative;
    height: 160px;
    display: inline; /* IE6 fix */
  }

    #banner div.smallInfo hr, #banner div.largeInfo hr {
      margin-bottom: 0px;
      color: #ffffff;
      border: 1px solid #ffffff;
      padding-bottom: 0px;
      margin-bottom: 2px;
    }
    
    #banner p {
        margin-top: 5px;
    }

    #banner h4, #banner h1 { margin-bottom: 0px; }

    #banner div.full-height { height: 120px; margin-right: 15px;}

  #banner div.smallInfo {
    width: 200px;
    margin-left: 150px;
    margin-top: 20px;
    top: 25px;
  }

  #banner div.largeInfo {
    width: 680px;
    top: 10px;
    margin-left: 50px;
    margin-top: 20px;
    overflow: hidden;
  }

  #banner a { color: #e1e2fa; text-decoration: none; font-style: italic; }
  #banner a:hover { color: #e1e2fa; text-decoration: underline; font-style: italic; }

  #banner #search { 
    float: right; 
    margin-top: 10px; 
    width: 184px;
    height: 28px;
    padding-top: 4px;
    background-image: url('../img/theme/search-background.png');
    background-position: left top;
    background-repeat: no-repeat;
  }
    #banner #search input {
      border-style: hidden;
      border-width: 0px;
      padding-left: 30px;
      background: transparent;
      
    }

    #banner div.left-shifted {
      position: absolute;
      height: 54px;
      width: 113px;
      top: -20px;
      left: -20px;
      background-image: url('../img/noves-logo.png');
    }
    #banner div.smallInfo  h4 { margin-top: 12px; text-align: right; }

  #banner div.slogan-container {
    float: left;
    padding-left: 150px;
    margin-top: 50px;
  }
    #banner div.slogan-container div { margin-bottom: 100px; } /* to remove blinking effect on page load */
      #banner p.slogan { 
        font-size: 1.4em;
        color: #ffffff;
        padding: 4px;
        font-weight: bold;
        display: inline;
      }



/* FOOTER STYLES */
#footer {
  height: 141px;
  background-image: url('../img/theme/footer-background.png');
  color: #ffffff;
  margin-top: 50px;
}

#footermenu ul {

}

#footermenu li.footerli {
  float: left;
  margin-right: 41px;
  padding-right: 42px;
  margin-top: 15px;
  padding-top: 0px;
  border-right: 1px solid #557fa5;
  overflow: hidden;
  max-width: 234px;
}

#footermenu li.last {
  border-right: 0px;
  float: right;
}
#footermenu li.footerli h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#footermenu li.footerli p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
}
#footermenu li {
  list-style: none;
}
#footermenu li a {
  color: #ffffff;
  text-decoration: none;
}
#footermenu li a:hover {
  text-decoration: underline;
}
#footermenu li ul {
  padding-left: 10px;
  margin-left: 0px;
}




/* CONTENT AREA STYLES */
#content {
  background-image: url('../img/theme/content-background.png');
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 10px;
}

#content h1, #content  h2, #content  h3, #content  h4, #content  h5, #content  h6 { color: #246198; }

#content div.paragraph1per3 { width: 35%; }
#content div.paragraph2per3 { width: 60%; }
#content div.paragraph1per4 { width: 22%; }
#content div.paragraph3per4 { width: 78%; }
#content div.paragraph1per2 { width: 48%; }

#content div.paragraph32per { width: 30%; }
#content div.paragraph50per { width: 45%; }
#content div.paragraph1per1 { width: 95%; }

#content div.highlite { /* used with div.news as an extra class */
  background-image: url('../img/theme/news-highlite-background.png');
  background-repeat: repeat-x;
  background-color: #f3f3f3;
}

#content p { text-align: justify; }
#content a { color: #246198; text-decoration: none; font-style: italic; }
#content a:hover { text-decoration: underline; }

#content .nomargin { margin: 0px; padding: 0px; }

    /* SUB PAGES CONTENT AREA STYLES */
    #subnav, #subnav ul {
      list-style: none;
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 30px;
    }
    
    #subnav li {
      border-bottom: 2px groove #3f3f3f;
      padding-top: 5px;
      padding-bottom: 5px;
    }
    #subnav li.last {
      border-bottom: 0px;
    }
    #subnav li:hover {
      
    }
    
    #subnav li.current {
      font-weight: bold;
    }
    
    #subnav  {
      background-color: #f3f3f3;
      margin-right: 30px;
      border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
      border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
    }
    #subnav ul {
      background-color: #f3f3f3;
      padding-top: 5px;
      margin-top: 10px;
      margin-bottom: 10px;
      border-top: 2px groove #3f3f3f;
      
    }
    
/* Pyramid for content area */

#content div.pyramidbox {
    
    border: solid 2px black;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    margin-right: 2px;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    
    width: 30%;
    background-color: #75b2e4;
}

#content div.pyramidtext {
    margin-top: 10px;
    
    width: 31%;
    
    
    
}

#content div.pyramid {
    
    border: solid 2px black;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -2px;
    
    -moz-border-radius-topleft: 8px; 
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    
}

    #content div.pyramid p {
        display: inline;
    }

    #content div.level1 {
        width: 35%;        
        background-color: #5fe775;
        margin-left: 30%;
    }
    
    #content div.level2 {
        width: 45%;        
        background-color: #62e181;
        margin-left: 25%;
    }
    
    #content div.level3 {
        width: 55%;        
        background-color: #66d896;
        margin-left: 20%;
    }
    
    #content div.level4 {
        width: 65%;        
        background-color: #69cea9;
        margin-left: 15%;
    }
    
    #content div.level5 {
        width: 75%;        
        background-color: #6dc5bd;
        margin-left: 10%;
    }
    
    #content div.level6 {
        width: 85%;        
        background-color: #72bbd0;
        margin-left: 5%;
    }
    
    #content div.level7 {
        width: 95%;        
        background-color: #75b2e4;
        margin-left: 0px;
    }

#content div.rounded {

    -moz-border-radius-topleft: 18px; 
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topright: 18px;
    -webkit-border-top-right-radius: 18px;
}

/* JAVASCRIPT SPECIFIC STYLES */
ul.slide-controls {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 8px;
  margin-right: 20px;
  list-style: none;
}
li.slide-control-item {
  float: left;
  padding: 5px;
  border: 1px solid #ffffff;
  background-image: url('../img/theme/transparent-pixel.png');
  margin-left: 5px;
}
ul.slide-controls li.active {
  background-color: #f3f3f3;
  color: #000000;
}
ul.slide-controls li.focus {
  background-color: #ffffff;
  color: #000000;
}



/* DYNAMIC FUNCTIONALITY STYLES */
#content span {
  font-size: 0.8em;
  display: block;
}
#content span.searchresult {
  margin-left: 30px;
}
