/* CSS Document */

a.menu:link {text-decoration: none; color:#ffffcc; }
a.menu:visited {text-decoration: none; color:#ffffcc;}
a.menu:active {text-decoration: none; color:#ffffcc;}
a.menu:hover {text-decoration:none; color:#ffd35b;}

a.main:link {text-decoration: none; color: #156100; }
a.main:visited {text-decoration: none; color: #156100;}
a.main:active {text-decoration: none; color: #156100;}
a.main:hover {text-decoration: underline; color: #156100;}

body {
	color: #000000;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(bg.jpg) fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

table.main {
	width: 751px;
	border: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	background-color:#000000;
}

table.heading {
	background: url(heading-logo.jpg);
	height: 135px;
	width: 100%;
	padding: 5px;
}

td.heading {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: right;

}

table.menu {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: none;

}

td.menu {
	background-color: #553a26;
	vertical-align:middle;
	
}

table.reslide {
	background-color: #f0e6be;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.mainbody {
	width: 100%;
	padding: 0px;
	background-color: #f0e6be;
	margin-left: auto;
	margin-right: auto;
	
}

td.lowmenu {
	background-color: #9c0202;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
		
}

td.lowaddress {
	background-color: #f0e6be;
	font-size: 12px;
	height: 25px;
    vertical-align: middle; 
}

td.room {
	vertical-align: top;
	

}

td.rates {
	font-size: 12px;
	
}

p.room-heading {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font: bold;
	color: #a2110f;
	
}

P:first-letter { font-size: 150%; float: left }

strong { font-size: 150%; }

p.green { color: #156100; }

small { font-size: 12px; }

/* Drop Down Menu */
#dropmenudiv{
position: absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height:24px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #553a26;
}
