﻿* {
    margin: 0; 
    padding: 0; 
    border: 0;
}

body {
    text-align: center; 
    background: #fff;
    color: #fff;
    min-width: 700px;
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
}

h5 {
    font-family: arial; 
    color: #fff; 
    font-size: 1.3em; 
    font-style: normal
}

h4 {
    color: #737b8a;
    font-family: arial;
    font-size: 1.1em; 
    font-weight: bold
    
}

ul {
    list-style-type: none;
}

#Menu 
{
	font-family: arial;
    font-size: .5em;
    margin: 4px 0 0 40px;
}

#Menu ul
{
	margin:0; 
	padding:0; 
	list-style:none; 
	line-height:20px;
}
/***************************************************************/
/**************** Layout CSS begins ****************************/

#bg {
    width: 766px;
    background: #737b8a;
    margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
    font-size: 80%;
    height: 100%
}

#wrapper { /* also holds the left "sliding" tab */
    background: #fff;
    text-align: left;
    width: 706px; /* this can fixed or fluid */
    margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
    font-size: 180%;
    height: 100%
}

#header, #footer {
    clear: both; 
    width: 100%;
}

#header { 
    color: #fff; 
    text-align: right;
    padding: 1px 0;
    height: 203px;
    overflow:hidden;
}


#footer {
    text-align: center;
    color: #fff;
    background: #ffffff;
    height: 10px;
}

#footer div {
    padding: 1px 0;
}

#contentfloatholder {/* also makes the right "sliding" tab */
    float: left;
    width: 100%;
    position: relative;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
    margin: 0 215px;
    width: 490px; 
}


#center {
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
  width: 176px;
  margin-left: -4%; /* the difference to make the left colum appear flush left */ 
  height: 100%;
  min-height: 100%;
  
}

/*#right {
  float:right;
  width: 170px;
}*/


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}


/***** General formatting ****/
#pagetop {
    position: relative;
    width: 100%;
    padding-top: 1em;
    height: 2em;
    color: #000;
}

#pagetop ul
{
	padding:0;
	margin:0;
	color: #ffffff;
	white-space: nowrap;
}

#pagetop li 
{
	display: inline;
	font-weight: bold;
	font-family: arial;
	padding: 0 3px 0 3px
}

#pagetop li a 
{
	text-decoration: none;
	color: #ffffff;
}

#pagetop li a:hover 
{
	text-decoration: underline;
}

#pagebottom {
    position: relative;
    width: 100%;
    padding-bottom: 1em;
    height: 30px;
    background: #737b8a;
    clear: both;
    font-size: .7em
}


#wrapper {
    position: relative;
    z-index: 500;
}




#menu a, #menu a:visited {
    color:#fff; 
    text-decoration:none; 
    display:block; 
    padding:5px 5px 5px 20px;
    background: url(images/bullet.gif) no-repeat 10px 10px; 
    width:85px;
}

#menu a:hover {
    background: #a32c19 url(images/bullet.gif) no-repeat 11px 10px; 
}


#centerpad li {
    padding-left: 1em;
}

#centerpad h5 {
    color: #8f1d07;
}


#left_footer {
    width: 220px; 
    height: 140px; 
    float: left; 
    margin: 10px 0 0 10px; 
    padding: 4px 0 0 4px ;
    text-align: left;
    background: url(images/Vertical_line.jpg) repeat-y 219px 0px
}

#left_footer ul {
  width: 115px; 
  float: right; 
  margin-right: 5px  
}

.imgFrame {
    border: solid 3px #737b8a; 
    padding: 2px 2px 2px 2px; 
    float:left
}

#services {
    float:left;
    padding-right: 5px
}


#right_footer {
    width: 456px; 
    height: 140px; 
    float: right; 
    margin: 10px 10px 0 0px;
    text-align: left
}

#footer h5 {
    background: url(images/bullet.gif) no-repeat 0px 6px;
}

.roundcont {
	width: 192px;
	background-color: #a02627;
	color: #fff;
	margin: 20px 0px 0px 7px
}


.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 21px;
   height: 21px;
   border: none;
   display: block !important;
}


.groundcont {
	width: 192px;
	background-color: #e6e6e6;
	color: #000;
	margin: 20px 0px 0px 7px
}


.groundtop { 
	background: url(images/g_tr.gif) no-repeat top right; 
}

.groundbottom {
	background: url(images/g_br.gif) no-repeat top right; 
}

.GalleryMenu 
{
    width: 472px;
    clear: both;
    text-align: center;
    font-family:Arial; 
    font-size:.5em;
    padding: 3px;
}

.GalleryMenu a 
{
    color:#6A6A6A;
    font-size:.9em; 
    font-weight:normal; 
    font-family: arial;
    text-decoration: none
}

.GalleryMenu a:hover
{
	text-decoration: underline;
	color:#A4463D
}


.GalleryMenu li 
{
    display: inline;
    padding: 0px 5px;
    color: #6A6A6A
}


.GalleryCont {
	width: 479px;
	height: 199px;
	color: #fff;
	background: url(images/gallery_bg1.gif) no-repeat top right
}


.GalleryRight
{
    float: right;
    height: 156px;
    width: 226px;
    padding-top: 10px;
    
}

.GalleryRight div 
{
	float: left;	
}

.GalleryLeft 
{
    padding-top: 10px;
    float:left;
    height: 156px;
    width: 246px;
}

#GalleryLoad 
{
	padding: 83px 0px 0px 223px; 
	position:absolute; 
	visibility: hidden
}

.Room
{
    padding: 0px 0px 0px 18px;
}

.RoomTitle
{
    padding: 0px 0px 13px 18px;
}

.Thumb 
{
    padding: 0px 0px 5px 12px;
}

.RoomRates 
{
	float:right;
	padding: 10px 3px 5px 0px;
	background: url(images/rooms_bg.gif) no-repeat top left;
	width:448px
}

.RoomRates img
{ 
	float: left;
	padding:0px 10px 5px 2px;	
}

.RoomRates li
{
	clear: left;
	padding-right: 5px
}

.RoomsInfo 
{
	clear: both;
}

.RoomsInfo ul
{
	list-style-type: disc;
	list-style-position:inside
}

#UpdateProgress1 
{
	z-index:0
	}
	

.Breakfast {
	width: 479px;
	height: 166px;
	color: #fff;
	background: url(images/breakfast_bg.gif) no-repeat top right
}

#Directions ul li
{
	font-family: verdana, tahoma, arial, sans-serif;
    font-size: 90%;
	
	}



