@charset "utf-8";

body {
	font: 16px  Georgia, Palatino Linotype, Book Antiqua, serif;
	background: #65aad4 url(../images/background.png) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #feffa6;
}
#container {
	width: 780px;
	background: #65aad4 url(../images/background.png) repeat-x;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(../images/headerbg.png) repeat-x;
	padding: 0;
	height: 50px;
}
#header h1 {
	background: url(../images/header.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
	display: block;
	height: 50px;
	width: 780px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
}
#navigation ul {
	height: 35px;
	width: 780px;
	background: #59a1cb url(../images/navbg.png) no-repeat;
	padding: 0;
	margin: 0;
    position: relative;
	behavior: url(../iepngfix.htc);
}
#navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
    position: absolute;
	top: 0;
}  
#navigation li, #navigation a {
    height: 35px; 
	display: block;
}  
#navStart {
	left: 0; 
	width: 119px;
}
#navHome {
	left: 120px; 
	width: 74px;
}     
#navHome a:hover {
    background: transparent url(../images/navbg.png) -120px -35px no-repeat;
}      
#navHome a {
    background: transparent url(../images/navbg.png) 120px 35px no-repeat;
} 
#navAccommodation {
	left: 195px; 
	width: 167px;
}      
#navAccommodation a:hover {
    background: transparent url(../images/navbg.png) -195px -35px no-repeat;
}      
#navAccommodation a {
    background: transparent url(../images/navbg.png) 195px 35px no-repeat;
}    
#navOutAndAbout {
	left: 363px; 
	width: 149px;
}     
#navOutAndAbout a:hover {
    background: transparent url(../images/navbg.png) -363px -35px no-repeat;
}      
#navOutAndAbout a {
    background: transparent url(../images/navbg.png) 363px 35px no-repeat;
}   
#navBookings {
	left: 513px; 
	width: 125px;
}      
#navBookings a:hover {
    background: transparent url(../images/navbg.png) -513px -35px no-repeat;
}      
#navBookings a {
    background: transparent url(../images/navbg.png) 513px 35px no-repeat;
} 
#navContact {
	left: 639px; 
	width: 104px;
}      
#navContact a:hover {
    background: transparent url(../images/navbg.png) -639px -35px no-repeat;
}      
#navContact a {
    background: transparent url(../images/navbg.png) 639px 35px no-repeat;
}  
#navEnd {
	left: 744px; 
	width: 42px;
}
#mainContent {
	background: url(../images/contentbg.png) repeat-x top center;
	padding: 30px 50px;
	margin: -21px 0 -14px 0;
}
#footer {
	padding: 0 10px;
	background: transparent url(../images/footerbg.png) repeat-x;
	height: 50px;
	text-align: right;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 15px 40px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}
.floatCenter {
	display:block;
	margin: 0 auto; 
	text-align: center;
}
#container #mainContent table tr th {
	width: 144px;
}
img {
	padding: 0 5px 5px 0;
	border-style: none;
}
form fieldset {
	margin-bottom: 10px;
	border: none;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
}
form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 90px;
}
form fieldset ol {
	margin: 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
.submit {
	margin-left: 150px;
}
#startdate, #enddate  {
	width: 90px;
}
.wrapContainer {
	width:99.5%; 
	float:left;
}
.noList {
	list-style: none;
}
