@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	background: #001B35 url(../images/bg-html-gradient.jpg) repeat-x fixed center top;
}
body {
	background: url(../images/bg-body-pattern.gif) no-repeat fixed center top;
	color: #E0D486;
	font: 85% Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#map {
	margin-bottom: 25px;
}

img {
	border-style: none;
}
#wrapper {
	text-align: left;
	clear: both;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #063560;
	border-left: 1px solid #063560;
	background: #001B35;
	position: relative;
}
#clear {
	clear:both;
}
#header {
	height: 150px;
}
/* =============================== Begin Header Styles ========================================*/
#header h1   {
	text-indent: -9999em;
	background: url(../images/header-bg.gif) no-repeat center top;
	height: 101px;
	width: 955px;
}
#header-ironwood h1 {
	text-indent: -9999em;
	background: url(../images/header-bg-ironwood.gif) no-repeat center top;
	height: 125px;
	width: 955px;
}


#header h2 {
	text-indent: -9999em;
	float: right;
}
#mainNav ul {
	position: absolute;
	float: left;
	width: 955px;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #063560;
	border-bottom: 1px solid #063560;
}
#mainNav ul li{
	float:left;
	text-transform: uppercase;
	font-weight: bold;
}
#mainNav ul a:link, #mainNav ul a:visited {
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	display: block;
	color: #E0D486;
	padding: 1em 2.75em;
}
#mainNav ul a:hover, #mainNav ul a:active {
	color: #EFEAC0;
	background: url(../images/mainNav-hover-bg.gif) no-repeat center center;
}
#mainNav ul li a.current{
	color: #EFEAC0;
	cursor: default;
	background: url(../images/mainNav-hover-bg.gif) no-repeat center center;
}
/* =========================== Begin Main Styles ========================*/
#mainContent h1 {
	font-size: 1.5em;
	color: #7DA3B7;
	word-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	text-align: center;
}

#mainContent h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #7DA3B7;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#mainContent h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}



#mainContent p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 1.5em;
}
#imgRight {
	float: right;
}
#imgLeft {
	float: left;
}


#splash {
	margin-bottom: 20px;

}
#photoGallery {
	text-align: center;
}

#photoGallery img {
	margin: 20px;
}
#photoGallery a:link img, #photoGallery a:visited img{
	border: 5px solid #052D50;
}
#photoGallery a:hover img, #photoGallery a:active img{
	border: 5px solid #063560;
}
#reservations ol {
	list-style-type: none;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}
#reservations ol li {
	padding-bottom: 5px;
}
.booked {
	color: #063560;
	text-decoration: line-through;
}
#reservations h1 {
	padding-bottom: 20px;
	text-decoration: underline;
}



#footer {
	margin-bottom: 10px;
	border-top: 1px solid #063560;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #063560;
}
#footer p {
	text-align: center;
	padding-top: 5px;
	font-size: .9em;
}
#footer a:link, #footer a:visited {
	color: #508BBC;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #7DA3B7;
	text-decoration: underline;
}
#sitemap {
	padding: 20px;
	color: #7DA3B7;
}
#sitemap ul {
	list-style-type: none;
}
#sitemap ul li {
	padding-bottom: 10px;
}
#sitemap ul li a:link, #sitemap ul li a:visited {
	color: #7DA3B7;
	text-decoration: none;
}
#sitemap ul li a:hover, #sitemap ul li a:active {
	color: #6B96AD;
	text-decoration: underline;
}
#events img {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#events {
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #508BBC;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #7DA3B7;
}
#header-ironwood h2 {
	text-indent: -9999em;
	float: right;
}
.small_text,
.small a {
	font-size: 0.7em;
	font-style: italic;
	color: #B9AF68;
}

