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

@font-face {
    font-family: 'ITCAvantGardeGothicStdMedium';
    src: url('/skin/fonts/itcavantgardestd-md_0-webfont.eot');
    src: url('/skin/fonts/itcavantgardestd-md_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/skin/fonts/itcavantgardestd-md_0-webfont.woff') format('woff'),
         url('/skin/fonts/itcavantgardestd-md_0-webfont.ttf') format('truetype');
}


body {
	margin: 0;
	background: repeat url(/skin/images/body-bg.png);
}
body, th, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

img {
	border: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	background: #FFFFFF;
	border: 0;
	padding: 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	border: 1px solid #bbbbbb;
}
input.button, a.button:link, a.button:active, a.button:visited {
	display: inline-block;
	width: auto;
	/* BG */
	background: #ffc64a;
	background: -moz-linear-gradient(top, #ffc64a 0%, #ffa925 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc64a), color-stop(100%,#ffa925));
	background: -webkit-linear-gradient(top, #ffc64a 0%, #ffa925 100%);
	background: -o-linear-gradient(top, #ffc64a 0%, #ffa925 100%);
	background: -ms-linear-gradient(top, #ffc64a 0%, #ffa925 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64a', endColorstr='#ffa925', GradientType=0 );
	background: linear-gradient(top, #ffc64a 0%, #ffa925 100%);
	/* Border */
	border: 1px solid #da9220;
	/* Shadow */
	-moz-box-shadow: inset 0 0 1px #ffe06e;
	-webkit-box-shadow: inset 0 0 1px #ffe06e;
	box-shadow: inner 0 0 1px #ffe06e;
	padding: 3px 15px;
	list-style: none;
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #67490e;
	text-shadow: 1px 1px 0 #ffd944;
}
input.button:hover, a.button:hover {
	background: #ffc64a;
	text-decoration: none;
	cursor: pointer;
}
input.button.alt, a.button.alt:link, a.button.alt:active, a.button.alt:visited, a.more:link, a.more:active, a.more:visited {
	background: #909090;
	background: -moz-linear-gradient(top, #909090 0%, #5b5b5b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#5b5b5b));
	background: -webkit-linear-gradient(top, #909090 0%,#5b5b5b 100%);
	background: -o-linear-gradient(top, #909090 0%,#5b5b5b 100%);
	background: -ms-linear-gradient(top, #909090 0%,#5b5b5b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#909090', endColorstr='#5b5b5b',GradientType=0 );
	background: linear-gradient(top, #909090 0%,#5b5b5b 100%);
	border: 0;
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 2px 10px;
}
input.button.alt:hover, a.button.alt:hover, a.more:hover {
	background: #F79B0C;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 0;
	font-weight: normal;
	line-height: 28px;
}
h2 {
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #007ac8;
	margin: 18px 0;
	font-weight: normal;
}
h2 a:link, h2 a:active, h2 a:visited {
	color: #007ac8;
}
h3 {
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 16px 0 10px 0;
	line-height: normal;
	font-weight: normal;
}
h3 a:link, h3 a:active, h3 a:visited {
	color: #06437e;
}
h4 {
}
p {
	margin-top: 5px;
}

a:link, a:active, a:visited {
	color: #007ac8;
	text-decoration: underline;
}
a:hover {
	color: #007ac8;
	text-decoration: none;
}
/* Less obvious content links */
a.link:link, a.link:active, a.link:visited {
	color: #333333;
	text-decoration: none;
	cursor: text;
}
a.link:hover {
	color: #333333;
	text-decoration: none;
}


blockquote {
	background: top left no-repeat url(/skin/images/icon-blockquote.png);
	margin: 10px 0 0 0;
	padding: 10px 0 20px 55px;
	border-bottom: 2px solid #d6d6d6;
}
blockquote p {
}
blockquote .highlight {
	color: #ffb42e;
}
blockquote .details {
	font-size: 11px;
	color: #999999;
}

.notification {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-notification.png);
	border: 2px solid #6DC361;
	color: #6b6b6b;
}
.warning {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-warning.png);
	border: 2px solid #bcbcbc;
	color: #6b6b6b;
}
.error {
	margin: 10px 0;
	padding: 5px 20px 5px 30px;
	background: #f4f4f4 7px 7px no-repeat url(/skin/images/icon-error.png);
	border: 2px solid #EA6B58;
	color: #6b6b6b;
}
.alert {
	margin: 10px 0;
	padding: 5px 10px;
	background: #f4f4f4;
	border: 2px solid #bcbcbc;
	color: #6b6b6b;
}


/* FLOAT CLEARING */
.clearleft {
	clear: left;
	overflow: hidden;
	height: 0;
}
.clearright {
	clear: right;
	overflow: hidden;
	height: 0;
}
.clearboth {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* Divider */
.div {
	overflow: hidden;
	height: 0;
	border-bottom: 2px solid #d6d6d6;
}

/* Container with fade */
#container-outer-bg {
}
/* Container with additional bg image if necessary */
#container-outer {
	margin-top: 121px;
}
/* Container */
#container, .container {
	width: 998px;
	margin: 0 auto;
}

/* Header */
#header {
	position: absolute;
	top: 0;
	width: 100%;
	background: top repeat-x url(/skin/images/header-bg.png);
	padding-top: 4px;
}
#header .container {
	width: 960px;
}
#header .left {
	float: left;
	width: 189px;
	background: top left no-repeat url(/skin/images/logo-bg.png);
	padding: 0 9px 9px 9px;
}
#header .right {
	float: right;
	width: 750px;
}
#header .phone {
	float: left;
	width: 230px;
	padding-top: 7px;
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#header .phone em {
	font-size: 18px;
	color: #333333;
	font-style: normal;
}
/* Panel - Social Media */
.socialmedia {
	float: left;
	width: 475px;
	height: 22px;
	text-align: right;
	margin: 0;
	padding: 5px 25px 2px 0;
	line-height: normal;
}
.socialmedia img {
	display: inline-block;
	margin-right: 4px;
}
/* Social Media Widgets */
.socialwidgets {
	margin: 15px 0;
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}
/* Social media badges & boxes */
.socialbadges {
	margin: 15px 0;
}
.socialbadges div {
	background: #FFFFFF;
}

/* Feature image */
.featureimage {
	width: 100%;
	height: 407px;
	margin-top: 73px;
	text-align: center;
}
.noimage {
	width: 100%;
	background: 0 50px repeat-x url(/skin/images/booking-bg.png);
	height: 150px;
}

/* Main Menu */
#menu {
	clear: left;
	font-family: 'ITCAvantGardeGothicStdMedium', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
}
#menu ul {
	float: left;
	margin: 0;
	padding: 7px 0 0 0;
	display: inline;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a:visited, #menu a:active, #menu a:link {
	display: block;
	padding: 4px 10px 11px 10px;
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #007ac8;
}
#menu a.parent {
	background: right 8px no-repeat url(/skin/images/menu-parent.png);
	padding: 4px 16px 11px 10px;
}
/* Sub menu */
#menu li ul {
	display: none;
	width: 200px;
	height: auto;
	border: 0;
	position: absolute;
	padding: 2px 0;
	margin: -1px 0 0 0;
	background-color: #989898;
	z-index: 999;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
}
#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
	color: #007ac8;
	/*background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);*/
}
#menu li.active a.parent {
	background: right 8px no-repeat url(/skin/images/menu-parent-active.png);
}
#menu li:hover a:link, #menu li:hover a:active, #menu li:hover a:visited, #menu li:hover a:hover,
#menu li.sfhover a:link, #menu li.sfhover a:active, #menu li.sfhover a:visited, #menu li.sfhover a:hover {
	color: #FFFFFF;
	background-color: #989898;
	/*background: #0b6ca5 top repeat-x url(/skin/images/menu-bg-hover.gif);*/
}
#menu li:hover a.parent:link, #menu li:hover a.parent:active, #menu li:hover a.parent:visited, #menu li:hover a.parent:hover,
#menu li.sfhover a.parent:link, #menu li.sfhover a.parent:active, #menu li.sfhover a.parent:visited, #menu li.sfhover a.parent:hover {
	background: #989898 right 8px no-repeat url(/skin/images/menu-parent.png);
}
#menu li li {
	padding: 0;
	margin: 0;
	float: none;
	height: auto;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
	letter-spacing: normal;	
}
#menu li ul a:link, #menu li ul a:active, #menu li ul a:visited {
	padding: 3px 10px;
	margin: 0;
}
#menu li:hover ul a:link, #menu li:hover ul a:active, #menu li:hover ul a:visited, #menu li.sfhover ul a:link, #menu li.sfhover ul a:active, #menu li.sfhover ul a:visited {
}
#menu li ul a:hover, #menu li:hover ul a:hover, #menu li.sfhover ul a:hover {
	color: #6f6f6f;
}
/* Alternate menu option */
#menu li.alt {
	background: #007ac8;
}
#menu li.alt a {
	color: #FFFFFF;
}
#menu li.alt:hover a:link, #menu li.alt:hover a:active, #menu li.alt:hover a:visited, #menu li.alt:hover a:hover {
	background: none;
	color: #ffc344;
}

/* Booking Panel */
#booking {
	position: absolute;
	width: 100%;
	margin-top: -45px;
	background: bottom repeat-x url(/skin/images/booking-bg.png);
	/*-moz-box-shadow: inset 0 -10px 10px #c4c4c4;
	-webkit-box-shadow: inset 0 -10px 10px #c4c4c4;
	box-shadow: inset 0 -10px 10px #c4c4c4;*/
	font-size: 12px;
}
#booking p, #booking td {
	font-size: 12px;
}
#booking .container {
	background: top center no-repeat url(/skin/images/booking-container-bg.png);
	width: 918px;
	height: 166px;
	padding: 0 40px
}
#booking h3 {
	text-transform: uppercase;
	font-size: 24px;
}
/* Panel - Book Online */
.bookonline {
	float: left;
	width: 440px;
	line-height: 36px;
	padding-top: 30px;
}
.bookonline h3 {
	color: #007ac8;
	padding: 0 0 0 172px;
	margin: 0 0 10px 0;
}
.bookonline strong {
	display: inline-block;
	padding-right: 5px;
	text-align: right;
}
.bookonline input {
	width: 110px;
}
.bookonline div.button {
	margin-left: 105px;
}

/* Panel - Special Offers */
.special {
	float: right;
	width: 440px;
	line-height: 16px;
	padding-top: 27px;
}
.special h3 {
	color: #4f3206;
	margin: 0;
}
.special .image {
	float: left;
	width: 175px;
	border: 3px solid #FFFFFF;
	-moz-box-shadow: 0 0 5px 2px #b06e09;
	-webkit-box-shadow: 0 0 5px 2px #b06e09;
	box-shadow: 0 0 5px 2px #b06e09;
}
.special .text {
	float: right;
	width: 240px;
	color: #FFFFFF;
	padding-top: 25px;
}
.special .text p {
	color: #FFFFFF;
	line-height: 16px;
}
.special a {
	color: #FFFFFF;
}


/* Content */
#content {
	background: top center no-repeat url(/skin/images/content-bg.png);
	padding: 18px 29px 0 29px;
}
#content .left {
	float: left;
	width: 580px;
	background: #FFFFFF;
	padding: 10px 20px;
	-moz-box-shadow: 0 0 10px #d1d0cd;
	-webkit-box-shadow: 0 0 10px #d1d0cd;
	box-shadow: 0 0 10px #d1d0cd;
	min-height: 350px;
  height: auto !important;
  height: 350px;
}
#content .right {
	float: right;
	width: 300px;
}
#content .content {
	width: 900px;
	background: #FFFFFF;
	padding: 10px 20px;
	-moz-box-shadow: 0 0 10px #d1d0cd;
	-webkit-box-shadow: 0 0 10px #d1d0cd;
	box-shadow: 0 0 10px #d1d0cd;
	min-height: 350px;
  height: auto !important;
  height: 350px;
}
.side {
}
.side p {
	margin: 0 0 15px 0;
}

/* Highlight - used for highlighting keywords in search results */
em.highlight {
	padding: 2px 5px;
	background-color: #E5A31A;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 15px;
	color: #999999;
}
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #999999;
	text-decoration: underline;
}


/* PANEL */
.panel {
	background: #FFFFFF;
	border: 4px solid #e4e4e4;
	margin: 0 0 15px 0;
	padding: 10px 8px;
	font-size: 12px;
}
.panel h3 {
	font-size: 18px;
	color: #000000;
	text-transform: uppercase;
	line-height: 18px;
	margin: 0;
	padding-bottom: 11px;
	border-bottom: 1px solid #e5e5e5;
}
.panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.panel li {
	line-height: normal;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.panel em {
	font-style: normal;
	font-size: 11px;
	 color: #7B7B7B;
}
.panel a:link, .panel a:active, .panel a:visited {
	text-decoration: none;
}
.panel a:hover {
	text-decoration: underline;
}
.panel input, .panel select {
	width: 170px;
}
.panel .summary {
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0;
}
.panel div.button, .panel .archive-more {
	margin-top: 8px;
	text-align: center;
	padding: 0;
	border: 0;
}
.panel input.button {
	width: auto;
}
.panel a.button, .panel a.more {
	text-decoration: none;
}

/* Panel - Search */
.panel.search {
	float: right;
	width: 260px;
	height: 70px;
	background: #f0efeb;
	line-height: 36px;
}
.right .panel.search {
	float: none;
	width: auto;
}
.panel.search h3 {
	color: #717171;
	padding: 0;
	border: 0;
}
.panel.search input.clicknclear {
	border: 0;
	font-style: italic;
	color: #7f7f7f;
}

/* Panel - Newsletter Subscription */
.panel.newsletter {
	float: left;
	width: 260px;
	height: 70px;
	/* BG */
	background: #0077c6;
	background: -moz-linear-gradient(top, #008cd1 0%, #0065ba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cd1), color-stop(100%,#0065ba));
	background: -webkit-linear-gradient(top, #008cd1 0%,#0065ba 100%);
	background: -o-linear-gradient(top, #008cd1 0%,#0065ba 100%);
	background: -ms-linear-gradient(top, #008cd1 0%,#0065ba 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd1', endColorstr='#0065ba',GradientType=0 );
	background: linear-gradient(top, #008cd1 0%,#0065ba 100%);
	border-color: #0063b8;
	line-height: normal;
	font-size: 11px;
}
.right .panel.newsletter {
	float: none;
	width: auto;
}
.panel.newsletter h3 {
	color: #FFFFFF;
	border: 0;
}
.panel.newsletter input.clicknclear {
	width: 140px;
	border: 0;
	margin-right: 5px;
	font-style: italic;
	color: #7f7f7f;
}
.panel.newsletter a {
	color: #d4d7dc;
}

/* Panel - FAQ */
.panel.faqs {
}

/* Panel - Blog */
.panel.blog {
}

/* Subscribe icon list style */
ul.subscribe {
	margin: 0;
}
ul.subscribe li {
	background: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 14px;
}
ul.subscribe a:link, ul.subscribe a:active, ul.subscribe a:visited {
	display: block;
	padding: 9px 0 9px 40px;
	color: #3e3e3e;
	text-decoration: none;
}
ul.subscribe a:hover {
	color: #3e3e3e;
	text-decoration: underline;
}
ul.subscribe a.rss {
	background: left no-repeat url(/skin/images/icon-rss.gif);
}


/* Archive list style */
ul.archive {
	margin: 0;
}
ul.archive li {
	margin: 5px 0 0 0;
}


/* Panel - Contact */
.panel.contact {	
	width: 179px;
	background: top center no-repeat url(/skin/images/panel-contact.gif);
	padding: 25px 20px 10px 20px;
	line-height: 18px;
}
.panel.contact p {
	margin: 0;
}
.panel.contact ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.panel.contact li {
	margin: 0;
	padding-left: 25px;
}
.panel.contact .phone {
	background: left no-repeat url(/skin/images/icon-phone.gif);
}
.panel.contact .fax {
	background: left no-repeat url(/skin/images/icon-fax.gif);
}
.panel.contact .email {
	background: left no-repeat url(/skin/images/icon-email.gif);
}



/* FORM - Standard forms, eg. Enquiry */
.form {
	margin: 15px auto;
}
.form th {
	background-color: #EFEFEF;
	border-bottom: 2px solid #ffffff;
	width: 140px;
	padding: 5px 10px 5px 5px;
	text-align: left;
	font-weight: normal;
}
.form td {
	width: 377px;
	padding: 5px 30px 5px 5px;
	color: #999999;
	border-bottom: 2px solid #EFEFEF;
}
.form td em {
	font-size: 11px;
	font-style: normal;
}
.form td.required {
	background: 390px 7px no-repeat url(/skin/images/icon-required.png);
}
.form em.required {
	float: right;
}
.form input, .form textarea {
	width: 365px;
	font-size: 14px;
	padding: 5px;
}
.form input.short {
	width: 165px;
}
.form input.button {
	width: auto;
	font-size: 12px;
	padding: 3px 15px;
}
.form table {
	margin: 0;
}
.form table td {
	width: auto;
	padding: 0 5px;
	border: 0;
}

/* CAPTCHA - if it's enabled in settings */
.form .captcha {
	width: 70px;
	margin-left: 10px;
}
.form .captcha-message {
	display: block;
	line-height: normal;
	padding-top: 5px;
}


/* Rooms Listing */
.rooms {
	width: 100%;
	border-top: 2px solid #d6d6d6;
}
.rooms td {
	padding: 0 0 20px 0;
	line-height: 16px;
	vertical-align: top;
	border-bottom: 2px solid #d6d6d6;
}
.rooms .image {
	float: left;
	background: #EAEAEA;
	margin: 20px 15px 0 0;
	padding: 4px;
}
.rooms h2 {
	margin-top: 24px;
}
.rooms img {
	display: block;
}


/* News / Blog Article image*/
.article-image {
	float: right;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	background: bottom right no-repeat url(/skin/images/photo-bg.gif);
}
.article-image img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
}


/* Entry in a listing - used on Blog and FAQ */
.list {
	border-bottom: 2px solid #d6d6d6;
}
.list .entry {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 2px solid #d6d6d6;
}
.entry .image {
	float: left;
	margin: 0 20px 0 0;
	background: #EAEAEA;
	padding: 4px;
}
.entry .summary {
}
.entry .text {
}
.entry h2, .entry h2 a:link, .entry h2 a:active, .entry h2 a:visited {
	margin: 0;
	text-decoration: none;
}
.entry h2 a:hover {
	text-decoration: underline;
}
.entry .details {
	margin: 5px 0;
	font-size: 12px;
}
.comment {
	background: 0px 10px no-repeat url(/skin/images/icon-profile.gif);
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	line-height: 16px;
	min-height: 48px;
  height: auto !important;
  height: 48px;
}

/* Photo Gallery / Album Panel */
.gallery {
	width: auto;
	margin: 10px 0 0 0;
}
.gallery td, .rooms td td {
	background: #EAEAEA;
	width: 164px;
	border: 4px solid #FFFFFF;
	border-left: 0;
	border-right: 9px solid #FFFFFF;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}
.gallery td.none, .rooms td td.none {
	background: none;
}
.gallery .gallery-image {
	position: relative;
}
.gallery strong {
	position: absolute;
	bottom: 0;
	display: block;
	width: 154px;
	background: repeat url(/skin/images/black-trans-70.png);
	margin: 5px 0 0 0;
	padding: 2px 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.gallery a {
	color: #FFFFFF;
	text-decoration: none;
}


/* Paging */
.paging {
	background-color: #EFEFEF;
	margin: 10px 0;
	padding: 2px 10px;
	text-align: right;
	font-size: 11px;
}
.paging a:link, .paging a:active, .paging a:visited {
	padding: 2px 6px;
	color: #808080;
	text-decoration: none;
}
.paging a:hover, .paging em {
	background-color: #FFFFFF;
	padding: 2px 6px;
	color: #000000;
	font-style: normal;
}
.paging .options {
	margin: 0 40px;
}
.paging .result-count {
}

.smalltext {
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}


/* Tariffs Table */
.tariffs-table {
	border-collapse: collapse;
	margin: 10px 0;
}
.tariffs-table th {
	padding: 3px 6px;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
.tariffs-table td {
	padding: 3px;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	border: 1px solid #FFFFFF;
}


/* Members Area */
#menu-members {
	background: #0061AB;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	line-height: normal;
	border: 4px solid #0D80CA;
}
#menu-members h3 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
#menu-members ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3997de;
}
#menu-members li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3997de;
}
#menu-members a {
	display: block;
	padding: 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu-members a:hover {
	background: #3997de;
}


/* Footer - full width */
#footer {
	background: #004fa7 top repeat-x url(/skin/images/footer-bg.png);
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
	line-height: 18px;
	text-align: center;
}
#footer .container {
	width: 940px;
	margin: 0 auto;
}
#footer em {
	padding: 0 3px;
	color: #5fbbeb;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #ffa721;
	text-decoration: none;
}
#footer .linksmenu {
	padding: 11px 0;
}
#footer .tags {
	padding: 11px 0 0 0;
	color: #5fbbeb;
}
#footer .tags a {
	color: #5fbbeb;
}
#footer .tag {
	padding: 5px 60px 5px 0;
	background: right no-repeat url(/skin/images/etourism-white.png);
}

.vcard {
	padding: 5px;
}


/* Fancybox - lightbox, keep arrows on */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
} 
#fancybox-title{ text-align: center; font-size: 14px; }


/* Datepicker - colour changes */
.datepicker_control {
	background: #004FA7;
}

/* Wraps around the heading, content and map */
.map-wrapper {
	background: #FFFFFF;
	margin: 15px 0;
	padding: 5px 20px 20px 20px;
	-moz-box-shadow: 0 0 10px #d1d0cd;
	-webkit-box-shadow: 0 0 10px #d1d0cd;
	box-shadow: 0 0 10px #d1d0cd;
}

/* Where the Google Map is inserted */
.map-container {
	width: 100%;
	height: 500px;
}

/* The overlay popup window (which should be display: none by default) */
.map-info {
	display: none;
}

.map-info-window {
	width: 300px;
	min-height: 70px;
	font-size: 12px;
}
