/* Rules for all pages */
body {
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
    }
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
    }
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
    }
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.2;
    }

div#banner {
    /* width: 760px;
	height: 113px; */
    }
div#nav {
	position: absolute; top:1.5in; left:0;
	width: 2in;
	z-index: 5;
	}
div#nav table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1;
    }
div#nav table p a {
    color: #808080;
	text-decoration: none;
    }

div#content {
	position: absolute; top:1.5in; left:0in;
	width: 5in;
	padding: 0 0 0 2in;
	text-align: justify;
	z-index: 1;
    }
div#content span.paraintro {
    font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
  }
div#contentwide {
	position: absolute; top:1.5in; left:25%;
	width: 75%;
	text-align: justify;
	z-index: 1;
  }
div#contentwide span.paraintro {
    font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
  }
div#contentwide a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
  }

/* Rules for index.htm */
div#slideshow {
	display:none;
	position: absolute; top:180px; left:510px;
	width: 250px;
	height: 220px;
	border: 1px solid #333333;
	z-index: 10;
    }
div#foyerpic {
	display:none;
	position: absolute; top:430px; left:510px;
	width: 250px;
	height: 400px;
	border: 1px solid #333333;
	z-index: 12;
    }

/* Rules for rooms_rates_specials_packages.htm */
div#content_rooms_intro {
	position: absolute; top:2in; left:2in;
	width: 3in;
	}
div#rates {
    position:absolute; top:250px; left:510px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: double 3px #000000;
    }
div#rates table th {
    text-align: center;
	color: #000000;
    }
div#rates table tr td a {
    color: #000000;
	text-decoration: none;
    }
	
div#specials {
    position: absolute; top:6in; left:2in;
	text-align:justify;
	width: 6in;
	
}
div#specials_topofpage{
    display:none;
	position: absolute; top:500px; left:682px;
	width: 80px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
div#packages {
    position:absolute; top:36in; left:2in;
	text-align:justify;
	width: 6in
}
div#packages_topofpage{
    display:none;
	position: absolute; top:1985px; left:682px;
	width: 80px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
div#packages table tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
	
/* Rules for all rooms files other than rooms_rates_specials_packages.htm */
div#room_headingmenu {
    position: absolute; top:1.5in; left:2in;
    }
div#room_headingmenu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.2;
	text-align: center;
    }
div#room_headingmenu a {
    color: #000000;
	text-decoration: none;
    }
div#room_table {
    position:absolute; top:2in; left:1.5in;
    }
div#room_table table{
	width: 6.0in;
    }
div#room_table table tr td{
	width: 50%;
	height: 2.5in;
	overflow: visible;
	vertical-align: top;
	text-align: justify;
	padding-right: .2in;
    }
  div#room_table table tr td img {
	vertical-align: top;
	border: solid 1px #000000;
	margin: .2in 0;
  }
