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

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	
}

#packagescontent {
	background-position: center;
	height: 1500px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#resortcontent {
	background-position: center;
	height: 2050px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#directionscontent {
	background-position: center;
	height: 1350px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#newslettercontent {
	background-position: center;
	height: 800px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#bogocontent {
	background-position: center;
	height: 900px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#venuetcontent {
	background-position: center;
	height: 1350px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

#vipcontent {
	background-position: center;
	height: 2100px;
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	position:relative;
	z-index: 2;
}

.resorttext {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
}

.resorttext a {
	text-decoration: none;
	color: #390;
	font-weight: bold;
	font-size: 12px;
	
}

.resorttext a:hover, #resorttext a:active {
	color: #390;
}

.resorttextsub {
	float: left;
	width: 140px;
	padding: 10px;
	text-align: center;
	margin-right: 5px;
	font-size: 12px;
}

.resorttextsub a {
	text-decoration: none;
	font-weight:bold;
	color: #063;
}

.resorttextsub a:hover, #resorttextsub a:active {
	color: #0C3;
}

#subinfo {
	float: left;
	width: 700px;
	position:absolute;
	z-index: 0;
	top: 60px;
	background-color: #e4ddd6;

}

#subnavright {
	float: right;
	width: 165px;
	position:absolute;
	z-index: 0;
	top: 75px;
	left: 720px;

}
.subnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 160px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #55443F;
	padding-bottom: 2px;
	color: #55443F;
	
}

.subnavlink a, .subnavlink a:visited {
	color: #55443F;
	text-decoration: none;
	}
.subnavlink a:hover, .subnavlink a:active {
	color: #407e3c;
		}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #55443F;
	margin: 5px;
}

.sectioncontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #55443F;
	margin: 5px;
	padding: 5px;
}

.sectioncontent a, .sectioncontent a:visited {
	color: #407e3c;
	font-weight:bold;
	text-decoration: none;
	}
.sectioncontent a:hover, .sectioncontent a:active {
	color: #55443F;
