﻿/*[fmt]AA90-1A0B-3*/
/*A Step Above Stylesheet
Main Divisions*/
#container
{
	position: relative;
	margin: 40px auto 0;
	background: #F4F9DE url(images/content_back.png) repeat-y left top;
	width: 975px;
}

#navigation
{
	position: absolute;
	top: 150px;
	left: 2px;
	width: 971px;
	height: 25px;
	border-bottom: 1px solid #B7C99B;
	border-top: 1px solid #B7C99B;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	float: left;
	margin-left: 18px;
}

#navigation ul li a
{
	display: block;
	height: 22px;
	padding: 3px 0 0 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#navigation ul li a:active, #navigation ul li a:hover, #navigation ul li.current a
{
	background: url(images/horseshoe.png) no-repeat left center;
}

#header
{
	width: 975px;
	height: 150px;
	background: url(images/banner.png) no-repeat left top;
	top: -10px;
	position: relative;
}

#header h1
{
	margin: 0;
}

#header h1 span
{
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

#address
{
	position: absolute;
	left: 665px;
	top: 34px;
	font-size: 11.5pt;
	font-weight: bold;
}

#content
{
	margin: 35px 20px 0;
}

#content_one
{
}

#content_two
{
	clear: both;
	margin-top: 25px;
}

#footer
{
	clear: both;
	background: url(images/bottom.png) no-repeat bottom left;
	text-align: center;
	font-size: small;
	padding: 0 0 11px;
	position: relative;
	top: 10px;
}

/*HTML Elements*/
html
{
	background: #4D3416 url(images/barnwood.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body
{
	padding: 0;
	margin: 0 0 40px;
}

#content_two h2
{
	text-align: center;
}

#content_one h2
{
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em;
	padding: 0;
}

ul
{
	list-style-type: circle;
}

/*Classes and Pseudoclasses*/
.odd, .even
{
	background: transparent url(images/background_shadow_left2.png) no-repeat left top;
	padding: 18px 27px 23px 37px;
}

.odd
{
	float: left;
	margin: 1.2em 1em 1em 0;
}

.even
{
	float: right;
	margin: 1.2em 0 1em 1em;
}

.rates
{
	background-color: #FFF;
	border: 1px solid #FF1010;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	width: 288px;
	margin-left: 341px;
	margin-top: 2.4em;
	margin-bottom: 1em;
}

.rates ul
{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.more
{
	text-decoration: none;
	margin-left: 17.1em;
}

.gallery li
{
	background-color: #E2EBD5;
	padding: 10px 10px 25px;
	border: 1px dotted #B7C99B;
	margin: 2em 2em 0;
}

.gallery
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery h3
{
	font-size: 1.2em;
	color: #244B16;
}

.gallery img
{
	border: 10px solid #FFF;
}

.gallery a
{
}

.featured
{
	float: right;
}

a
{
	font-weight: bold;
}

