* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65em;
	font-size: 0.85em;
}
h1 {
	font-size: 2.35em;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 24px;
	line-height: 1.25em;
	letter-spacing: -1px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #57679A;
	padding-bottom: 5px;
	line-height: 1.45em;
	padding-top: 10px;
	letter-spacing: -1px;
}
h3 {
	padding-bottom: 5px;
	font-size: 0.9em;
	line-height: 1.25em;
	color: #455568;
	font-weight: normal;
	padding: 10px 0px 10px 10px;
}
.homeheading {
	font-size: small;
	padding: 65px 0px 1px 20px;
	margin-right: 5px;
	line-height: 18px;
}
.subcontent {
	font-size: small;
	padding: 20px 50px 0px 50px;
	line-height: 18px;
}.subcontent_link {
	color: #455568;
	font-weight: bold;
}.bluetext {
	color: #455568;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}
.bluetext_bold {
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	color: #455568;
}

a {
	font-weight: bold;
	color: #334e6b;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
table {
	font-size: 0.95em;
	margin-bottom: 15px;
}
#page {
	min-width: 780px;
	float: left;
	width: 100%;
	background-color: #FAFAFA;
}
#page #inside {
	margin: 0px;
	padding: 0px;

}
#header {
	float: left;
	height: 80px;
	width: 100%;
	background-color: #E2E2E3;
}
#logo {
	height: 138px;
	width: 204px;
}
#search {
	position:absolute;
	left:880px;
	top:40px;
	height:35px;
	z-index:2;
	width: 300px;
}
#search form {
	height: 35px;
	width: 300px;
}
#search input {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5BC6BD;
	font-size: 1em;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* remember to define focus styles! */
#search :focus {
	outline: 0;
}
#search-container {
	background-image: url(../images/search-container.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 300px;
}
#stage {
	background-color: #E2E2E3;
	height: 253px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	width: 100%;
	float: left;
}
#flash {
	position:absolute;
	left:54px;
	top:60px;
	width:542px;
	height:248px;
	z-index:4;
	background-color: #E2E2E3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sidebar {
	width: 380px;
	float: right;
	margin-bottom: 60px;
}
#sidebar h1 {
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #251B34;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.15em;
	font-size: 1em;
	letter-spacing: 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar a {
	display: block;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #455568;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	list-style-position: inside;
	list-style-image: url(../images/sidebar-list.gif);
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/sidebar-a.png);
	line-height: 1.15em;
	background-repeat: no-repeat;
	background-position: 20px 24px;
	text-indent: 0px;
}
#sidebar a:hover {
	background-color: #3EB3AA;
	color: #FFFFFF;
}
#menu {
	background-color: #455568;
	position:absolute;
	left:55px;
	width:949px;
	z-index:100;
	padding-top: 6px;
	padding-left: 10px;
	top: 335px;
	height: 27px;
}
#content-main {
	padding-left: 54.5px;
	padding-top: 36px;
	padding-right: 50px;
	padding-bottom: 50px;
}
#content-main p {
	padding-bottom: 15px;
	font-size: 0.95em;
	line-height: 1.65em;
}
#content-main ul {
	list-style-position: inside;
	padding-bottom: 20px;
	left: 6em;
	padding-left: 30px;
	line-height: 1.5em;
	font-size: 0.95em;
}
#content-main li {
	padding-bottom: 4px;
	text-indent: -15px;
}
	
#content-sub {
	margin-right: 380px;
	padding-top: 55px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#content-sub p {
	padding-bottom: 15px;
	line-height: 1.65em;
	font-size: 0.95em;
}
#content-sub ul {
	list-style-position: inside;
	padding-bottom: 20px;
	left: 6em;
	padding-left: 30px;
	line-height: 1.5em;
	font-size: 0.95em;
}
#content-sub li {
	padding-bottom: 4px;
	text-indent: -15px;
	list-style-type: square;
}
#directors h1 {
	color: #57679A;
	font-size: 2em;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 140px;
}
#directors img {
	float: left;
	border: 1px solid #A5B2BB;
	padding: 4px;
	margin-right: 35px;
	position: static;
	clear: left;
}
#directors p {
	padding-left: 140px;
}
.directors-links {
	padding-left: 140px;
}
#directory h1 {
	color: #57679A;
	padding-top: 0px;
	padding-bottom: 12px;
	font-size: 1.65em;
	clear: left;
	font-weight: normal;
}
#directory p {
	font-size: 0.95em;
}
#directory img {
	padding-bottom: 20px;
	float: left;
}
#directory-links {
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	height: 30px;
}
#directory-links ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#directory-links li {
	float: left;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#directory-links a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	padding: 0px;
	border: 1px solid #EAEAEA;
	background-color: #EAEAEA;
	background-image: url(../images/directory-links-a.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#directory-links a span {
	display: block;
	height: 23px;
	padding-top: 7px;
	padding-right: 20px;
	padding-left: 20px;
}
#directory-links a:hover {
	color: #251B34;
	text-decoration: none;
}
#links {
	font-size: 1.25em;
	color: #5C7187;
}
#links h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #251B34;
	display: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 1px;
	letter-spacing: 0em;
}
#links ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#links li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
}
#links a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 35px;
	color: #FFFFFF;
	background-color: #3EB3AA;
	font-size: 0.85em;
	margin-bottom: 1px;
	background-image: url(../images/links-a.png);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	text-indent: 0px;
}
#links a:hover {
	background-color: #251B34;
}
#downloads ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#downloads li {
	list-style-image: none;
	list-style-type: none;
	text-indent: 1px;
	margin: 0px;
	padding: 0px;
}
#downloads a {
	display: block;
	margin-bottom: 1px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 35px;
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #3EB3AA;
	font-weight: normal;
	padding-bottom: 12px;
	font-size: 1.1em;
	padding-right: 12px;
}
#downloads a:hover {
	background-color: #251B34;
}
#members {
}
#destination {
}
#destination h1 {
	padding-top: 30px;
	padding-bottom: 45px;
}
#destination-map {
	float: left;
	padding-right: 15px;
}
#destination-photo {
	float: right;
	padding: 4px;
	margin-bottom: 50px;
	margin-left: 50px;
}
#itineraries {
}
#merchandise {
	width: 154px;
	margin-right: 60px;
	clear: left;
}
#merchandise h1 {
	font-weight: normal;
	color: #57679A;
	font-size: 1.75em;
}
#calendar {
	margin-bottom: 30px;
}
#calendar h1 {
	padding-left: 100px;
	font-size: 2em;
	color: #57679A;
	padding-bottom: 5px;
}
#calendar p {
	padding-left: 100px;
}
#calendar-dates {
	width: 80px;
	float: left;
}
#contact form {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin: 0px;
	float: left;
}
#contact form p {
	margin: 0;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#contact label {
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#contact input, select, textarea {
	padding: 6px;
	color: #455568;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#contact input:focus, select:focus, textarea:focus {
	color: #455568;
	background-color: #FFFFFF;
}
#contact #name, #email, #message, #subject, #website {
	width: 420px;
	border: 4px solid #E2F1F6;
	background-color: #F7F7F7;
}
#contact input.button {
	height: 30px;
	color: #F7F7F7;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #455568;
	border: 0px solid #A6B4BC;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
}
#location {
	float: left;
	height: 375px;
	width: 500px;
	position: absolute;
	left: 540px;
	top: 524px;
	border: 4px solid #E2F1F6;
}
#footer {
	padding-top: 24px;
	color: #666E7D;
	background-color: #767D8C;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 96px;
}
#footer a {
	font-weight: bold;
	color: #8F9BA4;
	text-decoration: none;
}
#footer a:hover {
	color: #251B34;
}
#footer span {
	color: #666E7D;
}
#footer span:hover {
	color: #251B34;
}
