ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
  margin: 0; 
  padding: 0; 
}
a img,
:link img,
:visited img { 
  border: none; 
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body, td {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
  background-color: #fff;
  color: #000;
}
.clear {
  clear: both;
}
h2 {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 1em;
}

#nav {
  position: absolute;
  font-family: "CourierSans-Light", "Courier New", courier, fixed;
  font-size: 40px;
  line-height: 36px;
}
#nav,
#nav ul {
  list-style: none inside;
}
ul#nav ul {
  display: none;
}
#nav li {
  text-transform: uppercase;
  padding-top: 4px;
  clear: left;
}
* html #nav li {
  margin-top: -3px;
  padding-top: 0px;
}
#nav li a {
  color: #fff;
  padding-left: 40px;
  height: 28px;
  display: block;
  float: left;
  padding-top: 4px;
}
* html #nav li a {
  padding-top: 8px;
}
#nav li li.active a {
  color: #000;
}
#nav li li a {
  color: #a5b9c4;
}

.content {
  position: relative;
}
.text_body {
  line-height: 1.3em;
  font-size: 14px;
}
.text_body h2 {
  font-size: 16px;
}
.wrapper_text .print_btn {
  display: none;
}
.thumbnail_list {
  margin-top: 160px;
  padding-left: 60px;
}

#info_box {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 240px;
  padding: 10px 10px 40px;
  color: #fff;
  background: url(../images/info_box_bg.png) repeat;
  z-index: 50;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#info_box a {
  color: #fff;
}
#info_box hr {
  border: 0 none;
  height: 8px;
  background-image: url(../images/info_box_ruler.gif);
  background-repeat: no-repeat;
}

.file_download {
  font-size: 14px;
}

.picture {
  position: relative;
  margin: 0 10px 10px 0;
  zoom: 1;
  float: left;
  min-width: 110px;
  height: 120px;
}
* html .picture {
  width: 110px;
}
.picture .legend {
  position: absolute;
  left: 0;
  right: 0;  
}
.picture_slider .description {
  margin: 0 10px 10px 0;
  padding: 130px 10px 10px 100px;
  font-size: 14px;
  line-height: 1.2em;
}
.picture_slider .picture {
  min-height: 620px;
  height: auto;
  float: none;
}
.picture_slider .picture .legend {
  top: 620px;
  padding-left: 0;
  height: auto;
  padding: 2px 6px 2px 0;
}
.picture img {
  display: block;
}
.thumbnail_list .picture .legend {
  top: 0;
  padding: 12px 6px 2px 6px;
  background-image: url(../images/project_title_bg.png);
  color: #fff;
  height: 106px;
  font-size: 14px;
  line-height: 1.2em;
  cursor: pointer;
}
.thumbnail_list .picture .legend a {
  display: block;
  color: #fff;
}

