﻿body 
{
	background: #007eff url(Graphics/site-bg1.jpg) repeat;
	margin: 0 0 0 0;
}

/* Wrapper border */
#Border
{
	width: 900px;
	border-left: solid 5px #dcdcdc;
	border-right: solid 5px #c0c0c0;
	border-bottom: solid 5px #c0c0c0;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}	

/* Main wrapper */
#Wrapper
{
	width: 900px;
	background: #ffffff url(Graphics/Gradientv200.jpg) repeat-y;
}

/* Header */
#Header
{
	width: 100%;
	height: 130px;
	background: #ffffff url(Graphics/Banner.jpg) no-repeat;
	border-bottom: solid 2px #ffffff;
}

#HeaderText
{
	padding-top: 72px;
	text-align: center;
	width: 260px;
	font-size: 10px;
	color:#007eff;
	float:left;
}

#HeaderText h1
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
	font-weight: normal;
}	

#HeaderText a
{
	color: #001fa6;
	text-decoration:none;
}

#HeaderText a:hover
{
	color: #001fa6;
	text-decoration:underline;
}

#Banner
{
	float: right;
	width:635px;
	height: 130px;
}		

/* Content */
#ContentHolder
{
	/*width: 75%;*/
	width: 696px;
	float:right;
}	

/* Home page content row */
#HomeContent
{
	width: 100%;
	height: 614px;
}
	
.HomeContentSquare
{
	/*width: 33%;*/
	width: 229px;
	float:left;
	margin: 0 0 0 0;
	color: #000000;
	height: 305px;
	background: #ffffff url(Graphics/Bubbles-Background3.jpg) no-repeat;
	border: solid 1px #ffffff;
}

.HomeContentPic
{
	/*background: #ffffff;*/
	width: 100%;
	height: 150px;
	padding: 10px 0 10px 0;
	text-align: center;
	border: none;
}	

.HomeContentText
{
	width: 90%;
	padding: 0 0 0 0;
	height: 95px;
	text-align: justify;
	font-size: 11px;
	margin-left: 10px;
	background-color: #002e7e;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	color: #ffffff;
}

.HomeContentText a, #Contact a
{
	color: #ffad22;
	text-decoration: none;
}
	
.HomeContentText a:hover, #Contact a:hover
{
	color: #ffad22;
	text-decoration: underline;
}

/* Footer */
#Footer
{
	clear:both;
	width: 98%;
	font-size: 12px;
	background: #01bad8 url(Graphics/Footer.jpg) repeat-y;
	color: #000000;
	text-align: right;
	padding: 10px 2% 10px 0;
	border-bottom: solid 5px #c0c0c0;
}			

#Footer a
{
	color: #000000;
	text-decoration: none;
}

#Footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

#Copyright
{
	font-size: 12px;
	height: 20px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	color: #00006d;
}

#Credits
{
	font-size: 10px;	
	height: 20px;	
	padding: 5px 0 5px 0;
}

/* Keep some divs together */
.KeepTogether
{
	width: 100%;
}	

/* Login form */
#Login
{
	background: #01bad8;
	width: 500px;	
	font-size: 10px;
}	

#Login h1
{
	font-size: 12px;
	font-weight: bold;
	color: #01bad8;
	background-color: #002e7e;
	text-align: center;
	height: 17px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}		

#LoginInset
{
	padding: 10px 2% 10px 2%;
	width: 96%;
	height: 150px;
}	

.LoginPic
{
	float: left;
	padding-right: 10px;
}

.LoginText
{
	float:left;
}		

/* Any inset div */
.Inset
{
	padding: 10px 1% 10px 1%;
	width: 98%;
}	

/* Headings */
.Heading1, .Heading2
{
	width: 100%;
	text-align:center;
	height: 17px;
	font-style: italic;
	text-transform: capitalize;
	padding: 5px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.Heading1	
{
	background-color: #01bad8;
	color: #002e7e;
}	
.Heading2
{
	background-color: #002e7e;
	color: #01bad8;
}

/* Navigator */
#Navigator
{
	background: #01bad8 url(Graphics/Gradientv200.jpg) repeat-y;
	color: #ffffff;
	font-size: 12px;
	float: left;
	/*width: 24%;*/
	width: 200px;
	height: 96%;
	padding: 2% 0 2% 0;
	font-weight: bold;
	border-top: solid 1px #ffffff;
}

#Navigator ul 
{
	background: #01bad8 url(Graphics/Gradientv200.jpg) repeat-y;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	text-align: right;
	z-index: 10;
}

#Navigator ul li 
{
	position: relative;
	height: 25px;
	z-index: 5;
}
	
#Navigator li ul 
{
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #01bad8 url(Graphics/Gradientv200.jpg) repeat-y;
	z-index: 12;
}

/* Styles for Menu Items */
#Navigator ul li a 
{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	background: none; /* IE6 Bug */
	z-index: 5;
}

/* Fix IE. Hide from IE Mac \*/
* html #Navigator ul li { float: left; height: 1%; }
* html #Navigator ul li a { height: 1%; }
/* End */

#Navigator ul li a:hover 
{ 
	color: #002e7e; 
	background: #01bad8 url(Graphics/BubbleList.jpg) no-repeat;
	text-decoration: underline;
}	
		
#Navigator li ul li a 
{ 
	padding: 5px; 
	width: auto; 
	background: none; 
	text-align: left;
} /* Sub Menu Styles */
		
#Navigator li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */

.NavigatorCentre
{
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.NavigatorRight
{
	width: 95%;
	text-align: right;
	padding: 0 5% 0 0;
	margin: 0 0 0 0;
}

/* Home page stuff */
#HomeBlurb
{
	font-size: 12px;
	color: #000000;
	background: #ffffff; /* url(Graphics/Barracuda-Background.jpg) no-repeat;*/
	border: solid 1px #ffffff;
	width: 692px;
}

#HomeBlurb h1
{
	width: 100%;
	text-align: center;
	height: 17px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	background-color: #01bad8;
	color: #002e7e;
	font-size: 14px;
}

#HomeBlurbText
{
	padding: 10px 2% 10px 2%;
	width: 96%;
}

#HomeBlurbText a
{
	color: #001fa6;
	text-decoration: none;
}

#HomeBlurbText a:hover
{
	color: #001fa6;
	text-decoration: underline;
}

#HomeBlurbText p
{
	width: 100%;
	/*background-color: #ffffff;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;*/
	color: #000000;
	text-align: justify;
}				

.RightJustify
{
	width: 90%;
	padding-right: 10%;
	text-align: right;
}	

.NoBorder
{
	border: none;
}	

/* Dive boats, facilities, about mission beach */
#DiveBoats, #Facilities, #AboutMissionBeach, #Gallery, 
	#MeetTheTeam, #NewsItem, #Search, #Product,#Contact,#CalypsoClub,
	#VideoGallery
{
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 4px;
}
	
.DiveBoatImageLeft, .GeneralImageLeft
{
	padding: 0 10px 0 0;
	float: left;
	height: 200px;
	width: 300px;
	border: none;
}

.DiveBoatImageLeftII
{
	padding: 0 0 5px 0;
	float: left;
	width: 300px;
	border: none;
}

.DiveBoatText, .FacilitiesText, .SearchText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	height: 190px;
	padding: 5px 1% 5px 1%;
	float:right;
	width: 51%;
	text-align: justify;
	font-size: 12px;
}	

.DiveBoatCol1
{	
	float:left;
	width: 300px;
}

.DiveBoatCol2
{
	float:right;
	width: 375px;
}		

.DiveBoatText
{
	width: 98%;
}
	
.DiveBoatTextII
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	height: 421px;
	padding: 5px 1% 5px 1%;
	float:right;
	width: 98%;
	text-align: justify;
	font-size: 12px;
}	
	
/* Insets */
.BarracudaInset, .DiveBoatInset, .FacilitiesInset, .SearchInset
{
	padding: 10px 1% 10px 1%;
	width: 98%;
	background: #ffffff url(Graphics/Barracuda-Background2.jpg) repeat-y;
}	
	
.DiveBoatInset, .FacilitiesInset
{
	height: 200px;
}		

.DiveBoatInsetII
{
	padding: 10px 1% 10px 1%;
	width: 98%;
	background: #000427 url(Graphics/Trevally-Background1.jpg) no-repeat;
	height: 435px;
}
	
/* Facilities */
#Facilities a, #Search a, #AboutMissionBeach a
{
	color: #ffad22;
	text-decoration: none;
}
	
#Facilities a:hover, #Search a:hover,, #AboutMissionBeach a:hover
{
	color: #ffad22;
	text-decoration: underline;
}

/* About mission beach top image */
.AboutMissionBeachInset, .AboutMissionBeachInsetMap
{
	padding: 10px 1% 10px 1%;
	width: 98%;
	background: #000427 url(Graphics/Trevally-Background1.jpg) no-repeat;
	height: 670px;
}	

.AboutMissionBeachInsetMap
{
	height: 520px;
}	

#AboutMissionBeachTopImage
{
	background: url(Graphics/Mission-Beach-Sunrise.jpg) no-repeat scroll center center;
	width: 100%;
	height: 230px;
}	

.AboutMissionBeachText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	height: 430px;
	padding: 5px 1% 5px 1%;
	float:right;
	width: 98%;
	text-align: justify;
	font-size: 12px;
}	

/* Photo gallery */
.GallerySquare
{
	width: 300px;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 22px 10px 21px;
	height: 252px;
	background: #002e7e;
	border: solid 1px #ffffff;
}

.GalleryPic
{
	width: 300px;
	height: 225px;
	border: none;
}	

#GallerySlideshow
{
	padding: 10px 0 10px 0;
	width: 100%;
	text-align:center;
}
	
.SlideshowButton
{
	width: 350px;
	height: 100px;
	border: none;
}	

.GalleryText
{
	width: 100%;
	text-align: center;
	font-size: 10px;
	height: 17px;
	padding: 5px 0 5px 0;
}

.GalleryText a
{
	color: #ffad22;
	text-decoration: none;
}
	
.GalleryText a:hover
{
	color: #ffad22;
	text-decoration: underline;
}
	
/* Meet the team */
.MeetTheTeamCol1
{
	width: 344px;
	float:left;
}

.MeetTheTeamCol2
{
	width: 344px;
	border-left: solid 4px #ffffff;
	float:left;
}
		
.MeetTheTeamMain
{
	width: 96%;
	padding: 10px 2% 10px 2%;
	background: #ffffff url(Graphics/Bubbles-Background1.jpg) no-repeat;
	height: 350px;
	border-bottom: solid 4px #ffffff;
}	

.MeetTheTeamPicHolder
{
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
}	

.MeetTheTeamText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	height: 135px;
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
	font-size: 12px;
}	

/* news */
#NewsItemHeadline
{
	width: 40%;
	background: #ffffff url(Graphics/Newspaper.jpg) no-repeat scroll bottom center;
	font-size: 10px;
	height: 450px;
	float:left;
	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
}	

#NewsItemHeadline a
{
	background-color: #ffffff;
	color: #001fa6;
	text-decoration: none;
}

#NewsItemHeadline a:hover
{
	background-color: #ffffff;
	color: #001fa6;
	text-decoration: underline;
}

#NewsItemDetail
{
	background: #000427 url(Graphics/trevally-background1.jpg) no-repeat;
	font-size: 12px;
	height: 450px;
	width: 59%;
	float: right;
}

#NewsItemText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	height: 412px;
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
	font-size: 12px;
}	

#NewsItemHeadline ul, #NewsItemHeadline li
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
/* Central paragraph */
.Middling
{
	text-align: center;
	width: 100%;
}	

.MiddlingOpaque
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
	text-align: center;
	width: 100%;
}	
	
/* Search results */
.SearchInset
{
	height: 150px;
}	

.SearchImage
{
	padding: 0 10px 0 0;
	float: left;
	height: 150px;
	width: 200px;
	border: none;
}

.SearchText
{
	width: 66%;
	height: 140px;
	float:left;
}	

/* product details */
#Product ul
{
	margin: 0 0 0 50px;
	padding: 0 0 0 0;
}

#Product li
{
	list-style-type: square;
}	

#Product h2
{
	width: 98%;
	text-align:left;
	height: 17px;
	font-style: italic;
	text-transform: capitalize;
	padding: 5px 1% 5px 1%;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	background-color: #002e7e;
	color: #01bad8;
}
		
.ProductDescription
{
	width: 96%;
	background: #01bad8 url(Graphics/Bubble1.jpg) repeat-y;
	padding: 10px 2% 10px 2%;
}

.ProductFeature
{
	width: 96%;
	background: #ffffff;
	padding: 10px 2% 10px 2%;
	text-align: justify;
	font-size: 12px;
}

.ProductText		
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
	font-size: 12px;
}	

.ProductText a { color: #ffff00; }

.ProductPic
{
	border:none;
	width: 200px;
	height: 150px;
	border-right: solid 2px #ffffff;
}

.SlideshowPic		
{
	border:none;
	height: 50px;
	width: 334px;
	border-right: solid 2px #ffffff;
}
	
.ProductPicsHolder
{
	width: 98%;
	padding: 5px 1% 5px 1%;
	text-align: center;
	background: #002e7e;
	margin-bottom: 5px;
}	

.ProductPics
{
	width: 100%;
	padding: 5px 0 5px 0;
	background: #ffffff;
}

.ProductPics p
{
	width: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
}

/* Contact form */
#ContactCol1
{
	color: #000000;
	float:left;
	width: 50%;
	background: #000427 url(Graphics/trevally-background2.jpg) no-repeat;
}

#ContactCol2
{
	float: right;
	width: 49%;
	background: #000427 url(Graphics/trevally-background2.jpg) no-repeat;
}			

.ContactText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
	font-size: 12px;
	height: 470px;
}	

/* Calypso Club contact form */
#CalypsoClubInset
{
	width: 98%;
	padding: 10px 1% 10px 1%;
	height: 360px;
	background: #000427 url(Graphics/Trevally-Background1.jpg) no-repeat;
}	

#CalypsoClubText
{
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: 0.75;
	background-color: #002e7e;
	color: #ffffff;	
	padding: 5px 1% 5px 1%;
	width: 98%;
	text-align: justify;
	font-size: 12px;
	height: 350px;
}

#CalypsoClubText p
{
	width: 100%;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}
	
#CalypsoClubText em
{
	font-weight: bold;
	font-style:normal;
	color: #ffffff;
}	

/* Video gallery */
.VideoGallerySection, .VideoGallerySectionHeader
{
	border-bottom: solid 1px #c0c0c0;
	height: 60px;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	width: 96%;
	padding: 0 2% 0 2%;
}

.VideoGalleryFile, .VideoGalleryFileHeader
{
	float:left;
	height: 40px;
	width: 65%;
	padding-top: 15px;
}

.VideoGallerySize, .VideoGallerySizeHeader
{
	float:left;
	height: 40px;
	width: 15%;
	padding-top: 15px;
}

.VideoGalleryPlay, .VideoGalleryPlayHeader
{
	float:left;
	height: 55px;
	width: 15%;
}

.VideoGallerySectionHeader, .VideoGalleryFileHeader, .VideoGallerySizeHeader, .VideoGalleryPlayHeader
{
	height: 20px;
	padding-top: 0;
	font-weight: bold;
}
