.home {
	height:575px;
	background:url(../images/home/dolphin.jpg) no-repeat top left;
}
.homeIntro {
	height:249px;
	padding-top:184px;
	display:block;
	overflow:hidden;
	z-index:33;
	position:relative;
}
.intro {
	position: relative;
	top: 0px;
	width:478px;
	width:671px;
	padding-left:25px;
	padding-bottom:10px;
	height:240px;
	background:url(../images/home/intro-bg.png) repeat;
}
.introMinimize, .introMaxmize {
	width:12px;
	height:11px;
	display:block;
	float:right;
	margin:10px;
	margin-top:16px;
	background:url(../images/home/arrow-down.png) no-repeat top left;
}
.introMaxmize {
	background-image:url(../images/home/arrow-up.png);
}
.intro h2 {
	width:615px;
	float:left;
	padding-top:10px;
	padding-bottom:13px;
}
.introTxt {
	padding-right:50px;
	text-align:justify;
	line-height:14px;
}
.homeStrip {
	display:block;
	background:url(../images/home/strip-bg.gif) repeat-x top;
	border:1px solid #6d6d6d;
	border-width:1px 0px;
	z-index:999;
}
.homeStrip h3 {
	padding-top:10px;
	padding-bottom:6px;
}
.galleryContainer {
	width:460px;
	padding-left:25px;
	height:111px;
	float:left;
	background:url(../images/home/separator.gif) no-repeat top right;
}
.galleryContainer ul {
}
.galleryContainer ul li {
	float:left;
	margin-right:14px;
	list-style:none;
}
.galleryContainer ul li a img {
	border:	1px solid #767676;
}
.galleryContainer ul li a:hover img {
	border:1px solid #fff;
}
.liveabordBox {
	width:445px;
	float:right;
}
.liveabordBox img.boat {
	float:left;
	border:1px solid #767676;
}
.liveabordBox img.boatLogo {
	margin-top:5px;
	float:right;
	margin-right:15px;
}
