/*  =============================
Swatch Colours
==============
330a00 - dark brown
================================= */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	background: #f7efe2 url(images/bkg-repeat.gif) repeat-x;
	background-attachment: fixed;
	background-position: 50% 0%;
	font: normal 15px Georgia, "Times New Roman", Times, serif;
	color: #330a00;
}

#container {
	margin: 18px auto 0;
	width: 850px;
	height: 100%;
	overflow: auto;
	background: url(images/content-bkg.gif) repeat-y;
}

/* Header */

#mainheader {
	width: 850px;
	height: 302px;
	position: relative;
	overflow: hidden;
}

#logo {
	width: 210px;
	height: 112px;
	position: absolute;
	left: 630px;
	top: 171px;
	z-index: 3;
}

#nav {
	width: 620px;
	position: absolute;
	left: 15px;
	top:  250px;
	font-size: 13px;
	z-index: 4;
}

#nav li a {
	font-style: italic;
	margin: 1px 1px 1px 2px;
	color: #330a00;
	text-decoration: none;
	display: inline;
}

#nav a:hover {
	color: #896d60;
}

#nav li {
	float: left;
	list-style: none;
}

.active {
	font-weight: bold;
}

/* Header End */

/* Body */

#content {
	width: 850;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}

#colA {
	width: 440px;
	float: left;
	display: inline;
	margin: 0 20px;
	overflow: visible;
}

.local {
	width: 430px;
	height: 96px;
	margin-bottom: 20px;
}

.localimg {
	width: 200px;
	height: 96px;
	float: left;
	display: inline;
}

.localtext {
	height: 96px;
	width: 220px;
	padding-left: 10px;
	float: left;
	display: inline;
}

.local h3 {
	font-size: 12px;
}

.local p {
	font-size: 11px;
}

.local a {
	text-decoration: none;
	color: #330a00;
	font-weight: bold;
}
	
#colB {
	margin: 0 20px;
	width: 320px;
	float: left;
	display: inline;
	overflow: hidden;
	height: auto;
	font-size: 13px;
}

#quote-box-text div {
 	display: none;
}


/* Body End */

/* Footer */

#footer {
	background: url(images/footer-bkg.gif) no-repeat;
	width: 850px;
	height: 37px;
	margin: 20px 0;
	font-size: 12px;
	text-align: center;
	padding-top: 8px;
}

#footer a {
	font-size: 12px;
	color: #330a00;
	text-decoration: none;
	margin: 0 2px;
}

#footer a:hover {
	color: #896d60;
}

/* Footer End */

h1 {
	font-size: 20px;
	margin-bottom: 10px;
}

h2, .lrg {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.leftimg {
	float: left;
	padding: 0 10px 5px 0;
}

.imgpadr {
	padding-right: 15px;
}

#content ul {
	margin-left: 25px;
}

.quote {
	margin-left: 20px;
	color: #63493a;
	font-size: 14px;
}

a {
	color: #330a00;
}

.trip {
	padding: 40px 0px 0px 30px;
	float: left;
}

.evententry {
	padding: 10px;
	margin: 10px 10px 0px 10px;
	float: left;
	background: #E8DFCF;
	border: solid 1px #CBD5C8;
	width: 450px;
}
.evententry h2 {
	font-size: 16px;
}
.evententry span{
	font-size: 11px;
	color:#000000;
}
.exit{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.eventinfo {
	padding: 10px;
	margin: 10px 10px 0px 10px;
	float: left;
	background: #E8DFCF;
	border: dashed 2px #CBD5C8;
}
.eventinfo h2 {
	font-size: 16px;
}
.eventinfo span {
	font-size: 11px;
	color:#000000;
}
.booking {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	background: #CBD5C8;
	padding: 10px;
}
.red {
	color:#F00;
	font-weight: bold;
	}

