/* Reset Everything - courtesy of Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start global rules */

html, body {
	color: #004a69;
	font: 12px  arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #e8ecf0;
	line-height: 1.8;
}

body {
	background: #ffffff;
}

img{
	border:0;
}

a {
	color: #348db7;
	text-decoration: none;
}

a:hover {
	color: #348db7;
	text-decoration:underline;
}

a.link {
	color: #348db7;
	text-decoration: none;
}

a.link:hover {
	color: #348db7;
	text-decoration: underline;
}

.bold{
	font-weight:bold;
}

p{
	padding: 10px 0;
	margin: 0 auto;	
}

h1{
	padding: 20px 0 10px 10px;
	margin: 0;
}

#header{
	height: 98px;
	width: 780px; 
	background: #ffffff url(../images/header.gif) no-repeat bottom center;
	margin: 0 auto;
}

#header h1{
	text-indent: -5000px;
}

#nav{
	height: 130px;
	background: #2e4255;
}

#navright {
	background: #c7cfd5;
	float:right;
	height:130px;
	width:50%;
	margin-top:-130px;
}

#wrapper {
	margin: 0; 
	padding: 0;
	background: #ffffff url(../images/contentbg.gif) no-repeat bottom center;
}

#content {
	width: 780px; 
	padding: 0;
	margin: 0 auto;
}

#contentbg{
	width: 780px;
	margin: 0 auto;
	background: #ffffff url(../images/contentbg2.gif) no-repeat bottom center;
}


#footwrap {
	margin: 0; 
	padding:0;
	background: #dfe4ea;
}


#footer {
	padding: 8px 0;
	margin: 0 auto;
	width: 780px; 
	text-align:center;
	color: #366c84;
	line-height: 1.7;
	background: #dfe4ea;
}

#footer a {
	color: #366c84;
}


#left {
	width:360px;
}

.clear{
	clear:left;
}

#flashcontent {
	width: 780px;
	height: 130px;
	margin: 0 auto;
	color: #ffffff;
	clear:both;
}

#nav ul {

}

#nav ul li {
    display: block;
    float: left; 
    background-position: 0 0;
    background-repeat: no-repeat;
}

#nav ul li a {
    display: block;
    float: left;
    width: 60px;
    height: 130px;
    text-indent: -5000px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#nav ul li.active {
    width: 510px;
    background-position: 30px 0;
}

#nav #navHome {
    background-image: url(../images/nav-home-panorama.jpg);
}

#nav #navHome a {
    background: url(../images/nav-home.gif);
}

#nav #navAccommodation {
    background-image: url(../images/nav-accommodation-panorama.jpg);
}

#nav #navAccommodation a {
    background: url(../images/nav-accommodation.gif);
}

#nav #navFacilities {
    background-image: url(../images/nav-facilities-panorama.jpg);
}

#nav #navFacilities a {
    background: url(../images/nav-facilities.gif);
}

#nav #navWeb a {
    background: url(../images/nav-website.gif);
}

#nav #navContact a {
    background: url(../images/nav-contact.gif);
}

.imgright{
	width: 180px;
	float:left;
	padding: 10px 20px 10px 50px;
}

.textarea {
	float:left;
	padding-bottom:20px;
	width:525px;
}


.textattractions {
	float:left;
	padding-bottom:20px;
	width:760px;
}

.imgright img {
	padding:10px 0;
}

ul.list
{
list-style-type: none;
padding-left: 20px;
margin: 0;
}

ul.list li
{
background: url(../images/list.gif) no-repeat left 9px ;
padding-left: 20px;
}

span.small {
	font-size: 8pt;
	line-height: 14px;
}

span.red {
	color: #b95555;
	font-weight: bold;
}

#band {
    background: #C7CFD5;
    height: 27px;
}

#band p {
    width: 730px;
    margin: 0 auto;
    padding:0;
    padding-right: 48px;
}

#band a {
    background: #C7CFD5;
    display: block;
    color: #fff;
    line-height: 27px;
    vertical-align: middle;
    text-decoration: none;
}

#band a:hover {
    text-decoration: underline;
}

#band a.left {
    float: left;
}

#band a.right {
    float: right;
}

#content ul.cols {
    list-style-type: disc !important;
}

#content ul.cols li {
    width: 40%;
    list-style-type: disc !important;
    list-style: disc !important;
    float: left;
    margin-left: 2em;
}

#content h2 {
    font-size: 140%;
    margin-top: 1em;
}

#contactDetails {
    font-size: 90%;
    border-top: 1px dotted #DFE4EA;
    margin-top: 2em;
    padding-top:1em;
    clear: left;
    width: 90%;
    text-align: center;
    padding-bottom: 1em;
}

#contactDetails p {
    padding: 0;
}

#contactDetails p.environmentPolicy {
    font-style: italic;
}

#contactDetails p span {
    margin: 2em;
}
