/* CSS Document  - Lodging CSS - TNV*/



/* LAYOUT */
.full { width:100%; } 
.half {
	width:47%;
	margin-left: 2%;
}
.quarter { width:25%; }
.third {
	width:31%;
}
.twoThirds {
	width: 65%;
	margin-left: 2%;
}
.clear { clear:both; }
.left { float: left; }

.devide { border-bottom:solid #93601D 2px; padding-bottom:20px; margin-bottom:20px; }


/* BORDERS */
.border { border:solid #CCC 1px;  }

.borderLeft { border-left:solid #CCC 1px; }

.borderRight { border-right:solid #CCC 1px; }

.borderRightLeft { border-right:solid #CCC 1px; border-left:solid #CCC 1px; }

.borderLeftBottom { border-left:solid #CCC 1px; border-bottom:solid #CCC 1px;}

.borderLeftBottomTop { border-left:solid #CCC 1px; border-bottom:solid #CCC 1px; border-top:solid #CCC 1px;}



/* COLORS */
.grey { color:#CCC; }
.green { color:#264F1C; }
.lightGrey { color:#D9D9D9; }




/* TEXT RULES */
.resortTitle {
	font-size:16pt;
	font-weight:bold;
	color: #053B0E;
	line-height:1.2;
}

.contactInfo {
	color:#93601D;
	font-weight: bold;
}

p {
	font-size: 11pt;
	line-height: 1.2;
} 

.dropcap {
	float: left; /* positionning of the drop cap line within the container*/
	font-size: 60pt; /* three line height for the drop cap */
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #3C1D12;
	margin: -6px 2px 0px 0px;
	padding: 6px 4px 1px 0px;
	line-height: .67;
}




/* VISIT BUTTON */
.visitButton {
	font-size: 11pt;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 36px;
	background-color: #DEB026;
	margin-bottom: 15px;
	margin-top: 0px;
	border-top: solid #660000 1px;
	border-bottom: solid #660000 1px;
	border-right: solid #660000 1px;
	border-left: solid #660000 1px;
	text-align: left;
	background-image: url(images/icon_lodging.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

.visitButton a:link {
	font-size: 11pt;
	font-weight:bold;
	color:#0033FF;
	text-decoration:none;
}

.visitButton a:active {
	font-size: 11pt;
	font-weight:bold;
	color:#0033FF;
	text-decoration:none;
}

.visitButton a:visited {
	font-size: 11pt;
	font-weight:bold;
	color:#0033FF;
	text-decoration:none;
}

.visitButton a:hover {
	font-size: 11pt;
	font-weight:bold;
	color:#660000;
	text-decoration:none;
}



/* VISIT LINK */
.visit {
	background-image:url(images/bg_cabin.gif);
	padding-left: 18%;
	font-size:18pt;
	color:#3C1D12;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: 0px -18px;
	text-decoration:none;
	line-height: 22pt;
	width: 79%;
}

.visit a:link { color:#3C1D12; text-decoration:none; }
.visit a:active { color:#3C1D12; text-decoration:none; }
.visit a:hover { color:#003399; text-decoration:none; }
.visit a:visited { color:#3C1D12; text-decoration:none; }


/* RESORT TOP LINKS */
.resortname {
	font-size:10pt;
	color:#3C1D12;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3;
}

.resortname a:link { color:#3C1D12; text-decoration:none; }
.resortname a:active { color:#3C1D12; text-decoration:none; }
.resortname a:hover { color:#003399; text-decoration:none; }
.resortname a:visited { color:#3C1D12; text-decoration:none; }





/* IMAGES */
.photo {
	border: solid #003300 1px;
	padding:2px;
	margin: 0% 0% 5% 8%;
	margin-left:0%;
}



/* LIST RULES */
.list {
	background-image: URL(images/lilTriangle.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:7%;
	width:90%;
	float:left;
	clear:both;
	float: left;
	line-height:1.3;
}

