html, body {
  height: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
}

a {
  color: #0056bb;
}

a:hover {
  text-decoration: none;
}

.clearboth {
  clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

p.subtitle {
  margin-top: -0.5em;
}


#root_container {
  width: 100%;
  /*_height: 100%;*/
  min-height: 100%;
  background-color: #fff;
}

* html #root_container {
  height: 100%;
}

#header_container {
  height: 100px;
}

#header_top_border {
  height: 3px;
  background-color: #fff;
  border-bottom: 1px solid #333;
  line-height: 0px;
}

#header_wrapper {
  height: 96px;
  background: #0076db url('../img/header_bg_blue.png') left top repeat-x;
}

#header {
  _width: expression(document.body.clientWidth > 1000 ? "1000px" : document.body.clientWidth < 850 ? "850px" : "auto");
  max-width: 1000px;
  min-width: 800px;
  margin: 0 auto;
  position: relative;
}

#header #logo {
  border: 0;
  margin: 0;
  width: 208px;
  height: 96px;
  margin-left: 0.9em;
}

#header #language_selector {
  z-index: 1;
  position: absolute;
  top: 0.5em;
  right: 0.9em;
  font-family: tahoma, trebuchet ms, sans-serif;
  font-size: 13px;
  color: #9ad6ef;
}

  #language_selector a {
    color: #9ad6ef;
    text-decoration: underline;
  }
  
  #language_selector a:hover {
    text-decoration: none;
  }

  #language_selector a.highlit {
    color: #fff;
    text-decoration: none;
  }
 

#header #top_menu_container {
  right: 0;
  top: 0;
  position: absolute;
  float: right;
}

#header #top_menu_container ul {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

  ul#top_menu li {
    float: left;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    height: 96px;
    padding: 0 0.9em;
    margin-bottom: -3px;
    padding-bottom: 3px;
  }
 
  #top_menu a {
    font-family: tahoma, trebuchet ms, sans-serif;
    color: #9ad6ef;
    text-decoration: none;
    display: block;
    padding-top: 72px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    height: 100px;
    _height: auto;
  }

  #top_menu li:hover, #top_menu li.highlit {
    background: transparent url('../img/top_menu_hover_bg.png') left top repeat-x;
    border-bottom: 2px solid #f4f4ff;
  }

  #top_menu li:hover a, #top_menu li.highlit a {
    color: #fff;
  }
  
  #top_menu li.highlit, #top_menu li.highlit a {
    cursor: default;
  }
    
#content_container {
  position: relative;
}

#content_wrapper {
  _width: expression(document.body.clientWidth > 1000 ? "1000px" : document.body.clientWidth < 850 ? "850px" : "auto");
  max-width: 1000px;
  min-width: 850px;
  margin: 0 auto;
  position: relative;
}

#content {
  height: auto;
  padding: 1em 2em;
  font-size: 1.0em;
  font-family: georgia, serif;
  position: relative;
  width: 87%;
  _width: 85%;
  padding-left: 3%;
}

#intro_container {
  padding: 1em;
  padding-bottom: 0;
}

#intro p {
  padding: 0.6em 0;
  margin: 0;
}

#clear_footer {
  height: 345px;
}

#footer_container {
  height: 305px;
  /*padding-top: 10px;*/
  margin: -305px auto 0 auto;
  background: #084d94 url('../img/footer_bottom_bg.png') left bottom repeat-x;
}

#footer_wrapper {
  /*min-width: 850px;*/
  _width: expression(document.body.clientWidth > 1000 ? "1000px" : document.body.clientWidth < 850 ? "850px" : "auto");
  max-width: 1000px;
  min-width: 850px;
  margin: 0 auto;
}

#footer_top {
  height: 25px;
  background: transparent url('../img/footer_top_bg.png') left top repeat-x;
  /*line-height: 0;*/
  width: 100%;
}

#footer {
  color: #afeaff;
  position: relative;
  height: 280px;
  /*border: 1px solid #f00;*/
  font-family: tahoma, trebuchet ms, sans-serif;
  font-size: 0.9em;
}

#footer a {
  color: #afeaff;
}

#footer_copyright {
  position: absolute;
  bottom: 1em;
  right: 1em;
  float: right;
}

#footer_tzu {
  position: relative;
  font-size: 13px;
  margin: 0 auto;
  _width: expression(document.body.clientWidth > 1000 ? "1000px" : document.body.clientWidth < 850 ? "850px" : "auto");
  max-width: 1000px;
  min-width: 850px;
  padding-top: 5px;
  padding-right: 1em;
  text-align: right;
  color: #88bce3;
}

#footer_tzu .author {
}

#footer_tzu .quote {
  font-style: italic;
}

#footer .f_col {
  margin-top: 1em;
  float: left;
}

#footer .f_col .col_title {
  padding-left: 2.7em;
  //padding-left: 2.0em;
  font-weight: bold;
}

#footer .f_col ul.leftest {
  border: 0;
}

#footer .f_col ul {
  border-left: 1px solid #45b;
  padding-right: 2em;
  margin-left: 0;
  //padding-left: 2em;
}

#footer .f_col li.first {
  
}

#footer .f_col li {
  list-style-type: none;
  margin: 0;
  margin-top: 0.4em;
}

.fat_border {
  background-color: #ccc;
}

.project_bg_slt {
  background-color: #289bde;
}

.project_bg_active {
  background-color: #73ba06;
}

.project_bg_cognitive {
  background-color: #e51616;
}

.project_bg_ctv {
  background-color: #ffd11e;
}
