html,body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-size:0.625em;
	background-color:#f4f4f4;
}
img {
	border:none;
}
p,div,tr,td,span,a,pre{
}
body,p,div,tr,td,span,a,pre{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
	color:#069;
	margin: 0;
	padding: 0;
	padding-bottom:5px;
	font-weight:bold;
}
h1,h1 a{
	font-size:1.8em;
}
h2,h2 a{
	font-size:1.5em;
}
h3,h3 a{
	font-size:1.25em;
	color:#333;
}
h4,h4 a{
	font-size:1em;
}
p{
	margin: 0px 10px;
	padding:0;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
.align-justify{
	text-align:justify;
}
.align-center{
	text-align:center;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}
.float-clear{
	clear:both;
}
.padding-30{
	padding: 0 30px;
}
.text {
	text-align: justify;
	font-size:1.04em;
}
.text a, .text a:link, .text a:visited,a {
	text-decoration: none;
}
.text a:hover {
	color: #09C;
}
.text-black{
	color:#000000;
}
.text-white{
	color:#ffffff;
}
.text-error{
	color:#900;
}
.text-footer {
	color: #000000;
	font-size:1.2em;
}
.text-footer a, .text-footer a:link, .text-footer a:visited {
	color: #000000;
	text-decoration: none;
}
.text-footer a:hover {
	color: #333333;
}
.formInput{
	margin: 5px 10px;
	border:1px #666666 dashed;
	text-align:right;
	padding:5px;
	color:#666666;
}
.formInput label{
	width: 170px;
	float:left;
}
.formSubmit {
	text-align:right;
}
.searchbox{
	padding: 0px 20px;
}
.infobox{
	border:1px solid #E2C822;
	background-color:#FFF9D7;
	padding:8px;
	font-size:1em;
	color:#000000;
	text-align:center;
}
.errorBox-right{
	padding: 4px 0px 4px 5px;
	background-image:url(../img-other/errorArrow-right.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}
.errorBox-left{
	padding: 4px 5px 4px 0px;
	background-image:url(../img-other/errorArrow-left.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:1000000;
}

#outer {display: table; height: 100%; width:100%; #position: relative; overflow: hidden;}
#middle {#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;}
#inner {#position: relative; #top: -50%; width:1000px;  margin:0 auto;}

#container{
	position:relative;
	width:963px;
	margin: 0 auto;
}
#header{
	height:181px;
	width:963px;
	background-image:url(../img-design/header-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
}
#footer{
	padding: 5px 15px 5px 180px;
}
#content{
	padding:10px 35px 0px 53px;
}
#content-side{
	float:left;
}
#content-main{
	float:right;
}
.content-side-header{
	/* background-image:url(../img-design/content-side-header.gif);*/
	background-position:top;
	background-repeat:no-repeat;
	width:166px;
	height:20px;
}
.content-side-inner{
	/* background-image:url(../img-design/content-side-repeat.gif);*/
	background-position:top;
	background-repeat:repeat-y;
	text-align:center;
	width:166px;
}

.content-side-weather{
	/* background-image:url(../img-design/content-side-repeat.gif);*/
	background-position:top;
	background-repeat:repeat-y;
	text-align:center;
	width:143px;
	margin-left:10px;
	border:1px solid #006db7;
}
.content-side-footer{
	/* background-image:url(../img-design/content-side-footer.gif);*/
	background-position:top;
	background-repeat:no-repeat;
	width:166px;
	height:20px;
}
#content-main-inner{
	padding:5px 10px;
	width:680px;
}
.h2{
	background-image:url(../img-design/nav-button-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	height:16px;
	width:141px;
	text-align:center;
	padding:3px 5px;
	float:left;
}
.h2 a {
	height:16px;
	width:141px;
	display:block;
	color:#FFFFFF;
}
.h2 a:hover{
	color:#FFCC33;
}
#weather-outlook{
	margin-top:10px;
}
.weather-item{
	font-size:1.2em;
}
.textinput{
	border:none;
	background:none;
	background-image:url(../img-design/textinput.png);
	width:176px;
	height:17px;
	margin:0px;
	padding:4px;
	font-weight:bold;	
}
.textarea{
	border:none;
	background:none;
	background-image:url(../img-design/textarea.png);
	width:176px;
	height:70px;
	margin:0px;
	padding:4px;
	font-weight:bold;	
}
.inputbutton{
	border:none;
	background:none;
	background-image:url(../img-design/inputbutton.jpg);
	width:78px;
	height:25px;
	margin:0px;
	padding:2px;
	font-weight:bold;	
}
.bookingtable tr td{
	font-size:13px;
	color:#069;
	font-weight:bold;
}
.bookingtextblue{
	font-size:13px;
	color:#069;
	font-weight:bold;
}
.bookingtext{
	font-size:13px;
	color:#000;
	font-weight:bold;
}
