﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* NH styles */
body {
	background: #f3f1e5 url('../images/header-bg.jpg') repeat-x left top;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #a65009;
}
a:hover {
	color: #280300;
}
#wrapper {
	width: 900px;
	margin-left: 30px;
}
#header img {
	display: block;
	float: left;
}
#left-column {
	float: left;
	width: 450px;
	margin-top: 10px;
	clear: left;
	display: inline;
}
#right-column {
	float: left;
	width: 390px;
	margin-left: 30px;
	margin-top: 10px;
	display: inline;
}
.top-frame {
	float: left;
	background: url('../images/top-border.gif') no-repeat left top;
	width: 100%;
}
#right-column .top-frame {
	float: left;
	background: url('../images/top-border-small.gif') no-repeat left top;
	width: 100%;
}
.bottom-frame {
	float: left;
	background: url('../images/bottom-border.gif') no-repeat left bottom;
	width: 100%;
}
.bottom-frame-2 {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url('../images/bottom-border-h.gif') no-repeat 3px bottom;
}
h1, h2, h3 {
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	color: #721200;
}
h1 {
	font-size: 24px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 30px;
}
h2 {
	font-size: 16px;
	margin-left: 30px;
	margin-bottom: 20px;
}
p {
	margin: 0 30px 20px 30px;
	line-height: 1.6em;
}
h2 {
	font-size: 16px;
}
#navigation {
	margin-top: 20px;
}
#navigation li {
	font-family: "Palatino Linotype", serif;
	font-size: 11px;
	padding-bottom: 28px;
	background: #f3f1e5 url('../images/divider.gif') no-repeat 0 26px;
	color: #666666;
}
#navigation li a {
	color: #a65009;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#navigation li a:hover {
	color: #280300;
}
.phone-number {
	color: #ffffff;
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	font-size: 18px;
	float: right;
	margin-top: 57px;
	margin-right: 30px;
}
.main-image {
	display: block;
	margin: 20px auto;
}
#map {
	width: 384px;
	height: 288px;
	margin: 20px auto;
}
.logo {
	margin: 0 0 0 30px;
}
.booking-form {
	margin: 0 0 0 30px;
}
.contact-form {
	display: block;
	margin: 0 0 0 30px;
}
.booking-form ul {
	float: left;
}
.row {
	float: left;
	margin-bottom: 10px;
	clear: left;
	width: 100%;
}
.row label {
	float: left;
	width: 100px;
}
.row input {
	float: left;
	margin: 0;
}
.button {
	font-family: "Palatino Linotype", serif;
	font-weight: bold;
	background-color: #721200;
	color: #ffffff;
}
.clear-both {
	clear: both;
}
label {
	color: #721200;
}
.content-list {
	margin: 0 0 30px 30px;
	line-height: 1.6em;
}