/* CSS Document */

body {
  background-color: #FFFFFF;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align:justify;
}


/*
 * The "page" & "wide_apge" classes which restrains the content within the browser window
 */
.page {
  margin-right: auto; /* to center the page in Konqueror */
  margin-left: auto; /* to center the page in Konqueror */
}

.wide_page {
  margin-right: auto; /* to center the page in Konqueror */
  margin-left: auto; /* to center the page in Konqueror */
}

/*
 * These are the default settings for links
 */
a:link,a:visited,a:active {
  color: #4e4e4e;
  font-weight: normal;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

/*
 * coloured spacer div bar 1 (colour should be overriden locally)
 */
#bar_1 {
  width: 850px;
  height: 96px;
  text-align: left;
  
}

#bar_2 {
  width:850px;
}

#bar_3 {
	width: 850px;
	height:auto;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 0px;
	background: url(/images/left_colomn.jpg) repeat-y;
	padding-bottom:0px;
}

#bar_4 {
	width: 613px;
	height: 139px;
}

#bar_1 .ticker_tape {
	width: 619px;
}

img.corporate_logo {
	border: 0px;
	width: 150px;
	height: 33px;
	padding-top: 17px;
	padding-bottom: 5px;
}

/* styles for left column */
#left_column {
	background:url(/images/left_colomn.jpg) repeat-y;
	width: 220px;
	float: left;
	padding-left: 10px;
	padding-bottom:0px;
	z-index: 10;
}

/*.letf_long{
	background-image: 
	background-repeat: repeat-y;
	width: 200px;
}*/
	
.center_column {
	position: relative;
	top: 0px;
	margin-left: 230px;
	width: 613px;
	background-color: #FFFFFF;
}

/* IE fix */
* .center_column{
	left: 8px;
}

.quick_res {
	width: 397px;
	height: 139px;
	background-image: url(/images/reservations.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	z-index:1;
}

.quick_res a {
	color:#FFFFFF;
	text-decoration: none;
}

.Go_button {
	width: 25px;
	margin: 0px;
	color: #FFFFFF;
	size: 6px;
	font-weight: bold;
}

select,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585c4f;
	}
	
.promotions {
	position:absolute;
	width: 210px;
	height: 139px;
	float: left;
	left: 403px;
	top: 0px;
}	


/* Main flash banner */
.pics {
  width: 613px;
  height: 187px;
  margin-top: 5px;
  z-index: -100;
}

#main_content {
	margin-top: 20px;
	color: #4e4e4e;
	font-size:11px;
	/*padding-bottom: 10px;*/
	height: 100%;
}


.address {
  height: 135px;
  margin: 0px;
  padding-top: 9px;
  font-size: 11px;
  color: #FFFFFF;
}

.address a
{
	color:#FFFFFF;
}

.gallery{
	height: 105px;
	float: left;
	margin-bottom:10px;
}

.online_help{
	height: 42px;
	padding-top: 10px;
	float: left;
	padding-bottom:12px;
}

.book_online{
	height: 187px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
}



/*
 * settings for brand_logo_top_left image
 */

img.logo {
  width: 140px;
  height: 87px;
  border: 0px;
  float: left;
}

img.phototour {
  width: 208px;
  height: 42px;
  border: 0px;
  padding-bottom:10px;
}



/*
 * Settings for main navigation section
*/
#lefthandnav {
  padding-top: 7px;
  padding-bottom: 6px;
}

/* 
 * Settings for main navigation links
 */
#mainlinks {
  margin: 0px;
  padding: 0px;
}

#mainlinks ul {
}

#mainlinks li {
  list-style-type: none;
  padding-right: 33px;
  padding-bottom: 0px;
  display: inline;
}

#mainlinks a:link,#mainlinks a:visited,#mainlinks a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#mainlinks a:hover {
  font-weight: normal;
  text-decoration: underline;
}

/*
 * current page navigation (colour should be overriden locally)
 */
.currentpage {
  font-weight: bold;
}

.footer {
	clear:both;
	margin:auto;
    padding-top:0px;
    padding-bottom:0px;
	background-color:#f8f8f8;
	text-align:justify;
}

.footer #compasslogo{

float:right;
margin:0px;
}

#footer_links {
  padding-left:0px;
  padding-bottom:0px;
  padding-top:10px;
  margin: 0px;
}
.footer_nav_divide {
  padding-left: 2px;
  padding-right: 2px;
  color: #848B5E;
}
#footer_links li {
  display: inline;
  list-style-type: none;
  white-space: nowrap;
}
#footer_links a:link,#footer_links a:visited,#footer_links a:active {
  color: #4e4e4e;
  text-decoration: none;
  font-size: 9px !important;
  text-decoration: underline;  
}

#footer_links a:hover {
  color: #848B5E;
  text-decoration: underline;
}
.footer_currentpage {
  color: #848B5E;
  font-size: 9px;
}


/* styles for photo tour page */
.photo_thumb {
	text-align: center;
	margin: 3px;
	padding: 3px;
	float: left;
	height: 150px;
}
.photo_thumb a.thumb {
	float: left;
	text-align: center;
	height: 100px;
	width: 100px;
	padding: 2px;
	margin:3px 28px 3px 28px;
}
.photo_thumb a.thumb:hover {
	background-color: #CCCCCC;
}
.cont {
	text-align: center;
	padding: 2px;
	clear: left;
}
.cont .picname{
	clear:both;
}

.h1{
	font-size: 10px;
	color: #4b4a74;
	font-weight: bold;
}


/*
.location ul{
	padding-left: 14px;
}*/

.location ul{
	list-style-position:inside;
	margin-left: 0px;
	float: left;
}

.gmap_text,.gmap_text a {
	color:#000000 !important;
	line-height: 12px;
}

/* Events Calendar */

h3 {
font-size: 13px!important;
margin-bottom: 0px;
margin-top: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position:relative;
z-index: 0;
font-weight: normal !important;
text-decoration: none !important;
}

.thumbnail:hover{
background-color:transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/

position:absolute;
width: 208px;
left:50px;
top:20px;
border: 0px;
visibility:hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 100px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left:0px;
_left:0px;
top:200px;
_top:200px;
}

img.videotour{
  width: 208px;
  height: 42px;
  border: 0px;
  padding-bottom:12px;
}

