@charset "utf-8";

/*
 * Copyright Trebarwith Hotel
 *
 * Web Development by LOOKsystems Limited
 * mailto: info@looksystems.ltd.uk
 * http: //www.looksystems.ltd.uk
 *
 * Site Design by Hudson Armstrong Design
 * mailto: info@hudsonarmstrongdesign.com
 * http: //www.hudsonarmstrongdesign.com
 *
 */

/* RESET STYLES */

body {
	margin: 6px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, li {
	padding: 0;
	margin: 0;
}

ol, ul {
	list-style: none;
}

table, tr, td {
	vertical-align:top;
}

a {
	color: #626465;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ACCESSIBILITY */

.wai {
	display: none;
}

/* PAGE LAYOUT */

#page {
	margin: 0 auto;
	background: #eaf4f7 url(../img/bg.gif) repeat-y;
	position: relative;
	width: 891px;
}

/* HEADER */

#head {
	height: 70px;
	background-color: #99c9d9;
	border-bottom: 6px solid #fff;
	color: #fff;
}

/* HEADER logo */

#head h4 a {
	width: 185px;
	height: 70px;
	border-right: 6px solid #fff;
	background: #3494b3 url(../img/logo.gif) 14px 10px no-repeat;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
}

/* HEADER contact details */

#head ul {
	padding-left: 5px;
}

#head li {
	font-size: 14px;
	white-space: nowrap;
	margin: 45px 10px 0 5px;
	float: left;
}
#head span {
	float: left;
	margin-right: .25em;
}
#head .email a {
	background: url('../img/email.gif') no-repeat;
	width: 27px;
	height: 20px;
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	float: left;
}

/* HEADER strapline */

#head p {
	float: right;
	color: #fff;
	width: 270px;
	font-size: 20px;
	text-align: right;
	line-height: 30px;
	margin: 5px;
}

#head p .secret {
	display: block;
	width: 270px;
}

/* NAVIGATION */

#nav {
	left: 0;
	clear: both;
	position: absolute;
	padding-top: 160px;
	background: #71b4ca no-repeat 0 0;
	width: 185px;
}

#nav .menu {
	border-top: 6px solid #fff;
	padding: 5px 15px 5px 10px;
}

.menu {
	background: #71b4ca no-repeat 0 0;
}

.menu li {
	border-bottom: 2px dotted white;
	font-size: 14px;
}

.menu a {
	color: #fff;
	display: block;
	background: url(../img/dot-light.gif) center right no-repeat;
	margin-top: 10px;
	padding-bottom: 5px;
}
.menu a:hover,
.menu .select a {
	background:url(../img/dot-white.gif) center right no-repeat;
	text-decoration: underline;
}
.menu .select a {
	font-weight: bold;
}

/* NAVIGATION accreditation */

#nav .AA a {
	padding: 0;
	margin: 1.5em 0 0 10px;
	background: url('../img/AA.gif') no-repeat left top;
	width: 27px;
	height: 43px;
	overflow: hidden;
	text-indent: -9000px;
	display: block;
	float: left;
}
#nav .CoaST a {
	left: 4px;
	position: relative;
	padding: 0;
	margin: 1.5em 0 0 5px;
	background: url('../img/CoaST-membership-logo.gif') no-repeat left bottom;
	width: 120px;
	height: 43px;
	overflow: hidden;
	text-indent: -9000px;
	display: block;
}

/* STAGE IMAGE */

#stage {
	border-bottom: 6px solid #fff;
	margin-left: 191px;
	height: 160px;
	width: 700px;
	overflow: hidden;
}

#stage.tall {
	height: 360px;
}

/* CONTENT */

#content,
#content-home {
	margin-left: 191px;
	font-size: 12px;
	color: #626465;
	padding: 5px 10px 10px 10px;
	width: 680px;
}

#content-home .col1 {
	float: left;
	width: 330px;
	margin: 0 20px 10px 0;
}

#content {
	min-height: 400px;
}

#content.with_sidebar {
	float: left;
	width: 460px;
	margin-left: 191px;
}

#content h1,
#content-home h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 2px dotted #626465;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}

#content p,
#content-home p {
	margin: 10px 0;
}

#content li {
	list-style: square inside;
	margin-left: 1em;
}

#content a,
#content-home a {
	font-weight: bold;
}
#content a.plain {
	font-weight: normal;
}

/* CONTENT tariffs */

#content thead th {
	font-weight: normal;
}
#content thead th {
	padding: .25em .5em;
}
#content thead th strong {
	font-size: 100%;
}
#content td {
	text-align: center;
	padding: .25em .5em;
}

/* CONTACT FORM */

#contact {
	margin-right: 20px;
	text-align: right;
}

#contact label {
	display: block;
	text-align: left;
}

#contact input {
	border: solid 1px #fff;
	overflow: visible;
	width: 100%;
	height: 30px;
}

#contact textarea {
	vertical-align:top;
	border: solid 1px #fff;
	border: none;
	width: 100%;
	height: 80px;
}

#contact .button {
	color: #626465;
	background: #eaf4f7 url(../img/dot-dark.gif) right center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	height: 30px;
	border: none;
	width: auto;
	padding: 0 13px 0 0;
}

#contact .invalid {
	color: #800;
}

/* TRANSLATE */

#translate {
	position:absolute;
	top: 10px;
	left: 200px;
}
#translate .german {
	padding-left: 27px;
	height: 17px;
	background: url(../img/flag-german.gif) 0 0 no-repeat;
}

/* SIDEBAR */

#sidebar {
	width: 200px;
	float: right;
	margin: 10px 10px 20px 0;
}

#sidebar .menu {
	padding: 1px 10px 15px 10px;
	margin-bottom: 10px;
}

#sidebar h2 {
	color: #fff;
	background-color: #71b4ca;
	font-weight: normal;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
}

#sidebar .images span {
	display: block;
	background: #fff 0 0 no-repeat;
	width: 200px;
	height: 135px;
	margin-bottom: 10px;
}

/* FOOTER */

#footer {
	clear: both;
	margin-left: 191px;
	background-color: #b3d7e3;
	padding: 10px 10px 15px 10px;
}

/* FOOTER address */

#footer .address {
	color: #fff;
	font-size: 10px;
	position: absolute;
	left: 10px;
}
#footer .address a {
	color: #fff;
}

/* FOOTER links */

#footer .links li {
	float: left;
	border-bottom: 2px dotted #fff;
	margin-right: 25px;
	font-size: 14px;
}
#footer .links li.last {
	margin-right: 0;
}

#footer .links a {
	color: #55A7BF;
	text-decoration: none;
	background: url(../img/dot-dark.gif) center right no-repeat;
	width: 200px;
	margin: 5px 0 3px 0;
	display: block;
}


#footer .links a:hover,
#footer .links .select a {
	color: #fff;
	background: url(../img/dot-white.gif) center right no-repeat;
	text-decoration: underline;
}

#footer .links .select a {
	font-weight: bold;
}

/* FOOTER small print */

#footer .small {
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	margin-left: 0;
}

#footer .small li {
	display: inline;
	border-right: 1px solid #666;
	margin-right: .25em;
	padding-right: .5em;
}
#footer .small .last {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

/* LIGHTWINDOW SUPPORT */

#modalOverlay {
	height: 100%;
	background-color: #000;
}

#modalContainer {
	height: 500px;
	width: 644px;
	left: 50%;
	top: 15%;
	margin-left: -322px;
	position: absolute;
}

#modalContainer div {
	background-color: #fff;
	height: 500px;
}

#modalContainer iframe {
	border: none;
	background-color: #fff;
	height: 500px;
	width: 644px;
	overflow: hidden;
}

#modalContainer h1 {
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	padding: .25em 5px;
	background-color: #000;
	color: #fff;
	height: 20px;
}
#modalContainer h1 a {
	color: #fff;
	font-size: 10px;
	position: absolute;
	text-decoration: none;
	right: 5px;
	top: 5px;
}

/* ADMIN STYLES */

#editpage {
	position: absolute;
	right: 5px;
	top: 5px;
}

