@charset "utf-8";
/* Colors & fonts */


body {
	background-color: #32665a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

#wrapper {
	font-size: 1em;
	background-color: #E9E8E8;
	border: 10px solid #E9E8E8;
}

.left-td {
	background-color:#9da069;
	border-top:0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 7px;
	border-style:solid;
	border-color:#E9E8E8;
}

.bg {
	background-color:#E9E8E8;
}

/* ----------IMAGES---------- */


.img {
	border:3px;
	border-color:#dace84;
	border-style:solid;
}


/* ----------TEXT---------- */ 
 
 
h1 {
	font-weight: normal; 
	font-size:24px;
	color: #004d48;
}

h3 { 
	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: #32665a;
	text-decoration:none;
}


/*--- Bottom Nav ---*/

#smallnav ul li {
	font-weight: bold;
	font-size: 0.85em;
	color: #32665a;
}

#smallnav ul li a {
	color:#32665a;
}

#smallnav ul li a:hover {
	color: #000;
}

/* ----------FOOTER---------- */

#footer {
	color: white;
}

#footer li {
	font-size: 1em;
}

#footer li a { 
	color: white;
	text-decoration: none; 
}

#footer li a:hover {
	color: white;
	text-decoration: underline;
}

#innkeeper-info {
	font-size: 0.75em;
}

#copyright {
	font-size: 0.75em;
}