* {
	padding: 0;
	border:0;
	margin: 0px;
}

body {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #9AC7AD;
	text-align: centre;
	min-width: 970px;
	padding: 0px;
	color: #65968E;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper {
	text-align: centre;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9C0;
}

a:link {
	color: #517972;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #517972;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #BC9B58;
	font-weight: normal;
}

a:active {
	color: #517972;
	font-weight: normal;
	text-decoration: underline;
}

/*holds the title background and logo*/
#headerback {
	background-color: #E9E9C0;
	background-image: url(headerback.jpg);
	background-repeat: repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #258F8D;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #258F8D;
}

#header {
	background-image: url(headerback.jpg);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 195px;
	width: 970px;
}

#logo {
	background-image: url(the_garden_barn.jpg);
	background-repeat: no-repeat;
	width: 400px;
	float: left;
	height: 185px;
}

#sidebar {
	background-repeat: no-repeat;
	margin-left: 450px;
	background-image: url(barnheader.jpg);
	background-position: 60px 20px;
	height: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*adds the padding to the top of the text under the heading and also leaves space for the image*/
#sidebar p {
	padding-right: 20px;
	padding-left: 100px;
	font-size: 28px;
	padding-top: 50px;
}

/*provides area for the content of the side panel containing floats.  Contained within the mainbody div so that the content doesn't spill out of the background*/
#sidecontent {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	float: left;
	width: 200px;
}


#blender {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
	width: 686px;
}

#anim {
	margin-top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #74B4A4;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}

/*background box and border for the navigation area*/
#navback {
	background-image: url(headershadow.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	height: 10px;
	background-position: top;
}

/*navigation buttons*/
#nav {
	width: 194px;
	font-size: 11px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#nav ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9AC7AD;
	}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #25928C;
	padding-top: 10px;
	display: block;
	padding-bottom: 8px;
	padding-left: 8px;
}

#nav a:hover {
	text-decoration: none;
	color: #BC9B58;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#nav a:active {
	text-decoration: none;
	color: #25928C;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	text-decoration: none;
	color: #BC9B58;
  }

/*provides the background to the main area of the page so that all elements are contained within the main body of the page*/
#mainbody {
	background-image: url(mainback.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 970px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #258F8D;
	border-left-color: #258F8D;
}

/*provides the background to the main area of the page so that all elements are contained within the main body of the page*/
#mainallbody {
	background-image: url(wallpaper.jpg);

}

#wallpapershadow
{
	background-image: url(headershadow.png);
	background-repeat: repeat-x;
}

#maincontent {
	color: #65968E;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 245px;
	line-height: 140%;
}

#maincontent p{
	padding-top: 15px;
}

/*styles for footer*/
#footer {
	font-size: 10px;
	color: #FFC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #258F8D;
	text-align: right;
}

#footer a:link {
	color: #FFC;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	color: #FFC;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}

#footer a:active {
	color: #FFC;
	font-weight: normal;
	text-decoration: none;
}

/*container for footer elements*/
#footerinfo {
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	clear: both;
}

/*newsitems on the sidebar */
#brochure {
	background-image: url(brochure.jpg);
	background-repeat: no-repeat;
	background-position: 24px 5px;
}

#brochure p {
	padding-top: 154px;
	padding-left: 54px;
	padding-bottom: 20px;
}

#brochure a:link, #brochure a:visited {
	color: #BC9B58;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#brochure a:hover {
	text-decoration: underline;
	color: #517972;
	font-weight: normal;
}

#brochure a:active {
	color: #BC9B58;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

#testimonial {
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	line-height: 140%;
	color: #666;
	padding-left: 24px;
}

#testimonial p {
	padding-top: 5px;
}

#testimonial .title {
	padding-bottom: 10px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

ul {
	margin-left: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

li {
	list-style-type: circle;
	padding-top: 5px;
}

#mapwrapper {
	border: 1px solid #74B4A4;
	background-color: #FFF;
	width: 680px;
}

#mapcontainer {
	margin: 0px;
	padding: 0px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}

.calendar
{
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}

.calendar_top
{
	font-weight: normal;
	padding: 3px;
	color: #BC9B58;
}
.calendar th, .calendar td
{
	padding: 2px;
}

.year {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
.image_border
{
	border: 1px solid #9AC7AD;
}



/*adds formatting to the form fields*/
.formtext {
	color: #BC9B58;
	text-align: right;
}

/* styles for contact form */
#name, #telephone, #email, #address, #message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #B7D7C0;
	text-align: left;
	padding: 5px;
	border: 1px solid #99A08B;
	margin: 5px;
  }

#lead, #enquiry_type, #title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #B7D7C0;
	text-align: left;
	padding: 5px;
	margin: 5px;
  }

#name, #telephone, #email, #enquiry_type {
	width: 230px;
  }

#title {
	width: 70px;
  }
  
#message, #address {
  width: 250px;
  height: 90px;
  }


/*provides background image and styling to form buttons*/
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-image: url(formbutton.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	height: 22px;
	width: 149px;
	background-color: #B7D7C0;
	margin-left: 5px;
	color: #666;
}


label .warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.warning {
	color: #990000;
}

#spacer
{
	clear: both;
	height: 20px;
}

.image_border
{
	padding: 5px;
	border: 2px solid #FFF;
}

