@charset "UTF-8";

a,
a:link,
a:visited,
a:active {
	color: #efe9c9;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	outline: none;
}
*:focus {
	outline: none;
}

/* Billboard Links */
#billboardArea a,
#billboardArea a:link,
#billboardArea a:visited,
#billboardArea a:active {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}
#billboardArea a:hover {
	color: #efe9c9;
	text-decoration:underline;
}
/* header link styles */
.header li a,
.header li a:link,
.header li a:active,
.header li a:visited {
	display:block;
	width:100%;
	height:36px;
	text-indent:-9999px;
	border:#fff 0px solid;
	margin:0px;
	padding:0 2px;
	overflow: hidden;
}
.header li.home a:hover {
	border:0px;
	margin:0px;
}
.header li.reserve a {
	width:113px;
}
.header li.jls a {
	width:240px;
	margin-right: 282px;
}
.header li.wc a {
	width:240px;
}
/* sidebar link styles */
#lftColumn li a,
ul.subnav li a {
	display:block;
	width:100%;
}
/* left column mainnav-ON and hover styles */
.scottsGarden #scottsGarden {
	border-top:1px solid #5c491f;
	border-bottom:1px solid #5c491f;
	margin-top:-2px;
	margin-bottom:4px;
	padding:4px 0px 2px;
}
.privateEvents #privateEvents,
.fundraisers #fundraisers,
.promotions #promotions,
.weddings #weddings,
.corpEvents #corpEvents,
.stations #stations,
.wedding #wedding,
.seated #seated,
.buffet #buffet,
.btlrdHorsdoeuvres #btlrdHorsdoeuvres,
.horsdoeuvres #horsdoeuvres,
.wine #wineList,
.menu #menu,
.dessert #dessert,
.jazzbrunch #brunch,
.rioslovell #rioslovell,
.contraCosta #contraCosta,
.shellRidge #shellRidge,
.johnMuir #johnMuir,
.waterFall #waterFall,
.terrace #terrace {
	border-top:1px solid #5c491f;
	border-bottom:1px solid #5c491f;
	margin-top:-1px;
	margin-bottom:-1px;
	padding:0px;
}
/* left column subnav-ON styles */
.privateRooms #lftColumn .content ul li#privateRooms ul.subnav {
	display:block;
}
/* home links */
#home .newsBar li.promo p a,
#home .newsBar li.promo p a:link,
#home .newsBar li.promo p a:active,
#home .newsBar li.promo p a:visited {
	display:block;
	width:160px;
	height:50px;
	text-indent:-9999px;
	margin:0 0 0 90px;
	padding:0;
	overflow:hidden;
	right: 0px;
}
#home .newsBar li.newsItem1 p a,
#home .newsBar li.newsItem1 p a:link,
#home .newsBar li.newsItem1 p a:active,
#home .newsBar li.newsItem1 p a:visited {
	color: #840006;
}
#home .newsBar li.promo p a:hover {
	margin:0px;
	text-indent:-9999px;
	text-decoration:none;
}
/* Show-Hide BillboardArea content links */
#rtColumn p.showHide a {
	color:#8b7139;
}
#rtColumn p.showHide a:link,
#rtColumn p.showHide a:visited,
#rtColumn p.showHide a:active {
	color:#8b7139;
}
#rtColumn p.showHide a:hover {
	color:#fff;
	text-decoration:none;
}
#rtColumn p.hide a:before {
	content:"Hide ";
}
#rtColumn p.show a:before {
	content:"Show ";
}
.footer li a,
.footer li a:link,
.footer li a:active,
.footer li a:visited {
	color: #900;
	text-decoration:underline;
}
.footer li a:hover {
	color: #000;
	text-decoration:none;
}
