body {
  font-family: "Georgia", "Times New Roman", "serif";
  background-color: #98987e;
}

a {
  color: #114f7b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {

}
header.main {
  background-color: #fff;
}

header.main p {
  color: #1c5b84;
  font-size: 38px;
  height:50px;
  padding-left:42px;
}

footer.main {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
	position: relative;
}

footer.main p {
  padding: 0 32px;
  vertical-align: middle;
}
p.socialmedia {
	position: absolute;
	right: 0;
	top: 11px;
	padding:0;
	line-height: normal;
}

footer.main p:first-child {
  width: 610px;
}

sup {
  font-size: 25%;
  top: -2.5em;
}

#inner-container {
  background: transparent url('../images/bg.jpg') repeat-y;
  margin: 0 auto;
  width: 960px;
  padding:5px 0;
  position:relative;
}


#main {
  height: 540px;
  position: relative;
}

.video-hotspot {
  background-image: url('../images/video-hotspot.jpg');
}

.video-js-box {
  background-image: url('../images/tnc-04-oyster-reefs-comp.jpg');
}

.hotspot {
  background-image: url('../images/reef-00.png'); /* Blank PNG */
  height: 148px;
  position: absolute;
  width: 148px;
}

.hotspot.reef-01 {
  background-image: url('../images/reef-01.png');
  top: 110px;
  left: 540px;

}
.hotspot.reef-02 {
  background-image: url('../images/reef-02.png');
  top: 280px;
  left: 750px;
}
.hotspot.reef-03 {
  background-image: url('../images/reef-03.png');
  top: 40px;
  left: 800px;
}
.hotspot.reef-04 {
  background-image: url('../images/reef-04.png');
  top: -25px;
  left: 320px;
}
.hotspot.reef-05 {
  background-image: url('../images/reef-05.png');
  top: 20px;
  left: 50px;
}
.hotspot.reef-06 {
  background-image: url('../images/reef-06.png');
  top: 220px;
  left: 200px;
}

.hotspot.reef-07 {
  background-image: url('../images/reef-07.png');
  top: 350px;
  left: 400px;
}

.mouseover {
  background: none;
  position: relative;
}

.detail-text {
  font-size:14px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  width: 600px;
  top:358px;
  left:25px;
}
.detail-text header {
  color: #c8c8b5;
  font-size: 220%;
  margin-bottom:14px;
}

.detail-images {
  color: #fff;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.detail-images article,
.detail-images nav {
  display: table-cell;
  *float: left;
  vertical-align: top;
  padding-right: 7px;
}

.detail-image-big {
  height: 286px;
  width: 440px;
}
.detail-image-small {
  height: 67px;
  width: 66px;
}

.detail-images footer {
  *clear: left;
  width: 440px;
	font-size: 11px;
}

.detail-images nav ul li {
  margin-bottom: 2px;
}

.circle-info {
  background: transparent url('../images/detail-hotspot-circle-info.png') no-repeat;
  height: 455px;
  width: 688px;
  position: absolute;
  top: 0;
  left: 0;
}
.ie7 .circle-info {
  background: transparent url('../images/detail-hotspot-circle-info.png') no-repeat;
  background-position:-60px left;
}
.circle {
  background: transparent url('../images/detail-hotspot-circle.png') no-repeat;
  position: absolute;
  height: 296px;
  width: 304px;
  top: 0;
  right: 0;
}

.reef-image {
  position:absolute;
  height: 271px;
  width: 279px;
  top: 0;
  right: 0;
}
.reef-image.reef-01-detail {
  background: transparent url('../images/reef-01-detail.png') no-repeat;
}
.reef-image.reef-02-detail {
  background: transparent url('../images/reef-02-detail.png') no-repeat;
}
.reef-image.reef-03-detail {
  background: transparent url('../images/reef-03-detail.png') no-repeat;
}
.reef-image.reef-04-detail {
  background: transparent url('../images/reef-04-detail.png') no-repeat;
}
.reef-image.reef-05-detail {
  background: transparent url('../images/reef-05-detail.png') no-repeat;
}
.reef-image.reef-06-detail {
  background: transparent url('../images/reef-06-detail.png') no-repeat;
}
.reef-image.reef-07-detail {
  background: transparent url('../images/reef-07-detail.png') no-repeat;
}
.close-hotspot {
  position: absolute;
  top: -20px;
  right: 10px;
  /** IE7 and lower compatibility */
  *background-color: #fff;
  *top:0px;
  
}

.close-hotspot a:hover {
    text-decoration:none;
    color:#c8c8b5;
}
.closeX {
    font-size:110%;
}
/**** davids additions ****/
.detail-hotspot-tab {
    width:161px;
    height:37px;
    position:absolute;
}
.detail-hotspot-info {
     background: transparent url('../images/detail-hotspot-info.png') no-repeat;
}
.alt-detail-hotspot-info {
     background: transparent url('../images/alt-detail-hotspot-info.png') no-repeat;
}
.detail-hotspot-tab span.text {
    color:#607890;
    font-size:20px;
    display:block;
    margin-left:30px;
    margin-top:5px;
}
.alt-detail-hotspot-info span.text {
  margin-left:10px;
}
#replay_button {
    position:absolute;
    bottom:47px;
    left:0;
    display:none;
}
.ie7 #replay_button {
  bottom:42px;
}
