@charset "utf-8";
/* Colors & fonts */


body {
	background-color: #336363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#wrapper {
	font-size: 1em;
	background-color: #ffffff;
	border: 10px solid #ffffff;
}

.left-td {
	background-color:#999967;
	border-top:0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 7px;
	border-style:solid;
	border-color:#ffffff;
}

.bg {
	background-color:#ffffff;
}

.border-map {
	border:3px;
	border-color:#dace84;
	border-style:solid;
}


/* ----------IMAGES---------- */


.img {
	border:3px;
	border-color:#dace84;
	border-style:solid;
}


/* ----------TEXT---------- */ 
 
 
h1 {
	font-weight: normal; 
	font-size:24px;
	color: #004d48;
}

h3 { 
	font-size:14px;
}
 
.content1 {
	font-size:14px;
}
.content2 {
	font-size:14px;
}
.content p {
	font-size:14px;
}

.content ul {
	font-size:14px;
}
 
	.content ul li {
		list-style-type:disc;
	}
	 
		.content h3 a, a {
			color: #000;
		} 
		 
			.content h3 a:hover {
				color: #474747;
			} 
 
 
a:hover {
	color:#ccc;
} 
 

#call {
	font-size: 0.8em;
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}



/* ----------NAVIGATION---------- */

/*--- Left Nav ---*/

#navigation ul li {
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

#navigation ul li a {
	color: #fff;
}

#navigation ul li a:hover {
	color: #dace84;
	text-decoration:none;
}


/*--- Bottom Nav ---*/

#smallnav ul li {
	font-weight: bold;
	font-size: 0.85em;
	color: #336363;
}

#smallnav ul li a {
	color:#336363;
}

#smallnav ul li a:hover {
	color: #dace84;
}

/* ----------FOOTER---------- */

#footer {
	color: white;
}

#footer li {
	font-size: 1em;
}

#footer a { 
	color: white;
	text-decoration: none; 
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#innkeeper-info {
	font-size: 0.8em;
}

#copyright {
	font-size: 0.75em;
}