@charset "UTF-8";

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #330000;
	display: none;
}
h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000066;
}
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;
	margin: 0px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
body {
	background: #666666;
	margin: 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: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
}
#container  {
	width: 946px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
* html #leftside {
	padding-right: 9px;
	padding-left: 9px;
}
#leftside   {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #B6B688;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#rightside   {
	width: 746px;
	float: right;
	padding: 0px;
}
#content {
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	padding-top: 20px;
}
#innercontent {
	float: right;
	width: 180px;
	padding-left: 10px;
}
#contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#language ul 
{
	padding-top: 20px;
	padding-left: 30px;
	margin: 0px;
	padding-bottom: 10px;
}

#language li
{
	display: inline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#navcontainer {
	width: 180px;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#navcontainer a
{
	display: block;
	width: 180px;
	background-color: #B6B688;
	line-height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #330000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #FF9900;
	color: #330000;
	border: 1px outset #FF9900;
}

#active a:link, #active a:visited, #active a:hover
{
	color: #330000;
	border: 1px inset #FFFFCC;
	background-color: #FF9900;
}

#navcontainer .sub {
	text-indent: 10px;
}

#footer {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	background-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.float_img {
	float: right;
	position: relative;
	right: 20px;
}
.exrate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.suiteDetails {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: square;
}
.suiteRates {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
}

#paypal {
	width: 150px;
	float: right;
	padding-top: 40px;
	display: block;
}

/* reservation request*/
td.center {
	vertical-align:text-top;
	text-align:center;
	padding-right: 10px;
}
td.room {
	width: 100px;
}
.rooms {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.rooms li {
	display: inline;
}
.roomRate {
	padding-left: 20px;
}
#thanks {
	font-size: 24px;
	text-align: center;
}

/* Event Calendar */
table.events
 {
	border-collapse: collapse;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}
td.eventTitle  {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 30px;
	padding-left: 5px;
	font-weight: bold;
	}

td.dayEvent {
	width: 130px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}

td.descriptionEvent {
	font-size: 10px;
	line-height: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

td.adjacent {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
td.back-Top {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	line-height: 30px;
	text-align: right;
}
/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}

/* click for more photos*/
.photos {
	font-size: 12px;
	display: inline;
}

/* Temporary style */
.suite {
	width: 716px;
}

.thumbnail {
	float: right;
}

div.float {
	float: left;
	width: 250px;
  }
  
div.float p {
   text-align: center;
   }

.floatRight {
	float: right;
	position: relative;
}

.tax {
	font-weight: bold;
	color: #FF0000;
}
.holidayTerms {
	font-size: 14px;
	border: 1px solid #666666;
	margin: 4px;
	padding: 6px;
}
