body {
	margin: 0;
	padding: 0;
	background-color: #fff;
        color: #808080;
	font: 70%/1.6 Arial, Verdana, sans-serif;
}

/* General type */

h1 {
	font-family: Georgia, Arial, sans-serif;
	font-size: 2.0em;
        color: #000000;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 3px;
}


h2 {
	font-size: 1.3em;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: -10px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
        color: #00192d;
}

a  {
	color: #cc6f33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 905px;
	margin: 0 auto;
}

#main-image {
	clear: both;
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
	color: #b3b3b3;
}

#footer p {
	margin-right: 10px;
}

#footer a {
	color: #b3b3b3;
	text-decoration: none;
}

#footer a:hover {
	color: #cc6f33;
	text-decoration: underline;
}

table.availability2 { width: 99%; }
table.availability2 td {  text-align: center; width: 23px; font-weight: bold; color: #000; }
table.availability2 td.booked { background-color: #009999; }

/* Top Menu Styling */

#top-menu {
	clear: both;
	height: 17px;
	margin: 0 auto;
	margin-top: 5px;
	padding-left: 10px;
	margin-bottom: 6px;
	font-size: 1.1em;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
	background: #fff url(/images/menu.gif) no-repeat top left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 17px;
}

#nav a {
	display: block;
	color: #00192d;
	text-decoration: none;
}

#nav a:hover {
	color: #cc6f33;
	text-decoration: none;
}

#current a{
	color: #ab401a;
}

#nav li { /* all list items */
	float: left;
	margin-right: 35px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:transparent url(/images/blue-opaque.png); 
	width: 120px;
	padding: 4px;
	margin-left: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

* html #nav li ul {background:transparent url(/images/opaque.gif);}


#nav li ul li {
	width: 120px;
	margin-top: 3px;
	margin-bottom: px;
}

#nav li ul li a {
	color: #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* CWS Styling */

.cws-content {
	width: 651px;
}

.cws-content table img {
	margin-bottom: 10px;
}

.cws-sidebar {
	width: 240px;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	min-height: 300px;
}

.cws-sidebar p {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 1.2em;
	color: #808080;
}

.cws-news p {
	font-size: 1.7em;
	font-weight: regular;
	line-height: 1.2em;
}

.cws-sidebar a  {
	color: #cc6f33;
	font-size: 0.9em;
	text-decoration: none;
}

.cws-sidebar a:hover {
	text-decoration: underline;
}

.cws-sidebar h2 {
	clear: both;
	background-color: #000;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 6px;
	padding: 3px 3px 3px 10px;
}

.cws-content-col1 {
	width: 300px;
	float: left;
	margin-right: 30px;
}

.cws-content-col2 {
	width: 300px;
	float: left;
}

.cws-sidebar img {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}

.tariff-col1 {
	float: left;
	width: 420px;
	margin-right: 20px;
}

.tariff-col2 {
	float: left;
	width: 420px;
}

.tariff-clear {
	clear: both;
}

#gallery {
	margin-top: 10px;
}

#gallery img {
	border: 0;
	margin-right: 28px;
	margin-bottom: 28px;
}

/* Form                             *
 ***********************************************/ 

form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 15%;
clear: left;
padding-top:  0.3em;
text-align: left;
}

form dd
{
margin-bottom: 0.9em;
padding-left:  8.2em;
}

