/* CSS Document */

body {
	margin:0;
	background:#c2c2c2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

body p {
	line-height:16px;
}

#container {
	margin:auto;
	width:945px;
	background:url(../images/bg.jpg);
	padding:0 10px 10px 10px;
}

#navigation {
	float:left;
	background:url(../images/bg-nav.jpg) no-repeat;
	font-weight:bold;
	min-height:681px;
}

*html #navigation {
	height:681px;
}

/* #navigation p {
	margin:11px 0 11px 0;
	line-height:14px;
}

#navigation a:link, #navigation a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	width:180px;
	padding:4px 0px 4px 16px;
}

#navigation a:hover {
	display:block;
	background:#01b5c4;
	color:#ffffff;
	text-decoration:none;
} */

#main {
	margin:0 20px 20px 200px;
	min-height:681px;
}

*html #main {
	height:681px;
}

a:link, a:visited {
	color:#006699;
}

a:hover {
	color:#006699;
	text-decoration:none;
}

h1 {
	font-size:24px;
	margin:10px 0 0 0;
}

h2 {
	font-size:18px;
	color:#589199;
	margin:0 0 -5px 0;
}

h3 {
	font-size:16px;
	color:#589199;
	margin-bottom:8px;
}

h4 {
	font-size:16px;
	color:#589199;
	margin-bottom:0px;
}

ul {
	margin-left:0;
	padding-left:15px;
}

li {
	font-weight:bold;
	padding-bottom:8px;
	color:#00a3b0;
}

li span {
	font-weight:normal;
	color:#333333;
}

table {
	/*border-collapse:collapse;*/
}

#rates th {
	background:#ececec;
	border:1px #01a3b0 solid;
	height:20px;
	padding:5px;
}

#rates td {
	text-align:center;
	border:1px #01a3b0 solid;
	vertical-align:top;
	height:15px;
	padding:5px;
}

#shuttle th {
	background:#ececec;
	border:1px #01a3b0 solid;
	height:20px;
	padding:5px;
}

#shuttle td {
	border:1px #01a3b0 solid;
	vertical-align:top;
	height:15px;
	padding:4px;
}

#reservations {
	width:100%;
}

#reservations td {
	background:#eaeaea;
	padding:5px;
	border-bottom:1px solid #FFFFFF;
}

#directions td {
	padding:5px 10px 5px 0;
}

#contact td {
	padding:0 5px 5px 0;
}

#contact .border {
	border:1px solid #999999;
}

.error {
	color:#CC0000;
	padding-left:10px;
}

.rightcolumn {
	width:205px;
	text-align:center;
	vertical-align:top;
	padding-top:14px;
	font-size:11px;
	color:#666666;
}


.small {
	font-size:11px;
	text-align:center;
}

#footer {
	font-size:11px;
	color:#666666;
	padding:3px 0 15px 0;
}

#footer a:link, #footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

#footer span {
	padding:0 12px 0 12px;
}
