@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#c2d0e2;
}

#wrapper {
	margin:0 auto;
	width:900px;
	height:887px;
	background:url(../images/page.jpg) no-repeat;
}

#header {
	width:900px;
	height:283px;
}

#body {
	width:900px;
	height:425px;
}

#body .content {
	width:500px;
	height:425px;
	overflow:auto;
	float:left;
}

#footer {
	width:900px;
	height:179px;
}

#footer object {
	z-index:1;
}

.photo {
	margin-left:30px;
}

.module {
	float:right;
	margin-right:40px;
}

.module .equip {
	height:81px;
	width:331px;
	background:url(../images/equipment.jpg) top;
	display:block;
}

.module .about {
	height:81px;
	width:331px;
	background:url(../images/about.jpg) top;
	display:block;
}

.module .courses {
	height:81px;
	width:331px;
	background:url(../images/courses.jpg) top;
	display:block;
}

.module .club {
	height:81px;
	width:331px;
	background:url(../images/diveclub.jpg) top;
	display:block;
}

.module a:hover {
	background-position:bottom;
}

/* Navigation */

.home {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-430px;
	width:240px;
	height:250px;
	display:block;
}

#navbar {
	position:absolute;
	margin-top:203px;
	margin-left:311px;
	padding:0;
	width:564px;
	height:57px;
	background:url(../images/navBar.jpg) bottom no-repeat;
}

#navbar li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}

#navbar li, #navbar a {
	height:57px;
	display:block;
}

#navbar span {
	display:none;
}

#equip {
	left:0;
	width:103px;
}

#equip a:hover {
	background: transparent url(../images/navBar.jpg) 0 0px no-repeat;
}

#equip a.active {
	background: transparent url(../images/navBar.jpg) 0 0px no-repeat;
}

#cdesc {
	left:104px;
	width:170px;
}

#cdesc a:hover {
	background: transparent url(../images/navBar.jpg) -104px 0px no-repeat;
}

#cdesc a.active {
	background: transparent url(../images/navBar.jpg) -104px 0px no-repeat;
}

#cal {
	left:273px;
	width:84px;
}

#cal a:hover {
	background: transparent url(../images/navBar.jpg) -273px 0px no-repeat;
}

#cal a.active {
	background: transparent url(../images/navBar.jpg) -273px 0px no-repeat;
}

#about {
	left:359px;
	width:62px;
}

#about a:hover {
	background: transparent url(../images/navBar.jpg) -359px 0px no-repeat;
}

#about a.active {
	background: transparent url(../images/navBar.jpg) -359px 0px no-repeat;
}


#gallery {
	left:421px;
	width:70px;

}

#gallery a:hover {
	background: transparent url(../images/navBar.jpg) -421px 0px no-repeat;
}

#gallery a.active {
	background: transparent url(../images/navBar.jpg) -421px 0px no-repeat;
}

#contact {
	left:491px;
	width:75px;
}

#contact a:hover {
	background: transparent url(../images/navBar.jpg) -491px 0px no-repeat;
}

#contact a.active {
	background: transparent url(../images/navBar.jpg) -491px 0px no-repeat;
}

.sitemap {
	position:fixed;
	bottom:2px;
	right:12px;
	font-size:10pt;
}

/* typography */

h1 {
	font-size:16pt;
	color:#000000;
	margin:0;
	padding:0;
	margin-left:40px;
	padding-top:6px;
}

p {
	font-size:12pt;
	color:#111111;
	margin:0;
	margin-right:20px;
	padding-top:10px;
	margin-left:40px;
	line-height:150%;
}

.course {
	background-color:#dae3ec;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
}

.carrier {
	color:#000066;
}

a {
	color:#000000;
}

.pchouse {
	width:50px;
	height:50px;
	position:fixed;
	background:url(../images/PChouse.jpg);
	display:block;
	bottom:2px;
	left:5px;	
}

.tab1 {
	margin-left:25px;
}

.tab2 {
	margin-left:50px;
}

#kwicks {
	position: absolute;
	left:0;
	top:50px;
	margin:0;
	padding:0;
	z-index:2;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 45px;
	height: 300px;
}
 
#kwick_diveClub {
	background:url(../images/diveclubSlide.png) right no-repeat;
	left:0px;
}

img {
	border:#000000;
}