/* basic elements */

* {
  margin: 0;
  padding: 0;
}

body { 
  font: 75% georgia, sans-serif;
  line-height: inherit;
  background-color: #f4f4f4; 
  background-image: url("images/bkd.gif");
  background-repeat: repeat-y;
  margin: 0; 
  padding: 0;
}

p { 
  margin-top: 0; 
  text-align: left;
  padding: 0 0 15px 0;
}

ol { 
  margin-top: 0; 
  text-align: left;
  padding: 0 0 15px 25px;
  list-style-position: outside;
  list-style-type: lower-roman;
}

ul { 
  margin-top: 0; 
  text-align: left;
  padding: 0 0 15px 23px;
  list-style-position: outside;
  list-style-type: disc;
}

h1 a {
  display: block;
  background: url("images/logo.gif") no-repeat;
  width: 156px;
  height: 15px;
  position: absolute;
  left: 48px;
  top: 23px;
}

h1 a span {
  display: none;
}

h2 {
  text-decoration: none;
  line-height: 25px;
  font-size: 1.4em;
  font-weight: normal;
  background: url("images/h2_block.gif") top left no-repeat;
  padding: 8px 0 0 0;
  display: block;
  width: auto;
}

h2 a:link, h2 a:visited, h2 a:active {
  text-decoration: none;
  font-weight: normal;
} 

h3 { 
  text-decoration: none;
  font-size: 1.3em;
  font-weight: normal;
  padding: 0 0 10px 0;
}

a:link {
  font-weight: normal;
  text-decoration: underline; 
  color: #FFFFFF;
}

a:visited {
  font-weight: normal;
  text-decoration: underline; 
  color: #FFFFFF;
}

a:hover, a:active { 
  text-decoration: none; 
  color: #FFFFFF;
}

acronym {
  border-bottom: none;
}

.strong {
  font-weight: bold;
}

.grey, .grey a:link, .grey a:visited, .grey a:hover, .grey a:active {
  color: #666;
}

.padtop {
  padding: 100px 0 0 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.floatleft img {
  margin: 0 10px 0 0;
  border: 0;
  padding: 5px;
  background: #EBEBEB;
}

.floatright img {
  margin: 0 0 0 10px;
  border: 0;
  padding: 5px;
  background: #EBEBEB;
}

.floatleft img:hover, .floatright img:hover {
  background: #D7D7D7;
}

.smalltext {
  font-size: 80%;
}

.lightbox_cell {
  width: 120px;
  text-align: center;
  margin: 0 0 27px 0;
}

/* specific divs */

#navbox {
  height: 20px;
  background: #FFF;
  padding: 0 0 0 23px;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: Arial, Helvetica, Sans-serif;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active, #nav a:focus {
  color: #999;
  display: block;
  width: 139px;
  line-height: 20px;
  text-decoration: none;
  background: #FFF;
}

#nav li {
  float: left;
}

#nav li:hover {
  background-position: 0 0;
}

#nav li a {
  padding: 0 0 0 10px;
}

#nav li a:hover {
  color: #666;
}

#nav li ul li a:hover {
  background: #EBEBEB;
}

#nav li ul {
  position: absolute;
  width: 129px;
  left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}

#container {
  position: absolute;
  top: 170px;
  width: 100%;
  height: 460px;
  clear: left;
}

#ContentBlock{
  margin: 0 0 0 23px;
  height: 411px;
  background-color: #fff;
  visibility: visible;
  overflow: visible;
}

#Logo {
  position: absolute;
  left: 28px;
  top: 23px;
  height: 15px;
  width: 156px;
}

#Content {
  height: 330px;
  width: auto;
  position: absolute;
  top: 20px;
  left: 256px;
}

#GeneralText {
  background-color: #1BB7EA;
  height: 370px;
  width: 517px;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  color: #FFFFFF;
  letter-spacing: normal;
  word-spacing: normal;
  position: absolute;
  text-align: left;
  white-space: normal;
  overflow: auto;
}

#GeneralText_noscroll {
  background-color: #1BB7EA;
  height: 370px;
  width: 517px;
  left: 0px;
  top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  color: #FFFFFF;
  letter-spacing: normal;
  word-spacing: normal;
  position: absolute;
  text-align: left;
  white-space: normal;
  overflow: hidden;
}

#ContentMain {
  width: 432px;
  left: 28px;
  top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  position: absolute;
  color: #FFFFFF;
  padding: 0 0 25px 0;
  border: none;
}

#gallery a img, #GeneralImage a img {
  border: 0;
  padding: 5px;
  background: #EBEBEB;
}

#gallery a:hover img, #GeneralImage a:hover img {
  background: #d7d7d7;
}

#ColumnOne {
  width: 200px;
  left: 28px;
  top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  position: absolute;
  color: #FFFFFF;
  padding: 0 0 25px 0;
  border: none;
}

#ColumnTwo {
  width: 200px;
  left: 257px;
  top: 60px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  position: absolute;
  text-align: left;
  white-space: normal;
  color: #FFFFFF;
  padding: 0 0 25px 0;
  border: none;
}

#projectnav {
  height: 15px;
  position: absolute;
  left: 455px;
  top: 12px;
}

#projectnav img {
  border: 0;
}

#GeneralImage {
  height: 370px;
  position: absolute;
  left: 527px;
  top: 0px;
  visibility: visible;
  width: 480px;
  overflow: hidden;
}

#gallery {
  height: 370px;
  position: absolute;
  left: 527px;
  top: 0px;
  visibility: visible;
  width: 360px;
  overflow: hidden;
  background: url("images/gallerybg.gif") bottom repeat-x;
}

#GeneralTitle {
  height: 28px;
  width: auto;
  margin-bottom: 40px;
  left: 28px;
  position: absolute;
}

#Footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  position: absolute;
  left: 285px;
  top: 595px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  word-spacing: normal;
}

#Footer a:link, #Footer a:visited, #Footer a:active {
  color: #666666;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

#Footer a:hover {
  color: #666666;
  text-decoration: underline;
}