﻿* {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	background: #44C9C3;
}
#container {
	position: relative;
	width: 900px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
	background: #5567AA; /* same as menu to fill up area not used by links*/
}
#header {
	background-color: #BDB76B; /* to override container */;
	position: relative;
	height: 105px;
	width: 100%;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}
#header h2 {
	font-size: 20px;
	font-weight: normal;
}
#menuTop {
	position: relative;
}
#menuTop ul {
	list-style-type: none;
}
#menuTop li {
	display: block; /* whole li area is link, not needed unless a li is not a link  */;
}
#menuTop a {
	display: block; /* whole li area is link  */;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5C6AA0;
	padding: 0 30px 0 20px;
/* if using padding only may have to add spaces to last name */text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}
#menuTop a:hover {
	background-color: #A82070;
}
.menuHoriz li {
	float: left;
}
.menuVert {
	position: absolute;
	top: 20px;
	visibility: hidden;  /*javascript makes it visible*/
}
.menuVert li a {
	font-size: 16px; /* smaller font allows for more text*/
	font-weight: bold;
}
#menuOne {
	width: 900px;
}
#menuSubOne {
	left: 82px; /* mannualy selected for alignment*/
}
#menuSubTwo {
	left: 158px
}
#menuSubThree {
	left: 240px
}
#menuSubFour {
	left: 520px
}
#menuSubFive {
	left: 650px
}




#content {
	clear: both;
	background-color: #FFFFFF; /* to override container */
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
#content h5 {
	text-align: center;
}
#cruise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	background-color: #BDB76B;
	width: 100%;
}
.ul {
	text-decoration: underline;
}
#footer {
	color: #000000;
	background-color: #44C9C3;
}
#footer_table {
	margin-right: auto;
	margin-left: auto;
	width: 40%;
	padding-top: 10px;
	text-align: center;
}
#footer_table a {
	color: #000000;
	font-weight: normal;
	font-size: 16px;
}
#footer_table a:hover {
	color: #FEBC34;
}
