body {
	text-align: center;
	font-family: 'Times New Roman', Times,Arial;
}

p, a {
	color: #2D5638;
}

a:hover {
	color: #5F896B;
}

.float_center {
	width: 100%;
	text-align:center;
}

#container {
	clear: both;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFF2DF;
	color: #044000;
	border-left: 1px #A8A9A4 solid;
	border-right: 1px #A8A9A4 solid;
}

#header {
	background-image: url("../images/bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 125px;
}

#title {
	position: absolute;
	left: 10px;
	top: 35px;
}

#title h1 {
	font-size: 190%;
}

#subtitle {
	position: absolute;
	left: 65px;
	top: 84px;
}

#subtitle h2 {
	font-size: 105%;
}

h1{
	font-size: 120%;
	text-align: centre;
}

#content {
	width: 100%;
	height: 500px;
	height: auto;
}

#left_images {
	width: 300px;
	float: left;
	left: 20px;
	margin-top: 20px;
	text-align: center;
}

#left_images .fancy_border {
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#left_images h3.fancy_border {
	width:210px;
	margin:0px auto;
}

#left_images img {
	border-top: 2px #333333 solid;
	border-left: 2px #333333 solid;
	width: 210px;
	height: 121px;
}

.fancy_border {
	padding: 8px;
	background-color: #686D47;
	border-top: 3px solid #7F8362;
	border-right: 3px solid #535739;
	border-bottom: 3px solid #525638;
	border-left: 3px solid #7F8362;
	width: auto;
	height: auto;
}

#testimonials {
	width: 300px;
	height:auto;
	text-align:left;
	float:left;
}

#testimonials a {
	padding-top:10px;
	display:block;
}
#testimonials p {
	display:block;
	margin-top:10px;
	width:280px;
}

#testimonials b {
	color:#903;	
	display:block;
}

#testimnonials i {
	padding-top:8px;
	font-style:normal;
}


#page_header {
	margin-top: 20px;
	background-color: #686C49;
	color: white;
	border: 1px #A8A9A4 solid;
	border-bottom: none;
	width: 475px;
}

#page_header h4 {
	background-color: #686C49;
	color: white;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#page_header, #page_text {
	float: right;
	clear: right;
	right: 20px;
}

#page_text {
	width: 455px;
	border: 1px #A8A9A4 solid;
	border-top: none;
	text-align: left;
	padding: 10px;
	background-color: white;
	color: #2D5638;
	margin-bottom: 20px;
}

#page_text p {
	margin-top:10px;
	margin-bottom: 10px;
}

#page_text h5 {
	border-left: 6px #DBE2B9 solid;
	margin: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
	font-size: 110%;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	font-family: Tahoma, Arial;
	font-size: 80%;
}

#footer #phone_number, 
#footer #fax_number {
	display: inline;
}

#credit {
	font-size: 90%;
	margin-top: 20px;
}

table tr td {
	border-top: 1px #044000 solid;
	padding-top: 4px;
	padding-bottom: 4px;
}

table tr.alt {
	background-color: #E7EAD9;
}

#content ul {
	margin-left: 30px;
	list-style: square;
}

#tariff_table {
	font-size: 90%;
}

.simple_border {
	border: 1px #999999 solid;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
}

table * table {
	margin: 0px;
}

.no_border td {
	border: none;
	padding: 0px;
	padding-right: 10px;
}

.no_border td td {
	padding: 0px;
}



form input, form textarea, form select {
	border: 1px #999999 solid;
}

/*Navigation*/
#navigation {
	background-image: url("../images/navbar.jpg");
	background-repeat: no-repeat;
	background-color: #EFF2DF; 
	width: 100%;
	height: 50px;
	z-index: 100;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	width: auto;
	height: auto;
	float: left;
}

#navigation ul li a {
	display: block;
}

#navigation ul li a {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	color: #3B5F2C;
	outline: none;
}	

#navigation ul li a:hover {
	text-decoration: underline;
}

#navigation ul :hover ul {
	visibility: visible;
}

#navigation ul ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 160px;
	background-color: #EFF2DF;
	border: 1px #A8A9A4 solid;
	border-top: none;
	z-index: 200;
	visibility: hidden;
}

#navigation ul ul li {
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#navigation ul ul li a {
	margin: 0px;
	padding-right: 0px;
	text-align: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

#cottage_link {
	position: absolute;
	right: 20px;
	top: 10px;
}

#cottage_link img {
	margin-right: 10px;
}

#offer {
	background-color:#903;
	color:white;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#offer b {
	font-style:italic;
}

#offer p {
	color:white;
}