
/* Global Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin: 0px auto;
	float: none;
	clear: both;
}
#mainbody {
	width: 800px;
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px 0px 0px;
}
img {
	border: 0px;
}

.rightimage {
	float: right;
	border: 0px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.leftimage {
	float: left;
	border: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.fullwidthimage {
	clear: both;
	border: 0px;
	margin-bottom: 10px;
}


/* Header */
#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 94px;
	color: #0004A8;
	background-image:     url("images/topbanner2.jpg");
}

.fathead {
	font-size: 32px;
	padding: 0px 15px;
}

.subhead {
	font-weight: bold;
	font-size: 16px;
}

#header .leftlogo img {
	float: left;
	margin: 0px;
	border: 0px;
}



/* Top Menu */
#topmenu {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-color: #0004A8;
	background-image:     url("images/top-menu-background.gif");
	background-repeat: repeat-x;
	clear: both;
	float: left;
}
#topmenu ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topmenu li {
	float: left;
	height: 38px;
	background-image:    url("images/top-menu-separator.gif");
	background-repeat:no-repeat;
	background-position: 0 9px
}

#topmenu li.firstItem {
	background-image: none
}

#topmenu ul a:link, #topmenu ul a:visited {
	display: block;
}

#topmenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding: 10px 20px;
}
#topmenu a:hover{
	text-decoration:none;
	font-weight: bold;
	margin: 0px;
	background-image:      url("images/top-menu-background-on.gif");
	background-repeat: repeat-x;
}
#topmenu img{
	padding: 0px;
	margin: 0px;
	background-color: #0004A8;
}




#home #menuHome,
#resort #menuResort,
#travel #menuTravel,
#gallery #menuGallery,
#booking #menuBooking
#forsale #menuForSale
{
	color: #CCCCCC;
	background-image:      url("images/white-triangle.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* Mainbody */
#mainbodyleft {
	width: 570px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
}
#mainbodyleft table {
	background-color:#F0F0F0;
	margin:0;
}
#mainbodyleft td {
	font-size: 90%;
	font-weight: normal;	
	padding:8px;
}
#mainbodyleft tr.toprow td {
	font-size: 90%;
	font-weight: bold;	
	color: #0004A8;
}

#mainbodyleft h1 {
	font-size: 200%;
	font-weight: normal;	
	color: #0004A8;
	margin: 0px 0px 0.2em;
	clear: both;
}
#mainbodyleft h2 {
	font-size: 120%;
	font-weight: normal;
	color: #0004A8;
	margin: 0px 0px 0.5em;
	clear: both;
}
#mainbodyleft h3 {
	font-size: 110%;
	font-weight: normal;
	color: #0004A8;
	margin: 0px 0px 0.5em;
}

#mainbodyleft p {
	font-size: 90%;
	line-height: 1.3em;
	margin: 0px 0px 1.3em;
	color: #333333;

}

#mainbodyleft b {
	font-size: 120%;
	color: #0004A8;
	font-weight: bold;
}


#mainbodyleft a {
	color: #666666;
	text-decoration: underline;
}
#mainbodyleft a:hover {
	color: #990022;
	text-decoration: none;
}
#mainbodyleft li {
	font-size: 90%;
	color: #333333;
}
#mainbodyleft .intro {
	font-size: 110%;
	line-height: 1.3em;
	color: #888888;
	margin: 0px 0px 1.0em;
}
#mainbodyleft blockquote {
	width: 260px;
	float: right;
	border: solid #AAAAAA;
	border-width: 0px 0px 0px 1px;
	padding: 0px;
	margin: 0px 0px 5px 20px;
}
#mainbodyleft blockquote p{
	color: #0004A8;
	font-size: 120%;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* Main Image */
#mainimage {
	background-image:  url("images/main-photo-background.gif");
	width: 570px;
	height: 220px;
	padding: 0px;
	margin-bottom: 20px;
}
	
#mainimage p {
	font-size: 120%;
	line-height: 1.3em;
	margin: 0px 0px;
	padding: 10px 0px 0px 20px;
	color: #FFFFFF;
/*	height: 180px; */
}

#mainimage img {
	float: right;
	clear: right;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


/* Right items */
#rightitems {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-bottom: 10px;
}

#rightitems h1{
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 150%;
}

#rightitems  p  {
	font-size: 80%;
	line-height: 1.3em;
	padding: 0px 10px;
	margin: 0px 0px 1.3em;
	color: #333333;
}
#rightitems ul{
	font-size: 80%;
	line-height: 1.4em;
	list-style-type: none;
	padding: 0px 10px 10px;
	margin: 0px;
}
#rightitems  a  {
	color: #666666;
}
#rightitems a:hover  {
	color: #0000FF;
}


#rightitems #rightmenu, #rightcontact {
	width: 180px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-position: top;
}
#rightitems #rightcontact p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 80%;
	line-height: 1.3em;
}
#rightitems #rightmenu h1, #rightcontact h1 {
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 100%;
	color: #0004A8;
}
#rightitems #rightmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;
	line-height: 130%;
}


.description {
	margin: 0px 0px 1em;
	padding: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.2em;
	color: #666666;
}


#rightitems #rightmenu a {
	color: #666666;
	font-weight: bold;
}
#rightitems #rightmenu a:hover{
	color: #0000FF;

}



/* Footer */
#footer {
	width: 800px;
	padding-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
#footer p{
	font-size: 90%;
	line-height: 1.3em;
	color: #999999;
	margin: 0px;
}
#footer a{
	color: #999999;
	text-decoration: underline;
	margin-right: 5px;
}
#footer a:hover{
	color: #0000FF;
}

