html, body {
	font: 13px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #134b8b;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	margin-bottom: .5em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #134b8b;
}

a:hover {
	text-decoration: none;
}

.clr {
	clear: both;
}

/* HEADER --------------------------------------------- */

#header {
	height: 110px;
	margin: auto;
	padding-top: 5px;
	width: 890px;
}

#header-contact {
	color: #134b8b;
	float: right;
	text-align: center;
}

#logo {
	float: left;
}

/* NAVIGATION --------------------------------------------- */

#nav {
	background: #eef1f5;
	border-bottom: 1px solid #b5b7b6;
	border-top: 1px solid #b5b7b6;
	color: #999;
	display: table;
	font-size: 11px;
	margin: 0 auto 20px auto;
	overflow: auto;
}

#nav li {
	background: url(../img/nav-bullet.gif) left center no-repeat;
	float: left;
	margin: 0 25px;
	padding: 5px 0 5px 10px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #000;
}

#wrapper {
	margin: auto;
	width: 734px;
}

/* HOME --------------------------------------------- */

#home-promo {
	background: #f1f2e2 url(../img/home-promo-bg.gif) repeat-x;
	color: #134b8b;
	margin-bottom: 1em;
	padding: 25px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
}

#home-location-amenities {
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	font-size: 13px;
	margin-bottom: 1em;
	padding: 1em 0;
}

.home-left-column {
	float: left;
	font-size: 13px;
	width: 352px;
}

.home-right-column {
	float: right;
	font-size: 13px;
	width: 352px;
}

.home-left-column h2, .home-right-column h2 {
	margin-bottom: .5em;
}

.home-right-column ul {
	margin-bottom: 1em;
}

.home-right-column li {
	list-style-position: inside;
	list-style-type: disc;
}

.home-right-column p {
	margin-left: 2em;
}

.home-left-column img, .home-right-column img {
	border: 1px solid #ccc;
	padding: 10px;
}

/* RESERVATIONS PROMO --------------------------------------------- */

#reservations-promo {
	background: #eef1f5;
	color: #134b8b;
	font-size: 19px;
	padding: 10px;
	text-align: center;
}

#reservations-promo strong {
	display: block;
}

#reservations-promo a {
	background: #134b8b;
	border: 2px solid #d47e33;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 27px;
	margin: 5px auto 5px auto;
	text-decoration: none;
	width: 155px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* SECONDARY --------------------------------------------- */

#with-sidebar {
	border-right: 1px dotted #999;
	float: left;
	padding-right: 20px;
 	width: 473px;
}

#with-sidebar ul {
	margin: 0 0 1em 1em;
	padding-left: 1em;
}

#with-sidebar ul li {
	list-style-type: disc;
}

#sidebar {
	float: right;
	width: 220px;
}

#sidebar #reservations-promo {
	margin-bottom: 1em;
}

#sidebar p {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

#sidebar-photos {
	
}

#sidebar-photos li {
	margin-bottom: 10px;
}

#sidebar-photos img {
	border: 1px solid #ccc;
	padding: 10px;
}

#sidebar-photos img:hover {
	background: #eef1f5;
}

/* FORM --------------------------------------------- */

form {
	display: table;
	margin: auto;
}

form em {
	color: #a80000;
}

.input {
	margin-bottom: 5px;
}

label {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.submit {
	border-top: 1px dotted #999;
	font-size: 11px;
	padding-top: 5px;
}

.submit input {
	background: #134b8b;
	border: 2px solid #d47e33;
	color: #fff;
	float: right;
	font-size: 13px;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sending {
	display: none;
	float: right;
	font-style: italic;
	padding-right: 5px;
}


/* FOOTER --------------------------------------------- */

#footer {
	background: #f1f2e2;
	border-bottom: 1px solid #c6b9af;
	border-top: 1px solid #c6b9af;
	font-size: 11px;
	margin: 25px 0 10px 0;
	padding: .5em;
	overflow: auto;
}

#footer li {
	background: url(../img/nav-bullet.gif) left center no-repeat;
	float: left;
	margin-right: 20px;
	padding: 5px 0 5px 10px;
}

#footer #copyright {
	background: none;
	float: right;
	margin: 0;
}

#footer a {
	text-decoration: none;
}

#fi {
	font-size: 9px;
	margin-bottom: 10px;
	text-align: right;
}

#fi a {
	color: #999;
	text-decoration: none;
}

