body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #666;
}
	
a:hover {
	color: #333;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	font-size:  1em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {	
	background-color: #DAD2C5;
	color: #666;
	padding: 3px 5px 3px 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
fieldset { border: none; margin: 0; padding: 0; }

.no_border th {
	border: none;
}
h1, h2, h3 {
	font-family: "CG Times", Georgia, "Times New Roman", Times, serif;
 	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}

.title {
	font-variant: small-caps;
}

h1 { color: #b7a280; font-size: 1.10em; text-transform: uppercase; font-weight: normal;  }
h2 { color: #b7a280; text-transform: uppercase; }
h3 { color: #b7a280; font-size: 0.7em; }
h4 { color:#b7a280; }



hr {
	height: 1px;
	color:#CCCCCC;
}
hr {
	border: none;
	border-top: 1px solid #CCCCCC;
}
address { font-style: normal; }

p { margin: 0 0 1em 0; } /* EXTRA SPACING FIX */



font {
	color: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	font: inherit !important;
	text-decoration: inherit !important;
	border: inherit !important;
	background: inherit !important;
	bottom: inherit !important;
	top: inherit !important;
	left: inherit !important;
	right: inherit !important;
	position: inherit !important;
	clear: inherit !important;
	float: inherit !important;
	height: inherit !important;
	width: inherit !important;
	letter-spacing: inherit !important;
	text-transform: inherit !important;
	outline: inherit !important;
	overflow: inherit !important;
	display: inherit !important;
	visibility: inherit !important;
	text-indent: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
	z-index: inherit !important;
	text-align: inherit !important;
	max-height: inherit !important;
	max-width: inherit !important;
	min-height: inherit !important;
	min-width: inherit !important;
	cursor: inherit !important;
}

/***************** WRAPPER *****************/

#legacy-wrapper {
	text-align: center;
}

#wrapper {
	width:990px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	padding: 0;
	position: relative;
}

#banner {
	width: 990px;
	padding: 8px 10px 9px 10px;
	background-color: #ece9e4;
	text-align: center;
	margin-left: -10px;
}

#banner-image {
	width: 990px;
	height: 90px;
	background-color: #fff;
	text-align: right;
}
/**************** BREADCRUMBS ****************/
#breadcrumbs {
	font-size: 0.6em;
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	position: absolute;
	text-align:right;
	top: 114px;
	left: 0px;
	color:#666666;
}
#breadcrumbs a {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
/**************************************/

/*************** HEADER ***************/

#header {
	margin: 26px 10px 0px 10px;
	position: relative;
	height: 240px;
	width: 970px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	font-size: 0.7em;
	border-top: 10px solid #dad2c5;
	border-bottom: 10px solid #dad2c5;
}



#main-nav {
  float: left;
  padding: 10px 5px;
  width: 210px;
  height: 220px;
  text-align: center;
  background-color: #f3f0ec;
}

#main-nav #image-logo {
	margin-top: 10px;
}

#main-nav h1 {
	font-size: 1.40em;
	font-weight: normal;
	color: b7a280;
}
#main-nav h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #b7a280;
}

#main-nav .submit{
	width: 107px;
	padding: 0 0;
	padding-bottom: 4px;
	margin-left: 3px;
	height: 22px;
	text-align: center;
	background: url(/images/submit-button.gif) top;
	border: none;
	color: #fff;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#main-nav .submit:hover{
	cursor: pointer;
	background-position: bottom;
}

#main-nav form { text-align: left; }

#main-nav .field { clear: both; line-height: 22px; }
#main-nav .field label {
	display: block;
	float: left;
	width: 70px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	color: #959595;
}

/*#main-nav .field input,*/ #main-nav .field select {
	display: block;
	float: left;
	width: 90px;
	border: 1px solid #cecdca;
	padding: 2px;
}

/*#main-nav p {
  line-height: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right:20px;
}*/

/*#main-nav a, #main-nav a:link, #main-nav a:visited, #main-nav a:active {
  background-image:url('/images/common/a-button.gif'); 
  margin-top: 25px;
  padding: 5px 15px 5px 15px; 
  font-weight:  bold;
  text-decoration:none;
  color:#ffffff;
}*/

/*#main-nav a:hover {
  background:url('/images/common/a-button.gif') bottom; 
}*/

#hotel-map {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;	
}
#header-image {
	float: right;
	width: 750px;
	height: 240px;
	background-color: #CCCCCC;
	overflow:hidden;
}	



#header-nav {
    width:970px;
	font-size: 0.7em;
	padding: 0px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
	border-bottom: 3px solid #dad2c5;
	position: absolute;
	z-index: 20;
	clear: both;
}

#header-nav ul {
	margin: 0 0 0 18px;
	padding: 0px;
}

#nav li {
	float: left;
	position: relative;
	list-style-type: none;
	display: inline;
}


#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 2.1em;
	margin: 0px;
	padding-top: 0.5em;
	background-image: url('/images/nav-bg.gif');
	background-position: 0px 0.5em;
	background-repeat: repeat-x;
	width: auto;
	min-width: 150px;
}


#nav li ul li {
	display: block;
	background-color: #FFFFFF;
	float: none;
	white-space: nowrap;
	margin: 0px;
	min-width: 150px;
	width: auto;
}

#nav li a {
	color: #666666;
	text-decoration: none;
	padding: 9px 20px;
	height: 1em;
	display: block;
}
#nav li a:hover, #nav li a.on {
	background-color: #f2ede8;
	color: #333;
}

#nav li ul li a {
	display: block;
	padding: 0.5em 5px 0.5em 20px;
	color: #666666;
	background-color: #f2ede8;
	width: 150px;
	border-bottom: 1px solid #f7f7f7;
}

#nav li ul li a:hover {
	background-color: #c4b49a;
	color: #fff;
	width: 150px;
}


#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav .sub-nav {
	margin-left: 10px;
}

/***************************************/

/**************** CONTENT **************/

#content {
	width: 970px;
	padding: 0 10px 0 10px;
	clear:both;
	font-size: 0.7em;
	line-height: 1.5em;
	background-color: #ffffff;
	margin-top: 20px;
	z-index: 10;
}

#left-column{
	width: 215px;
	padding: 10px;
	padding-top: 19px;
	float: left;
}

#right-column {
	width: 190px;
	float: left;
}
#centre-column {
	float: left;
	width: 715px;
	padding: 10px;
	min-height: 596px;
    height:auto !important;  /* IE 6 MIN HEIGHT FIX */
    height: 596px;           /* IE 6 MIN HEIGHT FIX */
}	

#centre-column-wide {
	width: 950px;
	padding: 10px;
}
#content h1, #content h2, #content h3 {
	font-size: 1.65em;
	margin: 0.5em 0 1em 0;
}

#left-column a {
	text-decoration: none;
}
#left-column h2 {
	margin-left: 10px;
}

#left-column h2 a {
	text-decoration: none;
	color: #b7a280;
}
#right-column h1, #right-column h2, #right-column h3, #right-column h4, #right-column h5, #right-column h6 {
	margin-left: 10px;
}

#right-column ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right-column ul li {
	margin-left: 15px;
}

#book-online {
	background-image: url('/images/common/book-online-bg.gif');
	background-repeat: no-repeat;
	padding: 20px;
	width: 150px;
	height: 150px;
	color: #FFFFFF;
}
#book-online h2, #book-online h3, #book-online h4 {
	display: none;
}
#book-online form {
	margin-top: 35px;
}
#book-online select {
	width: 150px;
}
.button {
	float: right;
}
.button input {
	background-image: url('/images/common/button.gif');
	background-position: top center;
	width: 100px;
	height: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.button input:hover {
	background-position: bottom center;
}


#back-to-top {
	background-image: url('/images/common/back-to-top.gif');
	background-repeat: no-repeat;
	background-position: left;
	margin: 15px 0px 15px 0px;
}
#back-to-top a{
	padding-left: 10px;
	display: block;
}

#locations-map {
	width: 100%;
	height: 400px;
	border: 1px solid #CCCCCC;
}
.interactive-map {
	float: right;
	width: 95px;
}
.note { 
	color: #999999;
	font-size: 0.9em;
	text-align: right;
}

.offer {
	text-align: center;
}
.offer img {
	border-bottom: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-top: 5px;
}
.offer img:hover {
	border-bottom: 1px solid #000;
}




/**************************************/

/**************** SUB NAV *************/

#sub-nav {
	padding: 0px 10px 0px 10px;
}

#sub-nav ul {
	margin: 0 15px 0 10px;
	padding: 0;
}
#sub-nav ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#sub-nav ul li, #sub-nav ul li ul li {
	list-style-type: none;
}
#sub-nav ul li ul li {
	background-image: url('/images/common/sub-nav-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 0.6em ;
}
#sub-nav ul li a {
	display: block;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #e2e2e2;
	text-decoration: none;
}
#sub-nav ul li ul li a {
	display: block;
	padding: 2px 0px 2px 13px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	color: #888;
}
#sub-nav ul li a:hover {
	border-bottom: 1px solid #666;
}
#sub-nav ul li ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

#sub-nav ul li .on { 
	background-color: #f7f7f7;
}

#sub-nav ul li ul li .on {
	background-color: transparent;
	color: #000000;
	border-bottom: 1px solid #888;
}
/**************************************/

/**************** FOOTER **************/

#footer {
	width: 100%;
	font-size: 0.6em;
	padding-top: 10px;
	clear: both;
}

#footer-bar {
	color: #666666;
	text-align: center;
	background-color: #f2ede8;
	padding: 5px 0px 0px 0px;
	height: 16px;
	width: 970px;
	margin-left: 10px;
}
#footer-bar a { 
	color: #666666;
	background-color: #edeae6;
	text-decoration: none;
	padding: 0px 15px;
}
#footer-bar a:hover { 
	text-decoration: underline;
}
#footer-text {
	padding: 10px;
	text-align: center;
	color: #999999;
}
#footer-text a {
	color: #999999;
}
/**************************************/

/********************* SIFR STYLES **************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 1.8em;

}

.sIFR-hasFlash #main-nav h1 {
	text-align: center;
	height: 1.8em;
	margin: 0 0 10px 0;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	height: 1.4em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	height: 1.2em;
 
}

.sIFR-hasFlash h4 {
	height: 1.2em;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
}

/****************************************************/


#job-search-panel {
	padding: 0 10px 0 10px;
}
#job-search-panel h1, #job-search-panel h2, #job-search-panel h3 {
	margin-left: 0px;
}

#job-search-panel input, select {
	font-size: 10px;
}
#job-search-panel form {
	margin: 0px;
	padding: 0px;
}

#clear {
	clear:both;
	overflow: hidden;
	height: 3px;
}

	


#site-map p {
	margin: 0px;
	margin-bottom: 10px;
	
}
#site-map, #site-map ul {
	margin-left: 1em;
	padding-left: 0px;
}
#site-map li {
	margin-bottom: 2px;
	list-style-type: none;
}
	
#site-map li li li {
	margin-bottom: 2px;
	list-style-type: none;
}
	

#hotel-list {
	padding-top: 10px;
}
#hotel-list ul {
	margin: 0px 0px 0px 0.5em;
	padding: 0px;
	list-style: none;
}
#hotel-list li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0.8em;
	background-image: url('/images/bullet.gif');
	background-position: 0px 0.45em;
	background-repeat: no-repeat;
}
/********** ERROR / SUCCESS STYLES ***********/
.error {
	border: 1px dashed #FF0000;
	background-color: #FFB9BB;
	padding: 5px;
	text-align: center;
	width: auto;
	margin: 5px 0px 5px 0px;
}
.success {
	border: 1px dashed #33CC00;
	background-color: #DFFFE3;
	padding: 10px;
	text-align: center;
	width: auto;
}

.validate_error {
	background-color: #FFB9BB;
	border: 1px solid #FF0000;
}

.highlight {
	color: #009900;
}
.mandatory {
	color: #FF0000;
}
/* TABLE ROWS */
.row_odd td {
	background-color: #F7F7F7;
	padding: 3px;
}
.row_even td {
	background-color: #E7E7E7;
	padding: 3px;
}
.row_div {
	height: 2px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

/*** OTHER ***/ 

.float-left { float: left; }
.float-right { float: right; }


.hide { display: none; }
.show { display: block; }
.wide { margin: 0 20px 0 20px; }

/* anti-spam */
.prepare {
	height: 0px;
	visibility:hidden;
}

.banner-space {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px; 
}



.show {
	visibility: visible!important;
	height: auto!important;
	display:block!important;
}

.hide, .hidden {
	visibility: hidden;
	height: 0px;
	display: none;
}

.hide-field {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}


.error
 {

	font-size: 0.90em;
	width: 200px;
	clear:both;
	float:left;
	margin-top: 5px;
	font-weight: bold;
}

input.error {
	text-align: left;
	background-color: #fff;
}


.gallery-text {
	font-family: "CG Times", Georgia, "Times New Roman", Times, serif;
 	text-transform: uppercase;
	color: #b7a280;
	font-size: 1.60em; 

 }
 
 .clear {
 	clear: both;
 }
 
 .gallery-text a {
	color: #b7a280;
	margin-bottom: 4px!important;
 }