@charset "UTF-8";
html {
       min-height: 100%;
       margin-bottom: 1px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat-x;
	background-image: url(images/InnBGGradient.gif);
}

.innStyle #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: #600 medium double;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: .8em;
	font-weight: 400;
} 
.innStyle #container #header {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
} 
.HorzNavBar {
	background-image: url(images/NavGif.gif);
	padding: 0px;
	height: auto;
	width: 900px;
	margin: 0px  auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
	color: #363;
	text-align: center;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #630;
	border-bottom-color: #630;
	padding: 4px 0px;
}
.HorzNavBar a:link {
	color: #363;/*Basic Forest Green*/
	text-decoration: none;
}
.HorzNavBar a:visited {
	color: #b29a7a;/*Dingy Brown from Banner*/
	text-decoration: none;
}	
.HorzNavBar a:hover {
	color: #363;/*Basic Forest Green*/
	text-decoration: underline;
}
.HorzNavBar a:active {
	color: #b29a7a;/*Dingy Brown from Banner*/
	text-decoration: underline;
}

.innStyle #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: auto;	
	font-size: 85%;
	
	}
.innStyle #sidebar1 h3	{
	color:#bb4950;	
	font-weight:500;
	font-size: 1.1em;
	
}
.innStyle #sidebar1 #room {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:auto;
	background: url(images/RoomGradientBG.gif) repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* padding keeps the content of the div away from the edges */
}


.innStyle #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: 85%;
	
}
.innStyle #sidebar2 #map {
	width: 180px;
	height: 180px;
	padding: 10px 10px;
}
.innStyle #sidebar2 h3	{
	color:#bb4950;	
	font-weight:500;
	font-size: 1.1em;
	
}
.innStyle #sidebar2 h4	{
	color:#bb4950;	
	font-weight:500;
	font-size: .9em;
	margin 10px 0;
}
.innStyle #mainContent { 
	margin: 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
border-right:#600 medium double;
border-left:#600 medium double;	
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.innStyle #mainContent #star	{
	float: right;
	padding: 0px 8px;
	margin: 0 0 6px 4px;
	position: relative;
	top: 10px;	
}
.innStyle #mainContent h1 { 
	font-size: 1.5em;
	font-weight:500;
}
.innStyle #mainContent h2 { 
	font-size: 1.3em;
	font-weight:500;
}
.innStyle #mainContent h3	{ 
	color:#bb4950;	
	font-weight:500;
	font-size: 1.1em;
}
.innStyle #mainContent h4	{ 
	margin-top: -24px;
	font-weight:500;
	font-size:.8em;
}
.innStyle #privacy {

	width: 700px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 50px; /* padding keeps the content of the div away from the edges */
	height: auto;	
	font-size: 85%;	
	color:#000;
	margin-left: 50px;
}
.innStyle #footer {
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/FooterBG.gif) repeat-x;
} 
.innStyle #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 */
	font-size: .8em;
	color:#630;
	text-align:center;
}
.innStyle #footer a:link {
	color: #363;/*Basic Forest Green*/
	text-decoration: none;
}
.innStyle #footer a:visited {
	color: #b29a7a;/*Dingy Brown from Banner*/
	text-decoration: none;
}	
.innStyle #footer a:hover {
	color: #363;/*Basic Forest Green*/
	text-decoration: underline;
}
.innStyle #footer a:active {
	color: #b29a7a;/*Dingy Brown from Banner*/
	text-decoration: underline;
}

.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;
}

