/* =General Styles
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.6em;
	background:url(../images/bg.gif) repeat-x top left #e8eefc;
	}
	
/* =mainContainer Styles
-------------------------------------------------*/	
#mainContainer {
	width:750px;
	margin:0 auto;
	background-color:#fff;
	}

/* =header Styles
-------------------------------------------------*/
#header {
	background-color:#809fe3;
	}

/* =mainNav Styles
-------------------------------------------------*/
#mainNav {
	background-color:#809fe3;
	}

#mainNav ul {
	list-style:none;
	float:right;
	padding:3px 10px;
	}

#mainNav li {
	display:inline;
	padding:0 8px;
	}

#mainNav li a {
	color:#e6ecf9;
	font-weight:bold;
	text-decoration:none;
	}

#mainNav li a:hover {
	color:#fff;
	}

/* =content Styles
-------------------------------------------------*/
#content {
	background-color:#e8eefc;
	}

/* =mainContent Styles
-------------------------------------------------*/
#mainContent {
	float:left;
	width:495px;
	color:#3357b3;
	padding-top:10px;
	background-color:#e8eefc;
	font-size:12px;
	}

#mainContent h1 {
	background:url(../images/about.gif) top left no-repeat;
	width:223px;
	text-indent:-5000px;
	height:20px;
	}

#p-300c #mainContent h1 {
	background-image:url(../images/300ca.gif);
	}

#p-town #mainContent h1 {
	background-image:url(../images/town.gif);
	}

#p-rates #mainContent h1 {
	background-image:url(../images/rates.gif);
	}

#mainContent p {
	padding:5px 10px;
	}

#mainContent img.main {
	padding:5px 10px;
	float:left;
	}

#mainContent p.caption {
	font-size:135%;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#mainContent ul {
	margin-left:35px;
	}

/* =destination Styles
-------------------------------------------------*/
#dest {
	clear:both;
	padding:15px 0;
	color:#638eeb;
	}

#dest h1 {
	background:url(../images/dest.gif) top left no-repeat;
	width:223px;
	text-indent:-5000px;
	padding:6px 0;
	height:20px;
	}

#dest img {
	float:left;
	margin:0 8px;
	border:0;
	}

#dest p {
	float:left;
	width:103px;
	padding:3px 0;
	text-align:center;
	margin:0 10px;
	display:inline; /*ie double margin bug*/
	font-weight:bold;
	}

#dest a {
	color:#638eeb;
	text-decoration:none;
	}
	
#dest a:hover {
	color:#809fe3;
	}

/* =sideContent Styles
-------------------------------------------------*/
#sideContent {
	float:right;
	width:255px;
	color:#3357b3;
	background-color:#fff;
	}

#sideContent h1 {
	background:url(../images/news.gif) top right no-repeat;
	text-indent:-5000px;
	height:20px;
	}

#sideContent h2 {
	font-size:115%;
	padding-top:10px;
	}

#sideContent img {
	float:left;
	margin:10px 40px;
	border:2px solid #809fe3;
	}

/* =newsletter Styles
-------------------------------------------------*/
#newsletter {
	clear:both;
	padding:15px 0;
	}

#newsletter h1 {
	background:url(../images/newsletter.gif) top right no-repeat;
	text-indent:-5000px;
	padding-top:6px;
	height:20px;
	}

#newsletter p {
	padding:3px 10px;
	}

#newsletter input {
	display:block;
	width:200px;
	margin-left:18px;
	}

#newsletter input.submit {
	width:68px;
	margin-left:94px;
	padding:3px 0;
	}

#newsletter div.formError {
	color:#f00;
	padding:0 10px;
	}

/* =footer Styles
-------------------------------------------------*/	
#footer {
	clear:both;
	background:url(../images/footer_bg.gif) top left no-repeat #809fe3;
	text-align:center;
	color:#e6ecf9;
	padding:30px 0 10px 0;
	}

html* #footer {
	padding:15px 0 10px 0;
	}

* html #footer {
	padding:15px 0 10px 0;
	}

/* =misc Styles
-------------------------------------------------*/
.clear {
	clear:both;
	}

.center {
	text-align:center;
	}

.bold {
	font-weight:bold;
	}
	
.loc {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}

.info {
	font-size:12px;
	}