html, body {
	height: 100%;
	margin:0;
}

body {
	margin: 0;
	color: #242221;
	min-width: 968px;
	background: #fff;

	
	font: 12px/20px arial, helvetica, sans-serif;

}
/* General reset */
img {border-style: none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #4d6b95;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#page {
	width: 968px;
	overflow:hidden;
	margin: 0 auto;
	padding:86px 0 0;
	position:relative;
}
.main-frame{
	width: 100%;
	min-height:100%;
	background: #fff url("../images/bg-main-frame.jpg") no-repeat 50% 0;
}
.frame1{
	width: 100%;
	background: url("../images/bg-body.gif") repeat-x 0 335px;
}
.frame2{
	width: 100%;
	background: url("../images/bg-body.gif") repeat-x 0 215px;
}
* html .main-frame{height:100%;}
#header{
	width:968px;
	height:216px;
	position:absolute;
	top:0;
	left:0;
}
.logo{
	width:209px;
	height:216px;
	overflow:hidden;
	display:block;
	margin:0 auto;
	position:absolute;
	top:0;
	left:378px;
	z-index:100;
}
.logo a{
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background:url(../images/logo.png);
	position:relative;
	cursor:pointer;
}
.main-nav{
	width:899px;
	height:74px;
	margin:27px 0 0 35px;
	padding:0;
	list-style:none;
}
.main-nav li{
	float:left;
}
.main-nav a {
	float:left;
	text-indent:-9999px;
	height:74px;
	cursor:pointer;
}
.main-nav a span{
	height:72px;
	width:16px;
	visibility:hidden;
	position:absolute;
	top:2px;
	left:50%;
	margin:0 0 0 -8px;
	background:url(../images/active-main-nav.png) no-repeat;
}
.main-nav a:hover,
.main-nav a.active{
	position:relative;
	border:none;
}
.main-nav a:hover span,
.main-nav a.active span{
	visibility:visible;
}
.main-nav a.home{
	width:37px;
	margin:0 77px 0 0;
	background:url(../images/home.png);
}
.main-nav a.aboutus{
	width:68px;
	margin:0 78px 0 0;
	background:url(../images/aboutus.png);
}
.main-nav a.news{
	width:37px;
	margin:0 287px 0 0;
	background:url(../images/news.png);
}
.main-nav a.golf{
	width:35px;
	margin:0 71px 0 0;
	background:url(../images/golf.png);
}
.main-nav a.marina{
	width:52px;
	margin:0 70px 0 0;
	background:url(../images/marina.png);
}
.main-nav a.contactus{
	width:87px;
	background:url(../images/contactus.png);
}
.intro{
	width:968px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.intro-t{
	width:968px;
	height:28px;
	overflow:hidden;
	background:url(../images/bg-intro-t.png);
}
.intro-b{
	width:968px;
	height:14px;
	overflow:hidden;
	background:url(../images/bg-intro-b.png);
}
.intro-c{
	width:940px;
	padding:0 14px;
	overflow:hidden;
	background:url(../images/bg-intro-c.png) repeat-y;
}
.intro img{float:left;}
.intro .info{
	width:700px;
	float:left;
	margin:-90px 0 0 56px;
	display:inline;
}
.intro h1,
.intro h2{
	margin:0;
	text-indent:-9999px;
}
.intro .more{
	float:left;
	display:inline;
	margin:0 0 0 327px;
	width:157px;
	height:26px;
	background:url(../images/more-intro.png);
	text-indent:-9999px;
	cursor:pointer;
}



#main{
	width:968px;
	margin:0 0 0;
	padding:10px 0 81px;
	overflow:hidden;
	text-align:justify;
}
.areas {
	width:989px;
	margin:0 -36px 0 0;
	padding:0;
	list-style:none;
}
.areas li{
	float:left;
	width:299px;
	padding:152px 0 0 14px;
	margin:0 12px 0 0;
	display:inline;
}
.areas li.aboutus{background:url(../images/bg-li-aboutus.png) no-repeat;}
.areas li.marina{background:url(../images/bg-li-marina.png) no-repeat;}

.areas li.golf{
	width:303px;
	background:url(../images/bg-li-golf.png) no-repeat;
}
.areas li img{float:left;}
.areas li.aboutus img{margin:-161px 0 0;}
.areas li.golf img{margin:-153px 0 0;}
.areas li.marina img{margin:-138px 0 0;}

.areas h3{
	margin:0;
	text-indent:-9999px;
	font:0px/0px georgia, serif;
}
.areas h4{
	margin:0 0 24px;
	padding:0 35px 0 19px;
	font:bold italic 14px/20px georgia, serif;
	color:#4d6b95;
}
.areas p{
	margin:0;
	padding:0 36px 0 20px;
}
.more{
	width:112px;
	height:18px;
	margin:25px 36px 0 0;
	background:url(../images/more.png);
	text-indent:-9999px;
	float:right;
	overflow:hidden;
	cursor:pointer;
}

.more2{
	width:112px;
	height:18px;
	margin: 0 36px 0 0;
	background:url(../images/more.png);
	text-indent:-9999px;
	float:right;
	overflow:hidden;
	cursor:pointer;
}


.wrap-footer{
	width:100%;
	overflow:hidden;
	height:50px;
	position:relative;
	margin:-50px 0 0;
}
#footer{
	width:920px;
	height:37px;
	padding:12px 0 0;
	margin:0 auto;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
}
.sub-nav {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.sub-nav li{
	float:left;
	margin:0 1px 0 -1px;
	padding:0 8px;
	background:url(../images/separator-sub-nav.gif) no-repeat 0 5px;
}
.sub-nav a{
	color:#8c8c8c;
	text-decoration:none;
}
.sub-nav a:hover{text-decoration:underline;}

.banner{float:right;}

#content{
	width:589px;
	padding:33px 20px 0 35px;
	float:left;
	background: url(../images/bg-content.png) no-repeat;
	text-align:justify;
}
#content h3{
	font-size:36px;
	line-height:36px;
	margin:0;
	color:#92191c;
}
#content h4{
	margin:17px 0 18px;
	font:bold italic 16px/24px georgia, serif;
	color:#4d6b95;
	padding:0 14px 0 0;
}
#content p{
	margin:0 0 37px;
	padding:0 14px 0 0;
}
#content a{position:relative;}

#content .visual{
	width:127px;
	height:165px;
	margin:0 33px 10px 0;
	padding:10px 0 0 10px;
	border:1px solid #e3e3e3;
	float:left;
	display:inline;
}
#content .visual img{float:left;}

#sidebar{
	float:right;
	width:299px;
	padding:152px 0 0 14px;
	background:url(../images/bg-li-marina.png) no-repeat;
}
#sidebar img{
	margin:-138px 0 0;
	float:left;
}
.side-nav {
	width:100%;
	float:left;
	margin:21px 0 0 -5px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.side-nav li{
	padding:0 0 15px;
}
.side-nav a {
	text-decoration:none;
	color:#081119;
	font-size:11px;
	padding:0 0 0 28px;
	letter-spacing:1px;
}
.side-nav a:hover,
.side-nav a.active{
	background:url(../images/bull-side-nav.gif) no-repeat 0 3px;
}
.contact{
	width:288px;
	padding:26px 0 0 25px;
	display:inline;
	margin:55px 0 0 -15px;
	float:left;
	background:url(../images/bg-li-marina.png) no-repeat;
}
.contact a{position:relative;}
.contact h3{
	margin:0 0 5px;
	font:bold italic 14px/24px georgia, serif;
	color:#4d6b95;
}
.contact address{
	font-style:normal;
	margin:0 0 6px;
}
.contact span{display:block;}
/* sIFR section */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	margin: 0;
	visibility: visible !important;
}
.sIFR-replaced {visibility: visible !important;}

span.sIFR-alternate {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {display: none !important;}

object, embed {
	margin: 0;
	padding: 0;
	display: block;
}
/* sIFR headings */

.sIFR-hasFlash #content h3 {
	font-size: 36px;
	visibility: hidden;
	line-height: normal;
	letter-spacing:1px;
}



