A:link{
  color:#424B6F;
}
A:visited{
  color:#424B6F;
}
Body
{
  /*background-color:#C2A98B;*/
  color:#440000;
  background-image: url(img/img_napa_background.jpg);
}
.Calendar
{
	border-width:1px;
	border-color:black;
	border-style:solid;
	font-size:0.85em;
	width:100%;
	border-collapse:collapse;
        background-color:white;
	font-family:"Lucida Console",Monospace;
}
.ACMHV /*AvailCalMonthHeaderViewMode*/
{
	border-color:black;
	border-width:1px;
	border-style:solid;
	background-color:lightyellow;
	padding:5px;
	font-family:"Lucida Console",Monospace;
}
.ACDH /*AvailCalDayHeader*/
{
	font-weight:bold;
	font-family:"Lucide Console",Monospace;
	color:white;
	background-color:mediumpurple;
	text-align:center;
	padding:5px;
	border-width:1px;
	border-color:black;
	border-style:solid;
}
.ACADV /*AvailCalAvailableDay*/
{
	text-align:center;
	padding:5px;
	border-width:1px;
	border-color:black;
	border-style:solid;
	background-color:white;
	font-family:"Lucida Console",Monospace;
}
.ACUDV /*AvailCalUnAvailableDay*/
{
	color:lightgrey;
	background-color:red;
	text-decoration:line-through;
	text-align:center;
	padding:5px;
	border-width:1px;
	border-color:black;
	border-style:solid;
	font-family:"Lucida Console",Monospace;
}
.ACOMD /*AvailCalOtherMonthDay*/
{
	background-color:lightgrey;
	border-width:1px;
	border-color:black;
	border-style:solid;
}
.SmallText
{
	font-weight: normal;
	font-size: 0.70em;
	color:#42B6F;
}
.PageHeader
{
	font-weight:bold;
	font-style:italic;
	font-size:1.55em;
	color:#42B6F;
	text-align:center;
}
.PageBlurb
{
	text-align:center;
	font-weight:bold;
	font-size:3em;
	line-height: 1.1;
	font-family:"Italianno", "Lucida Calligraphy", "Monotype Corsiva", serif;
	color:#42B6F;
}
.Logo
{
	text-align:center;
	font-weight:bold;
	font-size:2em;
	font-family:"Lucida Calligraphy", "Monotype Corsiva", serif;
	color:#42B6F;
}
.PageCaption
{
	font-weight:bold;
	font-size:2em;
	font-family:"EB Garamond", serif;
	line-height: 1.1;
	color:#42B6F;
}

.BodyText
{
	width:100%;
	font-family: 'Montserrat', arial, helvetica, geneva;
	font-size:1.3em;
}

/* NAVIGATION BUTTONS */
.cssnav	
{
	position:relative;
	font-family: "Comic Sans MS", Tahoma, helvetica, sans-serif;
	background-image:  url(img/button_over.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 192px;
	height: 40px;
	margin: 0; 
	padding: 0; 
}
.cssnav a {
	display: block;
	color: #42B6F;
	font-size: 13px;
	font-weight: bold;
	width: 192px;
	height: 40px;
	float: left;
	text-decoration: none;
}

.cssnav img {width: 192px; height: 40px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
	position: absolute;
	left: 0px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 192px;
	height: 40px;
	text-align: center;
}

.navbar-nav {
		font-family: 'Montserrat', arial, helvetica, geneva;
		float: right;
}

.dropdown-menu {
	text-align: right;
}



#footer {
    background-color:#ffffff
    ;
   
   }  