.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


body {
  margin: 0px 20px 20px 0px;
  color: #8e8e8e;
  font-family: Georgia,'Times New Roman',times,serif;
  font-size: 11px;
  font-style: italic;
  line-height: 19px;
}

h1 {
  font-weight: normal;
  color: #333;
}

p, ul, ol, table {
  margin-bottom: 19px;
}

th {
  font-style: italic;
  color: #333;
}

img {
  display: block;
}

a:link, a:hover, a:active, a:visited {
  background-color: #fffddd;
  color: #777;
  text-decoration: none;
  padding: 2px 1px;
}

a:hover {
  background-color: #fff000;
  color: #333;
}

#header {
  width: 100%;
  height: 90px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

#header .bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

#header img {
  position: absolute;
  top: 50px;
  left: 20px;
}

#content {
  width: 100%;
}

.section {
  /* border-top: 1px solid #fff000; */
  padding-top: 19px;
  position: relative;
}

.section-border {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff000;
  top: 0px;
  left: 0px;
}

.section-border-inline {
  width: 100%;
  height: 1px;
  background-color: #fff000;
}

.grid-1 {
  width: 180px;
  margin-right: 20px;
}

.grid-3 {
  width: 580px;
  margin-right: 20px;
}

.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}

.pos-1 {
  left: 20px;
  top: 90px;
}

.pos-2 {
  left: 220px;
  top: 90px;
}

.pos-3 {
  left: 420px;
  top: 90px;
}

.pos-bottom-1 {
  left: 20px;
  bottom: 0px;
}

.floated-left {
  display: inline;
  float: left;
}

.project-details th {
  width: 90px;
  vertical-align: top;
}

#project-top-border {
  z-index: 50;
}

#project {
   padding-bottom: 20px;
}

.media-holder {
  position: relative;
  margin-bottom: 19px;
}

.media-holder img {
  display: inline;
}

.media-holder a {
  background-color: #fff;
  line-height: 0;
  display: block;
  padding: 0;
  margin: 0;
}

.media-holder a:hover {
  background-color: #fff;
  line-height: 0;
}

.media-holder a div.project-image-hover {
  position: absolute;
  top: 10px;
  left: -30px;
  background-image: url(/images/img_zoom.gif);
  width: 170px;
  height: 170px;
  display: none;
}

.media-holder a:hover div.project-image-hover {
  display: block;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}