@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
html {
	width: 100%;
	min-height: 100%;
}
body {
	background-image: url(../../graphics/gui/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #54A2D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Typo styles and format */

p {
	margin-bottom: 5px;
}
h1 {
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 10px;
}
h3 {
}
h4 {

}
h5 {
}
h6 {
}
.normalUl a {
	color: #FFF;
}

/* General Classes */
.padding {
	padding: 10px;
}
.margin {
	margin: 5px;
}
.normalUl {
	padding: 10px;
}
.normalUl li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.normalUlno {
	padding: 10px;
}
.normalUlno li {
	padding: 2px;
	margin-left: 20px;
}
/* Major Containers */
#stretcher {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/* Header */
#header {
	height: 30px;
	padding-top: 70px;
	position: relative;
	padding-left: 10px;
}

/* Main Navigation */
#mainNav li {
	display: inline;
}
#mainNav li a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#bookbutton {
	position: absolute;
	height: 40px;
	width: 150px;
	top: 65px;
	left: 850px;
	text-indent: -9999px;
}
#bookbutton a {
	display: block;
	height: 40px;
	width: 150px;
	background-image: url(../../graphics/gui/booking.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Main Content */
#content {
	margin-bottom: 35px;
}
.left {
	width: 300px;
	float: left;
	height: 350px;
}
.right {
	float: right;
	width: 250px;
	height: 350px;
}
.thumb {
	padding: 5px;
	float: left;
	width: 140px;
}
.thumbGallery {
	padding: 5px;
	float: left;
	width: 85px;
}

.thumb img {
	width: 140px;
}
.thumbGallery img {
	width: 85px;
}
/* Footer */
#footer {
	margin: 10px;
	color: #FFF;
	font-size: 10px;
}
#footer a {
	color: #FFF;
}
#notes {
	margin-bottom: 20px;
	background-image: url(../../graphics/logos/eserv.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 160px;
	height: 30px;
}
#notes p {
	margin-bottom: 2px;
}
#dg {
	text-align: center;
}
