/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #fffefd url(../images/body_bg.gif) repeat-x top;
}

#container
{
	width: 990px;
	margin: 0px auto;
	background: url(../images/cont_bg.gif) no-repeat top;
}

#header
{
	position: relative;
	height: 108px;
}

#logo
{
	position: absolute;
	top: 27px;
	left: 37px;
}
.logo_text {
        position: relative; 
        top: 95px;
        left: 40px;
        color: #a49c8a; 
        font-weight: bold;
        font-size: 10px;
}

.homeLogin
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b17331;
	font-size: 10px;
}


#topNav
{
	position: absolute;
	top: 25px;
	left: 833px;
}

#topNav li.faq .homeLogin
{
	font-weight: bold;
	font-size: 11px;
}

#topNav li
{
	display: inline
}

#topNav li a
{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b17331;
	font-size: 10px;
	margin-right: 10px;
}

#topNav li a:hover
{
	color: #d18738;
}

.homeLogin:hover
{
	color: #d18738;
}

#mainNav 
{
	/*position: absolute;
	top: 78px;
	left: 360px;*/
	float: right;
	display: inline;
	margin-right: 15px;
	margin-top: 78px;
}

#mainNav li
{
	float: left;
	display: inline;
}

.pipe
{
	margin-top: 3px;
	color: #f3e8e5;
}

#mainNav li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8f6753;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0px 10px 0px 10px;
}

#mainNav li a:hover
{
	color: #b38168;
}

#mainNav li a big
{
	font-size: 16px;
}

mainNav li a:hover
{
	color: #b38168;
}

#flashContainer
{
	position: relative;
	width: 949px;
	margin: 0px auto;
	text-align: center;
}

#threeColContainer
{
	position: relative;
	width: 965px;
	margin: 0px auto;
	margin-top: 5px;
}

#leftCol p
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #717171;
	line-height: 17px;
}

#midCol
{
	float: left;
	display: inline;
	width: 182px;
	height: 173px;
	margin-top: 2px;
	background: url(../images/marketing_bg.gif) no-repeat top;
}

#midCol img
{
	display: block;
	margin: 5px 8px;
}

#rightCol
{
	float: left;
	display: inline;
	width: 210px;
	height: 173px;
	margin-left: 0px;
	margin-top: 2px;
	background: url(../images/form_bg.gif) no-repeat top;
}

#rightCol h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #af6d26;
	text-transform: uppercase;
	padding: 5px 10px 0px 10px;
}

.arrivalDate
{
	width: 97% !important;
}

.formCol
{
	float: left;
	display: inline;
	width: 33%;
}

.bttnSubmit
{
	position: relative;
	margin-left: 90px;
}

#footer
{
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 3px;
	width: 960px;
	height: 28px;
	margin: 10px auto;
	background: url(../images/footer_bg.gif) repeat-x top;
}

#footer a
{	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b17331;
	font-size: 10px;
}

#footer a:hover
{
	color: #d18738;
}

.homeFootCont
{
	float: left;
	display: inline;
}

.footCopy
{
	float: right;
	display: inline;
}

#footer p
{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8e7963;
	font-size: 10px;
	margin: 0px;
	padding: 7px 8px 0px 0px;
}

#footer span
{
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8e7963;
	font-size: 10px;
	margin: 0px;
	padding: 7px 8px 0px 0px;
}

.homeFoot
{
	text-align: left;
	padding-top: 10px;
	font-size:12px !important;
	font-weight:bold !important;
}

/*new style*/
#reservation
{
	margin-left: 3px;
	padding: 10px;
}

#reservation label
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
}

#reservation input.text
{
	display: block;
	width: 93%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b9aa85;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

.arrivalDate
{
	width: 86% !important;
	float: left;
	display: inline;
}

.formCol
{
	float: left;
	display: inline;
	width: 33%;
}

.calIcon 
{
	float: left;
	display: inline;
	margin: 6px 0px 0px 6px;
}

.calIcon img
{
	float: left;
	display: block;
}

a.advSearch
{
	float: left;
	display: inline;
	font-size: 9px;
	margin-top: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #8f6753;
}

/*.bttnSubmit
{
	float: left;
	display: inline;
	margin-left: 95px;
	margin-top: -20px;
}*/

/*------------NEW STYLES------------------*/
#leftCol
{
	float: left;
	display: inline;
	width: 557px;
	height: 191px;
	margin-top: 3px;
	margin-left: 8px;
	padding-top: 5px;
	background: url(../images/main_new_bg.gif) no-repeat top left;
}

#leftMedia
{
	float: left;
	display: inline;
	width: 421px;
	height: 158px;
	/*background: url(../images/main_new_tablebg.gif) repeat-x bottom;*/
	border: 1px solid #e9d5bd;
	margin-left: 5px;
}

#leftMedia img.mediaPhoto
{
	display: block;
	margin: 0px auto;
	margin-top: 8px;
}

#leftMedNav
{
	width: 421px;
	border-bottom: 1px solid #e9d5bd;
	height: 63px;
	padding-top: 7px;
}

#leftMedNav p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px !important;
	font-weight: bold;
	font-style: italic !important;
	color: #9b7144;
	line-height: 15px !important;
	text-transform: none !important;
}

#leftMedia p
{
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #af8426;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	line-height: 13px !important;
	text-align: center;
	padding-top: 5px;
}

#leftMedia span.lowerText
{
	color: #a69b85;
	font-size: 10px;
}

#leftMedNav ul
{
}

#leftMedNav li
{
	display: inline;
}

#leftMedNav li a
{
	float: left;
	display: block;
}

#leftMedOne
{
	float: left;
	display: inline;
	width: 138px;
	height: 87px;
	border-right: 1px solid #d4cac0;
	background: url(../images/home_iconbg.gif) repeat-x bottom;
}

#leftMedTwo
{
	float: left;
	display: inline;
	width: 136px;
	height: 87px;
	border-right: 1px solid #d4cac0;
	border-left: 1px solid #fdfcfc;
	background: url(../images/home_iconbg.gif) repeat-x bottom;
}

#leftMedThree
{
	float: left;
	display: inline;
	width: 143px;
	height: 87px;
	border-left: 1px solid #fdfcfc;
	background: url(../images/home_iconbg.gif) repeat-x bottom;
}

#rightMedia
{
	float: left;
	display: inline;
	margin-left: 5px;
	width: 118px;
	border: 1px solid #ecd8c3;
	height: 157px;
}

.mainSubText
{
	font-size: 11px !important;
	color: #717171;
	font-weight: normal;
	line-height: 12px !important;
}

#weatherCont
{
	position: relative;
}

#weatherCont h2
{
	position: absolute;
	top: 50px;
	left: 73px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #af8426;
	font-size: 25px;
	font-weight: bold;

}

#weatherCont p
{
	font-size: 11px;
	position: absolute;
	top: 96px;
	left: 35px;
	line-height: 15px;
	font-weight: normal;
	color: #a1816d;
}

.weatherBttn
{
	position: absolute;
	top: 134px;
	left: 0px;
}

.weathIcon
{
	margin: 10px 0px 0px 13px;
}

/*-------------------Image of the day Styles--------------------------*/

#popup
{
	width: 550px;
	height: 550px;
	position: relative;
	overflow:auto;
}

#popCont
{
	width: 445px;
	height: 550px;
	position: relative;
	margin: 0px auto;
	background: url(../images/popup_contbg.png) no-repeat top;
}

#popCont h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 33px;
	left: 6px;
}

#popFieldsCont
{
	position: absolute;
	top: 70px;
	left: 8px;
	width: 429px;
	height: 42px;
	background: url(../images/popupheadbg.gif) repeat-x top;
}

#popFields
{
	position: absolute;
	top: 15px;
	left: 13px;
	width: 429px;
}

#popFields label
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #9b7144;
	margin: 0px 30px 0px 2px;
}

#popFields select
{
	position: absolute;
	top: -5px;
	left: 317px;
	border: 1px solid #e9d5bd;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #9b7144;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
}

#popMedia
{
	width: 300px;
	height: 405px;
	position: absolute;
	top: 135px;
	left: 20px;
}

p.popCaption
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9b7144;
	font-size: 16px;
	font-style: italic;
	width: 400px;
	min-height: 35px;
	text-align: center;
	padding-bottom:15px;
}

.popPost
{
	position: absolute;
	top: -98px;
	left: 293px;
}

.popPost a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9b7144;
	position: absolute;
	width: 100px;
	left: 25px;
	top: 5px;
}

.popPost a:hover
{
	color: #b38168;
}

/*--------------postcard styles---------------------*/
#postCont
{
	position: relative;
	width: 628px;
	height: 549px;
	background: url(../images/postcard_contbg.gif) no-repeat top;
}

#postCont h1
{
	position: absolute;
	left: 14px;
	top: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #fff;
}

#postCont span.subHead
{
	padding-left: 7px;
	font-size: 12px;	
}

#postHeader
{
	position: absolute;
	top: 78px;
	left: 14px;
	width: 602px;
	height: 66px;
	background: url(../images/postheadbg.gif) repeat-x top;
}

#postHeader
{
	display: inline;
	margin-left: 0px;
	margin-right: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
}

#postHeader p.first
{
	position: absolute;
	top: 5px;
	left: 12px;
	padding-right: 15px;
	background: url(../images/post_arrow.gif) no-repeat 180px 2px;
}

#postHeader p.second
{
	position: absolute;
	top: 5px;
	left: 368px;
	padding-right: 15px;
	background: url(../images/post_arrow.gif) no-repeat 215px 2px;
}

#postcardForm
{
	position: absolute;
	top: 34px;
	left: 5px;
}

#postHeader label
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-right: 3px;
	color: #9b7144;
}

#postHeader input
{
	border: 1px solid #e9d5bd;
	width: 100px;
	padding: 3px;
	margin-right: 25px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #9b7144;
}

#postColCont
{
	position: relative;
	left: 13px;
	top: 153px;
}

#postImageCont
{
	float: left;
	display: inline;
	width: 405px;
}

#postRightCont
{
	float: left;
	display: inline;
	width: 198px;
}

#postRightCont label
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9b7144;
	margin-left: 14px;
}


#postRightCont label.copy
{
	position: absolute;
	top: 264px;
	left: 434px;
	margin-left: 5px;
	font-size: 10px;
}

#postRightCont .sendBttn
{
	position: absolute;
	top: 259px;
	left: 519px;
	margin-left: 19px;
}

#postRightCont textarea
{
	border: 1px solid #e9d5bd;
	background: url(../images/post_inputbg.gif) repeat-x bottom;
	height: 144px;
	width: 168px;
	margin-left: 14px;
	margin-top: 7px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #9b7144;
	padding: 3px;
}

#postRightCont .checkbox
{
	position: absolute;
	top: 251px;
	left: 418px;
	margin-top: 12px;
	width: 14px;
	height: 14px;
}

.websiteLink
{
	position: absolute;
	top: 275px;
	left: 406px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #dcbe9f;
	margin-top: 9px;
	margin-left: 11px;
	display: block;
}

a.websiteLink:hover
{
	color: #b39a81;
}

.resortVideo
{
	width: 250px;
	margin: 0px auto;
	padding-left: 40px;
	padding-top: 100px;
}

.resortVideo h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

.resortVideo p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	color: #717171;
	line-height: 17px;
	padding-left: 0px;
}

.resortVideo ul
{
	text-align: center;
	margin-right: 80px;
	margin-top: 10px;
	margin-left: 14px;
}

.resortVideo li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 24px;
	color: #717171;
	line-height: 40px;
}

.resortVideo li a:hover
{
	color: #d18738;
}

#reservation2 label
{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
}

#reservation2 select
{
	display: block;
	width: 93%;
	margin-top: 5px;
	margin-bottom: 8px;
	color: #95744e;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

.selectHolder label
{
	display: block;
	margin-bottom: 3px;
}

.jomres_inputbox
{
	width: 150px;
	font-size: 11px;
	color: #7a7a7a;
	padding: 3px 2px;
	border: 1px solid #ddd3af;
	background: url(../images/inputbgbooking.gif) repeat-x top;
	margin-bottom: 8px;
}

.arrivalDate
{
	width: 97% !important;
}

.bttnSubmit
{
	/*position: relative;
	padding-top:5px;
	margin-left: 113px;
	margin-top: 8px;
	text-align: right !important;*/
	position: absolute;
	top: 140px;
	left: 756px;
}
#lbIframe
{
 border:0px;	
}
