/* HTML */

html, body {
	height: 100%;
	background-image: url(../images/blank.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-color: #0073BF;
	font-family: Arial, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	color: #363636;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #02B6BD;
}

h2 {
	margin: 0px 0px -8px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #02B6BD;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #02B6BD;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #395791;
	}

h5 {
	font-size: 10px;
	font-weight: bold;
	color: #02B6BD;
	}

h5.a {
	font-size: 10px;
	font-weight: bold;
	color: #02B6BD;
	}

h5.a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #F4A102;
	}

ul {
	list-style: disc;
	display: block;
	margin: 5px 5px 0px 15px;
	padding: 0px;
	}

li {
	margin: 2px 2px 2px 2px;
	padding: 0px;
	}

li.a:hover {
	background: #f6f6f6;
	}


/* ID's */

#pageParameter {
	text-align: center;
}

#wave {
	height: auto;
	background-image: url(../images/wave.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 66px;
}

#footer {
	height: auto;
	background-image: url(../images/footer.gif);
	background-position: center bottom;
	background-repeat: repeat;
	font-family: Tahoma, Sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #ffffff;
	background-color: 0B3D91;
	}

#contentWindow {
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
	height: 97%;
}

div#itinerary {margin: 0px; display: none;}

div#cancellation {margin: 0px; display: none;}


/* CLASSES */

.Announcement {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #363636;
	padding: 2px 0px 2px 0px;
	}

.Announcement_Heading {
	font-size: 11px;
	font-weight: bold;
	color: #018C9D;
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	}

.Announcement_Heading a {
	font-size: 11px;
	font-weight: bold;
	color: #018C9D;
	text-decoration: none;
	}

.Announcement_Heading a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #d98a01;
	text-decoration: none;
	}

.Announcement_Link {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #363636;
	}

a..Announcement_Link {
	text-decoration: underline;
	color: #363636;
	}

a..Announcement_Link:hover {
	text-decoration: underline;
	color: #f46e02;
	}

.Page_Header {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #018C9D;
	padding: 16px 10px 2px 10px;
	}

.Sub_Header {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #018C9D;
	padding: 4px 10px 0px 10px;
	}

.Site_Address {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a48962;
	padding: 30px 26px 6px 8px;
	}

.Navigation {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	}

.Navigation a {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.Navigation a:hover {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	color: #012085;
	text-decoration: none;
	}

.Text {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 0px 10px 0px 10px;
	}

a.Text {
	text-decoration: underline;
	color: #395791;
	}

a.Text:hover {
	text-decoration: underline;
	color: #f46e02;
	}


.Text_Link {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #490200;
	}

a.Text_Link {
	text-decoration: underline;
	color: #490200;
	}

a.Text_Link:hover {
	text-decoration: underline;
	color: #f46e02;
	}

.Photo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	border: 0px;
	}

.testimonials {
	font-family: "times new roman", times, serif;
	font-style: oblique;
	font-size: 14px;
	font-weight: 500;
	color: #363636;
	}

.copy {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #363636;
	}

.copy a {
	font-weight: normal;
	color: #363636;
	text-decoration: none;
	}

.copy a:hover {
	font-weight: normal;
	color: #f46e02;
	text-decoration: none;
	}

.copywhite {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #ffffff;
	}

.copywhite a {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	}

.copywhite a:hover {
	font-weight: normal;
	color: #f46e02;
	text-decoration: none;
	}

td.homenav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	vertical-align : top;
	/*margin: 0px;
	padding: 0px;*/
	}

td.homenav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #012085;
	vertical-align : top;
	/*margin: 0px;
	padding: 0px;*/
	}

#dropmenudiv {
	background-color: #2bb9d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	position:absolute;
	margin: 3px 0px 0px -12px;
	line-height: 28px;
	border: 1px solid #2bb9d8;
	z-index: 100;
	}

#dropmenudiv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid #ffffff;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
	}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #012085;
	}


