@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- SCREEN - THE STYLES FOR THE SCREEN MEDIA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */


/* ***************************************************** */
/* General Styles                                        */
/* ***************************************************** */

/* Body */
html {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #B2C9D1;
}

/* Typo */
p {
	font-size: 0.75em;
	margin-bottom: 5px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 20px;
}
h2 {
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}

/* Tables */
.normalTable {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	right:0px;
	top:50px;
	border:1px solid #666;
}
.normalTable th {
	font-weight: bold;
	text-align: right;
	padding: 5px;
	font-size: 12px;
	width: 150px;
}
.normalTable td {
	padding: 8px;
    font-size:12px;
	text-align: left;
}
.normalTable .alternaterow {
	background-color:#C7B299;
}


.priceTable {
	width: 100%;
	margin-bottom: 5px;
	border:1px solid #666;
}
.priceTable th {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	font-size: 12px;
	width: 150px;
	background-color: #FFF;
	color: #666;
}
.priceTable td {
	padding: 2px;
    font-size:11px;
	text-align: center;
	color: #FFF;
}

/* General Classes */
.bold {
	font-weight: bold;
}

/* ***************************************************** */
/* Container Styles                                      */
/* ***************************************************** */

.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

/* Container Styles */
#header {
	background-image: url(../../graphics/gui/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	padding-top: 65px;
}
#mainContent {
	position:relative;
	background-image: url(../../graphics/gui/bg_maincontent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #D4CEB6;
	padding-top: 20px;
}
#subContent {
	background-image: url(../../graphics/gui/bg_subcontent_fill.gif);
	background-repeat: repeat;
	background-position: left top;
	
}
#subContentTop {
	background-image: url(../../graphics/gui/bg_subcontent.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 40px;
	height: 150px;
}

#subContentBottom {
	background-image:url(../../graphics/gui/bg_subcontent_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: -9999px;
	height: 15px;
}
	
#footer {
}


/* ***************************************************** */
/* Header Styles                                         */
/* ***************************************************** */

/* Logo Styles */
#logo a {
	display: block;
	position: absolute;
	left: 0px;
	top: -50px;
	width: 165px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	z-index: 10;
}

/* Top Nav */
#topNav {
	float: right;
}
#topNav li {
	display: inline;	
}
#topNav li a {
	display: block;
	float: right;
	margin-left: 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 0.80em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topNav li a:hover {
	text-decoration: underline;
	
}

/* Main Nav */
#mainNav {
	
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	display: block;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 115px;
	height: 125px;
}
#mainNav li a:hover {
	background-position: center bottom;
}

/* ***************************************************** */
/* Main Content Styles                                   */
/* ***************************************************** */

#panelMain {
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 30px;
	
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
}
#bodyMedia #panelMain {
	padding-top: 60px;	
}
/* Panels */
.panelLeft {
	float: left;
	width: 630px;
	position: relative;
}
#pageTitle {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	color: #FFF;
	font-size: 1.6em;
	padding: 5px;
	background: rgba(0, 0, 0, 0.60); 
	width: 620px;
	text-align: right;
}

.panelRight {
	float: right;
	width: 230px;
}
#subContent .panelRight {
	width: 485px;
}
#subContent .panelLeft {
	width: 400px;
}

#panelGallery {
	width: 590px;
	padding-left: 10px;
	background-color: #FFF;
	
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
}
#centerContent {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px; 
	padding-bottom: 50px;
	position: relative;
}
#centerContent p {
	text-align: justify;
}
.panelLeftTopImage {
	width: 260px;
	padding: 10px;
	background-color: #FFF;
	
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Stripes */
.stripe {
	height: 25px;
}
.blue {
	background-color: #0080A2;
}
.yellow {
	background-color: #F4B400;
}

/* Side Nav */
#sideNav {
	display: none;
}
#sideNav ul {
}
#sideNav ul li {
	display: inline;
}
#sideNav ul li a {
	display: block;
	float: left;
	width: 150px;
	height: 170px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#sideNav ul li a:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
#btnFacilities a {
	display: block;
	width: 257px;
	height: 73px;
	position: absolute;
	right: -10px;
	bottom: 0px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}
#btnFacilities a:hover {
	background-position: left bottom;
}
/* Compliments */
#btnMap a {
	display: block;
	width: 230px;
	height: 140px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	right: 0px;
	bottom: 70px;
}
#btnMap a:hover {
	background-position: left bottom;
}

#btnVideo a {
	display: block;
	width: 330px;
	height: 190px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}
#btnVideo a:hover {
	background-position: left bottom;
}
#imgPage {
	width: 330px;
	height: 390px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}


#panelBlueCenter {
	background-image: url(../../graphics/gui/bg_panelblue_center.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 15px;
	color: #FFF;
}
#panelBlueTop {
	background-image: url(../../graphics/gui/bg_panelblue_top.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 20px;
}
#panelBlueBottom {
	background-image: url(../../graphics/gui/bg_panelblue_bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 20px;
}

/* ***************************************************** */
/* Footer Styles                                         */
/* ***************************************************** */

#footer {
	position: relative;
}

/* Terms */
#ulTerms {
	width: 280px;
	margin-bottom: 10px;
	height: 20px;
}
#ulTerms li {
	display: inline;
}
#ulTerms li a {
	float: left;
	margin-top: 7px;
	color: #FFF;
	font-size: 0.75em;
	margin-right: 10px;
	text-decoration: none;
}
#ulTerms li a:hover {
	text-decoration: underline;
	
}

/* Social */
#ulSocial {
}
#ulSocial li {
	display: inline;
}
#btnShare {
	height: 22px;
	float: left;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	color: #FFF;
	margin-right: 10px;
}
.btnSocial a {
	display: block;
	margin-top: 7px;
	height: 15px;
	float: left;
	text-indent: -9999px;	
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 10px;	
}
.btnSocial a:hover {
	background-position: center top;	
}




/* Language */
#flags {
	width: 280px;
	height: 30px;
	overflow: hidden;
	padding-top: 5px;
}
#flags li {
	display: inline;
}
#flags a:link, #flags a:visited, #flags a:active {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background-position: center bottom;
	background-repeat: no-repeat;
    text-indent: -9999px;
}
#flags a:hover, #flags a.current:link, #flags a.current:visited {
	background-position: center top;
}

/* DesignGraphic */
#dg {
}
#dg p {
}
#dg a {
}
#dg a:hover {
}


/* ***************************************************** */
/* SubPages Styles                                       */
/* ***************************************************** */



/* ***************************************************** */
/* Script Styles                                         */
/* ***************************************************** */

/* Tooltip  */
.tooltip {
	display:none;
	background: url(../../graphics/script/tooltip/black_arrow.png);
	font-size:11px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
}

/* Overlay  */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:800px;	
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
#secPages {
	width:800px;
	background-color:#FFF;
}
#secPagesInside {
	padding: 10px;
	height: 600px;
	overflow: auto;
}
#mediaPages {
	width:800px;
	background-color:#FFF;
}
#mediaPagesInside {
	padding: 10px;
	height: 600px;
	overflow: auto;
}

.simple_overlay .close {
	background-image:url(../../graphics/script/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.details {
	position:absolute;
	top:15px;
	right:15px;
	width:150px;
}
.details h3 {
	color:#9DD1E7;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.details h4 {
	color:#FFF;
	font-size: 0.8em;
	margin-bottom: 5px;
	font-weight: bold;
}
.details p {
	color:#FFF;
	font-size: 0.75em;
	margin-bottom: 5px;
}
.details a {
	color:#9DD1E7;
	text-decoration: none;
}
/* Sliding Panels */
.panel-overlay {
	text-align: left;
	padding-top: 5px;
}
.panel-overlay span {
	font-size: 1em;
}

#wagmp_map_1 {
	border: solid 1px #000;
	width: 598;
	height: 350px;
	margin-bottom: 20px;
	
}

/* ***************************************************** */
/* Booking Styles                                         */
/* ***************************************************** */

#bodyBooking .panelLeft {
	width: 200px;
}
#bodyBooking .panelRight {
	margin-left: 200px;
}
#bodyBooking #centerContent {
	width: 750px;
	padding-left: 20px;
}