html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td 
{
margin: 0; padding: 0; 
} 


html, body 
{
    height: 100%;
}


body 
{
	background-image:url(../images/header_background.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#1571a2;
	color:#fff;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	text-align:center;	
}

img 
{
	border:0px;
}

hr
{
	clear:both;
	height:0px;
	border-bottom:1px dashed #a3bee3;
	border-top:0px;
	margin:30px 0px 20px 0px;	
}

a:link, a:active
{
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

a:visited
{
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

a:hover
{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

h1
{
	color:#fff;
	font-size:24px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:normal;
	margin:0px 0px 15px 0px;
}

h2
{
	color:#363636;
	font-size:22px;
	font-weight:normal;	
	margin:0px 0px 10px 0px;
}

h3, h4, h5, h6
{
	color:#fff;
	font-size:16px;
	margin:0px 0px 10px 0px;
}

p
{
	margin:10px 0px 15px 0px;
}

input, select, textarea
{
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
}

table
{
	border:0px;
	padding:0px;
}

/* Layout Creators */

div.wrapper
{
	margin:auto auto;
	position:relative;
	text-align:center;
	width:912px;
	z-index:10;
}

div.header
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:270px;
	position:relative;
}

div.header-logo
{
	height:270px;
	left:0px;
	position:absolute;
	top:0px;
	width:170px;
}

div.header-logo a
{
	display:block;
	height:270px;
}

div.active-home
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	height:91px;
	left:197px;
	width:85px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-about
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-89px 0px;
	height:91px;
	left:270px;
	width:116px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-courses
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-201px 0px;
	height:91px;
	left:369px;
	width:103px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-booking
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-304px 0px;
	height:91px;
	left:462px;
	width:116px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-photos
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-419px 0px;
	height:91px;
	left:562px;
	width:91px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-diveservices
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-515px 0px;
	height:91px;
	left:642px;
	width:156px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.active-contact
{
	background-image:url(../images/bubbles.png);
	background-repeat:no-repeat;
	background-position:-670px 0px;
	height:91px;
	left:779px;
	width:131px;
	position:absolute;
	top:195px;
	z-index:10;
}

div.header ul.navigation
{
	background-image:url(../images/navigation.gif);
	background-repeat:no-repeat;
	height:45px;
	position:absolute;
	right:0px;
	top:212px;
	width:722px;
	z-index:3;	
}

div.header ul li
{
	float:left;
	height:45px;	
	list-style:none;
	position:relative;
}

li.home
{
	width:90px;
}

li.about
{
	width:90px;
}

li.courses
{
	width:95px;
}

li.bookings
{
	width:100px;
}

li.photos
{
	width:85px;
}

li.diveservices
{
	width:135px;
}

li.contact
{
	width:110px;
}


div.header ul li a
{
	display:block;
	height:45px;
	text-decoration:none;
}

div.wrapper-content
{
	float:right;
	position:relative;
	width:912px;
	z-index:5;	
}

div.content-middle
{
	background-image:url(../images/content_middle_2.gif);
	background-repeat:repeat-y;
	min-height:300px;
	width:912px;
}

div.content-area
{
	padding:20px;
	position:relative;
	text-align:left;
}

div.content
{
	float:left;
	line-height:18px;
	position:relative;
	width:680px;
}

div.content ul, div.content ol
{
	padding:10px 20px 20px 50px;
}

div.content ul li, div.content ol li
{
	margin:0px 0px 5px 0px;
}


div.sidebar
{
	float:right;
	font-size:12px;
	position:relative;
	width:165px;
}

div.sidebar ul, div.sidebar ol
{
	font-size:11px;
	padding:10px 20px 20px 30px;
	text-align:left;
}

div.sidebar ul li, div.sidebar ol li
{
	margin:0px 0px 5px 0px;
}


div.footer-wrapper
{
	background-image:url(../images/footer_background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height:300px;
	margin:-200px auto 0 auto;
	min-width:912px;
	position:relative;
	width:100%;
	z-index:0;
}


div.footer
{
	height:80px;
	margin:auto auto;
	position:relative;
	width:910px;	
}

div.footer-branding
{
	background-image:url(../images/footer_logos.png);
	background-repeat:no-repeat;
	height:100px;
	position:relative;
	width:912px;
}


div.footer ul
{
	height:30px;
	margin:10px 0 0 40px;
	position:relative;
	width:720px;
	text-align:left;
}

div.footer ul li
{
	float:left;
	list-style:none;
	margin: 0px 40px 0px 0px;
}

div.footer ul li a
{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

div.credit
{
	height:50px;
	position:absolute;
	right:30px;
	bottom:20px;
	width:150px;
}


div.copyright
{
	bottom:10px;
	font-size:11px;
	position:absolute;
	left:100px;
	text-align:left;
	width:250px;
}

div.contact-details
{
	bottom:10px;
	font-size:11px;
	position:absolute;
	left:400px;
	text-align:left;
}



div.credit a:link, div.credit  a:active, div.credit a:visited, div.credit a:hover
{
	display:block;
	height: 45px;
}


/* Image styling */

.img-border
{
	border:2px solid #94bce1;
	margin: 0px 0px 10px 0px
}

.img-left
{
	float: left;
	margin: 0px 10px 10px 0px
}

.img-right
{
	float: right;
	margin: 0px 0px 10px 10px
}

.img-left-border
{
	border:2px solid #94bce1;
	float: left;
	margin: 0px 10px 10px 0px
}

.img-right-border
{
	border:2px solid #94bce1;
	float: right;
	margin: 0px 0px 10px 10px
}



p.intro
{
	font-size:16px;
	margin: 0 0 20px 0;
}


.clear
{
	clear: both
}


.small 
{
	color: #666666;
	font-size: 12px;
	line-height:normal;
}

.input_required 
{
background-color:#fff0df;
border:1px dotted #f4911d;
}

a.you-tube-link
{
	right:0px;
	position:absolute;
	top:0px;
}

