body {
  font-family: "Helvetica", "Arial", "Geneva", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  background: url("../images/background.png") repeat-x;
}

html, body {
  height: 100%;
}

img {
  border: 0;
}

a {
  color: #000;
}

a:visited {
  color: #404040;
}

a:hover {
  color: #00A0C6;
}

a:active {
  color: #006179;
}

hr {
  border-width: 0;
  height: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #000;
  margin: 0;
}

.clear {
  clear: both;
}

#puntpixel {
  position: absolute;
  margin: 25px 0 0 30px;
  z-index: 1;
}

#rulers {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#left_ruler {
  border-left: 1px dashed #CCC;
  margin-left: 20px;
}

.horizontalruler {
  height: 100%;
  float: left;
  margin: 0 200px 0 0;
  border-left: 1px dashed #CCC;
}

#navigation, #meta, #body_navigation, #read_navigation {
  font-family: "Monaco", "Andale Mono", "Courier", monospace;
  font-size: 10px;
  text-transform: uppercase;
}

#navigation, #meta, #body {
  border-top: 1px solid #000;
  float: left;
  margin: 0 20px 0 0;
  padding: 15px 0 0 0;
}

#main {
  position: absolute;
  background: #fff;
  z-index: 10000;
  width: 850px;
  margin: 180px 0 0 0;
  padding: 0 0 20px 0;
}

#main_inner {
  margin: 25px 0 25px 25px;
}

ul#navigation {
  width: 185px;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
  list-style-type: none;
}

ul#navigation a {
  text-decoration: none;
}

#navigation_selected {
  margin: 0 0 0 10px;
}

#navigation_selector {
  background: url("../images/icons/navigation.png") #000;
  width: 16px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 21px 0 0 -1px;
  left: 0;
}

#meta {
  width: 185px;
  margin: 0 15px 0 0;
  padding: 15px 0 0 0;
  text-transform: none;
}

#meta ul {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  list-style-type: none; 
}

#meta hr {
  margin: 15px 0 5px 0;
}

#meta p {
  line-height: 1.5em;
}

#meta ul li a, #meta ul li a:visited, a#page_back, a#page_forward {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

#meta ul li a:hover {
  color: #00A0C6;
}

#meta ul li a:active {
  color: #006179;
}

#meta_aside {
  text-transform: none;
}

ul.items li {
  margin: 0 0 10px 0;
}

#body {
  width: 385px;
  font-size: 0.75em;
  color: #404040;
}

#body h1, #body h2 {
/*  font-family: "Monaco", "Andale Mono", "Courier", monospace; */
  font-family: "Helvetica", "Arial", "Geneva", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
/*  text-transform: uppercase; */
/*  letter-spacing: 0.1em; */
  margin: 0;
}

#body h1 {
  color: #000;
  margin: 0 0 20px 0;
}

#body h2 {
  color: black;
  font-weight: normal;
  margin: 0;
}

#body hr {
  margin: 20px 0 0 0;
}

a.research, a.external, a.forward, a.download, a.next {
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 10px;
  padding: 0 20px 0 0;
  background-position: right;
  background-repeat: no-repeat;
}

a.download {
  font-weight: normal;
  margin: 0;
  padding: 0 15px 0 0;
}

a.close, a.projectinfo, a.back, a.previous {
  font-weight: normal;
  text-decoration: none; 
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
}

.backForward {
  margin: 5px 0 0 0;
}

a.back, a.previous {
  float: left;
}

a.forward, a.next {
  float: right;
}

a.research {
  background-image: url("../images/icons/research.png");
}

a.download {
  background-image: url("../images/icons/download.png");
}

a.external {
  background-image: url("../images/icons/hyperlink.png");
}

a.forward, a.next {
  background-image: url("../images/icons/forward.png");
  font-weight: normal;
  margin: 0;
}

a.forward {
  background-image: url("../images/icons/forward.png");
  font-weight: normal;
}

a.back, a.previous {
  background-image: url("../images/icons/back.png");
}

a.close {
  background-image: url("../images/icons/close.png");
}

a.projectinfo {
  background-image: url("../images/icons/forward.png");
}

.simple_heading {
  text-transform: uppercase;
}

.meta_heading {
  color: #000;
  font-family: "Helvetica", "Arial", "Geneva", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-weight: bold;
}

.category_research {
  background: #FF7400;
  color: #fff;
  font-size: 9px;
  padding: 0 2px 0 2px;
  text-transform: uppercase;
}

ul#thumb_overview {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#thumb_overview li {
  float: left;
  line-height: 0;
  margin: 0 0 15px 0;
  position: relative;
}

ul#thumb_overview .thumb_left {
  margin: 0 15px 0 0;
}

.enlarge {
  position: absolute;
  margin: 5px;
  right: 0;
  z-index: 4;
  width: auto;
}

#body_image a img.enlarge {
  border: 0;
}

#body_image {
  position: relative;
  margin: 0 0 20px 0;
}

#body_image img {
  border: 1px solid #fff;
  padding: 1px;
}

#body_image img:hover {
  border: 1px solid #CCCCCC;
  padding: 1px;
}

.image_container {
  margin: 120px 0 0 20px;
  width: 1024px;
  height: 768px;
  position: absolute;
}

.image_container img {
  position: relative;
}

.image_meta {
  font-family: "Monaco", "Andale Mono", "Courier", monospace;
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 300;
  background: url("../images/balloon.png") no-repeat bottom left;
  width: 200px;
  padding: 0 0 22px 0;  
  display: none;
}

.image_meta hr {
  margin: 10px 0 10px 0;
}

.image_meta_body {
  background: #fff;
  padding: 15px 10px 15px 10px;
}

#project_navigation, #body_navigation {
  float: right;
  margin: 10px 0 15px 0;
}

#read_navigation {
  margin: 20px 0 0 0;
  float: right;
}

ul.items li#selected a {
  color: #00A0C6;
}

.flv {
  display: block;
}

.flv span {
  display: block; 
  background: url('../images/icons/play.png') no-repeat center #111;
}

#address, #telephone {
  font-family: "Monaco", "Andale Mono", "Courier", monospace;
  font-size: 10px;
  color: #fff;
  line-height: 1.4em;
  margin: 0;
  width: 180px;
  padding: 36px 10px 0 10px;
  text-transform: uppercase;
}

#telephone a, #telephone a:visited {
  color: #fff;
}

#telephone a:hover {
  color: #00A0C6;
}

#telephone a:active {
  color: #006179;
}

#textOverflow {
  display: none;
}

#meta_summary {
  margin: 0 0 20px 0;
}

#readmore {
	background-image: url("../images/icons/download.png");
	text-decoration: none;
  background-repeat: no-repeat;	
    background-position: right;
    padding-right: 15px;
}
