/* Background Image */
* {
	padding: 0em;
	margin: 0em;
}
body {
	background-image:url("../images/bg1.jpg");
	background-color: #CDB7A0url;
	padding: 35px 0px 35px 0px;
}
#upbg {
	background-image: url("../images/bg2.jpg");
	background-color: #9D7857;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: 1;
}
/* Page Layout */
#wrapper {
	background-image: url("../images/bg.jpg");
	z-index: 2;
	position: relative;
	width: 760px;
	border: solid 7px #ffffff;
	background-color: #ffffff;
	margin: 0 auto;
}
/* Title */
#title {
	background-image: url("../images/bg_title.jpg");
	background-repeat: repeat-x;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #ffff00;
	font-weight: bold;
	width: auto;
	height: 50px;
	text-align: center;
	letter-spacing: 1px;
	padding: 5px;
	margin: 0px;
}
/* Header */
#header {
	background: #E7DBD5;
	width: 760px;
	height: 300px;
}
/* Columns */
#right {
	display: inline;
	float: right;
	height: 100%;
	width: 550px;
	margin: 0px;
	padding: 10px;
}
#left {
	margin: 0px;
	padding: 10px;
	height: 100%;
	width: 170px;
	float: left;
}
/* Navigation */
#nav {
	background-image: url("../images/nav_up.jpg");
	background-repeat: repeat-x;
	background-color: #006699;
	border-top: #0099FF 1px solid;
	list-style-type: none;
	height: 60px;
	width: 760px;
	margin: 0px;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 0px;
}
#nav li a {
	color: #FFF;
	float: left;
	height: 50px;
	width: 95px;
	padding: /*top*/5px /*right*/0px /*bottom*/0px /*left*/0px;
}
#nav li a:hover {
	background-image: url("../images/nav_over.jpg");
	background-repeat: repeat-x;
	color: #013769;
	float: left;
	height: 53px;
	width: 95px;
}
/* Navigation Left*/
.nav_left {
	list-style-type:none;
	position: relative;
	height: 375px;
	width: 168px;
	margin:  /*top*/20px /*right*/0px /*bottom*/0px /*left*/10px;
}
.nav_left h1 {
	font-size:40px;
	color:#d30;
}
.nav_left ul {
	list-style-type:none;
	display:none;
	width: 100%;
	margin-bottom: 0px;
}
.nav_left li {
	font-family:arial, sans-serif;
	color: #006EB4;
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
}
.nav_left li:hover {
	background-color: #013769;
	color: #d6ebfe;
	cursor: pointer;
	width: 100%;
}
.nav_left li a {
	background-color: #013769;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 5px;
	line-height: 25px;
	position: relative;
	width:100%;
}
.nav_left li a:hover {
	background-color: #006EB4;
	color: #FFFFFF;
	width: 145px;
}
/* Navigation Left - Sub Level*/
.nav_left li:hover ul ul, .nav_left li:hover ul li:hover ul ul {
	display: none;
}
.nav_left li:hover ul {
	display: block;
	height: 275px;
}
.nav_left li:hover ul li:hover ul, .nav_left li:hover ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 110px;
	top: -1px;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
	height: auto;
}
/* Cells Index*/
#cell_wrap {
	width: 760px;
	height: 230px;
	background: url("../images/cell.jpg") no-repeat;
	position: relative;
}
.cell_00 {
	width: 170px;
	float: left;
	line-height: 14px;
	margin: 0px;
	position: inherit;
	padding: /*top*/10px /*right*/10px  /*bottom*/0px /*left*/10px;
}
.cell_00 p {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing: 1px;
	text-align: justify;
}
.cell_00 h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
/* Cells Ships */
.cell_01 {
	background-color: #78A3CE;
	height: 250px;
	width: 160px;
	float: left;
	line-height: 14px;
	margin: 0px;
	position: inherit;
	padding: /*top*/10px /*right*/10px  /*bottom*/0px /*left*/10px;
	margin: 1px;
}
.cell_01 p {
	color: #003;
	font-size: 13px;
	text-align: justify;
}
.cell_01 h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.cell_01 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cell_01 li a {
	background-color: #496897;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	width: 152px;
	display: block;
	position: relative;
	padding: 4px;
	margin-top: -10px;
}
.cell_01 li a:hover {
	color: #003;
	font-size: 15px;
	font-weight: bold;
}
.cell_02 {
	background-color: #7A7F01;
	height: 250px;
	width: 160px;
	float: left;
	line-height: 14px;
	margin: 0px;
	position: inherit;
	padding: /*top*/10px /*right*/10px  /*bottom*/0px /*left*/10px;
	margin: 1px;
}
.cell_02 p {
	color: #004000;
	font-size: 13px;
	text-align: justify;
}
.cell_02 h1 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
.cell_02 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.cell_02 li a {
	background-color: #5C6001;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	height: 20px;
	width: 152px;
	display: block;
	position: relative;
	padding: 4px;
	margin-top: -10px;
}
.cell_02 li a:hover {
	color: #030;
	font-size: 15px;
	font-weight: bold;
}
/* Image */
.image {
	margin: 10px;
}
.image_hotels {
	float: left;
	text-align: left;
	margin: 10px;
}
.image_thumbs {
	margin:  /*top*/10px /*right*/0px  /*bottom*/10px /*left*/0px;
}
/* Table */
.table {
	background-color: #D6EBFE;
	font-family: "Times New Roman", Times, serif;
	table-layout: automatic;
	clear: inherit;
}
.table p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13spx;
	text-align: center;
	color: #000;
	width: 100%;
	margin: /*top*/0px /*right*/0px  /*bottom*/0px /*left*/0px;
	padding: 0px;
}
.table h1 {
	background-color: #013769;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	width: 100%;
}
.table h2 {
	background-color: #9CAC4A;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 2px;
}
/*Rool Over*/
.mydiv {
	z-index: 998;
	visibility: hidden;
	overflow: hidden;
	width: 200px;
	position: absolute;
	height: 262px
}
.mydiv2 {
	z-index: 997;
	visibility: hidden;
	overflow: hidden;
	width: 191px;
	position: absolute;
	height: 184px
}
.mydiv3 {
	z-index: 999;
	left: 180px;
	visibility: hidden;
	overflow: hidden;
	width: 95%;
	position: absolute;
	top: 1200px;
	height: 95%
}
/* Bootom */
#bottom {
	background-image: url("../images/bg_bottom.jpg");
	background-repeat: repeat-y;
	font-family: "Arial", Helvetica, sans-serif;
	text-decoration: none;
	height: auto;
	width: auto;
	clear: both;
	padding: /*top*/5px /*right*/0px  /*bottom*/5px /*left*/5px;
}
.bottom p {
	font-size: 9px;
	text-align: justify;
	letter-spacing: 1px;
	color: #0099FF;
	padding: 5px;
	margin: 5px;
}
.bottom h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	color: #0099FF;
	border-bottom: none;
	margin: 0px;
}
.bottom h2 {
	background-color: #0099FF;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #FFF;
	height: 20px;
	width: auto;
	padding-top: 5px;
}
.bottom ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.bottom li {
	width: auto;
	padding: 0px;
	margin: /*top*/2px /*right*/0px  /*bottom*/0px /*left*/-5px;
}
.bottom a {
	font-size: 10px;
	text-align: left;
	list-style: none;
	color: #FFFFFF;
	display: block;
	height: 100%;
	padding: 5px;
}
.bottom a:hover {
	background-color: #013769;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	padding: 5px;
	width: 75%;
}
.bottom a:visited {
	font-size: 10px;
	text-align: left;
	color: #ffffff;
	display: block;
	list-style: none;
	padding: 5px;
}
/* Footer */
#footer {
	background-image: url("../images/bg_footer.jpg");
	clear: both;
	height: 50px;
	width: 760px;
	padding-top: 5px;
}
#footer_left {
	float: left;
	text-align: left;
	height: 40px;
	width: 400px;
	padding: 5px;
}
#footer_right {
	float: right;
	text-align: right;
	height: 40px;
	width: 300px;
	padding: 5px;
}
.footer p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
}
.footer a {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffff00;
	letter-spacing: 1px;
}
.footer a:hover {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
}
.footer a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	letter-spacing: 1px;
}
/* Links */
a {
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #006EB4;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	width: 90%;
}
a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #006EB4;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
li {
	position: relative;
	margin: /*top*/0px /*right*/0px  /*bottom*/5px /*left*/0px;
}
/* Text */
p {
	font-family: "Arial", Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-align:justify;
	color: #616600;
	margin-bottom: 10px;
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0070B8;
}
h2 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
h3 {
	background-color: #02AEF0;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	padding: 2px;
}
h4 {
	background-color: #9CAC4A;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding: 2px;
}
h5 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:  #9CAC4A;
	margin-bottom: 5px;
}
h6 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0070B8;
}
