/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 93%;
	font-family: "Verdana", "Arial", Helvetica, sans-serif;
	color: #2F271F;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 200%;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-weight: normal;
	color: #234001;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 115%;
	font-family: "Verdana", "Arial", Helvetica, sans-serif;
	font-weight: bold;
	color: #2F271F;
}

h4 {
	font-size: 110%;
	font-family: "Verdana", "Arial", Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

html {
	background-color: #302720;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

div.content_width {
	width: 940px;
	margin: 0 auto;
}

div.clear {
	clear: both;
}

div#header {
	background: #355901 url(/images/green_header_texture.jpg) repeat-x;
	height: 104px;
}

div#logo_shadow {
	background: url(/images/logo_shadow.jpg) no-repeat;
	width: 599px;
	height: 94px;
	margin-left: -203px;
	float: left;
}

div#logo {
	background: url(/images/ferndene_guest_house_logo.png) no-repeat bottom;
	width: 192px;
	height: 85px;
	margin-left: 203px;
}

div#header_ferns {
	background: url(/images/ferns_header.png) no-repeat;
	width: 300px;
	height: 165px;
	float: right;
}

div#nav {
	z-index: 100;
	position: absolute;
	margin: 12px 0 0 -5px;
}

div#nav a:link,
div#nav a:visited {
	color: #2F271F;
	text-decoration: none;
	padding: 3px 5px;
}

div#nav a:hover,
div#nav a:active {
	background-color: #2F271F;
	color: #ffffff;
}

div#main_container {
	background: #f2efe8 url(/images/cream_main_container_texture.jpg) repeat-x;
	margin-top: 39px;
	min-height: 500px;
}

div#banner {
	background: url(/images/banner_texture.jpg) no-repeat;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#content_left,
div#content_right,
div#content_right_suite,
div#content_left_suite,
div#content {
	font-size: 100%;
}

div#content_left p a:link,
div#content_right p a:link,
div#content a:link,
table.area a:link,
div#content_left p a:visited,
div#content_right p a:visited,
div#content a:visited,
table.area a:visited {
	color: #234001;
	text-decoration: underline;
}

div#content_left p a:active,
div#content_right p a:active,
div#content a:active,
table.area a:active,
div#content_left p a:hover,
div#content_right p a:hover,
div#content a:hover,
table.area a:hover {
	background-color: #234001;
	color: #ffffff;
	text-decoration: none;
}

div#content_left h3 a:link,
div#content_right h3 a:link,
div#content_left h3 a:visited,
div#content_right h3 a:visited {
	color: #2F271F;
	text-decoration: none;
}

div#content_left h3 a:active,
div#content_right h3 a:active,
div#content_left h3 a:hover,
div#content_right h3 a:hover {
	text-decoration: underline;
}

div#content_left {
	width: 540px;
	float: left;
}

div#content_left_suite {
	width: 648px;
	float: left;
}

div#content_left p,
div#content_left_suite p,
div#content p {
	line-height: 1.5;
}

div#content_left p.first,
div#content_left_suite p.first {
	line-height: 1.4;
	font-size: 115%;
}

div#content_left h2,
div#content_left_suite h2 {
	margin-bottom: 13px;
}

div#content_left h3,
div#content_left_suite h3 {
	font-size: 105%;
}

ul.left_list {
	float: left;
	width: 230px;
}

ul.right_list {
	float: left;
	width: 230px;
}

ul.left_list,
ul.right_list,
#content ul li {
	line-height: 1.5;
}

ul.left_list li,
ul.right_list li,
#content ul li {
	margin-bottom: 10px;
}

div#content_right {
	float:right;
	width: 380px;
}

div#content_right_suite {
	float:right;
	width: 272px;
}

div#content_right h2,
div#content_right_suite h2 {
	padding-top: 7px;
	margin-bottom: 18px;
}

div.section,
div.bedroom_descriptions {
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E0D2;
	margin-bottom: 20px;
}

div.section div.text {
	float: left;
	width: 240px;
}

div.section div.text p {
	line-height: 1.5;
}

div.section div.pic {
	float: right;
	width: 120px;
}

div.section div.pic img,
div.bedroom_descriptions div.image img,
table.area tr td.image img {
	border: 1px solid #E2E0D2;
	padding: 10px;
	background-color: #ffffff;
}

div.section div.text_only {
	margin-bottom: -10px;
}

div.the_suite img {
	border: 1px solid #E2E0D2;
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 20px;
}

div.bedroom_descriptions div.image {
	float: left;
	width: 200px;
}

div.bedroom_descriptions div.text {
	float: right;
	width: 298px;
	font-size: 100%;
}

table.area {
	margin-bottom: 10px;
}

table.area tr td {
	padding: 10px 20px 10px 0;
}

table.area tr td.text_last {
	padding-right: 0;
}

div#footer {
	background: #302720 url(/images/brown_footer_texture.jpg) repeat-x;
	padding: 20px 0 40px 0;
}

div#footer_column_1,
div#footer_column_2,
div#footer_column_3 {
	color: #ffffff;
	float: left;
}

div#footer_column_1 {
	width: 255px;
	margin-right: 69px;
}

div#footer_column_1 img {
	padding-right: 20px;
}

div#footer_column_2 {
	width: 256px;
	margin-right: 89px;
}

div#footer_column_3 {
	width: 271px;
}

div#footer_column_full_width {
	color: #ffffff;
}

div#footer p a:link,
div#footer p a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div#footer p a:active,
div#footer p a:hover {
	color: #829F6D;
}

form#contact table tr td {
	padding-bottom: 15px;
}

.big_input {
	width: 250px;
}

.required {
	float: right;
	color: #9F0000;
	margin-right: 10px;
}

.full_width {
	width: 380px;
}

input[type=text],
textarea {
	border: 1px solid #302720;
	margin-bottom: 5px;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #9F0000;
	background-color: #FFEFEF;
}

div.errors,
div.highlight,
div.highlight_cms {
	width: 370px;
	padding: 3px 5px;
	color: #ffffff;
	background-color: #9F0000;
	margin-bottom: 20px;
}

div.highlight,
div.highlight_cms {
	background-color: #234001;
}

div.highlight_cms {
	width: 930px;
	text-align: center;
}

div#content div.highlight_cms a:link,
div#content div.highlight_cms a:visited {
	color: #ffffff;
	text-decoration: underline;
}

div#content div.highlight_cms a:active,
div#content div.highlight_cms a:hover {
	color: #829F6D;
}

input.edit_input_area {
	width: 658px;
}

input.edit_input_area_half {
	width: 325px;
}
