body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.SkipNav {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
/* --------------- page background images ---------------------*/
#pagevenue {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/venue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pageenquiry {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/enquiry_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagehelp {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/help_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pageshowcase {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/showcase_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagemyconf {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/myconf_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pageoffers {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/offers_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pageinfo {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/info_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pageconfserv {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/confserv_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagebrochure {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/brochure_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagecontact {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagephotolib {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}
#pagetravel {
	height: 100%;
	width: 995px;
	top: 10px;
	background-image: url(../images/travel_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 0;
}

/* --------------- page positioning styles ---------------------*/
#pagecontainer {
	display: table;
}
#leftnav {
	height: auto;
	width: 142px;
	margin-top: 18px;
	margin-left: 5px;
	z-index: 2;
	text-align: left;
	float: left;
}
#contentcontainer {
	height: auto;
	width: 829px;
	margin-top: 18px;
	margin-left: 6px;
	float: left;
	text-align: left;
}
#rightnav {
	height: 200px;
	width: 162px;
	margin-left: 420px;
	z-index: 2;
	text-align: center;
	display: block;
	vertical-align: middle;
}
#content {
	height: auto;
	width: 822px;
	margin-top: 167px;
	margin-left: 3px;
	z-index: 2;
	display: block;
	text-align: left;
}

#footer {
	margin-top: 12px;
	width: 995px;
	height: 40px;
	border-top: solid 1px #000066;
	z-index: 2;
	clear: both;
	background-color: #FFFFFF;
}

	
/* ========================== main content styles ================== */
.maintext {
	font-size: 70%;
	color: #000000;
	padding: 6px;
	clear: both;
}
.maintext a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.maintext a:visited {
	color: #640000;
	font-weight: bold;
	text-decoration: none;
}
.maintext a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.maintext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000066;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
h2 a {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
h2 a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
h2 a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
.maintext p {
	margin-top: 0;
	margin-bottom: 6px;
}
.maintext ul {
	margin: 3px 5px 3px 50px;
	padding: 0;
}
.maintext li {
	margin: 0;
	padding: 0;
}

.backto {
	float:right;
	width:auto;
	text-align: right;
}
.backto a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.backto a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.backto a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.lefthalf {
	width: 48%;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #E1E1FF;
	padding: 2px;
}
.righthalf {
	width: 48%;
	float: left;
	margin-left: 3px;
	margin-bottom: 3px;
	border: 1px solid #E1E1FF;
	padding: 2px;
}
.box {
	width: 97%;
	margin: 3px 3px 3px 6px;
	border: 1px solid #E1E1FF;
	padding: 0;
	clear: both;
}
.clear {
	clear: both;
}
.unbold {
	font-weight: normal;
}
.floatright {
	float: right;
}

.imageborder {
	border: 1px solid #000066;
}
.imagemargin {
	margin: 2px;
}
.index {
	float:right;
	width:25%;
	text-align: center;
	color: #000066;
	font-weight: bold;
	padding: 3px;
	background-color: #E1E1FF;
}
.index a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.index a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.index a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
/* style to change look of i-frame */
.iframe {
	border: 1px solid #B8C9E2;
}
/* style for brochure/enquiry form */
.brochureform {
	font-size: 65%;
	color: #000000;
	padding: 0;
	border: 1px solid #B8C9E2;
}
.button input {
	background-color: #B8C9E2;
	color: #000066;
}
/* ========================== left nav styles ====================== */
#logo {
	width: 142px;
	padding: 12px 0 6px 0px;
}
.navigationbox {
	width: 138px;
	border: solid 1px #fff;
	text-align: left;
	margin: 0px 0px 6px 0px;
}
.navigationbox ul {
	padding: 5px;
	margin: 0;
}
.navigationbox li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: bold;
	color: #000066;
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	background-image: url(../images/leftnav-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.navigationbox li a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.navigationbox li a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navigationbox li a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.navigationbox li.this {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: bold;
	color: #990000;
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	background-image: url(../images/leftnav-bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.navigationbox li.this a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.navigationbox li.this a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.navigationbox li.this a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
#flags {
	margin-bottom: 6px;
}
/* theme links */
.themeboxtop {
	width: 138px;
	border: solid 1px #fff;
	margin-bottom: 6px;
	margin-top: 6px;
	clear: both;
	text-align: left;
}
.themeboxtop h2 {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #97AC80;
	padding: 3px;
	margin: 0;
}
.themeboxtop h2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.themeboxtop h2 a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.themeboxtop h2 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.themebox {
	width: 138px;
	border: solid 1px #fff;
	margin-bottom: 6px;
	padding: 0;
	clear: both;
	text-align: left;
}
.themebox h2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.themebox h2 a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.themebox h2 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.themebox h2.green {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #6C8554;
	padding: 3px;
	margin: 0;
}
.themebox h2.lilac {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #9B91C4;
	padding: 3px;
	margin: 0;
}
.themebox h2.purple {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #B08BBA;
	padding: 3px;
	margin: 0;
}
.themebox h2.red {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #B87E8A;
	padding: 3px;
	margin: 0;
}
.themebox h2.yellow {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #D2A362;
	padding: 3px;
	margin: 0;
}
.themebox h2.blue {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #879FBA;
	padding: 3px;
	margin: 0;
}
.adbox {
	width: 138px;
	border: solid 1px #fff;
	margin-bottom: 6px;
	padding: 0;
	clear: both;
	text-align: left;
	background-color: #B8C9E2;
}
.adbox h2 {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding: 3px;
	margin: 0;
}



/* ====================== footer styles ===================== */
.footerlinks {
	float: right;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: bold;
	padding: 3px;
}
.footerlinks a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.footerlinks a:visited {
	color: #640000;
	font-weight: bold;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
.copyright {
	float: left;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	padding: 3px;
}
