@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height:25px;
	color: #5B5842;
	background-color: #F0EFEA;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0;
}
img {border:0;}
hr.thin {
	height: 1px;
	border: 0;
	color: #F3E4D1;
	background-color: #E0D0B9;
	width: 100%;
}
a.link2:link { color: #5B5842; text-decoration: none; font-weight:bold; } 
a.link2:visited { color: #5B5842; text-decoration: none; font-weight:bold;outline: none; }
a.link2:active, a.link2:hover { color: navy; text-decoration: none; font-weight:bold;outline: none; }

h1 {
	font-size:21px;
	margin-top:0px;
}
h3 {
	font-size:16px;
	margin-top:0px;
}
#wrapper {
	width: 920px;
	margin: 0 auto;
	text-align:left;
}
#bodyLine {
	width: 920px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AFAB8F;
	border-left-color: #AFAB8F;
	background-image: url(../images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F5E9D9;
}
#header {
	width: 920px;
	height:155px;
	margin: 0 auto;
	text-align:left;
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#branding {
	position:absolute;
	height:64px;
	width:627px;
	margin-top:18px;
	margin-left:22px;
}
#navigation {
	position:absolute;
	width: 920px;
	height:37px;
	text-align:center;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:95px;
	padding-top:9px;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
}
#mainFlash {
	width: 920px;
	height:352px;
	margin: 0 auto;
}
#subFlash {
	width: 920px;
	height:171px;
	margin: 0 auto;
}
#content {
	margin: 0 auto;
	padding:30px;
}
#content2 {
	margin: 0 auto;
	padding:30px;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-y;
	background-position: 700px top;
}
#footer {
	width: 920px;
	height:201px;
	margin: 0 auto;
	background-image: url(../images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#copyright {
	text-align:center;
	font-size:12px;
}
#featuredResortsBottom {
	position:absolute;
	width:184px;
	height:52px;
	margin-left:700px;
	background-image: url(../images/logo_bottom.gif);
	background-repeat: no-repeat;
}
/* nvgiation */
#navigation ul {
	margin:0 0 0 80px;
	padding:0;
	list-style:none;
	display:block;
	text-align:center;
}
#navigation li {
	float:left;
	margin:0px;
	padding:2px 15px 0px 15px;
	display:block;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}

#navigation li a:link {
	color:#fff;
	text-decoration:none;
}

#navigation li a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation li a.active {
	font-weight:bold;
	color:#F5E9D9;
	text-decoration:underline;
}

#navigation li a:hover {
	color:#F5E9D9;
	text-decoration:underline;
}
/* end nvgiation */



.clear {
	clear:both;
}
.subContentLeft {
	float:left;
	width:650px;
}

.subContentRight {
	float:right;
	width:150px;
}
.box-refer {
	border: 1px solid #caa055;
}
.faqBox {
	width: 570px;
	display:none;
	background-color: #F0DEC6;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 14px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #DCB178;
	border-right-color: #DCB178;
	border-bottom-color: #DCB178;
	border-left-color: #DCB178;
}
.faqShow {
	position:absolute;
	margin-left: 475px;
	margin-top: 20px;
}

