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.specials {
	color: #ff8a00;
	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: 125px;
	width: 780px; 
	background: #ffffff url(images/header.gif) no-repeat bottom center;
	margin: 0 auto;
}

#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;
}

.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;
}