/* CSS for Kennebec Inn */


#container {
  position: relative;
  width: 700px;
  margin: -8px auto -8px auto;
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-color: whitesmoke;
}

body {
	background-color: #517389
}

#header {
	padding: 25px 225px 25px 225px;
}






/* Primary Navigation */

#primarynav {
	display: block;
	background-color: #003354;
	font-family: Arial; Verdana, sans-serif;	
	font-size: .65em;
	text-align: center;
	padding: 2px;
	margin: 10px 0 0 0;
}

#primarynav li {
	color: whitesmoke;
	letter-spacing: .06em;
	list-style: none;
	display: inline;
	padding: 0 35px 0 0;
}

#primarynav li a {
	text-decoration: none;
}

#primarynav li a:link {
	color: whitesmoke;
}

#primarynav li a:visited {
	color: whitesmoke;
}

#primarynav li a:hover {
	color: #9CB0BD;
}

#primarynav li.active a {
	color: #9CB0BD;
}





/* Secondary Navigation */

#secondarynav {
	display block;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: .75em;
	padding: 0;
	margin: 10px;
}

#secondarynav li {
	color: #517389;
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
}

#secondarynav li a {
	text-decoration: none;
}

#secondarynav li a:link {
	color: #517389;
}

#secondarynav li a:visited {
	color: #517389;
}

#secondarynav li a:hover {
	color: #003354;
}

#secondarynav li.active a {
	color: #003354;
}

hr {
	border: none 0;
	border-top: 1px dashed #517389;
	width: 100%;
	height: 1px;
}




#content {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size: .8em;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 20px 0 20px 0;
}

#content img {
	border: solid 1px;
	color: #517389;
	margin-bottom: 5px;
	margin-top: 10px;
}







/* Rooms Main Content */

#roomsmaincontent {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size: .8em;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 20px 0 20px 0;
}

#roomsmaincontent a:hover {
	color: #003354;
}

#roomsmaincontent img {
	border: solid 1px;
	color: #517389;
	margin-bottom: 15px;
	margin-top: 10px;
}

#roomsmaincontent h1 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: -8px;
	margin-top: 30px;
}

#roomsmaincontent a {
	text-decoration: none;
}




/* Individual Room Pages*/

#roomscontent {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size: .8em;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 30px 0 20px 0;
}

#roomscontent a:hover {
	color: #003354;
}

#roomscontent img {
	border: solid 1px;
	color: #517389;
	margin-bottom: 20px;
	margin-top: 10px;
}

#roomscontent h1 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: -8px;
}

#roomscontent a {
	text-decoration: none;
}






/* The Inn page */

#inncontent a {
	font-family: arial;
	font-size: .8em;
	text-decoration: none;	
}

#inncontent a:hover {
	color: #003354;
}

#inncontent {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	line-height: 1.2em;
	color: #000;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 20px 0 20px 0;
}

#inncontent img {
	border: solid 1px;
	color: #517389;
	margin-bottom: 20px;
	margin-top: -5px;
}

.callout {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.5em;
}







/* Around the Area Content */

#areacontent {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size: .8em;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 20px 0 20px 0;
}

#areacontent h1 {
	font-size: 1.2em;
	color: #517389;
	margin-bottom: -15px;
}

#areacontent li {
	margin-bottom: 30px;
}






#contact {
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.6em;
	font-size: .8em;
	width: 460px;
	padding: 0 120px 0 120px;
	margin: 20px 0 20px 0;
}

a {
	color: #517389;
}

h1 {
	color: #003354;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#footer {
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: .6em;
	text-align: center;
	padding: 0 0 2px 0;
}

#footer li {
	color: whitesmoke;
	letter-spacing: .12em;
	list-style: none;
	display: inline;
	padding: 0 25px 0 0;
}

#footer a {
	color: whitesmoke;
}

#footer p {
	color: whitesmoke;
	font-size: 1em;
	letter-spacing: .1em;
}

p.contactInfo {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
}
	