/*
********************************************************************
* Description.......: css file for SunriseRidge
* Created by........: Ivan Zoraja (Otherwise Inc)
* Created date......: 07NOV07
* Modified by.......: 
* Modified date.....: 
********************************************************************
*/

/* general information */
*
{
	margin: 0pt;
	padding: 0pt;
}

html, body
{
	margin: 0;
	padding: 0;
	background-image: url(../images/background/brown.jpg);
	background-position: top center;
	background-repeat: repeat;
	text-align: center;
	height: 100%;
	max-height: 100%;
	width: 100%;
	font-family: georgia,arial,verdana,sans serif;
	font-size: 12px;
	line-height: 16px;
	color: #1E130C;
}
* html body #ws
{
	height: 100%;
}
div, img
{
	padding: 0;
	margin: 0;
	border: 0;
}
a
{
	color: #1E130C;
	font-weight: bold;
	text-decoration: none;
	outline-style:none;
}
a:hover
{
	text-decoration: none;
	color: #FF6000;
}

/* MAIN - start */
div#container
{
	width: 1120px;
	margin: 0 auto;
	text-align:left;
	overflow: visible;
	background-image: url(../images/background/slice.gif);
	background-position: 0px 14px;
	background-repeat: repeat-y;
	position: relative;
	padding-top: 14px;
}
div#contentSection
{
	margin-left: 170px;
	width: 800px;
	min-height: 494px;
	background-color: Transparent; /* #FFFFFF; */
	background-image: url(../images/background/inner_top.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 10;
	margin-bottom: 127px;
}

div#copyBackground
{
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/background/inner_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#copyBackgroundSpecifications
{
	background-image: url(../images/background/inner_bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

* html body div#contentSection
{
	height: 494px;
}

div#menuDiv
{
	width: 170px;
	height: 120px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 218px;
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
}
div#footer
{
	font-family: Arial;
	font-size: 9px;
	line-height: 15px;
	color: #DED7BE;
	padding-top: 10px;
}

div#footer a
{
	color: #DED7BE;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
div#footer a.navOn {color: #FF6000;}
div#footer a:hover {color: #FF6000;}

img#frame_tl {position: absolute; left: 0px; top: 0px;}
img#frame_t  {position: absolute; left: 170px; top: 0px;}
img#frame_tr {position: absolute; right: 0px; top: 0px;}
img#frame_br {position: absolute; right: 0px; bottom: 0px;}
img#frame_b  {position: absolute; left: 170px; bottom: 0px;}
img#frame_bl {position: absolute; left: 0px; bottom: 0px;}
img#inner_t {position: absolute; left: 170px; top: 14px;}
img#inner_b {position: absolute; left: 170px; bottom: 127px;}

div#swfContainer
{
	margin-bottom: 0px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	padding-bottom: 0px;	
}

div#copy
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.homeCopyHeight {min-height: 152px;}
* html body div.homeCopyHeight {height: 152px;}

.innerCopyHeight {min-height: 228px;}
* html body div.innerCopyHeight {height: 228px;}

.innerFullCopyHeight {min-height: 474px;}
* html body div.innerFullCopyHeight {height: 474px;}

.splitPage
{
	background-image: url(../images/background/v_dots.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
div#leftSection
{
	float: left;
	width: 619px;
	padding-top: 12px;
}
div#rightSection
{
	float: right;
	width: 155px;
	position: relative;
}
/* MAIN - end */

/* COPY formatting - start */
div#copy p
{
	padding: 0pt 10px 12px 0pt;
}
h1
{
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 6px;
	font-weight: normal;
}
h2
{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #CF6000;
}

/* COPY formatting - end */

/* Buttons - start */
a.btn_Mask
{
	color: #1E130C;
	display: block;
	overflow: hidden;
	background: transparent url(../images/buttons/btn_RSVP_off.gif) no-repeat top left;
	width: 100px;
	height: 70px;
	padding: 30px 25px 37px 24px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -74px;
	margin-top: -72px;
	font-weight: normal;	
}
a.btn_Mask:hover
{
	background: transparent url(../images/buttons/btn_RSVP_on.gif) no-repeat top left;
	text-decoration: none;
}
/* Buttons - end */

/* MENU - start */
div#menuDiv p
{
	padding-right: 10px;
	padding-top: 15px;
}
div#menuDiv a
{
	float: right;
	color: #DED7BE;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
div#menuDiv a.navOn {color: #FF6000;}
div#menuDiv a:hover {color: #FF6000;}
/* MENU - end */

/* SUBMENU - start */
div#subMenuDiv
{
	font-family: Arial;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
}
div#subMenuDiv p
{
	padding-left: 10px;
	padding-top: 25px;
	padding-right: 0px;
}
div#subMenuDiv a
{
	float: left;
	color: #564E49;
	text-decoration: none;
}
div#subMenuDiv a.subNavOn {color: #FF6000;}
div#subMenuDiv a:hover {color: #FF6000;}

img#snav_top
{
	position: absolute;
	top: -10px;
	left: 7px;
}

/* SUBMENU - end */


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
 /* End hide from IE Mac */
 
 
 
/* SPECIFICATION start */
div#sSubMenuDiv
{
	float: left;
	width: 180px;
}

div#sSubMenuDiv a
{
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
}
a#nav_specificationsDuplex
{
	background-image: url(../images/buttons/btn_dpx_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 2px;
}
a#nav_specificationsDuplex_on
{
	background-image: url(../images/buttons/btn_dpx_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	color: #FFFFFF;	
	margin-right: 2px;
}
a#nav_specificationsDuplex:hover
{
	background-image: url(../images/buttons/btn_dpx_on.gif);
	color: #FFFFFF;	
}
a#nav_specificationsTriplex
{
	background-image: url(../images/buttons/btn_tpx_off.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
a#nav_specificationsTriplex_on
{
	background-image: url(../images/buttons/btn_tpx_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 78px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	color: #FFFFFF;	
}
a#nav_specificationsTriplex:hover
{
	background-image: url(../images/buttons/btn_tpx_on.gif);
	color: #FFFFFF;	
}

div#sSubSubMenuDiv
{
	text-align: left;
	width: 400px;
	float: right;
}

div#sSubSubMenuDiv a
{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 3px;
	text-transform: uppercase;
}
div#sSubSubMenuDiv a:hover
{
	border-bottom: solid 3px #FF6000;
	padding-bottom: 0px;
}
div#sSubSubMenuDiv a.on
{
	border-bottom: solid 3px #FF6000;
	padding-bottom: 0px;
}




div#navSection
{
    position: relative;
	margin-top: 14px;
	margin-bottom: 6px;
	margin-left: 15px;
	margin-right: 12px;
}
div#navSwfSection
{
	float: left;
	width: 610px;
}

div#ajaxSection
{
	position: relative;
	float: right;
	width: 190px;
	background-color: #1E130C;
	min-height: 525px;
}

* html body div#ajaxSection
{
	height: 525px;
}
div#floorPlan
{
	width: 610px;
	height: 420px;
}

div#typeOfFinishes
{
	height: 25px;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	background-color: #DED7BE;
	text-align: left;
}
div#typeOfFinishes a
{
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
	color: #4E4439;
	padding-right: 10px;
}
div#typeOfFinishes a:hover
{
	color: #F77E30;
}
div#typeOfFinishes a.on
{
	color: #F77E30;
}
span#rm_description
{
	color: #FFFFFF;
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	width: 143px;
	background-color: #1E130C;
	margin-right: 25px;
	padding-left: 15px;
	text-transform: uppercase;
}

/* AJAX start*/
img#finishImage
{
	float: right;
}
div#PrevNext
{
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	padding-right: 45px;
}
div#PrevNext a
{
	display: block;
	width: 48px;
	height: 18px;
	background-color: #FF9500;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	text-transform: uppercase;
}
div#PrevNext a:hover
{
	background-color: #FFFFFF;
}
div#PrevNext a#btnPrev {float: left;}
div#PrevNext a#btnNext {float: right;}
div#PrevNext a.off
{
	visibility: hidden;
}

h6
{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FF9500;
	text-transform: uppercase;
	padding-top: 3px;
	font-family: Arial;
}

div#finishDetails
{padding-left: 6px;}

div#finishDetails p
{
	padding-right: 6px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
div.ajaxOff {visibility: hidden;}
div.ajaxOn {visibility: visible;}

/* AJAX start*/
div#txtInformation
{
	position: absolute;
	top: 180px;
	left: 10px;
	width: 170px;
}

div#txtInformation p
{
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial;
}

div#weatherReport
{
	font-family: Arial;
	padding-top: 20px;
}
div#weatherReport a
{
	text-transform: uppercase;
	font-size: 11px;
}
div#weatherReport h3
{
	font-family: Georgia;
}
div.rsContact
{
	padding-top: 220px !important;
	padding-left: 14px !important;
}
 /* SPECIFICATION end */
div#skireport
{
}
div#skireport td img
{
    float: left;
}
#pnlLifts img
{
    float: none !important;
}
a#pdfIcon
{
    position: absolute;
    z-index: 1000;
    top: 11px;
    right: 0px;
    
    display: block;
    padding-top: 24px;
    width: 36px;
    height: 0pt;
    overflow: hidden;
    background-image: url(../images/icons/pdf_icon_off.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
a#pdfIcon:hover
{
    background-image: url(../images/icons/pdf_icon_over.gif);
}

#side_gallery a.btn_Mask {
	top:390px;
	margin:0;
	left:10px;
	padding-bottom:40px;
	background: url("../images/buttons/btn_RSVP_off.png") no-repeat scroll left top transparent;
	}
#side_gallery a.btn_Mask:hover {
	background: url("../images/buttons/btn_RSVP_on.png") no-repeat scroll left top transparent;
	}
