/* Forest Hills Hotel Style Sheet */

/*General Styles*/

html, body, div, p, h1, h2, h3, h4, h5, h6, h7 ul, ol, 
span, a, form, li, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	background: url(images/back.gif) repeat-x;
	text-align: center;
}

h1 {
	color: #813923;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #253A8E;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: #813923;
	margin: 0px;
}

h4 a {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
}

h5 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

h7 {
	color: #253A8E;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}

a:link, a:visited {
	color: #813923;
	text-decoration: none;
}

a:hover, a:active {
	color: #FFF;
	background: #813923;
	text-decoration: none;
}

/* Text Classes */

.light {
	color: #FFF;
}

.light a:link, .light a:visited {
	color: #CCE8DC;
	text-decoration: none;
}

.light a:hover, .light a:active {
  color: #7C89BB; background-color: #CCE8DC;
}

.nav {
	font-size: 9px;
	font-weight: bold;
	color: #253A8E;
}

.nav a:link, .nav a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #253A8E;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	font-size: 9px;
	font-weight: bold;
	color: #6699FF;
	background: #FFF;
}

#textspace01 {
	width: 298px;
	padding-left: 12px;
	padding-right: 16px;
	text-align: left;
}

/*  Header/Nav Section */
#wrap { 
	width: 700px;
	background: #253A8E;
	margin: 0 auto;
}
#container {
	width: 692px;
	margin: 0 auto;
}
#top { 
	width: 700px;
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	height: 20px;
	background: #253A8E;
}
#header { 
	width: 700px;
	height: 156px;
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	background: url(images/recep4c.jpg) center;
	text-align: center;
}
#navbar {
	text-align: center;
}

/* Table Controls */
#menu {
	width: 700px;
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	height: 25px;
	background-color: #253A8E;	
}

#button01 {
	width: 119px;
	height: 27px;
	background-image: url(images/button01.gif);
}

#header2 {
	width: 700px;
	height: 156px;
	background: url(images/recep1.jpg);
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	text-align: center;
}

#logo {
	border: 0;
	text-align: center;
}

#photobar { 
	width: 700px;
	height: 110px;
	background-color:#FFF;
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	text-align: center;
}

#contents { 
	width: 700px;
	background-color: #E9EBF3;
	border-left: 4px solid #253A8E;
	border-right: 4px solid #253A8E;
	text-align: left;
}

/*  BREADCRUMB MENU */

.breadcrumb { text-align: left; }

.breadcrumb a:link, .breadcrumb a:visited { color: #813923; }

.breadcrumb a:hover { color: #FFF; background-color: #813923; }

/*  Event HighLight */

.event-highlight { text-align: center; }
.event-highlight span { color: #813923; font-size: 14px; font-weight: bold; }
.event-highlight h4 { font-size: 16px; }
.event-highlight h3 { font-size: 16px; }
.event-highlight p { font-size: 11px; font-style: italic; margin: 10px 0 0 0; }

/*  Gallery */

#equip-gallery img { float: left; border: 2px soild #964f4f; margin: 0 5px 5px 0; }
#equip-gallery-clear { clear: both; }