@charset "utf-8";
/* Colors & fonts */


body {
	background-color: #81aecd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #060032;
}

#wrapper {
	font-size: 1em;
	background-color: #fff;
	border: 10px solid #fff;
}

.left-td {
	background-color:#c4dae9;
	border-top:0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 7px;
	border-style:solid;
	border-color:#fff;
}

.bg {
	background-color:#fff;
}

/* ----------IMAGES---------- */


.img {
	border:3px;
	border-color:#2f5387;
	border-style:solid;
}


/* ----------TEXT---------- */ 
 
strong {
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	font-size:14px;
}
 
h1 {
	font-weight: normal; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #060032;
}
h2 {
	font-weight: normal; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color: #060032;
}

h3 { 
	font-size:18px;
	font-weight: normal; 
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #060032;
}
	h3 a { 
		color: #060032;
		text-decoration:none;
	}
		h3 a:hover{ 
			color: #060032;
			text-decoration:underline;
		}
 
.content p {
	font-size:14px;
}

.content ul {
	font-size:14px;
}
 
	.content ul li {
		list-style-type:disc;
	}
	 
		.content a {
			color: #060032;
		} 
		 
 
 
a:hover {
	color:#c4b164;
} 
 

#call {
	font-size: 0.8em;
	font-weight: bold; 
	font-family:Arial, Helvetica, sans-serif;
	color:#060032;
}



/* ----------NAVIGATION---------- */

/*--- Left Nav ---*/

#navigation ul li {
	color: #060032;
	font-size: 1em;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#navigation ul li a {
	color: #060032;
}

#navigation ul li a:hover {
	color: #fff;
	text-decoration:none;
}


/*--- Bottom Nav ---*/

#smallnav ul li {
	font-weight: bold;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #060032;
}

#smallnav ul li a {
	color:#060032;
}

#smallnav ul li a:hover {
	color: #c4b164;
}

/* ----------FOOTER---------- */

#footer {
	color: #060032;
}

#footer li {
	font-size: 1em;
}

#footer li a { 
	color:  #060032;
	text-decoration: none; 
}

#footer li a:hover {
	color: white;
	text-decoration: underline;
}

#innkeeper-info {
	font-size: 0.8em;
}

#copyright {
	font-size: 0.75em;
}