body { 
  background: #0A4369; 
  padding: 0;
  margin: 0;
  text-align: center; /* centers stuff on the page */
  margin: 0 auto; /* centers stuff on the page */
  overflow-y: scroll;
}

div.title {
  text-align: center;
}

img { 
  border: none; 
} 

a {
  font-weight: bold;
  text-decoration: none;
  color: #0A4369;
}

a:hover {
  text-decoration: underline;
  color: #0A4369;
}

h1 { 
  color: #0A4369;  
  font-size: 55px;  
  letter-spacing: -2px; 
  margin: 0 0 0px 0;
  text-transform: lowercase; 
  word-spacing: 1px; 
  display: inline;
  background: url("../images/diveflag.gif") no-repeat;
  padding: 25px 0 0 140px;
  line-height: 100px;
}

h2 { 
  border-bottom: 1px dotted #0A4369;  
  color: #0A4369;  
  font-size: 200%;  
  letter-spacing: -2px; 
  line-height: 0.9em; 
  margin: 0px; 
  padding: 15px 10px 0px; 
  text-transform: lowercase; 
  word-spacing: 1px; 
}

h3 {
  color: #0A4369;  
  font-size: 140%;  
  letter-spacing: -1px; 
  line-height: 0.9em; 
  margin: 0px; 
  word-spacing: 1px; 
}

div.content {
  width: 50em; 
  background-color: White;
  padding: 0;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 35px;	
  text-align: left;
  border: 0.2em solid #333333;
  padding: 1em;
}

div.prevText {
  float: left;	
  margin: 0 0 0 50px;
  letter-spacing: -1px; 
  font-size: 140%;
}

div.nextText {
  float: right;	
  margin: 0 50px 0 0;
  letter-spacing: -1px; 
  font-size: 140%;
}

div.diveHeader {
  border-top: 1px solid #0A4369;
  border-left: 1px solid #0A4369;
  border-right: 1px solid #0A4369;
  border-bottom: 1px solid #0A4369;
  background-color: #dddddd;
  margin: 1em 0;
  padding: 8px 8px 5px 8px;
  color: black;	
}

div.diveLogoLandscape {
  float: left;	
}

div.diveLogoPortrait {
  float:left;	
  margin: 0 17px 0 17px;
}

div.diveHeaderText {
  float: left;	
  padding: 0px 10px 0px 10px;	
  font-size: 100%;
  font-weight: bold;
}

div.dayDiveIcon {
  float: right;
  text-transform: lowercase; 
  background: url("../images/icon_day.png") no-repeat;
  font-size: 75%;
  padding: 70px 20px 0px 10px;	
}

div.nightDiveIcon {
  float: right;
  text-transform: lowercase; 
  background: url("../images/icon_night.png") no-repeat;
  font-size: 75%;
  padding: 70px 20px 0px 10px;	
}

div.dive {
  border: 1px solid #0A4369;
  border-top: 0;
  margin: -1em 0 0 1em;
  padding: 1em;
  font-family: sans-serif;
  font-size: 80%;	
  background-color: #ffffff;
  color: #333333;
}

td.diveNotes {
  padding: 10px 0 2em 0;
  font-style: oblique;
/*  font-weight: bold;*/
}

td.graph { 
  text-align: right; 
  vertical-align: middle;
}

td.key {
    font-weight: bold; 	
    vertical-align: top;
} 

div.clear {
  clear: both;
}

div.photoHeader {
  margin: 10px 0 10px 75px;
  font-size: 100%;
  font-weight: bold;
  font-family: "Time New Roman", Times, serif;
}

div.photoArea {
  text-align: center;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

ul.noListStyle {
  list-style-type: none;	
}

li.inline {
  display: inline;
}

.menu {
  background-color: #0A4369;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  font-family: "Time New Roman", Times, serif;
  font-size: 16px;	
}

.menu ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu li {
  display: inline;
}

.menu a {
  padding: 9px 15px 6px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.menu a:hover {
  background-color: #aaaaaa;
}

div.error {
 color: red;
}

.js div.diveHeader {
  cursor: pointer;
}

.js div.photoHeader {
  cursor: pointer;
}

.js div.diveHeader.closed {
}

.js div.photoHeader.closed {
}

.js span.arrow {
    margin: 0 8px 0 0;
    padding: 0 0 3px 0;
    vertical-align: middle;
}


