﻿* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f5f2eb;
	font-family: "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 62.5%/1.5;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	font-size: 1em;
	text-align: center;	
}

#masthead-wrapper {
	background-color: #096696;	
	border-bottom: 5px solid #e8e2d2;
	color: white;	
}

#masthead {
	width: 710px;
	margin: 0 auto;
	/*background-image: url(../images/logo.gif);*/
	background-position: right 50%;
	background-repeat: no-repeat;
	text-align: left;
}

#masthead h1 {
	font-size: 45pt;
	padding: 10px 0 10px 0;
	font-family: Garamond, Rockwell, Mangal, Century Gothic;
}

#mainnav ul {
	list-style-type: none;
}

#mainnav ul li {
	display: inline;
	float: left;
}

#mainnav ul li a {
	background: #9abbda url(../images/navcorner.gif) top left no-repeat;
	color: black;
	display: block;
	padding: 5px 5px 5px 5px;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: 5px solid #e8e2d2;
	font-weight: bold;
}

#mainnav ul li a:hover, #mainnav ul li a.selected {
	display: block;
	border-bottom: 5px solid #ab9f87;
	position: relative;
	color: White;
}

#mainnav ul li a.selected {
	color: white;
}

#masthead .clear {
	margin-bottom: -5px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	padding:0;
	margin:0;
	border:0;
}

.content-wrapper {
	text-align: left;
	width: 740px;
	margin: 0 auto;
	background: url(../images/content-mid.gif) top left repeat-y;
}

.content-wrapper .content-top {
	height: 30px;
	background: url(../images/content-top.gif) top left no-repeat;
}

.content-wrapper .content-footer 
{
    clear: both;
	height: 50px;
	background: url(../images/content-bottom.gif) bottom left no-repeat;
}

h1, h2, h3
{
    clear: both;
    font-family: Lucida Sans, Trebuchet MS;
}

h2, h3, p{
	margin: 10px 0 10px 0;
}

.content {
	padding: 0 30px 0 30px;
	line-height: 1.8em;
	font-size: 0.9em;
}

.content h1 {
	margin: 20px 0 10px 0;
	color: #444;
	font-size: 1.5em;
}

.content h2 {
    font-weight: normal;
    color: #666;
    font-size: 1.2em;
}

.content ul {
	margin: 0 0 0 20px;
	list-style-type: square;
}

#footer {
	width: 680px;
	margin: 0 auto;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	text-align: right;
	color: #ab9f87;
}

#footer a {
	color: #ab9f87;
}

.bookinglabel
{
    float: left;
    width: 15em;
    display: block;
    clear: both;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
}

thead
{
    background-color: #9abbda;
    color: White;
}

table
{
    border-collapse: collapse;
    width: 320px;
    margin: 5px;
}

th
{
    font-weight: normal;
    padding: 2px;
}

td
{
    padding: 2px;
}

.oddrow
{
    background-color: #F5F5F5;
}

#logos
{
    text-align: center;
    background-color: white;
    vertical-align: middle;
}

img
{
    border: none;
    margin: 0;
    padding: 0;
}

.img-centred
{
    text-align: center;
}

.img-wrapper
{
    float:left;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.img-wrapper img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.spacer
{
    margin-top: 40px;
}