/* General Styles */

BODY
{
	/*background-color:#ECF0F1;
	margin-top: 10;*/
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding: 0;
	border: 0;
	background: repeat-x top url('/images/background_gradient.jpg') #0070AA ;
	/*width: 100%;*/
}
IMG
{
	border: 0px;
	margin: 0px;
}
H1, H2, H3
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 .2em 0;
	padding: 0;
}
H1
{
	/*color: #315A73;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#011645;
	font-size:18px;
	font-weight:bold;
}
h2
{
	color: #011645;
	font-size: 16px;
}
/*h3
{
	color: #000000;
}*/
A {
	color:#011645;
	text-decoration:none;
	font-weight:bold;
}
A:Hover {
	text-decoration:underline;
	font-weight:bold;
}
A:visited {
	color:#011645;
}
P{
	font-family: Arial, Helvetica, sans-serif;
	color: #011645;
	font-size: 12px;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #011645;
	font-size: 12px;
}

.TopTitleText{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	text-align:left;
	margin-left: 18px;
	line-height:1.1em;
}




/* CSS Page Structure */
#containerDiv /* the border round the content */
{
	/*background:#011645;*/
	background:#000000;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding:1px;
}
#contentDiv{ /* This is 750px wide because of the padding above */
	background:#FFFFFF;
}
#headerDiv{
	background:#FFFFFF;
}
#topNavDiv{
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*border-top-color:#000000;
	border-top-width:1px;
	border-top-style:solid;
	background:#000000;*/
}
#mainContentContainerDiv{
	background:#FFFFFF;
}
/*
#contentLeftColumn
{
	float: left;
	width: 150px;
	display: inline;
}
#contentMiddleColumn
{
	float: left;
	width: 400px;
}
#contentRightColumn
{
	float: right;
	width: 200px;
	display: inline;
}
*/
.contentTable {
	width:750;
}
.contentRow{
	vertical-align:top;
}
.contentLeftColumn {
	width: 150px;
	background:#FFFFFF;
}
.contentMiddleColumn {
	width: 450px;
	background:#FFFFFF;
}
.contentRightColumn {
	width: 150px;
	background:#ECF0F1;
}
#footerDiv
{
	background:#FFFFFF;
	color:#011645;
	line-height: 23px; /* corresponds to 'top' value of .submenu below */
	text-align: center;

}





/* Nav Styles */

.mynavbar {
    position: relative;
    width: 100%;
    height: 23px; /* corresponds to 'line-height' of a.navbartitle below */
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #011645; /* olny seen on longer navs */
}
a.navbartitle {
    display: block;
    float: left;
    color: white;
    background-color: #011645;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 23px; /* corresponds to 'top' value of .submenu below */
    text-align: center;
    text-decoration: none;
}
a.navbartitle:hover {
    /*background-color: #315A73;*/
    color: #fff;
    background: #358EB6;
}
/* menu title widths      730px in total     */
#t1 { /* whale sharks */
    width: 125px;
}
#t2 { /* encounter trips */
    width: 135px;
}
#t3 { /* research */
    width: 95px;
}
#t4 { /* courses */
    width: 90px;
}
#t5 { /* visit */
    width: 65px;
}
#t6 { /* help out */
    width: 90px;
}
#t7 { /* about us */
    width: 130px;
}

.submenu {
    position: absolute;
    z-index: 2;
    top: 23px; /* corresponds to line-height of a.navbartitle above */
    padding: 0;
    margin: 0;
    width: 138px; /* If adjust this, then adjust width of .submenu below a too (was 166) */
    color: white;
    /*background-color: #000000;*/
    border: 1px solid #000000; /* box around entire sub-menu */
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
}
/* Fix IE formatting quirks. */
* html .submenu {
    width: 130px; /* was 148px ie IE needs -18 off above here */
}
/* IE needs narrower than width of .submenu above */
/* End */
/* position of each sub menu */
/* We just eyeball the position of each submenu here -- can move left or right as needed. 
   If you adjust menu title text, you might want to adjust these too. */
#submenu_1 {
    left: 0px;
    visibility: hidden;
}
#submenu_2 {
    left: 125px;
    visibility: hidden;
}
#submenu_3 {
    left: 260px;
    visibility: hidden;
}
#submenu_4 {
    left: 355px;
    visibility: hidden;
}
#submenu_5 {
    left: 445px;
    visibility: hidden;
}
#submenu_6 {
    left: 510px;
    visibility: hidden;
}
#submenu_7 {
    left: 600px;
    visibility: hidden;
}
.submenu a {
    display: block;
    color: #FFF;
    width: 126px; /* This should be width of .submenu above minus total horizontal padding on next line (138 minus 2nd + 4th figure) */
    padding: 5px 2px 4px 10px;
    text-decoration: none;
    background-color: #011645;
    border-bottom: #000000 dotted 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
ul {
    position: relative;
    display: block;
}
li {
    position: relative;
    display: block;
}
.submenubox {
    margin: 0;
    padding: 0;
    border: 0;
}
.submenubox ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
}
.submenubox ul li {
    margin: 0;
    padding: 0;
    border: 0;
}
.submenubox ul li a:link {
}
.submenubox ul li a:visited {
}
.submenubox ul li a:hover {
    /*color: #c6e8e2;  text color for submenu items */
    background-color: #358EB6;
    border-bottom: #FFFFFF dotted 1px;
}


/* News styles */

.LatestNewsDate {
	color:#D253AA;
	font-weight:bold;
}

.LatestNewsItem {
	font-family: Arial, Helvetica, sans-serif;
	color: #358EB6;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	color: #011645;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	/*font-style:italic;*/
}
.more:hover {
	text-decoration: underline;
}
/*.latestNewsLineDivider{
	margin-top:-20px;
}

HR.rightHandColumnLineDivider{
	color:#011645;
	width:100px;
	line-height:-10px;	
}*/


/* Footer styles */
.copyColumnFooter {
	background-image:url(../images/bgCopyFooter.jpg);
	background-repeat:no-repeat;
	height:28px;
	width:750px;
}
.copyFooterText {
	font-family: Arial, Helvetica, sans-serif;
	color: #011645;
	font-size: 9px;
	font-weight:bold;
	margin-left:173px;
	margin-top:10px;
}
.footerLink
        {
            color: #011645;
            font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
            font-size: 11px;
            /*font-weight: bold;*/
            text-decoration: none;
        }
/* Search */
.searchDiv{
	border-color: #011645;
	border-style:solid;
	border-width:1px;
}


/* Edit */
textarea.editBodyText{
	color:#FF0000;
	width:430px;
}
input.editSubmitButton{
	color:#FF0000;
}
.editLabel{
	font-family: Arial, Helvetica, sans-serif;
	color: #011645;
	font-size: 10px;
}
input.editTitleText{color:#FF0000;width:430px;}
input.editDescriptionText{color:#FF0000;width:430px;}
input.logOut{color:#FF0000;}
input.submitLogin{color:#FF0000;}
input.addNewsItem{color:#FF0000;}

input.searchBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#011645;
	width:90px;
	border:#011645;
	border-width:1px;
	border-style:dotted;
}
input.Go{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#011645;
	border:#011645;
	border-width:1px;
	border-style:solid;
	background-color:#358EB6;
	margin-left:5px;
}
