@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
@import url("menu.css");


body {
	background-color: #FFF;
}
#wrapper_top {
	position: relative;
	height: 450px;
	width: 100%;
	background-position: 0 bottom;
	background-color: #1c3f94;
	background-image: url(../images/bg_av_blue.jpg);
	background-repeat: repeat-x;
}
body#mabuhay #wrapper_top {
	background-position: 0 bottom;
	background-color: #bfbfbf;
	background-image: url(../images/bg_grey.jpg);
	background-repeat: repeat-x;
}
body#gallery #wrapper_top {
	background-position: 0 bottom;
	background-color: #2b2b2b;
	background-image: url(../images/bg_dark_grey.jpg);
	background-repeat: repeat-x;
}
body#specials #wrapper_top {
	background-position: 0 bottom;
	background-color: #fdbe3d;
	background-image: url(../images/bg_yellow.jpg);
	background-repeat: repeat-x;
}
body#dive #wrapper_top {
	background-position: 0 bottom;
	background-color: #16afec;
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-x;
}
body#golf #wrapper_top {
	background-position: 0 bottom;
	background-color: #6cc14e;
	background-image: url(../images/bg_green.jpg);
	background-repeat: repeat-x;
}
body#cycle #wrapper_top {
	background-position: 0 bottom;
	background-color: #d6222c;
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
}
body#raft #wrapper_top {
	background-position: 0 bottom;
	background-color: #7352a1;
	background-image: url(../images/bg_purple.jpg);
	background-repeat: repeat-x;
}
#container_logo {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	clear: both;
}
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 28px;
	width: 187px;
	z-index: 100;
}
#container_stage {
	height: 360px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#container_postcard {
	height: 275px;
	width: 400px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg_postcard_stack.png);
}
#container_feature {
	height: 300px;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#container_slideshow {
	background-image: url(/images/bg_slide.png);
	height: 320px;
	width: 540px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#container_slideshow img {
	padding: 10px;
}
.postcard_image {
	background-image: url(../images/bg_postcard.png);
	height: 250px;
	width: 375px;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 12px;
	overflow: hidden;
	z-index: 500;
}
.postcard_text {
	background-image: url(../images/bg_postcard_back.png);
	height: 215px;
	width: 340px;
	overflow: hidden;
	padding: 30px;
	z-index: 500;
}
#wrapper_bottom {
	background-color: #fff;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#container_bottom {
	padding-top: 30px;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.column_left {
	float: left;
	height: auto;
	width: 180px;
	overflow: hidden;
	position: relative;
}
.column_center {
	margin-bottom: 50px;
	float: left;
	height: auto;
	width: 520px;
	margin-left: 40px;
	overflow: hidden;
	position: relative;
}
.column_right {
	clear: none;
	float: left;
	height: auto;
	width: 180px;
	margin-left: 40px;
	overflow: hidden;
	position: relative;
}

h1 {
	font-size: 1.6em;
	color: #1c3f94;
	padding-bottom: .25em;
}
body#gallery h1 {
	color: #2b2b2b;
}
body#specials h1 {
	color: #fdbe3d;
}
body#dive h1 {
	color: #16afec;
}
body#golf h1 {
	color: #6cc14e;
}
body#cycle h1 {
	color: #d6222c;
}
body#raft h1 {
	color: #7352a1;
}
h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 1em;
}
h3 {
	padding-bottom: 1em;
	font-weight: bold;
}
h4 {
	padding-bottom: 0.5em;
	color: gray;
	font-size: 0.75em;
}
p {
	padding-bottom: 1em;
	line-height: 1.5em;
}
ul {
	padding-bottom: 1em;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: square;
}
li {
	padding-bottom: 0.5em;
}
.price {
	text-align: right;
	font-weight: bold;
	padding-top: 0.5em;
	border-top-color: #b3b3b3;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 1.15em;
}
.button {
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 5px;
	text-decoration: none;
	color: white;
}
body#mabuhay .button, body#experience .button {
	background-color: #1c3f94;
	text-decoration: none;
	color: white;
}
body#specials .button {
	text-decoration: none;
	color: white;
	background-color: #fdbe3d;
}
body#dive .button {
	text-decoration: none;
	color: white;
	background-color: #16afec;
}
body#golf .button {
	text-decoration: none;
	color: white;
	background-color: #6cc14e;
}
body#cycle .button {
	text-decoration: none;
	color: white;
	background-color: #d6222c;
}
body#raft .button {
	text-decoration: none;
	color: white;
	background-color: #7352a1;
}
.fineprint {
	font-size: 0.75em;
}
p a:link, p a:visited {
	text-decoration: underline;
	color: #1c3f94;
}
p a:hover, p a:active {
	color: gray;
	text-decoration: underline;
}
.testimonial {
	margin-bottom: 1em;
	border-bottom-color: gray;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.testimonial img {
	clear: both;
	padding-bottom: 15px;
	padding-left: 15px;
	float: right;
}
#package_fineprint {
	border-top-color: gray;
	border-top-width: 1px;
	border-top-style: dotted;
	color: #666666;
	padding-top: 1em;
	margin-top: 50px;
}
