html { min-height: 100%; margin-bottom: 0px; }

body {
	background-color: #eaeef1;
	color: #666666;
	font-family: verdana;
}

ul
{
	margin:0px;
	padding:0px;
	text-align:left;
}

ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #618ca4;
	text-decoration: underline;
}

#page {
	margin: auto;
	width: 800px;
	text-align:center;
	background-color: #eaeef1;
}

#header
{
	width:794px;
	background-color:#999999;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	/*border-style:solid;
	border-width:1px;
	border-color:#999999;*/
}

#menu_bar {
	background-color: #999999;
	padding-top:10px;
	padding-bottom:10px;
	width: 794px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #999999;*/
}

#menu_bar ul {
	padding-left: 30px;
	margin: 0px;
	text-indent: 0px;
	top: 0px;
}

#menu_bar li {
	display: inline;
	list-style: none;
	padding-bottom: 6px;
	text-indent: 0px;
	color: #ffffff;
}

#menu_bar li a {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	font-size:0.9em;
}

#menu_bar li a:hover {
	text-decoration: none;
	color: #dfe1e2;
}

#menu_bar li.current a {
	color: #003366;
}

#main_area {
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-color: #ffffff;
	padding: 0px;	
	margin-top: 0px;
	/*border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ccd0d3;*/
}

h1 {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
	color: #003366;
	font-weight: bold;
	/*letter-spacing: 2px;*/
	line-height:20px;
	margin-bottom:25px;
}

#left_area {
	width: 390px;
	padding: 25px 0px 0px 30px;
	float: left;
}

#left_area h1 {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
	color: #003366;
	font-weight: bold;
	/*letter-spacing: 2px;*/
}

#right_area h1 {
	font-size: 1.2em;
	margin-top: 0px;
	padding-top: 0px;
	color: #5b5d5e;
	font-weight: bold;
	letter-spacing: 2px;
}


#right_area {
	float: right;
	padding: 25px 30px 0px 0px;
	width: 330px;
}

#grey_rectangle {
	margin-top:0em;
	margin-bottom:2em;
	background-color:#eaeef1;
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-color:#ccd0d3;
}

#grey_rectangle p.small {
	color: #5b5d5e;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 0.9em;
}

#grey_rectangle p {
	color: #5b5d5e;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 0.9em;
}

#grey_rectangle p a {
	color: #5b5d5e;
	text-decoration: none;
}

#grey_rectangle p a:hover {
	color: #4b6270;
	text-decoration: underline;
}

#grey_rectangle h5 {
	color: #4b6270;
	margin: 5px 0px 5px 0px;
	font-size: 1.2em;
}

ul.accom_features {
 margin-left:25px;
 margin-top:0px;
 padding-top:0px;
}

ul.accom_features li {
	float:left;
	width:285px;
	list-style:disc;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:3px;
}


#footer
{
	background-color:#cccccc;
	padding-top:4px;
	padding-bottom:5px;
	width:794px;
	text-align:right;
	border-left:0px;
	border-right:0px;
	margin-left:3px;
	border-style:solid;
	border-color:#cccccc;
	margin-bottom:1em;
}

#footer ul {
	list-style: none;
	margin: 0px 20px 0px 0px;
}

#footer ul li {
	list-style: none;
	display: inline;
	color: #365c81;
}

#footer ul li  a {
	text-decoration: none;
	color: #365c81;
}

#footer ul li  a:hover {
	text-decoration: none;
	color: #636d77;
}

#footer p {
	margin: 0px 20px 2px 2px;
	color: #496372;
}

div.grey_rectangle {
	background-color: #e0dcdd;
	width: 100%;
	padding: 5px;
	margin-bottom: 10px;
}

div.grey_rectangle h1 {
	color: #59bcbe;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0px;
}

h3 {
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	color: #003366;
	font-weight: bold;
	/*letter-spacing: 2px;*/
}

p.close {
	margin: 0px;
	padding: 0px;
}

.hidden{display:none;}
.clear_left{clear:left;}
.clear_right{clear:right;}
.clear_both{clear:both;}
.clear:after {
    content: "."; 
    display: block; 
    position:relative;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
* html .clear {height: 0;}
.clear {display: block;}

img#prevbut {
	cursor:hand;
	cursor:pointer;
	float:left;
	margin-top:52px;
	padding-right:6px;
}

img#nextbut {
	cursor:hand;
	cursor:pointer;
	float:left;
	margin-top:52px;
}

div.thumbnails {
	float:left;
	margin-left:0px;
}

div.thumbnails img {
	margin-right:6px;
	border:4px #CDD1D4 solid;
	width:120px;
	height:120px;
}

div.thumbnails img:hover {
	border:4px #E7E7E7 solid;
	cursor:hand;
	cursor:pointer;
}

img#mainpic
{
	border:0px solid #CCD0D3;
}

div#breadcrumb
{
	margin-bottom:2.5em;
}

input.button
{
	padding:5px;
}

ul#banner
{
	z-index:0;
}

ul.tabs li
{
	float:right;
	padding-top:2px;
	padding-left:1px;
	font-size:11px;
	text-align:center;
	width:60px;
	height:22px;
	background:url('../images/location_map_offtab.jpg') no-repeat top left;
	color:#003366;
}

ul.tabs li a
{
	text-decoration:none;
	color:#003366;
	outline:none;
}

.ie6gallery {
	background:url('../images/gallery_tab.jpg') no-repeat;
	height:305px;
}

ul.tabsie6 {
	margin-right:22px;
}

ul.tabsie6 li
{
	float:right;
	padding-top:2px;
	padding-left:5px;
	font-size:11px;
	text-align:center;
	width:10px;
	height:22px;
	color:#c1c8d0;
}

ul.tabsie6 li a
{
	text-decoration:none;
	color:#c1c8d0;
	outline:none;
}

div#accomodation_tab
{
	width:408px;
	height:22px;
	background:url('../images/gallery_tab.jpg') no-repeat top left;
	text-align:right;
	color:#ffffff;
	font-size:11px;
	padding-top:2px;
}

div#accomodation_tab span
{
	padding-right:125px;
}

div#accomodation_tab ul li
{
	float:left;
}

img#loading
{
	padding-top:100px;
	padding-left:100px;
}

ul.tabs li.on
{
	background:url('../images/location_map_ontab.jpg') no-repeat top left;
	color:#ffffff;
}

ul.tabs li.on a
{
	text-decoration:none;
	color:#ffffff;
}

p {
	line-height:20px;
	margin-bottom:25px;
}

ul.error
{
	color:darkred;
	margin-bottom:2.5em;
}




/* Some styles for the forms and validation and stuff */

form {
	background: transparent;
	margin:0px;
}

fieldset {
	padding-bottom: 20px;
	margin:0px;
}


form .validParent {
    background: url('/images/icon_ok.gif') no-repeat 158px 2px;
}

form .valid {
    background: #ffffff;
}

form .emailVerifyingParent {
    background: url('/images/icon_question.gif') no-repeat 158px 2px;
}

form .invalid {
    /*
	border: 1px solid red;
	*/
}

form .invalidParent {
    background: url('/images/icon_inuse.gif') no-repeat 158px 2px;
}

form dl {
	margin: 0px;
	padding-bottom: 40px;
	
}

form dt {
	float: left;
	width: 150px;
	color: #132f34;
}

form dt.tall {
	height: 80px;
}

form dt.wide {
	width: 500px;
}

form dd {
	margin: 0px;
	margin-left: 175px;
	padding-bottom: 15px;
}

form input.button {
	padding: 5px;
}

.message {
	font-weight:bold;
}

.error {
	color:darkred;
}
