/* COLORS
/* #0F1112; "Dark Grey"
/* #484b4d; "Medium Grey"
/* #BBBBBB; "Light Grey"
/* #00A739; "Green Old"
/* #33735B; "Geen New"
/* #BABC9C; "Beige"

/* #33735B; "Geen New"
/* #BABC9C; "Beige"

/* RESET */
BODY, UL, UL UL, LI, LI LI, P, OL, H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px;
	behavior: url("csshover.htc");
	}
A, IMG {
	border: none;
	text-decoration: none;
	}
UL,OL,LI {
	list-style: none;
	}

/* DEFAULT */
H1, H2, H3, H4, H5, BLOCKQUOTE {
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	}
H2, H3, H4, H5 {
	margin: 0px 0px 5px;
	}
BLOCKQUOTE {
	margin: 3px 0px;
	}
UL, OL {
	margin: 10px 0px;
	}
P {
	color: #444;
	padding: 0px 0px 10px;
	}
P, A, A:HOVER, LI, LABEL, #freeform, TD {
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: px;
	}
A {
	color: #33735B;
	
	}
A:HOVER {
	text-decoration: none;
	color: #BABC9C;
	}
INPUT, TEXTAREA {
	border: solid 1px #CCC;
	padding: 2px;

	}
LABEL {
	display: block;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}

.col {
	overflow: auto;
	margin: 0px;
	}
.col li {
	float: left;
	}
/* --- Titles --- */
/* Site Logo */
H1 {
	padding: 0px 0px 0px;
	width: 240px;
	}
H1 span {
	display: block;
	height: 0px;
	text-indent: -9999px;
	}
/* Main Title */
H2 { 
	font-size: 26px;
	line-height: 39px;
	letter-spacing: 6px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	}
H2 .subtitle {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: none;
	color: #BABC9C;
	display: block;
	}
H2.tag {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 8px;
	font-weight: normal;
	text-transform: uppercase;
	
	color: #33735B;
	width: 760px;
	padding: 10px 20px;
	background: #393d3f;
	border-bottom: solid 10px #33735B;
	}
/* Sub Title */
H3, H3 P {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #BBB;
	}

H4 {
	font-size: 21px;
	padding-bottom: 5px;
	line-height: 24px;
	letter-spacing: -.5px;
	font-weight: normal;
	color: #33735B;
	}

/* ----- Layout ----- */
BODY {
	background: #0F1112;
	text-align: center;
	}

#header, #content {
	width: 800px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: left;
	
	}
#header {
	height: 85px;
	}

.nav {
	width: 550px;
	margin: 35px 0px 0px 10px;
	}

.nav li {
	padding: 0px 0px 0px 10px;
	line-height: 15px; 
	float: left;
	position: relative;
	z-index: 1;
	}
.nav li:hover {
	z-index:2;
        }

.nav li:hover ul, .nav li.over ul {
	display: block;
        }

.nav ul {
	display: none;
	width: 200px;
	position: absolute;
	top: 15px;
	left: 0px;
	padding: 3px 0px;
	}
.nav ul li {
	display: block;
	float: none;
	}

.subnav {
	margin: 0px;
	}

#content {
	overflow: auto;
	clear: both;
	}
	
	
#content .main {
	width: 450px;
	height: 510px;
	overflow: hidden;
	padding: 20px;
	border-right: solid 10px #33735B;
	background: #FFF;
	}
#content .full {
	width: 760px;
	height: 510px;
	border: none;
	}

#content .main ul {
	margin-top: 0px;
	margin-left: 30px;
	}
#content .main li {
	list-style: square;
	color: #333;
	padding: 2px 0px;
	}
#content .main .subnav {
	overflow: auto;
	}
#content .sub {
	width: 300px;
	height: 550px;
	display: block;
	overflow: hidden;
	
	}
#content .footer {
	text-align: left;
	padding: 5px 0px 20px;
	clear: both;
	}
#content .footer h2 {
	font-size: 15px;
	line-height: 25px;
	}
#content .footer h2 span {
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 3px;
	display: block;
	text-transform: none;
	
	}
#content .footer p, #content .footer a {
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	text-transform: normal;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #fff;
	padding-top: 0px;
	}
#content .footer a:hover {
	color:#33735B;
	text-decoration: none;
	}
#freeform {
	overflow: auto;
	}
#freeform label {
	padding: 10px 0px 0px;
	line-height: 18px;
	}
#freeform .left {
	width: 355px;
	padding: 5px;
	}
#freeform .left input {
	width: 300px;
	}

#freeform input, #freeform textarea {
	width: 300px;
	}
#freeform textarea {
	height: 80px;
	}
#freeform input.radio {
	border: 0px;
	width: 30px;
	}
#freeform input.submit {
	width: 70px;
	}
#home #content p {
	padding-bottom: 0px;
	}
/* ----- Design ------ */

.footer .reservationbutton, .footer a.reservationbutton:hover {
	padding: 5px !important;
	font-weight: normal;
	font-size: 10px !important;
	background: #33735b; 
	margin: 0px; 
	color: #fff !important; 
	line-height: 10px; 
	font-family: Gill Sans, Trebuchet MS,Helvetica,sans-serif; 
	letter-spacing: 2px !important;
	float: none;
	display: inline;
	}
.reservationbutton, a.reservationbutton:hover {
	float: right; 
	font-family: Gill Sans, Trebuchet MS,Helvetica,sans-serif; 
	display: block; 
	font-weight: normal; 
	background: #33735B; 
	padding: 8px; 
	color: #FFF; 
	margin: 10px; 
	font-size: 10px; 
	line-height: 10px; 
	letter-spacing: 2px; 
	text-transform: normal;
	}
.nav li a {
	font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; 
	letter-spacing: 0px;
	color: #BABC9C;
	text-transform: uppercase;
	}
.nav li a:hover {
	color: #33735B;
	text-decoration: none;
	}

.nav ul {
	background: #0F1112;
	}

.nav ul li {
	
	z-index: 90;
	}
.nav ul li a {
       padding: 3px 0px;
       display: block;
	   font-size: 12px;
	   line-height: 15px;
	   color: #FFF;
	   text-transform: none;
       }
.nav ul li a:hover {
	
	}

#content .main .subnav li {
	list-style: none;
	padding: 0px 20px 0px 0px;
	float: left;
	}
.subnav li a {
	font-size: 13px;
	letter-spacing: 1px;
	color: #BABC9C;
	}
.subnav li a:hover {
	color: #33735B;
	text-decoration: none;
	}

.main .subheader {
	background: #393d3f;
	padding: 15px 20px;
	margin: -20px -20px 20px -20px;
	}

#news #content .main, #news #content .full, #reservations #content .main, #reservatoins #content .full {
	height: auto;
	min-height: 510px;
	}
	
.subscribe {
	background-color:#33735B;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-bottom:10px;
margin-left:-20px;
margin-right:-20px;
margin-top:-20px;
padding: 10px 20px;
	}
.subscribe form {
	margin: 0px;
	padding: 0px;
	}
.subscribe font {
	color: #FFF !important;
	padding: 0px 10px 0px 0px;
	
	}
.subscribe input {
	border-color: #12635B !important;
	
	}
.subscribe .submit {
	padding: 1px;
	}