/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	margin:2px;
	padding:0;
	font-family:helvetica;
	font-size:10px;
	line-height:18px;
	color:#333333;
	visibility: visible;
	background-image: url(fading_background_18.png);
	background-repeat: repeat-x;
}

p {
	margin:0 0 9px 10px;
	padding-right: 10px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}



h1 {
	color:#333333;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:21px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2em;
}

h2 {
	width: inherit;
	text-decoration: none;
	color: #0168b3;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1em;
	padding: 0 0 0 10px;
		margin:0 0 19px 0px;
}

h3 {
	width: inherit;
	text-decoration: none;
	color: #333333;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: 0 0 0 0px;
	margin:0 0 7px 0px;
}

h4 {
	font-size:14px;
	font-color: #0033FF;
	font-style: italic;
	line-height: inherit;
}

a:link, a:visited {
	color:#CC6600;
	text-decoration:none;
	font-size: 14px;font-family:Arial, Helvetica, sans-serif;
}

a:hover, a:active {
	color:#FF6600;
	text-decoration:none;font-family:Arial, Helvetica, sans-serif;
}

ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	width:900px;
	background-image: url(images/waterheader.png);
	background-repeat: no-repeat;
	background-position: 70px 112px;
}

/* << ----------------// Header //------------ */
#header {
	width:900px;
	overflow: visible;
	background-image: url(images/twophotos.png);
	background-position: 550px 102px;
	background-repeat: no-repeat;
	height: 380px;
	padding-top: 29px;
	padding-bottom: 19px;
}


/* << ----------------// Horizontal navigation //------------ */

#navigation_ {
	width: 900px;
	position: absolute;
	padding-top: 3px;
	padding-bottom: 25px;
	background-image: url(images/reservationstext.png);
	background-repeat: no-repeat;
	background-position: 40px 5px;
}

#navigation_ ul.navi{
	width: 900px;
	display: block;
		margin-left: 542px;
}

#navigation_ ul.navi li{
	display: block;
	float: left;
	padding-left:33px;
	padding-bottom: 33px;
}

#navigation_ ul.navi li a{
	width: inherit;
	text-decoration: none;
	color: #000000;
font-family: Georgia, serif;
font-size: 20px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: .6em;
	}
#navigation_ ul.navi li a:hover{
	color: #0099FF;
	border-bottom: 11px solid;
	padding-bottom: 3px;
	border-bottom-color: #0099FF;
}


/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	width:650px;
	margin-top: 2px;
	border-right: dashed #CCCCCC 1px;
}

/* << ----------------// right column //------------ */
#columnTwo {
	float:left;
	width:225px;
	margin-top: 2px;
	overflow: visible;
	padding-left: 10px;
}

/* << ----------------// Large One column //------------ */
#columnLarge {
	float:left;
	width:900px;
	margin-top: 2px;
	overflow: visible;
	padding-left: 10px;
}

/* << ----------------// Large Contact column //------------ */
#columnContact {
	float:left;
	width:500px;
	margin-top: 2px;
	overflow: visible;
	padding-left: 10px;
}

#columnContact p {
	margin-left: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	color:#58595B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
}

#columnOneContact {
	float:left;
	width:180px;
	margin-top: 2px;
	border-right: dashed #CCCCCC 1px;
}


/* << ----------------// Footer //------------ */
#footer {
	margin:10px;
	height:inherit;
	font-size:11px;
	color:#cccccc;
	clear:both;
	text-align: right;
	margin-right: 50px;
	border-bottom: 30;
		border-top: solid #CCCCCC 1px;
		padding-top:10px;

}

#footer a:link, #footer a:visited {
color:#999999;
text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#000000;
text-decoration:underline;
}

/* << ----------------// Fix so that the outer DIV will wrap around all floated DIVs within //------------ */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
