body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
}

#header {
        background-color: #000099;
 	font-size: large;
 	font-weight: bold;
  	float: center;
  	width: 100%;
 	height: 125px;
 	color: #FFFFFF;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#000099;		/* Left column background colour */
}
#colmain {
	float:left;
	width:200%;
	position:relative;
	left:150px;
	background:#3fa9f5;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-455px;	/* Subtract px to move column left */
	background:#31B978;    	/* Right column background colour */
}
#mainwrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#mainpad {
	margin:0 15px 0 470px;
	overflow:hidden;
}
#main {
	width:100%;
	overflow:hidden;
	font-family: Arial;
}

#main p {
	padding: 10px;
}

#main h2 {
	text-align: center;
	font-weight: bold;

}
#main h3 {
	text-align: center;
	font-weight: bold;
}

#main ul {
	list-style-image: url(http://www.gbscuba.com/images/lil_bullet.jpg);
}

#nav {
	float:left;
	width:150px;
	position:relative;
	margin-left:-50%;
	left:305px; /* Add px to move #nav right. */
	overflow:hidden;
	background: url(http://www.gbscuba.com/navback.gif);
	background-repeat: no-repeat;
}
#rightcol {
	float:left;
	width:300px;
	position:relative;
	left:0px;
	overflow:hidden;
	border-left-width: 2px;
	border-left-color: #000000;
	border-left-style: solid;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
	text-align:center;
        font-size:10px;
	font-family:arial;
	
}

#nav .navigation {
  height: 600px;
  width: 150px;
  border-spacing: 5px 11px;
  padding-top: 27px
  }

#nav .navbutton {
  height: 20px;
  width: 150px;
  }

#nav p {
  padding: 10px;
  font-family: arial;
  color: #FFFFFF;
  text-align: center;
  }

p.dotted {
	border-style: dotted;
}

p.solid {
	border-style: solid;
}

p.double {
	border-style: double;
}
  
td.charter-title {
	cell-width: 30%;
}

td.charter-info {
	cell-width: 70%;
}

td.cellborder {
        border-width: 1px;
        border-style: solid;
        border-color: black;
}
A.menulink {
  display: block;
  width: 140px;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  font-family:lucida sans;
  font-size:16px;
  color: #000000;
  BORDER: none;
  }

A.menulink:hover {
  font-size:16px;
  background-color:#000099;
  color:#FFFFFF;
}

A.sidelink {
  width:300px;
  text-decoration:none;
  BORDER:0,0,0,0;
}

td.links {
  font-weight: bold;
}

div.thumb
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}

div.thumb img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

img.floatleft
{
  float: left;
  margin: 4px;
}

img.floatright
{
  float: right;
  margin: 4px;
}

H3.heading
{
  align: center;
}

li.travel
{
  font-size: 1.5em;
}

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

.center
{
text-align: center;
}

table.fulltable
{
   width:638px;
   margin-left:auto;
   margin-right:auto;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.gbscuba.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.gbscuba.com/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
