@charset "utf-8";
html,body{
	min-height: 100%;
	height: 100%;
}

body {
	font: 85% Georgia, Georgia, "Times New Roman", Times, serif;
	background: url("images/bg_grad.gif") #b09889 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #80675b;
}

body.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFFF url("images/bg_dropshadow.gif") repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;	
}

body.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


a{
	color: #6699cc;
	text-decoration: none;
	border-bottom: 1px dashed #b09889;
}

h1{
	font-size: 140%;
	padding: 0;
	margin: 0;
	line-height: 1em;
	margin: 1em 0 0.5em 0;
}

h2{
	font-size: 110%;
	font-weight: bold;
	line-height: 1em;
	padding: 0;
	margin: 0.2em 0 0.2em 0;
}

#header{
	background:url(images/header_bg.gif) no-repeat top left;
	min-height: 192px;
	height: 192px;
	max-height: 192px;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #b09889;
}

#navigation {
  float:left;
  font-size:100%;
  line-height:normal;
  list-style:none;
  padding-left: 20px;
  margin: 0 0 -1px 0;
  position: absolute;
  bottom: 0;
  width: 730px;
}

#navigation li {
  display:inline;
  padding: 0;
}

#navigation a {
  float:left;
  background:url("images/tab_start.gif") no-repeat left top;
  margin:0;
  padding:0px 0 0 6px;
  text-decoration:none;
  border-bottom: 1px solid #b09889;
}
  
#navigation a span {
  float:left;
  display:block;
  background:url("images/tab_end.gif") no-repeat right top;
  padding:7px 15px 8px 6px;
  color:#666;
}

#navigation a.current{
	background-position:0% -40px;
	border-bottom: 1px solid white;
}

#navigation a.current span{
	background-position:100% -40px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover span {
  color:#000;
}

#navigation a:hover {
  background-position:0% -40px;
  }
#navigation a:hover span {
  background-position:100% -40px;
}
  
.floatright{
	float: right;  
}

.floatleft{
	float: left;  
}

.margin15{
	margin: 15px;	
}


.homepageimage{
	margin: 0 12px 12px 0;
	float: left;
}

.hotelinfo{
	font-style: italic;
	margin-top: 0;	
}
