@charset "utf-8";
/* CSS Document */

html {
	overflow: scroll;
}

body {
	background: url(../images/bg.jpg) #b0d3ea fixed center top no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*  DIVs */

div {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 882px;
	margin: 0px auto;
	background: url(../images/container_bg.jpg) repeat-y;
	height: 100%;
	border-left: #f5c81f solid 1px;
	border-right: #f5c81f solid 1px;
	overflow: hidden;
}

#header {
	height: 328px;
	background: url(../images/header.jpg) top;
}

#menu {
	height: 27px;
	background: url(../images/menu.jpg);
	border-bottom: #f5c81f solid 1px;
	
}

#body {
	background: #ffffff;
	border-bottom: #f5c81f solid 1px;
}

#footer {
	background-color: #e7ebfb;
	height: 60px;
	font-size: 0.8em;
	padding: 10px;
}

#flash {
	height: 590px;
	width: 400px;
	float: left;
	background: url(../images/pool3.jpg);
	margin-left: 2px;
}

#photo {
	float: right;
}

#homeText {
	width: 480px;
	float: left;
}

#galleryMenu {
	text-align: center;
}

#gallery {
	margin: 0px 6px;
}

#aboutText {
	height: 542px;
}

/* Ps & Hs */

blockquote {
	line-height: 1.5em;
}

p {
	margin: 0px;
	padding: 5px;
	line-height: 1.5em;
}

#footer p {
	clear: both;
	color: #9195a5;
}

h1, h2, h3 {
	margin: 0px;
}

h2 {
	width: 400px;
	height: 30px;
	padding: 4px 0px;
	background-position: center left;
	background-repeat: no-repeat;
}

h3 {
	padding: 0px 5px;
	font-size: 1.0em;
}

h2#welcome {
	background-image: url(../images/h2/welcome.jpg);
}

h2#about {
	background-image: url(../images/h2/about.jpg);
}

h2#provide {
	background-image: url(../images/h2/provide.jpg);
}

h2#booking {
	background-image: url(../images/h2/booking.jpg);
}

h2#photos {
	background-image: url(../images/h2/photos.jpg);
}

h2#contact {
	background-image: url(../images/h2/contact.jpg);
}

h2#directions {
	background-image: url(../images/h2/directions.jpg);
}

/* Text Links */

a {
	text-decoration: none;
	color: #2755ba;
}

a:hover {
	color: #4e71bd;
}

#footer a {
	color: #6a77a6;
}

#footer a:hover {
	color: #1749b6;
}

a img {
	border: none;
}

/* Menus */

ul#footerMenu {
	margin: 0px;
	padding: 5px;
}

ul#footerMenu li {
	margin: 0px;
	margin-right: 20px;
	list-style: none;
	float: left;
}

/* Misc */

object, embed {
	margin: 0px;
	padding: 0px;
}

.hidden {
	visibility: hidden;
}

.aegean {
	text-align: center;
	margin-top: 12px;
}

.intro {
	font-weight: bold;
	color: #172f86;
}

.deposit {
	font-weight: bold;
	color: #172f86;
	height: 80px;
	padding: 41px 5px;
}

.left {
	float: left;
	width: 429px;
}

.center {
	text-align: center;
}

.form {
	float: left;
	width: 50%;
}

.booking {
	float: left;
	width: 50%;
}

.provided {
	margin-top: 13px;
	margin-bottom: 13px;
}

.provided li {
	margin-bottom: 7px;
}

.footnote {
	font-size: 0.8em;
	font-style: oblique;
	text-align: center;
}

.textWrapper {
	margin: 5px;
	border: #b9c4ed solid 1px;
	background: #ebeef9 url(../images/textWrapper.jpg) center repeat-x;
}

.clear {
	clear: both;
}

.firefoxFix {
	clear: both;
	height: 0px;
}

#map {
	width: 870px;
	margin: 0px 5px;
	border: none;
	height: 400px;
	border: #b9c4ed solid 1px;
}

#bookingInfo {
	width: 872px;
	margin: -330px 0px 0px -47px;
	height: 1030px;
	border: none;
}

#photo img {
	border: #b9c4ed solid 1px;
}

#contactDetails {
	border: #b9c4ed solid 1px;
	margin: 5px;
}

#contactDetails th {
	padding: 7px;
	background-color: #ECEEFA;
}

#formContainer {
	padding: 11px 0px;
	height: 273px;
}

form {
	margin: 0px;
	padding: 0px;
}

#contactDetails td {
	text-align: center;
	font-weight: bold;
	background: #DBE0F4;
}

.provided ul {
	margin-top: 5px;
}

p.photos img {
	margin-right: 4px;
	border: #b9c4ed solid 1px;
}

p.photos img.last {
	margin-right: 0px;
}
