* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images3/background.jpg);
	background-repeat: repeat-x;
	background-color: #f7f3db;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
}
#header {
	width: 900px;
	float: left;
	height: 97px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#navigation {
	float: left;
	width: 900px;
	margin: 0px;
	padding-top: 12px;
}
#slideshow {
	color: #333;
	margin: 0px;
	height: 226px;
	width: 940px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#leftcolumn {
	float: left;
	margin: 0px;
	height: auto;
	width: 588px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
}
#rightcolumn {
	float: left;
	color: #333;
	margin: 0px;
	height: auto;
	width: 250px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
}
#newsletter {
	float: left;
	color: #333;
	height: 150px;
	width: 220px;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #e7dfc4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#homepagecontent {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	height: 350px;
	width: 600px;
	display: inline;
	background: #E7DBD5;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 4px;
	background-color: #f8f5e5;
	border: 5px double #d2d1c5;
}
#footer {
	width: auto;
	clear: both;
	color: #333;
	background-image: url(../images/graphic-footer-bck.gif);
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
/* text Styles */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #F26922;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #514935;
	margin-bottom: 5px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F26922;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #514935;
	margin-bottom: 3px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #292929;
}
a:link {
	color: #F26922;
	text-decoration: none;
}
a:visited {
	color: #514935;
	text-decoration: none;
}
a:hover {
	color: #514935;
	text-decoration: underline;
}
a:active {
	color: #F26922;
	text-decoration: none;
}
/* MENU */

 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
	float: left;
	margin-top: 0;
	margin-right: 0.1em;
	margin-bottom: 0;
	margin-left: 0.1em;
}

#nav-menu li a
{
	height: 1.85em;
	line-height: 1.8em;
	float: left;
	width: 10em;
	display: block;
	color: #514935;
	text-decoration: none;
	text-align: center;
	background-color: #f6e293;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #ede6d3;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ede6d3;
	border-right-color: #ede6d3;
}
#nav-menu li a:hover
{
	height: 1.85em;
	line-height: 1.8em;
	float: left;
	width: 10em;
	display: block;
	color: #514935;
	text-decoration: none
	text-align: center;
	background-color: #e3dbbd;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #ede6d3;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ede6d3;
	border-right-color: #ede6d3;
}
#nav-menu ul li#youarehere a {
	height: 1.85em;
	line-height: 1.8em;
	float: left;
	width: 10em;
	display: block;
	color: #514935;
	text-decoration: none;
	text-align: center;
	background-color: #e3dbbd;
	border-left-width: 1.5px;
	border-left-style: solid;
	border-left-color: #ede6d3;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ede6d3;
	border-right-color: #ede6d3;
}	
	


#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:75em
}

/* Caledar rollovers \*/

#calendar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#calendar li
{
	list-style: none;
	margin: 0;
}

#calendar li a
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 5px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-calendar.gif);
	font-weight: bold;
}

#calendar li a:hover
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 5px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-calendar-over.gif);
	font-weight: bold;
}
/* Hide from IE5-Mac \*/
#calendar li a
{
float: none
}
/* End hide */

#calendar
{
	width:175px;
}


ul#calendar li#youarehere a { 
	height: 30px;
	font-size: 12px;
	width: 191px;
	list-style: none;
	display: block;
	color: #006666;
	text-decoration: none;
	background: #FFF;
	border-bottom: 1px solid #e1ede3;
}
/* Cabin rollovers \*/

#cabin ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#cabin li
{
	list-style: none;
	margin: 0;
}

#cabin li a
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 5px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-cabin.gif);
	font-weight: bold;
}

#cabin li a:hover
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 5px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-cabin-over.gif);
	font-weight: bold;
}
/* Hide from IE5-Mac \*/
#cabin li a
{
float: none
}
/* End hide */

#cabin
{
	width:175px;
}


ul#cabin li#youarehere a { 
	height: 30px;
	font-size: 12px;
	width: 191px;
	list-style: none;
	display: block;
	color: #006666;
	text-decoration: none;
	background: #FFF;
	border-bottom: 1px solid #e1ede3;
}
/* Directions rollovers \*/

#directions ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#directions li
{
	list-style: none;
	margin: 0;
}

#directions li a
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 45px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-directions.gif);
	font-weight: bold;
	background-repeat: no-repeat;
}

#directions li a:hover
{
	height: 18px;
	line-height: 15px;
	font-size: 14px;
	width: 195px;
	list-style: none;
	display: block;
	color: #5b533f;
	text-decoration: none;
	padding-left: 45px;
	margin-bottom: 45px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	padding-bottom: 5px;
	padding-top: 10px;
	background-image: url(../images/nav-directions-over.gif);
	font-weight: bold;
}
/* Hide from IE5-Mac \*/
#directions li a
{
float: none
}
/* End hide */

#directions
{
	width:175px;
}


ul#directions li#youarehere a { 
	height: 30px;
	font-size: 12px;
	width: 191px;
	list-style: none;
	display: block;
	color: #006666;
	text-decoration: none;
	background: #FFF;
	border-bottom: 1px solid #e1ede3;
}
