﻿/* CSS Document */
a {color:#003366; text-decoration:underline;}
a:hover {color:maroon; text-decoration:none;}

a.foot {color:white; text-decoration:none;}
a.foot:hover {color:white; text-decoration:underline;}

body {
    font-family:Georgia, "Trebuchet MS", Verdana;
	color:#003366;
	background-color: #000000;
	background-image: url(images/bg_reefseen.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}
table{
	font-size:8pt;
}
.reefseen_main{ 
	margin: 10px 10px 0 10px;
}
.title{
	margin: 10px 10px 0 10px;
	font-size:16px;
	font-weight:bold;
}
.tabox {
	border:1px;
	border-style:solid;
	border-color:#E2E2E2;
}
.tabtitle{
	background-color:#E2E2E2;
}
.tabrow{
	border-bottom:1px solid #E2E2E2;
	padding-bottom:5px
}
.main{ 
	margin: 10px 10px 0 10px;
	height:280px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
}
.main2{ 
	margin: 10px 10px 0 10px;
	height:280px;
	text-align:justify;
	padding-right:10px;
}
.photogal{ 
	margin: 10px 10px 0 10px;
	height:250px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
}
.welcome{
	margin: 10px 10px 0 10px;
	height:250px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
}
.news_flash{ 
	margin: 10px 10px 0 10px;
	font-size:10px;
	background-color: #e5effa;
	padding: 5px 5px 5px 5px;
	height:90px;
	overflow:auto;	
}
.reefseen_news{ 
	margin: 10px 10px 0 10px;
	font-size:10px;
	background-color: #e5effa;
	padding: 5px 5px 5px 5px;
}
.links{ 
	margin: 10px 10px 0 10px;
	height:280px;
	overflow:auto;
	text-align:justify;
	padding-right:10px;
	font-size:10px;
} 
.links_foot{ 
	font-size:12px;
} 
.reefseen_footer2{ 
	margin: 3px 10px 0 10px;
	background-color: #e5effa;
	padding: 5px 5px 5px 5px;
} 
.reefseen_footer{ 
	font: 85%;
	background-color: #e5effa;
	padding: 2px 2px 2px 2px;
} 
.reefseen_copyright{ 
	font: 85%;
	color: #ffffff ;
	padding: 2px 2px 2px 2px;
}

.picleft{
	padding:10px 0px 0px 15px;
	vertical-align:top;
}

.divesites {
	color:navy;
	vertical-align:top;
	text-align:center;
	padding-bottom:3px;
}
.pic1{
	border:3px;
	border-style:solid;
	border-color:#E2E2E2;
}
.divetext {
	vertical-align:top;
	text-align:justify;
	padding-right:10px;
}
.dive-gall{
	border:3px;
	border-style:solid;
	border-color:#E2E2E2;
	margin-bottom:5px;
}

.mleft{
	padding-left:10px
}

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	text-align:left;
	}
.transMenu .content {
	position:absolute;
	}

.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color:white;
    font-size:11px;
    font-family: "Lucida Sans Unicode", Verdana;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=70);
	}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=20);
	}
.transMenu .item.hover {
	background:#99FF33;
	color:#003366;
	}
.transMenu .item img {
	margin-left:10px;
	}
