@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
img {
	border: 0px none #fff;
	
}

body {
	background-color: #fff;
	text-align: center;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../layout/hub/body.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 130px;
	text-align: center;
	padding-top: 20px;
}
#header #logo {
	background-image: url(../layout/hub/logo.png);
	height: 109px;
	width: 238px;
	display: block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main {
	position: relative;
	text-align: left;
}
ul {
	width: 960px;
}
ul li {
	float: left;
	list-style-type: none;
}
ul li a {
	display: block;
	width: 192px;
	font-size: 2.4em;
	font-style: italic;
	text-decoration: none;
	line-height: .7em;
}
ul li a span {
	display: block;
	clear: both;
	font-size: 0.5em;
	font-style: normal;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	cursor: pointer;
}
ul li a em {
	font-weight: normal;
	padding-left: 10px;
}
ul li a strong {
	font-weight: normal;
	display: block;
	background-image: url(../layout/hub/arrow.png);
	background-position: 170px center;
	background-repeat: no-repeat;
	width: 182px;
}

ul li#meet a {
	color: #000745;
}
ul li#meet a span {
	background-image: url(../layout/hub/meet.png);
	color: #fff;
}
ul li#escape a {
	color: #002300;
}
ul li#escape a span {
	background-image: url(../layout/hub/escape.png);
	color: #fff;
}
ul li#relax a {
	color: #6F5800;
}
ul li#relax a span {
	background-image: url(../layout/hub/relax.png);
	color: #fff;
}
ul li#enjoy a {
	color: #530000;
}
ul li#enjoy a span {
	background-image: url(../layout/wande/navheader.png);
	color: #fff;
}
ul li#restaurant a {
	color: #530000;
}
ul li#restaurant a span {
	background-image: url(../layout/hub/enjoy.png);
	color: #fff;
}
#images {
	height: 500px;
	width: 960px;
	overflow: hidden;
	position: relative;
	clear: both;
	background-image: url(../pictures/front.jpg);
}
#images #con {
	width: 1000px;
	height: 500px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#images #con div {
	float: left;
	width: 960px;
	overflow: hidden;
	position: absolute;
	height: 500px;
	left: 0px;
	top: -500px;
}
#images #con div img {
	height: 500px;
	width: 960px;
	position: absolute;
}
#text {
	padding-top: 10px;
}
#text .column {
	width: 460px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
p {
	font-size: 1.2em;
	color: #6d6d6d;
	line-height: 1.8em;
}
#trim {
	height: 5px;
}
#trim div {
	background-repeat: repeat-x;
	height: 5px;
	width: 192px;
	float: left;
}
#trim #t_meet {
	background-image: url(../layout/hub/meet.png);
}
#trim #t_escape {
	background-image: url(../layout/hub/escape.png);
}
#trim #t_relax {
	background-image: url(../layout/hub/relax.png);
}
#trim #t_enjoy {
	background-image: url(../layout/wande/navheader.png);
}
#trim #t_restaurant {
	background-image: url(../layout/hub/enjoy.png);
}
#contact_details {
	height: 30px;
	clear: both;
	color: #8d8d8d;
	background-image: url(../layout/headerline2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact_details p {
	float: left;
	margin-right: 25px;
	padding-top: 6px;
	font-size: 1.2em;
}
.column h1 {
	color: #224048;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#legal {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	height: 20px;
}

#prv  {
	color: #224048;
	text-decoration: none;
	background-image: url(../layout/hub/shield.gif);
	display: block;
	float: left;
	margin-left: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
}

#tc  {
	color: #224048;
	text-decoration: none;
	background-image: url(../layout/hub/shield.gif);
	display: block;
	float: left;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 20px;
}
