/* @override http://ferntownlodge.lucidtest.co.nz/stylesheets/main.css */

/* @override http://ferntownlodge.lucidtest.co.nz/stylesheets/main.css */

* {
	font: 11px/170% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

strong {
	color: #333;
font-weight: bold;
}

em {
font-style: italic;
}

#content_block ul, #content_block ol {
	list-style-position: outside;
	margin-top: 10px;
	margin-left: 20px;
}

#content_block ul {
	list-style-type: square;
}

#content_block li {
	margin-bottom: 5px;
}

body {
	background-color: #ebebeb;
}

#body {
	width: 805px;
	margin: 0 auto;
	background-image: url(/images/shadow.jpg);
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
line-height: normal;
}

#wrap {
	width: 785px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
}

#sections {
	background-color: #7f894c;
	height: 40px;
	padding-left: 285px;
}

#sections ul li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	padding: 0 15px;
	border-right: 1px solid #b9be9c;
}

#sections ul li.last {
	border-right-style: none;
}

#sections ul li a, #sections ul li a:visited {
	text-decoration: none;
	color: #d4d8c0;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;

	letter-spacing: .1em;
}

#sections ul li a.selected, #sections ul li a:hover {
	color: #fff;
}

#banner {
	margin: 15px 0;
}

#left_column {
	width: 258px;
	float: left;
}

#image .image_caption {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 10px;
	text-align: right;
	color: #999;
	letter-spacing: 1px;
}

#right_column {
	width: 485px;
	float: right;
	margin-top: -10px;
}

#pages {
	background-color: #d8dacb;
	height: 35px;
}

#pages ul li {
	list-style-type: none;
	float: left;
	margin-top: 8px;
	padding: 0 15px;
	border-right: 2px solid #b9be9c;
}

#pages ul li.last {
	border-right-style: none;
}

#pages ul li a, #pages ul li a:visited {
	text-decoration: none;
	color: #9da27f;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

#pages ul li a.selected, #pages ul li a:hover {
	color: #7d8a3a;
}

#content_block {
	width: 445px;
}

#content h1 {
	color: #838671;
	font-size: 26px;
	padding: 25px 0 0;
}

#content h2, #content h2 a:link, #content h2 a:visited {
	color: #afb397;
	font-size: 18px;
	margin-right: 0;
	margin-top: 25px;
	margin-left: 0;
	font-style: italic;
}

#content h3, #content h3 a:link, #content h3 a:visited {
	color: #8c9754;
	font-size: 14px;
	margin-right: 0;
	margin-top: 20px;
	margin-left: 0;
}

#content h4, a {
	color: #838671;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 -8px;
}

#content p {
	padding-top: 10px;
}

#footer {
	clear: both;
	margin-left: 300px;
	background: url(/images/fly.jpg) no-repeat 390px 30px;
	padding: 40px 0;
}

#footer p, #footer a:link, #footer a:visited {
	width: 405px;
	color: #afb397;
	font-size: 9px;
	line-height: 180%;
}

a img {
border: 0;
}