/* ---------------------------------------------------------------------
        GLOBAL STYLES - UNIVERSAL SELECTORS AND CLASSES
------------------------------------------------------------------------

These are default styles that every page needs to inherit */

 
/* ********* TYPOGRAPHY ********* */

body {
	font-size:12px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	line-height:1.167;
	color:#767676;
	background:#01234c;
	padding-bottom:15px;
}

h1 {
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color: #021933;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-left:20px;
}

h1 a, h1 span {
	color:#828282;
	padding-right:15px;
	margin-right:8px;
	background:url(../images/bullet-heading.gif) right center no-repeat;
}

h1 span a{
  background:none;
  margin-right:0;
  padding-right:0;
}

h1 a:hover {
	color: #021933;
}

h2 {
	font-size: 14px;
	font-weight:bold;
	line-height:1.143;
	color:#01234c;
	margin-bottom:0px;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	line-height:1.167;
	color:#01234c;
	margin-bottom:5px;
}

h4 {/*unused*/
	font-size: 10px;
	font-weight: bold;
	line-height:1.2;
	color: #1c52ac;
	margin-bottom:2px;
	text-transform:uppercase;
}
 
h5 { /*unused*/
	font-size:11px;
	line-height:1.364;
	font-weight:bold;
	line-height:1.2;
}

p {
	line-height:1.334;
	margin:0 0 18px 0; 
}

p.introtext, p.intro_text {
	font-size:14px;
	line-height:1.286;
	color:#767676;
	margin:0 0 8px;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}

blockquote {margin:0;color:#fff;font-style:normal;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

table {width:100%;}
tfoot {font-style:italic;}

.hide {display:none;}

.clear {clear:both;height:0;overflow:hidden}
.left {float:left;}
.right {float:right}

hr {display:none;}


/* ********* LINKS ********* */

a {
	font-weight:bold;
	color:#021933;
	text-decoration:none;
}

a:hover {
	color:#767676;
	text-decoration:none;
}

a.pdf-link {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	font-weight:bold;
	background:url(../images/icon-pdf.png) left top no-repeat;
}

a.pdf-link strong {
	font-weight:normal;
	color:#767676;
}

a.actionlink {
	font-size:10px;
	padding-left:10px;
	font-weight:bold;
	background:url(../images/bullet-actionlink-transparent.png) left 3px no-repeat;
	text-transform:uppercase;
}

a:hover.actionlink {
	background-position:left -111px;	
}


/* ********* GENERIC LISTS ********* */

ol, ul {
	margin-left:15px;
	margin-bottom:14px;
}

ol li, ul li {
	padding-left:20px;
	line-height:1.167;
	padding-bottom:4px;
	background:url(../images/bullet.gif) left 4px no-repeat;
}
ol li{
  background:none;
  list-style-type: decimal;
  list-style-position: inside;
  padding-left:5px;
}

.sidecontent ul {
	padding-top:6px;
	margin-bottom:8px;
}

/* ********* FORMS ********* */
/*

form li {
	float:left;
	clear:left;
	margin-bottom:8px;
}

label {
	float:left;
	font-size:12px;
	line-height:12px;
}

li.checkbox-container label {
	width:200px;
	font-size:12px;
	vertical-align:middle;
	padding:0 0 5px 0;
}

label.label1 {
	width:62px;
	line-height:24px;
	margin-right:14px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:right;
}

label span.required {
	color:#064b9f;
	line-height:1;
}

input {
	float:left;
	margin:0;
	padding:0;
	font-size:14px;
	color:#006aa5;
	font-family:Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	border:none;
	overflow:hidden;
	line-height:15px;
	outline:none;
}

div.text-input {
	float:left;
	width:251px;
	height:26px;
	padding:0 0 0 10px;
	background:url(../images/text-field.gif) left top no-repeat;
	overflow:hidden;
}

div.text-input input {
	width:241px;
	height:21px;
	padding:4px 10px 1px 0px;
	background:none;
}

div.textarea {
	float:left;
	width:261px;
	height:203px;
	margin:0;
	background:url(../images/textarea-field.png) left top no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}

textarea {
	width:246px;
	height:193px;
	padding:0 5px 0 10px;
	margin:0;
	border:none;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#064b9f;
	outline:none;
	resize:none;
	background-color:transparent;
	overflow: auto;
}

input.checkbox {
	float:left;
	width:13px;
	height:13px;
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

input.file-input {
	width:265px;
	height:23px;
	border:1px solid #b1b1b1;
	background:white;
	vertical-align:top;
}

select {
	float:left;
	max-width:269px;
	height:22px;
	margin-top:0px;
	font-size:11px;
	border:1px solid #b2b2b2;
	overflow:hidden;
}

input.radio {
	clear:left;
	width:13px;
	height:13px;
	margin:0 0 10px 0;
	padding:0;
	vertical-align:middle;
}

li.radios div {
	float:left;
	padding-top:5px;
}

li.radios div label {
	float:left;
	clear:none;
	line-height:13px;
	vertical-align:middle;
	padding-left:10px;
	font-weight:normal;
}

button {
	float:right;
	display:block;
	border:none;
	margin:0;
	overflow:hidden;
	cursor:pointer; 
}

*/

/* ********* CLEAR FIX HACK ********* */

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

.cf {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}				
.cf {display: block;}
/* End hide from IE-mac */



/* ---------------------------------------------------------------------
            	GLOBAL STYLES - STRUCTURAL RULES
------------------------------------------------------------------------ 

These are default styles that every page needs to inherit */

/* ////////      GENERAL LAYOUT       \\\\\\\\ */

#main-container {
	min-width:1000px;
	background:#01234c url(../images/backgr-body.jpg) center top no-repeat;
}

#page {
	width:970px;
	margin:0 auto;
}

#content-area {
	width:970px;
}

#content-area #column {
	width:970px;
	padding-top:19px;
	background:#fff url(../images/content-top.png) left top no-repeat;
	overflow:hidden;
}

#pages-index #content-area #column {
	padding-top:8px;
	padding-bottom:8px;
}

.leftcol {
	float:left;
	clear:both;
	width:300px;
}

#pages-index .leftcol {
	width:321px;
}

.leftcol .sidecontent-wrapper {
	padding-bottom:27px;
  background:url(../images/sidecontent-bottom.png) left bottom no-repeat; 
}

.sidecontent-wrapper .sidecontent {
	padding-left:20px;
	padding-bottom:1px;
	background-color:#fff;
	margin-bottom:0px;
}

#pages-index .sidecontent-wrapper .sidecontent {
	padding-top:14px;
}

.sidecontent p {
	margin-bottom:8px;	
}

.rightcol {
	float:left;
	width:670px;
	padding-bottom:19px;
		background:url(../images/rightcol-bottom.png) right bottom no-repeat;	
}

#pages-index .rightcol {
	width:649px;	
	background-image:url(../images/rightcol-bottom-home.png);
}

.rightcol .content {
	width:634px;
	min-height:250px;
	padding:7px 15px 5px 21px;
	background:#fff url(../images/content-bottom.png) left bottom no-repeat;
}

#posts-index .rightcol .content, .collection-page .rightcol .content {
	width:635px;
	padding-left:20px;
}

#pages-index .rightcol .content {
	width:615px;
	padding-bottom:0;
	padding-left:19px;
	background-image:url(../images/content-bottom-home.png);
}

#pages-show-rooms .rightcol .content {
	padding-bottom:25px;
}

/* *** Module *** */

.module {
	min-height:60px;
	padding:21px 20px 5px 20px;
	background:#fff url(../images/module-top.png) left top no-repeat;	
}

#pages-index .module {
	padding-right:0;
	background-image:url(../images/module-top-home.png);
}


/* *** Side-Module *** */

.side-module {
	min-height:30px;
	padding-top:20px;
	background:url(../images/sidemodule-top.png) right top no-repeat;	
}


/* *** Subcolumn*** */

.subcolumn {
	float:left;
	width:298px;
	padding-right:16px;
	margin-bottom:32px;
}

.subcolumn.right-subcolumn {
	float:right;
	padding-left:16px;
	padding-right:0;
	border-left:1px solid #d4d3d3;
}

.subcolumn h3 {
	height:16px;
	background-position:left top;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin:0 0 7px 0;
}

.subcolumn p {
	margin-bottom:7px;	
}

.subcolumn ul {
	margin-bottom:2px;	
}

.subcolumn ul li.end {
	background:none;	
}

.subcolumn ul li.end strong {
	font-weight:normal;
	color:#021933;
}


/* ////////      HEADER       \\\\\\\\ */

#header {
	width:970px;
	height:38px;
	padding-top:160px;
	margin-bottom:10px;
	background: url(../images/header-banner.jpg) left top no-repeat;
}

#header h3 {
	display:none;	
}

/* *** Top Navigation *** */

#header ul#topnav {
	width:970px;
	height:38px;
	margin:0;
	background:url(../images/topnav-backgr.png) left top no-repeat;
}

#topnav li {
	float:left;
	height:38px;
	padding:0;
	line-height:1;
	background:none;
}

#topnav li a {
	display:block;
	height:38px;
	padding:0 14px;
	background:url(../images/topnav-delimiter.png) left bottom no-repeat;
	
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	color:#828282;
	text-transform:uppercase;
	letter-spacing:-1px;
	overflow:hidden;
}

#topnav li a:hover, #topnav li.active a, #topnav li.active a:hover, #topnav li:hover a  {
	color:#021933;	
}

#topnav li.withsub:hover{
  background:#fff;
}

#topnav li.withsub > a:hover {
  cursor: default;
}


#topnav li#topnav-home a {
	background:none;	
}

#topnav li a span {
	padding: 0 2px;
}

#topnav ul{
  position:absolute;
  width:170px;
  background:#fff;
  margin:0 0 0 1px;
  padding:1px 0 15px;
  display:none;
  z-index:100;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius:0;
  -moz-border-radius-topleft:0;
  border-top-left-radius:0;
  -webkit-box-shadow: 0px 2px 2px #333;
  -moz-box-shadow: 0px 2px 2px #333;
  box-shadow: 0px 2px 2px #333;
}

#topnav li:hover ul{
  display:block;
}


#topnav ul li a, #topnav ul li:hover{
  background:none;
}

#topnav ul li{
  height:30px;
  float:none;
}

#topnav ul a, #topnav ul span{
  font-size:12px;
  color:#636363 !important;
  text-transform:none;
  font-weight:normal;
  border-bottom:1px dotted #999;
  margin:0 10px;
  padding:0 10px;
  display:block;
  width:130px;
  height:30px;
  line-height:30px;
}

#topnav ul a:hover{
  background:#DBDBDB;
  color:#001933 !important;
}

#rooms_menu ul{
  width:350px;
}

#rooms_menu ul .heading{
  height:auto;
    float:right;
}

#rooms_menu ul .heading a, #rooms_menu ul .heading span{
  font-weight:bold;
  text-transform:uppercase;
  color:#001933 !important;
}

#rooms_menu ul ul{
  clear:both;
  position:static;
}

#rooms_menu .heading ul{
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:none;
  border:none;
  background:none;

  width:auto;
}

#rooms_menu .heading li{
  float:none;
}

#rooms_menu ul .heading li a{
  font-size:12px;
  color:#636363 !important;
  text-transform:none;
  font-weight:normal;
  border-bottom:1px dotted #999;
  margin:0 10px;
  padding:0 10px;
  display:block;
  width:130px;
  height:30px;
  line-height:30px;
}

#rooms_menu ul .heading span{
  border-bottom:none;
  padding:0;
  height:20px;
}

#rooms_menu ul{
  position:absolute;
}



#drivers-gallery_menu{
  height:160px !important;
}

/* ////////      Sidebox       \\\\\\\\ */

.sidebox-container {
	width:281px;
	padding-top:20px;
	background:url(../images/sidebox-top.png) left top no-repeat;	
	oveflow:hidden;
}

#pages-index .sidebox-container {
	width:301px;
	background-image:url(../images/sidebox-top-home.png);
}

.sidebox-container .sidebox {
	min-height:50px;
	padding:0px 10px 22px 10px;
	background:#021933 url(../images/sidebox-bottom.gif) left bottom no-repeat;	
}

#pages-index .sidebox-container .sidebox {
	padding-left:20px;
	padding-right:20px;
}


#pages-index .sidebox-container .sidebox {
	background-image:url(../images/sidebox-bottom-home.gif);
}


/* ////////      Sidelinks       \\\\\\\\ */

ul.sidelinks {
	margin:0;	
}

ul.sidelinks li {
	padding:0;
	line-height:14px;
	margin-bottom:10px;
	background:none;
}

.sidelinks li a {
	display:block;
	width:281px;
	height:53px;
	
	background-position:left top;
	background-repeat:no-repeat;
	text-transform:uppercase;
	text-indent:-9999px;
	
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color:#6e7985;
	overflow:hidden;
}

.sidelinks li a:hover {
	color:#8e9ba9;
	background-position:left bottom;	
}

.sidelinks a#brochure-sidelink {
	background-image:url(../images/sidelink-brochure.png);	
}

.sidelinks a#competition-sidelink {
	width:252px;
	height:31px;
	padding:36px 10px 0 19px;
	background-image:url(../images/sidelink-competition.png);
	text-indent:0;
}

.sidelinks a#tour-sidelink {
	background-image:url(../images/sidelink-3d-tour.png);	
}

.sidelinks a#contact-sidelink {
	background-image:url(../images/sidelink-contact.png);	
}

.sidelinks li a strong {
	font-size:normal;
}

.sidelinks li a span {
	display:none;
}

#archive{
  margin-bottom:10px;
}

#archive h2{
  width:99px;
	height:22px;
	background:url(../images/archive.jpg) left top no-repeat;
	margin:0 0 18px 10px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

#archive h3{
	margin:0 0 5px 15px;
	padding-top:5px;
	color:#fff;
	font-size:18px;
	border-top:1px solid #1A2A3E;
}

#archive h3.first{
  border:none;
}

#archive ul{
  padding-bottom:0x;
  margin-bottom:0px;
}

#archive ul li{
  list-style-image: url(../images/bullet-white.gif);
  background:none;
  padding-left:5px;
  margin-left:20px;
  position:relative;
}

#archive a{
  color:#fff;
  font-size:11px;
}

#archive a span{
  color:#5A6572;
  position:absolute;
  right:10px;
}

/* ////////      Banners       \\\\\\\\ */

.single_banner {
	position:relative;
	width:629px;
	height:110px;
	margin-bottom:20px;
	overflow:hidden;
}

.single_banner img {
	position:absolute;
	left:0;
	top:0;
	width:629px;
	height:110px;
	overflow:hidden;
	z-index:1;
}

.single_banner a.frame {
	position:absolute;
	top:0;
	left:0;
	width:629px;
	height:110px;
	background:url(../images/frame-banner.png) left top no-repeat;
	z-index:2;
}

/* ////////      Tables       \\\\\\\\ */

table {
	width:634px;
	margin-bottom:27px;
}

table td {
	padding:5px 15px;
	background-color:#fff;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	font-weight:bold;
	text-align:center;
	color:#01234c;
	background-position:left top;
	background-repeat:repeat-y;
}

table td p {
  margin:0;
}

table tr.odd td, table tr.first td {
	background-color:#f7f7f7;	
}

table tr.last td {
	background-image:url(../images/table-bottom-middle.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

table tr.odd.last td {
	background-image:url(../images/table-bottom-middle-grey.gif);
}


table td.col1 {
	font-size:12px;
	line-height:16px;
	text-align:left;
	background-color:#e4e4e4;
	background-image:url(../images/table-middle-left.gif);
	border-left:none;
}

table tr.odd td.col1 {
	background-color:#d9d9d9;
}

table tr.first td.col1 {
	background-color:#d9d9d9;
	background-image:url(../images/table-top-left-grey.png);
	background-repeat:no-repeat;
}

table tr.last td.col1 {
	background-image:url(../images/table-bottom-left.jpg);
	background-repeat:no-repeat;
}

table tr.odd.last td.col1 {
	background-image:url(../images/table-bottom-left-grey.jpg);
}


table td.last-col {
	background-image:url(../images/table-middle-right.gif);
	background-position:right top;
	border-right:none;	
}

table tr.first td.last-col {
	background-image:url(../images/table-top-right-grey.png);
	background-repeat:no-repeat;
}

table tr.last td.last-col {
	background-image:url(../images/table-bottom-right.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}

table tr.odd.last td.last-col {
	background-image:url(../images/table-bottom-right-grey.jpg);
}

table td div {
	margin-top:-1px;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	color:#717171;
}

table th, table .heading td {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	vertical-align:top;
	color:#01234c;
	padding:11px 20px 17px 20px;
	background-position:left top;
	background-repeat: no-repeat;
	border:1px solid #CBCBCB;
	background:url(../images/tab-bottom.jpg) left bottom repeat;
}

table th div, table .heading td div {
	margin-top:1px;
	font-size:12px;
	line-height:1;
	color:#717171;
}



/* *** Side-News *** */

#side-news h2 a {
	width:67px;
	height:23px;
	background:url(../images/sideheading-news.gif) left top no-repeat;
	margin:0 0 18px 10px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}



#pages-index #side-news h2 {
	margin-left:0;
}

#side-news ul {
	margin:0;	
}

#side-news ul li {
	position:relative;
	padding:0 0 8px 118px;
	margin-top:8px;
	border-bottom:1px solid #233850;
	background:none;
	min-height:68px;
	font-weight:bold;
	line-height:1.167;
	color:#6e7985;
}

#side-news ul li.last {
	border:none;
	padding-bottom:0;
}

#side-news li h3 a {
	font-size:16px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	margin-bottom:7px;
	text-transform:uppercase;
	letter-spacing:0px;
}

#side-news li h4 {
	position:absolute;
	top:2px;
	left:-28px;
	width:49px;
	height:37px;
	padding:4px 0 0 0;
	background:url(../images/date-backgr.png) left top no-repeat;
	
	font-size:16px;
	font-weight:bold;
	color:#021933;
	line-height:1;
	text-align:center;
	overflow:hidden;
}

#side-news li img {
	position:absolute;
	left:32px;
	top:2px;
	width:71px;
	height:65px;
}

#side-news ul li p {
	font-size:11px;
	line-height:1.182;
	margin-bottom:3px;
}

#side-news ul li a.more {
	padding-left:10px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	background:url(../images/bullet-white.gif) left 3px no-repeat;
	text-transform:uppercase;
	text-decoration:none;
}

#side-news ul li a:hover {
	color:#fff;
	text-decoration:underline;
}


/* *** Actionboxes *** */

.actionbox {
	float:left;
	clear:left;
	width:297px;
	min-height:139px;
	margin-bottom:30px;
	padding-bottom:12px;
	background: url(../images/actionbox-bottom3.gif) left bottom no-repeat;	
}

#pages-index .actionbox {
	width:293px;
	margin-top:7px;
	margin-bottom:45px;
	background-image:url(../images/actionbox-bottom1.gif);
}

.actionbox.right-actionbox {
	float:right;
	clear:right;
	width:317px;
	background-image:url(../images/actionbox-bottom4.gif);
}

#pages-index .actionbox.right-actionbox {
	width:299px;
	background-image:url(../images/actionbox-bottom2.gif);
}

.actionbox h2, .actionbox h2 a {
	display:block;
	height:78px;
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.actionbox h2 {
	margin-bottom:9px;	
}

.actionbox#actionbox-rooms h2 {
	background-image:url(../images/actionbox-rooms.jpg);	
}

.actionbox#actionbox-events h2 {
	background-image:url(../images/actionbox-events.jpg);	
}

.actionbox#actionbox-gallery h2 {
	background-image:url(../images/actionbox-gallery.jpg);	
}

.actionbox#actionbox-dining h2 {
	background-image:url(../images/actionbox-dining.jpg);	
}

.actionbox#actionbox-florists h2 {
	background-image:url(../images/actionbox-florists.jpg);	
}

.actionbox#actionbox-photography h2 {
	background-image:url(../images/actionbox-photography.jpg);	
}

.actionbox#actionbox-transport h2 {
	background-image:url(../images/actionbox-transport.jpg);	
}

.actionbox#actionbox-activity-suppliers h2 {
	background-image:url(../images/actionbox-activity-suppliers.jpg);	
}

.actionbox p {
	margin-bottom:12px;
}

.actionbox a {
	font-size:11px;
}

.actionbox ul li a {
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

.actionbox ul {
	margin:0;	
}

.actionbox ul li {
	padding-left:0;
	padding-bottom:8px;
	line-height:1.5;
	background:none;
}

.actionbox ul li strong {
	color:#021933;
}




/* ////////      FootLogos       \\\\\\\\ */

.footlogos {
	background-color:#fff;
	overflow:hidden;	
}

.footlogos#accreditations {
	float:left;
	clear:left;
	width:142px;
}

.footlogos#memberships {
	float:right;
	width:436px;
	margin-right:15px;
}

.footlogos h3 {
	width:100%;
	height:19px;
	border-bottom:1px solid #aeaeae;
	margin:0 0 9px 0;
	text-indent:-9999px;
	overflow:hidden;
}

.footlogos#accreditations h3 {
	background:url(../images/heading-accreditations.png) left top no-repeat;	
}

.footlogos#memberships h3 {
	background:url(../images/heading-memberships.png) left top no-repeat;	
}

.footlogos#memberships div {
  padding-left: 73px;
}

.footlogos a {
	float:left;
	margin-right:44px;
}

.footlogos a.last {
	margin:0;
}


/* ////////      FOOTER       \\\\\\\\ */

#footer {
	padding-top:19px;
	font-size:11px;
	color:#416581;
}

#footer a.powered {
	float:left;
	display:block;
	width:124px;
	height:22px;
	background:url(../images/logo-powered-by-att.png) left top no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#footer p {
	line-height:20px;
	margin:0;	
}

#footer a {
	font-weight:normal;
	color:#416581;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;	
}

/* ---------------------------------------------------------------------
            		INDIVIDUAL PAGE STYLES
------------------------------------------------------------------------ */


/*-----------------------------------------
 ////////          HOMEPAGE         \\\\\\\\ 
-------------------------------------------*/


/* ////////      Infobox       \\\\\\\\ */

#infobox {
	float:left;
	width:300px;
	height:258px;
	padding:20px 15px 0 20px;
	margin-right:5px;
	background:url(../images/infobox-backgr.png) left top no-repeat;
	
	font-size:14px;
	font-weight:bold;
	line-height:1.429;
	color:#fff;
	letter-spacing:-1px;
	text-transform:uppercase;
	overflow:hidden;
}

#infobox h1 {
	width:240px;
	height:51px;
	background:url(../images/heading-conference-centre.png) left top no-repeat;
	margin:0 0 12px 0;
	text-indent:-9999px;
}

#infobox p {
	font-size:14px;
	line-height:1.429;
	margin-bottom:12px;
}

#infobox a {
	padding-left:10px;
	background:url(../images/bullet-white.gif) left 4px no-repeat;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-decoration:none;
	letter-spacing:normal;
}

#infobox a:hover {
	color:#fff;
	text-decoration:underline;
}

/* ////////      Banner       \\\\\\\\ */

.banner {
	position:absolute;
  margin-left:340px;
	width:622px;
	height:275px;
	overflow:hidden;
}

.banner img {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.banner a.banner-corners {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:622px;
	height:275px;
	background:url(../images/banner-corners.png) left top no-repeat;
	z-index:2;
}

.banner .quote-container {
	position:absolute;
	right:0;
	bottom:10px;
	width:557px;
	padding-top:32px;
	background:url(../images/quote-top.png) left top no-repeat;
	z-index:3;
}

.quote-container .quote {
	padding-bottom:33px;
	background:url(../images/quote-bottom.png) left bottom no-repeat;
}

.quote h2 {
	display:block;
	padding:13px 20px 6px 22px;
	margin:0 0 0px;
	background:url(../images/quote-middle.png) left top repeat-y;
	font-size:16px;
	font-weight:bold;
  line-height:1.125;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:-1px;
}

/* *** Directions *** */

.sidecontent .directions-box {
	width:281px;
	padding:0px 20px 0 0px;
	line-height:1.334;
}

.sidecontent .directions-box h2 {
	width:177px;
	height:22px;
	background:url(../images/heading-where-we-are.png) left top no-repeat;
	text-indent:-9999px;
	margin: 0 0 13px 0;
	overflow:hidden;
}

.sidecontent .directions-box p {
	line-height:1.334;
	margin-bottom:13px;
}

.sidecontent .directions-box ul {
	margin:4px 0 1px 7px;
	padding:0;
}

.sidecontent .directions-box ul li {
	display:block;
	padding:0 0 4px 0;
	line-height:1.334;
	background:none;
}

.sidecontent .directions-box ul li a {
	padding-left:15px;
	font-weight:bold;
	background:url(../images/bullet-actionlink.png) left 4px no-repeat;
}

.sidecontent .directions-box ul li a:hover {
	background-position:left -110px;	
}

.sidecontent .directions-box .directions {
	float:left;
	width:140px;
}

.sidecontent .directions-box img {
	float:right;
	margin-right:-20px;
}


/* *** Nav Boxes *** */

ul.navbox {
	margin:0 -10px 35px 0;
}

.navbox li {
	float:left;
	width:138px;
	padding:0 10px 12px 0;
	margin-right:10px;
	border-right:1px solid #d4d3d3;
	background:none;	
	
	font-size:10px;
	line-height:1.2;
}

.navbox li.last {
	margin:0;
	border:none;
}

.navbox li h3 {
	height:16px;
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 0 7px 0;
	text-indent:-9999px;
	overflow:hidden;
}

.navbox li h3 a {
	display:block;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	
	padding:0;
	margin:0;
	background:none;
}

.navbox li#navbox-brochure h3 {
	background-image:url(../images/heading-brochure.png);
}

.navbox li#navbox-contact h3 {
	background-image:url(../images/heading-contact-us.png);
}

.navbox li#navbox-tour h3 {
	background-image:url(../images/heading-tour.png);
}

.navbox li#navbox-competition h3 {
	background-image:url(../images/prizedraw.jpg);
}

.navbox li p {
	font-size:10px;
	line-height:1.2;
	margin-bottom:4px;
}

.navbox li a {
	padding-left:10px;
	font-weight:bold;
	background:url(../images/bullet-actionlink.png) left 3px no-repeat;
	text-transform:uppercase;
}

.navbox li a:hover {
	background-position:left -111px;	
}


/*-----------------------------------------
 ////////          GALLERY         \\\\\\\\ 
-------------------------------------------*/

ul.albums {
	margin:0 -14px 0 0;	
}

ul.albums li {
	position:relative;
	float:left;
	width:202px;
	height:143px;
	margin-right:14px;
	padding:0 0 15px 0;
	background:none;
	line-height:1.167;
	overflow:hidden;
}

.albums li img {
	position:absolute;
	left:0;
	top:0;
	width:202px;
	height:143px;
}

.albums li a.corners {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:202px;
	height:143px;
	background:url(../images/album-rounded-corners.png) left top no-repeat;
	cursor:pointer;
}

.albums li a.corners strong {
	position:absolute;
	left:0;
	bottom:6px;
	display:block;
	width:172px;
	padding:10px 15px 5px 15px;
	background:url(../images/album-overlay-image.png) left top repeat-y;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	letter-spacing:-1px;
	margin:0;
}

.albums li a.corners strong span {
	display:block;	
}

/*-----------------------------------------
 ////////          ALBUM         \\\\\\\\ 
-------------------------------------------*/

ul.images {
	margin:0;	
}

ul.images li {
	position:relative;
	width:634px;
	height:171px;
	line-height:1.167;
	padding:0 0 15px 0;
	background:none;
	overflow:hidden;
}

ul.images li.video{
  height:auto;
}

.images li img {
	position:absolute;
	left:0;
	top:0;
	width:634px;
	height:171px;
}

.images li a.corners {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:634px;
	height:171px;
	background:url(../images/image-corners-wide.png) left top no-repeat;
	cursor:pointer;
}

.images li a.corners strong {
	position:absolute;
	left:0;
	bottom:6px;
	display:block;
	width:604px;
	padding:10px 15px 5px 15px;
	background:url(../images/image-overlay.png) left top repeat-y;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	letter-spacing:-1px;
	margin:0;
}

.images li a.corners strong span {
	display:block;
	font-size:10px;
	color:#b4b4b4;
	text-transform:uppercase;
	letter-spacing:0;
}

/*---------------------------------------
 ////////          ROOMS         \\\\\\\\ 
----------------------------------------*/

/* *** Screen *** */

ul.screen {
	position:relative;
	padding-top:252px;
	margin:0 -10px 13px 0;
	overflow:hidden;
}

ul.screen li {
	float:left;
	width:118px;
	height:69px;
	line-height:1.167;
	padding:10px 0 0 0;
	background:none;
	padding-right:10px;
	overflow:hidden;
}

.screen li div.thumbnail {
	position:relative;
	width:118px;
	height:69px;
}

.screen li img {
	position:absolute;
	left:0;
	top:0;
	display:none;
	width:634px;
	height:252px;
}

.screen li.active img, .screen li.active .screen-corners, .screen li:hover img, .screen li:hover .screen-corners {
	display:block;
}

.screen li div.thumbnail img {
	display:block;
	width:118px;
	height:69px;
	overflow:hidden;
}

.screen li div.thumbnail a.corners {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:118px;
	height:69px;
	background:url(../images/thumbnail-corners.png) left top no-repeat;
	cursor:pointer;
}

.screen li .screen-corners {
	position:absolute;
	left:0;
	top:0;
	display:none;
	width:634px;
	height:252px;
	background:url(../images/screen-corners.png) left top no-repeat;
	overflow:hidden;
}

/* *** Floor Plan *** */

.floor-plan {
	position:relative;
	width:634px;
	height:251px;
	margin-bottom:25px;
	background:url(../images/frame-floor-plan.png) left top no-repeat;
	cursor:pointer;
	overflow:hidden;
}

.floor-plan a {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width:239px;
	height:40px;
	background:url(../images/link-floor-plan.png) left top no-repeat;
	font-size:1px;
	text-indent:-9999px;
	overflow:hidden;
}

.floor-plan-container{
  position:relative;
}

.floor_plan_image{
  position:absolute;
  height:251px;
  width:634px;
}

.floor-plan a:hover, .floor-plan:hover a {
	background-position:left bottom;
}


/*---------------------------------------
 ////////          NEWS         \\\\\\\\ 
----------------------------------------*/

#posts-index .sidecontent, #posts-archive .sidecontent {
	padding-top:7px;
}

#posts-index .leftcol .sidecontent img, #posts-show .leftcol .sidecontent img, 
#posts-archive .leftcol .sidecontent img, #contacts-prize_draw-prize_draw .leftcol .sidecontent img,
#contacts-brochure-brochure .sidecontent img {
	margin-left:10px;
	border:3px solid #e0dfdf;	
}

#posts-index .rightcol .content, #posts-show .rightcol .content, #posts-archive .rightcol .content {
	padding-top:5px;	
}

#latest-news {
	min-height:193px;
	margin-left:10px;
	margin-bottom:15px;
}

#latest-news h2 {
	font-size:12px;
	font-weight:bold;
	line-height: 1.167;
	color:#949494;
	letter-spacing:0px;
	text-transform:uppercase;
	margin-bottom:0px;
}

#latest-news h3 {
	font-size:18px;
	font-weight:bold;
	line-height:1.112 ;
	color:#021933;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:5px;
}

#latest-news p {
	margin-bottom:0;
	padding-bottom:16px;
}

#latest-news a.actionlink {
	float:left;
	margin-top:-9px;
		
}

.newsbox {
	width:630px;
	padding:11px 0 0 0;
	margin:0 0 5px 0;
}

.newsbox .newsbox-content {
	position:relative;
	min-height:137px;
	padding:2px 15px 15px 208px;
}

.newsbox.even {
	background:#edede9 url(../images/contentbox-top.gif) left top no-repeat;
}


.newsbox.even .newsbox-content {
	background:url(../images/contentbox-bottom.gif) left bottom no-repeat;
}



.newsbox img {
	position:absolute;
	left:15px;
	top:4px;
	width:172px;
	height:129px;
	border:3px solid #e0dfdf;
}

.newsbox h2, .newsbox h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.125;
	color:#021933;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin-bottom:5px;
}

.newsbox h2 {
	margin:1px 0 8px 15px;
}

.newsbox p {
	margin-bottom:3px;	
}


/* ////////      PAGINATION       \\\\\\\\ */

.pagination {
	text-align:center;
	clear:both;
  margin-left:225px;
  margin-bottom:45px;
}

.pagination ul {
	display:inline-block;
	margin:15px 0 25px 0;
	padding:0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

.pagination ul li, .pagination a, .pagination span {
	float:left;
	padding: 3px 5px;
	line-height:12px;
	margin-right:4px;
	font-size:12px;
	font-weight: bold;
	background:none;
	border:1px solid #acacac;
}

.pagination a {
	color:#021933;
	text-decoration:none;
}

.pagination a:hover {
	color:#717171;
	text-decoration:none;
}

.pagination .prev_page {
	font-weight: bold;
	margin-right:12px;
}

.pagination .next_page {
	font-weight: bold;
	margin-left:8px;
	margin-right:0;
}
 
.pagination .prev_page.disabled, .pagination .next_page.disabled {
	color: #8e8e8e;
}
 
.pagination .current {
	color:#717171;
	font-weight:bold;
	border:none;
	padding:4px 5px;
}

.pagination .prev_page + .current {
	margin-left:1px;
}

.pagination .current + .next_page {
	margin-left:9px;
}


/*---------------------------------------------
 ////////          COLLECTION          \\\\\\\\ 
----------------------------------------------*/

.collection-page ul.images li, .collection-page .images li img, .collection-page .images li a.corners {
	width:629px;
	height:197px;
}

.collection-page .images li a.corners {
	background-image:url(../images/image-corners.png);
}

.collection-page .images li a.corners strong {
	width:599px;
}


/*---------------------------------------------
 ////////          RACE DAYS          \\\\\\\\ 
----------------------------------------------*/

.race-days-page .rightcol .content {
	padding-bottom:32px;
}

h2#experience-a-day {
	width:179px;
	height:37px;
	padding:4px 0 0;
	margin:0 0 5px 0;
	background:url(../images/heading-experience-a-day.png) left bottom no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#race-day-hospitality h3 {
	width:175px;
	background-image:url(../images/heading-race-day-hospitality.png);
}

#race-day-specials h3 {
	width:149px;
	background-image:url(../images/heading-race-day-specials.png);
}

/* *** Flash Movie *** */

.race-days-page .movie-container {
	width:629px;
	height:351px;
	margin-bottom:17px;
	overflow:hidden;
}

.alternate-content {
	padding-top:40px;
	text-align:center;
}

.alternate-content h1 {
	font-size:16px;
	font-weight:bold;
	line-height:1;
	color: #021933;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin:0 0 20px 0;
}

#fancy_div{
  overflow:hidden;
  position:absolute;
  height:300px !important;
  width:500px !important;
}

#fancy_div .info{
  position:absolute;
  bottom:0px;
  left:0;
  padding:10px 15px 10px 15px;
  background:url(../images/album-overlay-image.png) left top repeat;
  color:#CCC;
  font-size:10px;
  width:500px;
  }

#fancy_div .info span, #fancy_div .info a {
  color:#FCFBF9;
}

#fancy_div .info h3{
  font-size:14px;
	line-height:18px;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	letter-spacing:-1px;
	margin:0;
}

#people{
  margin:20px;
  height:200px;
}

.person{
  width:225px;
  float:left;
  margin-right:10px;
  line-height:16px;
}

.person.last{
  margin-right:0;
}

.person img{
  width:225px;
  height:137px;
}

.person strong, .person a{
  color:#001933;
  display:block;
}

.person a{
  font-weight:normal;
  text-decoration:underline;
}

#contact_title_1{
  display:block;
  width:450px;
  height:23px;
  background:url('../images/contact_title_1.jpg') no-repeat;
  text-indent:-9999px;
  margin-bottom:20px;
  
}

#contact_title_2{
  display:block;
  border-top:1px solid #ccc;
  height:40px;
  background:url('../images/contact_title_2.jpg') no-repeat bottom left;
  text-indent:-9999px;
  margin-bottom:20px;
  clear:both;
}

#contact_form_title{
  display:block;
  border-top:1px solid #ccc;
  height:40px;
  background:url('../images/contact_form_title.jpg') no-repeat bottom left;
  text-indent:-9999px;
  margin:20px 0;
}

#address ul{
  width:370px;
  float:right;
  padding:0 0 10px;
}

#address ul li{
  background:url(../images/bullet-heading.gif) left 4px no-repeat;
}

#address ul li.no-bullet{
  background:none;
  font-weight:bold;
  padding-left:0px;
}

#address .details{
  font-size:16px;
  font-weight:bold;
  line-height:22px;
  color:#636363;
  margin-left:10px;
  display:inline-block;
}

.address{
  font-size:16px;
  font-weight:bold;
  line-height:22px;
  color:#636363;
}

.form_label label{
  float:left;
  width:190px;
  text-align:right;
  padding:5px 15px 0 0;
  font-weight:bold;
}

#contact-form{
  font-size:14px;
}

.form_text_field input, .form_text_area textarea {
  border:1px solid #959595;
  -webkit-border-radius:5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:3px 2px;
}

.form_item_with_error input, .form_item_with_error textarea{
  border-color:#E77F7F;
}

#contact-form textarea{
  height:150px;
}

#contact-form .form_item{
  padding-bottom:10px;
}

#contact-form .req, .form_error, .required{
  color:#E77F7F;
}

.form_error{
  font-size:12px;
  margin:5px 0 0 210px;
}

input.submit{
  float:right;
  margin:10px 80px 20px 0;
}

#contact-form .check_box{
  margin-left:210px;
  vertical-align:top;
}

.check_box_label{
  font-size:11px;
  width:280px;
  display:inline-block;
  padding:2px 0 0 10px;
}

.required{
  font-size:11px;
  text-align:right;
  margin:10px 80px 0 0;
}

.grey_heading {
  color: #6B6B6B; 
  font-size: 18px;
  }

.blue_heading {
  color: #091321; 
  font-size: 18px;
  }

.content .right {
  float: right;
  margin: 5px 0 5px 15px; }

.content .left {
  float: left;
  margin: 5px 15px 5px 0; }