body {
    margin: 0 auto;
    padding: 0;
    font: 76% Tahoma,Verdana,Arial,sans-serif;
    background-color: white;
}

h1 {
    font-size: 19px;
    color: #d2995e;
	margin-bottom: 5px;
}

h2 {
	color: #659925;
	font-size: 15px;
	margin-bottom: 1.2em;
}

strong, .largebold {
	color: #d2995e;
}

.largebold {
	font-weight: bold;
	font-size: 140%;
}
p {
	padding-bottom: 1em;
}

a {
	text-decoration: none;
	color: #d2995e;
}

a:hover {
	text-decoration: underline;
	color: #d2995e;
}

small {
	font-size:9px;
	font-weight: bold;
}

large {
	font-size: 15px;
}
#wrap {
    background: #ffffff;
    color: #303030;
    margin: 0 auto;
    width: 960px;
    padding: 0;
	border: 1px solid #000;
}

#header {
	padding: 5px 5px;
	height: 135px;
}
.logo {
    float: left;
}

.list {
	margin-left: 15px;
	padding: 5px 0;
	list-style: disc;
}

.list li {
	padding: 5px 0;
}

.olist {
	margin-left: 19px;
	padding: 5px 0;
	list-style: decimal;
}

.olist li {
	padding: 5px 0;
}

.headeraddress {
	padding-top: 70px;
    margin-left: 500px;
    text-align: right;
	color: #659925;
	font-size: 12px;
}

.eventtitle {
	font-weight: bold;
}
tr.dark {
	background-color: #bac2af;
}
#bannerimg {
	height: 231px;
	width: 960px;
}
#topnavigation {
	background: #659925;
	color: #fff;
}

#topnavigation.orange {
	background: #d2995e;
	color: #fff;
}

#topnavigation ul {
	text-align: center;
	margin: 0 0 5px 0;
	font-size: 15px;
	
}

#topnavigation li {
	display: inline;
	text-align: center;
}

#topnavigation li a {
	padding: 7px 0 6px 15px;
	color:  #fff;
	text-decoration: none;
}

#topnavigation li a:hover {
	color: #000;
}

#topnavigation li a span {
	padding: 7px 10px 6px 0;
}

#leftbar {
	width: 205px;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

#leftbar ul {
	padding: 10px 0;
	font-size: 18px;
}

#leftbar li {
	padding: 10px 0;
}

#leftbar li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 200px;
	
}

#leftbar li.selected a  {
	text-decoration: none;
	color: #000;
	display: block;
	width: 200px;
	background: #e1ebd4;

}

#leftbar li a:hover {
	text-decoration: none;
	background: #e1ebd4;
	color: #000;
}

#leftbar h1 span {
	text-transform:uppercase;
}

#middlebar {
	width: 510px;
	float: left;
	background-color: #e1ebd4;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	
}

#rightbar {
	width: 200px;
	float: left;
	padding-right: 5px;
	padding-left: 15px;

}

#footer {
	background-color: #659925;
	color: #fff;
	width: 950px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer.orange  {
	background-color: #d2995e;
}
#footer a {
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

#enquiry, #enquiry2 {
	background-color: #d2995e;
	color: #fff;
}

#enquiry2.green {
	background-color: #659925;
}

#enquiry h3, #enquiry2 h3{
	font-size: 1.5em;
	text-transform: uppercase;
	padding-left: 5px;
}

#enquiry form, #enquiry2 form{
	padding: 5px;
}

#enquiry textarea,
#enquiry input,
#enquiry2 textarea, #enquiry2 input{
	width: 180px;
}

#enquiry .submitbutton, #enquiry2 .submitbutton {
	width: 130px;
}
#specialcontainer {
	background-color: #86bc8d;
	margin-top: 30px;
	
}

#special {
	width: 175px;
	display: block;
	background: url('/images/special-water.jpg');
	padding: 5px;
}

#special p {
	font-size: 18px;
	text-align: center;
}

#special h4 {
	font-size: 20px;
	color: #669a26;
	text-align: center;
	padding-bottom: 15px;
}

#homeleft {
	padding-left: 5px;
	padding-right: 5px;
	width: 535px;
	float: left;
}

#homeright  {
	padding-left: 15px;
	padding-right: 15px;
	width: 375px;
	float: left;
}

#homeright ul {
	padding-left: 1em;
	list-style:disc;
	color: #659925;
	font-size: 18px;
	list-style-position:outside;
}

#testimonial blockquote {
	font-size: 110%;
	margin-top: 25px;
	padding: 0px 10px;
}

#testimonial cite {
	display: block;
	font-weight: bold;
	padding:0 10px;
}