

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg_body.png) repeat-x left top;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
table.contactform {
	width: 60%;
	margin-top:20px;
}
td {
	line-height:16px;
	font-size:11px;
}
table.contactform td.fieldname {
	width: 20%;
	text-align:right;
	padding-right:10px;
	vertical-align:top;
}
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	font-size:11px;
	color:#CCC;
	margin:0;
}

h2 {
	font-size: 1.4em;
	line-height:1.3em;
	color:#666;
	margin-top:20px;
}

h3 {
	font-size: 1.0em;
	color:#666;
	margin-bottom:0px;
}

p, ul, ol {
}

p {
	line-height:16px;
	font-size:11px;
}
p.intro {
	font-size:14px;
	line-height:20px;
	margin-top:0px;
	color:#39C;
}
p.hightlight {
	color:#333;
}
.blockbg {
	background: #D9D785;
}

ul {
	line-height:16px;
	font-size:11px;
	margin-bottom:10px;
}
li {
	margin-bottom:5px;
}

ol {
}

a {
	color: #39C;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

small {
}

hr {
	border: none 0; 
	border-top: 1px dashed #65bb00;
	width: 100%;
	height: 1px;
	margin: 20px auto 0 0;
	text-align: left;
	}	

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 37px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#bg_header {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: url(images/bg_header.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 25px;
}

/* Menu */

#menu {
	float: right;
	margin-top: 5px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing:1px;
	color: #4E4E4E;
}
#menu a:hover {
	color: #39C;
}
#menu a.active {
	color:#39C;
}
/*
#menu .home a:hover, #menu .home a.active {
	background: url(images/bg_nav_on_home.png) no-repeat center top;
}

#menu .about a:hover, #menu .about a.active {
	background: url(images/bg_nav_on_about.png) no-repeat center top;
}

#menu .carbonneutral a:hover {
	background: url(images/bg_nav_on_carbonneutral.png) no-repeat center top;
}
#menu .location a:hover, #menu .location a.active {
	background: url(images/bg_nav_on_1770.png) no-repeat center top;
}

#menu .home a:hover {
	background: url(images/bg_nav_on_home.png) no-repeat center top;
}
#menu .faq a:hover, #menu .faq a.active {
	background: url(images/bg_nav_on_faq.png) no-repeat center top;
}
#menu .bookings a:hover {
	background: url(images/bg_nav_on_bookings.png) no-repeat center top;
}
*/
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	background: #FFF;
	background: #FFFFFF url(images/bg_body_no-repeat.jpg) no-repeat fixed left top;
}

#content-left {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#content-right {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}
#content-right h2 {
	font-size: 1.2em;
	line-height:1.3em;
	color:#39C;
	margin-top:0px;
	margin-bottom:3px;
}
#content-right ul.subnav {
	color:#212121;
	margin:0 0 60px;
	background-color:none;
	padding:0;
}
#content-right ul.subnav li {
	color:#212121;
	list-style:none;
	margin:5px 0 15px;
	padding:0;
	text-decoration: none;
	font-size: 12px;
}
#content-right ul.subnav li.location {
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:5px 0;
	padding: 0 5px;
	text-decoration: none;
	display:block;
	background-color:#00a4e4;
}
#content-right ul.subnav li a {
	background-color: none;
	padding: 0px 7px;
	text-decoration: none;
	font-size: 11px;
	line-height:12px;
	color:#212121;
	width:100%;
	display:block;
	text-transform:uppercase;
	border-left:1px solid #00a4e4;
}
#content-right ul.subnav li a:visited {
	background-color: none;
	text-decoration: none;
}
#content-right ul.subnav li a:hover {
	background-color: none;
	text-decoration: none;
	color:#;
	border-left-color:#F90;
}
#content-right .entry {
}

#content-right .entry a {
	background: #F90;
	padding: 3px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #FFF;
}

#content-right .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.entry {
	margin-bottom: 20px;
	padding-bottom: 5px;

}


/* gallery */

table#gallery {
	width: 100%;
	border: none;
	background-color:#e2f2cf;
	margin:10px 0;
}
table#gallery tr {
	line-height:0;
}
table#gallery tbody td {
	text-align: center;
	color:#FFF;
	padding:0;
}
table#gallery tbody td img{
	padding:0;
	margin:0;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #e2f2cf;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

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

#sidebar li {
	display: block;
	float: left;
	width: 130px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 20px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #666;
}

#sidebar a {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

table#calendar caption {
	padding-top: 5px;
	font-weight: bold;
	text-align:left;
}

table#calendar {
	width: 100%;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
}

table#calendar thead {
	background: #00a4e4;
	text-align: center;
	color:#FFF;
}

table#calendar tbody td {
	border: none;
	text-align: center;
	background-color:#FFF;
}

table#calendar #today {
	font-weight: bold;
}

table#calendar #prev {
}

table#calendar #next {
	text-align: right;
}


/* Footer */

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #CCC;
	font-size: 11px;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 6px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
	font-weight:bold;
}

#legal {
	float: left;
}

#links {
	float: right;
}

