/* CSS Document */

/* Styles for Tahoe chalet Inn menu - Based on Suckerfish - adapted by Chris of smith + jones */
#navbox {
	height:40px;
}
#nav {
	margin-left:auto; margin-right:auto; 
	width:100%;
}
#nav ul { /* unlinked list */
	text-align:center;
	margin-left: 120px;
    padding: 0;    margin: 0;
    list-style-type: none;    list-style-image: none;    list-style: none;
}
#nav ul li { /* list items */
	
    display:inline; float:left;
	padding: 7px;
    /* width: 111px; width needed or else Opera goes nuts */
	
}
#nav ul li a{ /* list item links */
    display: block;
	padding: 4px;
    font-size: 14px; font-weight: normal;  color: #684181;
	font-variant:small-caps; text-align:center;  
	text-decoration:none;
}


#nav ul li a:hover {
	color: #684181;
	text-decoration:underline;

}
a.linkBody:visited {
	color: #684181;
}
a.linkBody:hover {
	color: #000000;
}
a.linkBody:link {
	color: #684181;
}
body {font-size: 9pt; color: #333333; font-family: Georgia, "Times New Roman", Times, serif ; }
p { font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif;}

.largebody {font-size: 10pt; color: #666666; line-height: 13pt; font-family: Georgia, "Times New Roman", Times, serif; }
.amenities {font-size: 9pt; color: #266544; line-height: 13pt; font-family: Georgia, "Times New Roman", Times, serif; }
.amenitiesheader {font-size: 11pt; color: #266544; font-weight: bold; line-height: 13pt; font-family: Georgia, "Times New Roman", Times, serif; }

 
.luxury {font-size: 13pt; color: #BE7F22;} 
.deluxe {font-size: 13pt; color: #336699;} 
.standard {font-size: 13pt; color: #660000;}
.general {font-size: 15pt; color: #266544;}

h1 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	color: #266544;
	font-weight: normal;
}
h2 {
font-family:Georgia, 'Times New Roman', Times, serif; color: #333333; font-style:italic; font-size: 12pt; font-weight: normal;
}

ul {
	text-align: left;
}
ul li {
font-family:Georgia, 'Times New Roman', Times, serif; color:#266544; font-size: 9pt; font-weight: normal; line-height: 13pt;
}
.lux {
	color: #BE7F22;
	font-weight: bold;
	font-size: 19px;
}
/* END Styles for CSS menus */

