@charset "utf-8";
/* CSS Document */

html {height:101%;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 74% Verdana, Arial, Helvetica, sans-serif;}
	
#preload{
	background-image:url(../images/navigation_bg_on.jpg);
	background-image:url(../images/bg_booking.jpg);
	visibility:hidden;}
	
#site-wrapper{
	width:100%;
	height:100%;
	background-image:url(/images/bg_3.jpg);
	background-repeat:repeat-x; }
	
#header-container {
	padding: 0px;
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header-wrapper {
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#header-left {
	float:left;
	width: 650px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;}

	#logo {
		margin-top:10px;
		margin-bottom:8px;
		float:left;
		width:80px;
		height:auto;}
		
	#sitename {
		margin-top:20px;
		float:left;
		width:200px;
		width:auto;}	

	
#header-right {
	float:right;
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
	}
	
	#searchbox {
		margin-top:22px;
		width:199px;
		height:42px;
		overflow:hidden;
		background-image:url(../images/bg_search.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		text-align:left;
		padding:4px;
	}
	
		.search_box {

		float:left;}

		.search_btn{
		float:right;
		padding-top:5px;
		padding-right:10px;}
		

	
	#telephone{
		width:100%;
		height:auto;
		}
		
	#fontresize{
		padding-top:7px;
		width:100%;
		height:auto;
		}

.input {
	margin:0px;
	padding:0px;}

#main-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;

}
#main {
	width: 860px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#leftcolumn {
	float:left;
	width:175px; }
	
#middlecolumn {
	float:left;
	width:385px;
	border-right:1px solid #ccc;
	}

#rightcolumn {
	margin-left:5px;
	float:left;
	width:292px;}
	
	
#middlecolumnnews {
	float:left;
	width:525px;
	border-right:1px solid #ccc;
	}

#rightcolumnnews {
	margin-left:5px;
	float:left;
	text-align:center;
	width:150px;}
	
#extendedcolumn {
	float:left;
	width:685px;
	}
	
#footer-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#footer {
	width: 860px;
	height: 30px;
	line-height:30px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;

}

#footerlogos {
	width: 860px;
	height: 60px;
	line-height:30px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

hr {
  border-top: 1px dotted #ccc;
  height:0px;
  width: 100%;
  margin-top:5px;
  margin-bottom:5px;
}

.clear {
	height:0px;
	width:100%; overflow:hidden; clear:both;}
	
.floatright {
	float:right;
	width:auto;
	height:auto;}
	
.greyborder{
	border:1px solid #ccc;}
	
.imgborder{
	border:1px solid #666;
	padding:1px;}
	
.quicklinks-holder{
	width:100%; height:auto;}
	
.quicklinks-image{
	float:left;
	width:30%;
	height:auto;}
	
.quicklinks-title{
	float:left;
	width:69%;
	height:auto;}
	
.quicklinks-desc{
	float:left;
	width:74%; height:auto;}
	
.underline {
	text-decoration:underline;}
	

