/* Common styles and elements */

html, * { margin: 0; padding: 0; }

body {
	background: #383838 url(/images/body-bg.gif) top left repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#wrapper {
	background: url(/images/body-wrapper-bg.jpg) 814px 0px no-repeat;
	width: 100%;
}

#inner-wrapper {
	width: 985px;
}

img { border: 0; display: block; }
.col { float: left; }

a {
	color: #b00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.self-clear:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.float-left { float: left; }
/* Site structural elements */

/*---  HEADER/LEFT SIDEBAR ELEMENTS ----*/

#header {
	width: 164px;
	background: #fff;
}

#header .logo {
	display: block;
	margin: 35px 0 30px 0;
}

#header .logo img {
	margin: 0 auto;
}

#navigation, #navigation li,
#header .awards, #header .awards li {
	list-style-type: none;
}

#navigation {
	margin: 0 0 35px 0;
}

#navigation li {
	position: relative;
	width: 100%;
}

#navigation li a {
	display: block;
	padding: 1px 0 1px 20px;
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
	height: 1%;
}

#navigation li a span {
	padding: 5px 0;
	display: block;
	/*-- border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; --*/
}

#navigation li a:hover {
	background: #efeae5 url(/images/navitem-arrow.gif) 5px 8px no-repeat;
}

#navigation li.selected a {
	color: #b00;
	background-color: #d1c5b8;
}

#navigation li.selected a span {
	/*-- border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9; --*/
	padding:6px 0;
}

	#navigation li.selected a:hover {
		background-image: none;
	}

#header .awards li {
	margin-bottom: 18px;
}

#header .awards li img {
	margin: 0 auto;
}

/*---  MAIN CONTENT ELEMENTS ----*/
#main {
	width: 600px;
	padding: 30px 25px;
}

#main h1 {
	font-weight: normal;
	font-size: 1.4em;
	color: #333;
	margin-bottom: 30px;
}

	.facilities #main h1 {
		margin-bottom: 15px;
	}

#main h1 strong {
	display: block;
	color: #000;
	/*-- letter-spacing: 1px; --*/
	font-size: 1.6em;
	font-weight: normal;
}

#main h1 strong span {
	color: #b00000;
}

#main h2 {
	border-bottom: 1px solid #999389;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.4em;
	clear: left;
}

#main .inline-header {
	margin-bottom: 30px;
}

#main .inline-header p, #main .inline-header h1 {
	display: inline;
	font-size: 2.2em;
}

#main .inline-header h1{
	color: #b00000;
	margin-left: 5px;
}

	.facilities #main h2 {
		margin-top: 25px;
	}

#main h2.accomodation {
	border-bottom: none;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
}

#main h2.accomodation strong {
	color: #b00;
	font-size: 1.4em;
}

#main .content {
	margin-top: 10px;
}

	#ie6 #main .content {
		zoom: 1;
	}

#main .content p {
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 12px 0;
}

#main .content p.bigger {
	font-size: 1.4em;
	line-height: 1.6em;
}

#main .content .wide-col {
	width: 345px;
	margin-right: 25px;
}

#main .content .narrow-col {
	width: 230px;
}

#main .content .semi-wide-col {
	width: 315px;
	margin-right: 24px;
}

#main .content .semi-narrow-col {
	width: 261px;
}

#main .content .grid3-wide-col {
	width: 375px;
	margin-right: 25px;
}

#main .content .grid3-narrow-col {
	width: 200px;
}

#main dl { font-size: 1.3em; margin-bottom: 20px; }
#main dd { margin-bottom: 13px; }

#main .content #level-photos p {
	font-size: 1.1em;
	display: none;
}

#main .content #level-photos p span.link {
	color: #b00;
	cursor: pointer;
	cursor: hand;
}

#main .content #level-photos p span.link:hover {
	text-decoration: underline;
}

#main .content .floor {
	margin-bottom: 10px;
}

/*---  HOMEPAGE SPECIFIC ELEMENTS ----*/
#main .content .address-panel {
	background: #dfdad1;
	border: 1px solid #ada69b;
	margin-top: 15px;
	padding: 15px;
}

	#ie6 #main .content .address-panel {
		zoom: 1;
	}

#main .content .address-panel p {
	line-height: 1.3em;
	font-size: 1.4em;
	margin: 0 0 15px 0;
	font-style: normal;
}

#main .content .logos,
#main .content .logos li {
	list-style-type: none;
}

#main .content .logos {
	border-top: 1px solid #999389;
	clear: left;
}

#main .content .logos li {
	float: left;
	margin: 15px 0 0 0;
}

	#main .content .margin-top {
		position: relative;
		top: 20px;
	}

#main .content .article-image {
	float: left;
	margin: 0 20px 10px 0;
}

#main .content .article-image h3 {
	font-size: 1.2em;
	margin-top: 3px;
	font-style: italic;
	font-weight: normal;
}

#main .content a.right {
	float: right;
	margin: 5px 0 0 20px;
}

/*--- RHS PICTURE STRIP ---*/
#main .picture-strip img {
	margin-bottom: 15px;
}

/*---  RHS Sidebar ----*/
.sidebar { width: 170px; }

.sidebar .info-panel {
	background: #b7ae9f;
	border-top: 1px solid #000;
	padding: 0 0 13px 0;
}

.sidebar .info-panel h3 {
	color: #b00;
	margin: 12px;
	font-size: 1.4em;
	font-weight: normal;
}

.sidebar .info-panel p {
	font-size: 1.15em;
	margin: 12px;
}

/*---  BOOKING FORM ----*/
#booking-form {
	background: #a09684;
}

#booking-form .Option4Form {
	padding: 10px 10px 0 10px;
}

#booking-form .Option4Header {
	background: #b00;
	text-align: left;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 10px;
}

#booking-form .Option3Footer {
	color: #fff;
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

#booking-form table.Option4Text {
	font-family: Arial, Helvetica, sans-serif;

}

#booking-form .Option4Text td {
	text-align: left;
	height: 20px;
	padding-bottom: 4px;
}

#booking-form .Option4Text td input.cal-TextBox { 
	float: left;	
	border: 0px;  
	padding: 3px 0 3px 3px;
	font-size: 11px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
}

#booking-form select.Option4Text {
	padding: 1px;
	width: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

#booking-form .Option4Text td a.so-BtnLink { 
	display: block; 
	float: left; 
	height: 20px;
	position: relative;
	margin-left: 3px;
	cursor: pointer;
	cursor: hand;
}

#booking-form .Option4Text td a.so-BtnLink img { 
	position: absolute;
	left: 0px;
	top: 0px;
}

#booking-form td input[type="image"]  {
	margin-top: 10px;
}

#spiffycalendar {
	left: 741px !important;
}

#spiffycalendar img {
	display: inline;
	position: relative;
	top: 5px;
}

#spiffycalendar select {
	background: #fff;
	color: #000;
	border: 0px;
	padding: 1px;
	width: 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*---  ACCOMODATION SUBNAVIGATION ----*/
#accomodation-subnavigation ul, #accomodation-subnavigation ul li {
	list-style-type: none;
}

#accomodation-subnavigation ul li {
	padding: 10px 10px 10px 15px;
	width: 145px;
	border-top: 1px solid #000;
	background: #a09684 url(/images/subnavitem-arrow.gif) 4px 15px no-repeat;
	color: #333333;
	font-size: 1.2em;
}

#accomodation-subnavigation ul li.hover {
	background: #b7ae9f url(/images/subnavitem-arrow.gif) 4px 15px no-repeat;
}

#accomodation-subnavigation ul li.selected {
	background: #cec6b9;
}

#accomodation-subnavigation ul li h3 { 
	margin-bottom: 8px;
	font-size: 1.3em;
	font-weight: normal;
}

#accomodation-subnavigation ul li h3 a {
	color: #000;
}

#accomodation-subnavigation ul li h3 a:hover {
	text-decoration: none;
}

#accomodation-subnavigation ul li.selected h3 a {
	color: #b00;
	background: none;
	padding-left: 0px;
}

.buttons {
	border-top: 1px solid #a09684;
	margin-top: 10px;
	padding-top: 20px;
}

.buttons .enquiry {
	display: block;
	width: 162px;
	height: 39px;
	text-indent: -9999px;
	background: url(/images/button-enquiry.gif) top left no-repeat;
	overflow: hidden;
}

.buttons .enquiry:hover {
	background: url(/images/button-enquiry.gif) bottom left no-repeat;
}

/*---  ACCOMODATION PAGE ----*/
.accomodation-hero {
	margin-bottom: 25px;
}

.features-list {
	width: 100%;
}

.features-list, .features-list li {
	list-style-type: none;
}

.features-list li {
	font-size: 1.3em;
	float: left;
	width: 175px;
	background: url(/images/bullet-square.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-bottom: 8px;
}

#main .content p span.condition {
	color: #5c5a57;
}

/*---  FORMS ----*/
.form-wrapper {
	background: #dfdad1;
	border: 1px solid #b0a99d;
	padding: 20px;
	zoom: 1;
	margin-top: 20px;
}

.form-field {
	display: block;
	float: left;
	width: 279px;
	margin-bottom: 10px;
}

#main .content .error {
	margin-bottom: 10px;
	font-weight: bold;
	background: #b00;
	color: #fff;
	padding: 5px;
}

#main .content .error p {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.full-width {
	width: 558px;
}

.form-field label {
	display: block;
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #333;
}

#main .content .form-field .error {
	margin-bottom: 0px;
	width: 265px;
	background: #b00;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
}

	#main .content .margin-right .error {
		width: 247px;
	}
	
	#main .content .full-width .error {
		width: 546px;
	}

.form-field .textfield, .form-field .textarea {
	border: 1px solid #999389;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.form-field .textfield {
	width: 275px;
	padding: 2px 0;
}

.margin-right .textfield {
	width: 255px;
}

.form-field .textarea {
	height: 200px;
	padding: 2px;
}

.full-width .textarea {
	width: 550px;
}

.form-buttons {
	margin-top: 20px;
}

/*---  CMS CONTENT ----*/
#cms-content {
	border-top: 1px solid #ADA69B;
	padding-top: 20px;
	margin-top: 15px;
}

	#main .no-border {
		border: none;
		padding-top: 0px;
	}

#cms-content h3 {
	margin-bottom: 5px;
}

#main .content #cms-content p {
	margin: 0 0 10px 0;
}

#main .content #cms-content ul {
	margin: 0 0 15px 15px;
	font-size: 1.2em;
}

#main .content #cms-content ol {
	margin: 0 0 15px 20px;
	font-size: 1.2em;
}

#cms-content img {
	float: left;
	margin: 0 15px 15px 0;
}

#main .content .session-links {
	font-family: Verdana, Helvetica, sans-serif;
	background: #333;
	padding: 3px 8px;
	font-size: 1.1em;
	color: #555;
}

#main .content .session-links a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}

#main .content .session-links a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

/*---  FOOTER ----*/
.greenwire {
	display: block;
	width: 119px;
	height: 13px;
	text-indent: -9999px;
	background: url(/images/greenwire-logo.gif) top left no-repeat;
	float: right;
	overflow: hidden;
	padding: 0 20px 10px 0;
}

iframe {
	display: none;
}

.clear {
	clear: both;
}

/*-- PRINT STYLES TO HIDE --*/
#print-address { display: none; }
