@charset "utf-8";
/* CSS Document */

/* GENERAL CSS */
body {
	margin-top:10px;
}

h1, h2, h3, h4 {
	color:#333333;
	font-size:18px;
	margin:0;
	padding:0;
}


/* TOP CSS */
.top h1 {
	font-size:11px;
	padding-top:0;
	float:right;
}


/* HEADER CSS */
.header {
	height:177px;
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	overflow:auto;
}

.header #logo {
	width:188px;
	height:125px;
	text-align:center;
	margin:20px 0 0 36px;
}


/* NAVIGATION CSS */
.navigation ul li a {
	padding:7px 15px 6px 15px;
}


/* CONTENTS CSS */
.contents {
	padding:20px 0 20px 20px;
}

.contents #left {
	width:260px;
	float:left;
}

.contents #left h3 {
	color:#ffffff;
	margin-right:1px;
	padding:2px 4px 4px 4px;
	font-size:14px;
	background-image:url(../images/general/blueHeadingBG.gif);
}

.contents #center {
	width:438px;
	margin:0 0 0 30px;
	float:left;
}

.contents #center h3 {
	margin:20px 0 3px 0;
	font-size:14px;
	background:none;
}

.contents #center h4 {
	margin-bottom:5px;
	font-size:12px;
	display:inline;
}

.contents #center p {
	padding:5px 0;
}

.contents #center ul {
	list-style-position:inside;
	margin:0;
	padding:0;
}

.contents #right {
	width:170px;
	float:right;
}


/* GALLERY CSS*/
.gallery {
	text-align:center;
	margin:5px;
	float:left;
	background-color:#333333;
	color:#ffffff;
}

.gallery img {
	width:132px;
	height:99px;
	margin:1px;
	border:#ffffff 1px solid;
}


/* MAP CSS*/
#map {
	width:100%;
	border:#333333 1px solid;
	height:300px;
}


/* WEATHER CSS */
.weather {
	text-align:center;
	margin:20px 40px 0 0;
	float:left;
}

#current {
	width:330px;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:#333333 1px solid;
}

#current #general {
	font-size:20px;
}

#current #details {
	float:right;
	margin:5px;
	font-size:11px;
}


/* PACKAGE CSS */
.package img {
	width:100px;
	border:#333 1px solid;
	margin-left:10px;
	padding:1px;
	float:right;
}


/* FORM CSS */
.form {
	width:214px;
	float:right;
	margin-left:40px;
}

.form span {
	display:block;
	overflow:auto;
	padding:8px 0 2px 0;
}

.form label {
	float:left;
}

.form input, textarea, button {
	width:auto;
	border:#333333 1px solid;
	padding:1px 2px;
	margin:0 6px 0 0;
	font-size:11px;
}

.form button {
	cursor:pointer;
	float:right;
}

.form input.error {
	border:#FF0000 1px solid !important;
}


/* PANOS CSS */
.panosList {
	list-style:none;
	margin:0;
	padding:0;
}

.panosList li {
	width:125px;
	height:14px;
	background-image:url(../images/members/panoBG.gif);
	margin:1px 1px 0 0;
	padding:5px 2px;
	float:left;
	text-align:center;
	overflow:hidden;
}

.panosList li a {
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	border:0;
}

.panosList li a:hover {
	text-decoration:underline;
}

/* JAVA CSS */
#java {
	height:46px;
	background-image:url(../images/members/java.gif);
	background-repeat:no-repeat;
	font-size:10px;
	margin-top:20px;
	padding:5px 0 0 43px;
}

#java a {
	color:#ff0000;
}

/* QUICKGUIDE CSS */
.quickguide {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
}

.quickguide li {
	background-image:url(../images/members/button.gif);
	margin:3px 0 5px 5px;
	padding:4px 7px;
}

.quickguide li:hover {
	margin-left:0;
}

.quickguide li a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.quickguide li a img {
	margin-right:3px;
}

.quickguide #booking {
	background-image:url(../images/members/button2.gif);
	padding:10px 7px 8px 7px;
}

.quickguide #booking a {
	color:#000000;
}
