/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|
*//* -- Main layout styles -- */
body {
	margin: 0.5em 5em 1em 5em;
	padding: 0px;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #485da2;
	position: relative;
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: normal;
}
/* -- color is color for text -- */
#siteBox {
  float: left;
  width: 100%;
  color: #FFF; 
}
/* -- Header layout/display styles -- */
#header {
  float: left;
  width: 100%;
  height: 5.5em;
  background:  url(../images/hdr2.jpg) repeat-y top left;
  font-family: 'Comic Sans MS';
}
#header a {
  float: right;
  width: 8em;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #0F3693;   
}
#header a:hover, #header a.active {
 border: 0px;
  color: #0F3693;
  margin: 0em 0em 0em 0em;
  text-decoration: none;
}
#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
a .desc {
  display: none;
  text-transform: lowercase;
  color: #00F1F4;  
}
a:hover .desc, .active .desc {
  display: block;
}
/* -- Header title and subTitle layout/display styles -- */
.title {
  float: left;
  padding: 0.2em 30px 0em 0em;
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.75em;
  letter-spacing: -0.10em;
  color: #365490;
  font-family: verdana, sans-serif;
}
.subTitle {
  display: block;
  font-size: 8px;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}
/* -- Content layout/display styles -- */
#content {
  float: left;
  width: 100%;
  padding: 0.5em 0em 0em 0em; 
  background-color: #485da2;
  color: blue;
}
#contentRight {
  float: left;
  width: 100%;
  padding: 0em 0em 0em 0em;
  margin-bottom: 0.5em;
  background: #f9f06c ;
  color: black;
}
#content p {  
  margin: 1em 0.5em 0.4em 1em;
  font-size: 12px;
  line-height: 1.8em;
}
#contentP {  
  margin: 0em 1.2em 0em 1em;
  font-size: 12px;
  line-height: 1.8em;
}
#content a {  
  text-decoration: none;
  color: black;
  border-bottom: 0px dotted black;
}
#content a:hover {
  color: blue;
  border-bottom: 0px dotted blue;
}
#tableLinks  { 
  margin-right:14px; 
  border: 1px solid #808080;
  padding: 4px 4px 2px 0px;
  border-collapse:collapse;
  font-size: 11px;
}
#tableLinks2  { 
  border: 1px solid gray;
  padding: 4px 4px 2px 0px;
  border-collapse:collapse;
  font-size: 11px;
}
#tableLinks TD {
  border: 1px solid gray;
}
#tableLinks a {  
  text-decoration: none;
  color: black;
  padding: 14px 4px 6px 4px;
}
#tableLinks2 a {  
  text-decoration: none;
  color: black;
  padding: 14px 4px 6px 4px;
}
#tableLinks a:hover {
  color: #f8ee96;
  background: #98B4C1 url(../images/hdr2.jpg) repeat-y top right;
  padding: 7px 4px 6px 4px;
}
#tableLinks2 a:hover {
  color: #f8ee96;
  background: #98B4C1 url(../images/hdr2.jpg) repeat-y top right;
  padding: 7px 4px 6px 4px;
}
.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 10px;
  text-transform: lowercase;
  color: #00F1F4;
  border-bottom: 1px solid #AAA;    
}
.subHeader {
  border: 0px;
}
/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
  display: block;  
  padding: 5px 1px 5px 50px;
  background: url(../images/nd_logo_up.gif) no-repeat 0.8em;
  border: 0px;
  font-size: 12px;
}
#content a:hover.menuItem { 
  color: #DDD;
  background: #327882 url(../images/nd_logo_dn.gif) no-repeat 0.8em;
  border: 0px;
}
#content a.menuItemHover {
  display: block;  
  padding: 5px 0 5px 50px;
  background: #327882 url(../images/nd_logo_dn.gif) no-repeat 0.8em;
  border: 0px;
}
#content a.menuItem2 {
  display: block;  
  padding: 5px 0 5px 60px;
  background: url(../images/li_bullet.gif) no-repeat 44px;
  border: 0px;
  font-size: 12px;
}
#content a:hover.menuItem2 { 
  color: #DDD;
  background: #327882 url(../images/li_bullet.gif) no-repeat 44px;
  border: 0px;
}
#content a.menuItem2Hover {
  display: block;  
  padding: 5px 0 5px 60px;
  background: #327882 url(../images/li_bullet.gif) no-repeat 44px;
  border: 0px;
  font-size: 12px;
}
/* -- Footer layout/display styles -- */
#footer {
  float: left;
  width: 100%;
  height: 3em;
  margin-bottom: 0em;
  font-size: 11px;
  line-height: 2.6em;
  color: blue;
  background: #f8ed7b url(../images/corner_br.gif) no-repeat bottom right;
}
#footerLeft {
  float: left;
  width: 100%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}
#footerRight {
  float: right;
  width: 100%;
  height: 1em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}
#footer a {
  color: black;
  text-decoration: none;
}
#footer a:hover {
  color: blue;
  text-decoration: none;
}
/* -- Display formatting styles -- */
.grey {
  font-size: 10px;
  color: #AAA;
}
.white {
  color: #FFF;
}
.black {
  color: #000000;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}
.u2 {
  border-bottom: 1px dotted #AAA;
}
/* -- Image link clearing -- */
#imgClear a:link, #imgClear a:visited, #imgClear a:hover {
  border: 0px;
  color: black;
  margin: 0em 0em 0em 0em;
  text-decoration: none;
}
/* -- Text link clearing -- */
#txtClear a:link, #txtClear a:visited{
  border: 0px;
  color: black;
  margin: 0em 0em 0em 0em;
  text-decoration: none;
}
#txtClear a:hover{
  border: 0px;
  color: black;
  margin: 0em 0em 0em 0em;
  text-decoration: none;
}
#txtRight {
  float: right;
}
/* -- Border Pic -- */
#pic {
  background: url(../images/bg5.gif) repeat top right;
}
/* -- Image alignment classes -- */.imgLeft, .imgRight {
  margin: 5px;
}
.imgLeft {
  float: left;
  margin-left: 0px;
}
.imgRight {
  float: right;
  margin-right: 0px;
}
/* -- Utility classes to create the bottom rounded corners -- */
.bottomCorner {
  text-align: right;
}
.vBottom {
  vertical-align: bottom;
}
a.commentLink {
 	font-family: Arial, sans-serif;
	font-size: 10px;
}
.news {
  background-color: #f9f06c;
  color: inherit;
}
#menu{
  float: left;
  width: 100%;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  color:black;
}
#mContainer {
	position:relative;
	margin:0 auto;
	width:100%;
	height:25px;
	background:#485da2 url(../images/hdr2.jpg) repeat-y left;
	padding:2px 0 0 0;
	z-index:0;
}
#mContainer li {
	position:relative;
	display:inline;
	padding:0;
	z-index:20;
}
#mContainer li a {
	text-decoration:none;
	color:black;
	padding: 5px 4px 6px 4px;
}
#mContainer li a:hover {
	color: #f8ee96;
  background: #98B4C1 url(../images/hdr2.jpg) repeat-y top right;
  padding: 5px 4px 6px 4px;
}
#mContainer2 {
	position:relative;
	margin:0 auto;
	width:100%;
	height:25px;
	background:#f9f06c ;
	padding:5px 0 0 0;
	z-index:0;
}
#mContainer2 li {
	position:relative;
	display:inline;
	padding:0px 4px 4px 4px;
	z-index:20;
}
#mContainer2 li a {
	text-decoration:none;
	color:black;
	padding: 5px 6px 9px 6px;
}
#mContainer2 li a:hover {
	color: #f9f06c;
	background: #98B4C1 url(../images/hdr2.jpg) repeat-y top right;
	padding: 5px 6px 9px 6px;
}
#slider {
	position:absolute;
}
h1 {
  margin-top: -10px;
}
h2 {
  font-size: 22px;
  margin-left: 0px;
  margin-bottom: 0px;
}
h4 {
  margin-left: 0px;
  margin-bottom: 0px;
}
#mainLi {
  margin-left: 30px;
}
#mainTxt, #reSet {
  margin-left: 30px;
  font-size: 12px;
}
#mainTxt p {
	margin: 0em 1em 0em 0em;
}
#mainTxt a {  
  text-decoration: none;
  color: black;
  border-bottom: 1px dotted black;
}
#mainTxt a:hover {
  border-bottom: 1px dotted blue;
  color: blue;
}
#mainTxt ul {
  margin-left: 40px;
  padding-left: 5px;
  text-align:left;
}
#mainTxt li {
  line-height: 1.8em;
}
#mainUl ul {
  font-size: 12px;
  margin-left: 40px;
  padding-left: 5px;
  text-align:left;
}
#mainUl li {
  font-size: 12px;
  margin-left: -30px;
  padding-left: 5px;
  line-height: 2em;
}
#mainTxt label {
  margin-left: 100px;
}

div#generalQ {
  display: none;
  font-size: 14px;
}

div#courses {
  display: none;
  font-size: 14px;
}

div#liveaboards {
  display: none;
  font-size: 14px;
}

div#fundiving {
  display: none;
  font-size: 14px;
}

div#pricing {
  display: none;
  font-size: 14px;
}

div#payments {
  display: none;
  font-size: 14px;
}

div#website {
  display: none;
  font-size: 14px;
}

div#contactUs {
  display: none;
  font-size: 14px;
}

a.commentLink {
  font-size: 14px;
  color: black;
  border-bottom: 1px dotted black;
}

#mainTxt Expand {
  cursor:pointer;
  font: bold .9em verdana, arial, helvetica, sans-serif;
}
#bookings {  
  text-decoration: none;
  color: black;

}

#tableLinks3  {  
  border: 1px solid #808080;
  border-collapse:collapse;
  font-size: 10px;
  font-family: Helvetica;
}

#tableLinks3 TD {
  border: 1px solid #000000;
  font-size: 12px;
}

#tableLinks3 TH {
  border: 1px solid #000000;
  font-size: 13px;
}

#tableLinks4  {  
  border: 3px solid #999999;
  border-collapse:collapse;
  font-size: 10px;
  font-family: Helvetica;
}

#tableLinks4 TD {
  border: 3px solid #999999;
  font-size: 12px;
}

#tableLinks4 TH {
  border: 3px solid #999999;
  font-size: 13px;
}