.header {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	size: 9;
	font-size: 14px;
	color: #8b845d;
	font-weight: bold;
}
.Footer {
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.bodyText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #59472b;
}
.textHeader {
	font-size: medium;
	color: #59472b;
}

.reservations {color: #c6c8ab; font-weight: bold; font-size: 12pt; font-family: "Times New Roman", Times, serif;}

.reserverHeader {color: #c6c8ab; font-weight: bold; font-size: 12pt; font-family: "Times New Roman", Times, serif; font-style: italic; }

a
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.topNav
{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	size: 9;
	font-size: 14px;
	color: #8b845d;
	font-weight: bold;
	text-decoration: none;
}

a:visited.topNav
{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	size: 9;
	font-size: 14px;
	color: #8b845d;
	font-weight: bold;
	text-decoration: none;
}

a:hover.topNav
{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	size: 9;
	font-size: 14px;
	color: #8b845d;
	font-weight: bold;
	text-decoration: none;
}

a.newsLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c6c8ab;
	font-size: 10pt;
	text-decoration: none;
}

a:visited.newsLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c6c8ab;
	font-size: 10pt;
	text-decoration: none;
}

a:hover.newsLink
{
	font-family: Arial, Helvetica, sans-serif;
	color: #c6c8ab;
	font-size: 10pt;
	text-decoration: none;
}

a.footerLink
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:visited.footerLink
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.footerLink
{
	color: #8b845d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.style1 {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color: #c6c8ab;
}

#homeSearch
{
	float: left;
	padding: 525px 0px 0px 25px;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #EEEEEE;
}

.homeSearchBox
{
	font-family: Verdana;
	font-size: 12px;
}


.flowerList
{
	list-style-image: url('/images/flowerList.gif');
}

body 
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #59472b;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	size: 9;
	font-size: 14px;
	color: #8b845d;
	font-weight: bold;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	color: #E2E1CB;
	text-decoration: none;
	bgcolor: #3A6C6D;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li { /* all list items */
	float: left;
	width: 83px; /* width needed or else Opera goes nuts */
}

#nav li:hover {position: relative; z-index: 1; background-color: #3A6C6D;} 

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url(/images/navbg.jpg);
	/* width: 83px; */
	width: 90px;
	padding: 5px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background-color: #3A6C6D;
}

#content {
	clear: left;
	color: #ccc;
}


