@charset "UTF-8";
body {
	background-color: #47577F;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #242C40;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background-image:url(../images/bar.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fdf4ec;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/static-creamtop.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 330px;
	width: 780px;
}

/* This has Lauloa Resort H1 positioned absolutely so I can use z-index */
.oneColFixCtrHdr #header h1 {
	display:block;
	width:271px;
	height:47px;
	position:absolute;
	top:3px;
	left:50%;
	margin-top:0px;
	margin-left: -360px;
	z-index:70;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fdf4ec;
	font-weight:normal;
	font-size:35px;
	letter-spacing:-1;
}


#header .banner { 
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -388px;
	z-index:60;
	width:717px;
	height:255px;
	border:0;

}


#header #topnav {
	position: absolute;
	top: 288px;
	left: 50%;
	margin-left: -388px;
	z-index:80;
	display:block;
	width:751px;
	height:32px;
	padding-left:6px;
	padding-right:6px;
	border:none;
}

#header #topnav a {
	color:#900;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
}

#header #topnav a:hover {
	color:#242C40;
	background-color:#FF6;
}

#header #topnav a.on {
	color:#000000;
	background-color:#8FAFFF;
}


#mainContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-left: 3px solid #8fafff;
	border-right: 4px solid #8fafff;
	border-bottom: 3px solid #8fafff;
	border-top: none;
	background:#fdf4ec;	
}

#mainContent p,ul,li { 
	font-size:14px;
	line-height:20px;
}

.fltrt {
	float:right;
	padding-left:10px;
	border:none;
}

.fltrt img a {
	border:none;
}

#imagecolumn {
	float: right;
	height: auto;
	width: 200px;
	margin-left: 20px;
	text-align:center; 
}
#imagecolumn span { font-size:12px; line-height: 20px; color:#666; }
#imagecolumn img { padding-bottom:10px; border:0; }
#imagecolumn a img { border:0;}

#ratebox { 
	margin-top: 30px;
	width:500px;
	background-image:url(../images/rate-box.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
}

.rateset1 {
	width:200px;
	height:70px;
	float:left;
	text-align:center;
	color:#000;
	padding-left:20px;
	padding-top:20px;
}

.rateset2 {
	width:200px;
	height:70px;
	float:right;
	text-align:center;
	color:#000;
	padding-right:20px;
	padding-top:20px;
}

.ratepolicies {
	width:460px;
	padding-top:120px;
	padding-left:20px;
	padding-right:20px;
	font-size:12px;
	color:#4B577D;
	clear:left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/background.png);
	background-repeat:repeat-x;
	background-position:bottom;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#999;
	text-align:right;
}

.oneColFixCtrHdr #footer p span a {
	display:block;
	width:100px;
	height:20px;
	float:left;
	text-align:left;
	padding-left:17px;
	background-image:url(../images/pageuparrow.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFC;
}

.oneColFixCtrHdr #footer p span a:hover {
	color:#FF0;
}
	