body {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size:1em;
	color: #000000;
	width: 900px;
}
.centred {
	text-align:center;
	}

#container {
width:900px;
margin:0 auto 0 auto;
}

#header {
	width:900px;
	height:194px;
	background: url(images/haselor-garden-pan2013.jpg) no-repeat;
	position: relative;
 }
 
#header #name {
	text-align:right;
	margin:0px;
	color:#FFFFFF;
	font-size:2.2em;
	position: relative;
	top: 10px;
	right: 10px;
	width: auto;
}
#header #name1 {
	font-size:.8em;
}
#header #name2 {
	font-size:.8em;
}
#header #name2 a:link, #header #name2 a:visited {
	color:#FFFFFF;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* top and bottom padding create visual space within this div  */
	clear: right;
}
#sidebar1 img {
	margin:0 0 20px 0;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


#mainContent {
	margin: 0 330px 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 

 

#footer {
	margin:20px 0 0;
	padding: 153px 0 0;
	background: white url(images/field-pan-900.jpg) no-repeat;
	width: 900px;
	height: 40px;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border:none;
	}

a, a:link {
	color:#000000;
	text-decoration: underline;
	}

a:visited {
	color: #336600;
	text-decoration: underline;
}
a:active, a:hover {
	color: #666666;
	text-decoration: none;
}









 
#menu {
	margin:0px 0em 0em;
	padding:10px;
	/*/*background-color:#FFFFFF;
	/*opacity:0.7;
	filter:alpha(opacity=70);*/
	width: 300px;
	position: absolute;
	top: 0px;
	height: 174px;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0)); /*Safari*/
	background: -o-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0)); /*Opera 11-12*/
	background: -moz-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0)); /*Standard*/
}
.home #menu {
	top: 8px;
}	

ul {
	margin: 0px;
	padding: 0 0 0 1em;
	list-style: none;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


li {
	margin:0 .6em 0 0;
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1.5em;
}
li a:link, li a:visited {
	color: #000000;
	text-decoration: none;
}
li a:active, li a:hover {
	color: #336600;
	text-decoration: none;
}

p {
	font-size: 0.8em;
	line-height: 1.5em;
	text-decoration: none;
	margin-top: 0px;
}
p a:link {
	color: #000000;
	text-decoration: underline;
}
p a:visited {
	color: #336600;
	text-decoration: underline;
}
p a:active, p a:hover {
	color: #666666;
	text-decoration: none;
}
#footercontents {
	background: rgba(0,102,0,0.5);
	height:40px;
	text-align: center;
	}

#footercontents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:link, #footer p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:active, #footer p a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.bold a:link, .bold a:visited {
	color: #000000;
	text-decoration: none;
}
.bold a:active, .bold a:hover {
	color: #336600;
	text-decoration: none;
}
.web-design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.web-design a:link, .web-design a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.web-design a:active, .web-design a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
}
h1 a:link, h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:active, h1 a:hover {
	color: #336600;
	text-decoration: none;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 a:link, h2 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 a:active, h2 a:hover {
	color: #336600;
	text-decoration: none;
}
.boardergreen {
	border: 2px solid #013301;
}

.img-spacing {
	margin-bottom: 10px;
}
#mindy p {
	font-size: 16px;
}
#subfooter {
	text-align: center;
	padding-top: 10px;
}


/*   ---ACTIVITES---   */

.activites #mainContent {
	margin: 20 200px 0 10px;
}
.activites #sidebar1 {
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
}


/*   ---HASELOR FARM---   */

.haselorfarm #mainContent {
	margin: 0 10px 20px 45%;
	/*float: left;*/
	width: 50%;
	clear: none;
}
.haselorfarm #sidebar1 {
	float:left;
	margin-left: 10px;
	width: 45%;
}
.haselorfarm #sidebar1 .imageBox {
	font-style: italic;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.haselorfarm #sidebar1 img {
	margin-bottom: 10px;
}


/*   ---CHELTENHAM FARM---   */

.cheltenham #mainContent {
	margin: 0 10px 20px 45%;
	/*float: left;*/
	width: 50%;
	clear: none;
}
.cheltenham #sidebar1 {
	float:left;
	margin-left: 10px;
	width: 45%;
}
.cheltenham #sidebar1 .imageBox {
	font-style: italic;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.cheltenham #sidebar1 img {
	margin-bottom: 10px;
}


/*   ---DIRECTIONS FARM---   */

.directions #mainContent {
	margin: 0 10px 20px 28%;
	/*float: left;*/
	width: 72%;
	clear: none;
}
.directions #sidebar1 {
	float:left;
	margin-left: 10px;
	width: 22%;
	margin-right: 20px;
}
.directions #sidebar1 .imageBox {
	font-style: italic;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.directions #sidebar1 img {
	margin-bottom: 10px;
}


/*   ---ROOM3---   */

.room3 #mainContent {
	margin: 20 10px 0 10px;
}
.roomImage {
	float: left;
	height: auto;
	width: 430px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.roomImage2 {
	float: left;
	height: 286px;
	width: auto;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.noMarginRight {
margin-right:0;
}


/*   ---FEATURES---   */

.features #mainContent {
	margin: 20 10px 0 10px;
}
.features .roomImage {
	float: left;
	height: auto;
	width: 280px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.features #imageContainer {
	width:auto;
	clear:both;

}
.features .noMarginRight {
margin-right:0;
}
.features .MainList {
	float:right;
	padding: 0px 10px 10px;
	background-color: #013301;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.features #mainTextContainer {
	margin-right: 20px;
	padding: 0 280px 0 0;
}
.features #sidebarRight {
	float:right;
}
.features #mainText {
	width: 65%;
}

/*   ---RATES---   */

.rates #mainContent {
	margin: 0 10px 20px 28%;
	/*float: left;*/
	width: 72%;
	clear: none;
}
.rates #sidebar1 {
	float:left;
	margin-left: 10px;
	width: 22%;
	margin-right: 20px;
}
.rates #sidebar1 .imageBox {
	font-style: italic;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.rates #sidebar1 img {
	margin-bottom: 10px;
}

/*   ---ROOMS---   */


.rooms #leftBlock, .rooms #middleBlock, .rooms #rightBlock {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rooms #rightBlock {
	margin-right: 0px;
}
.rooms h2 {
	margin:0 0 0px 0;
	text-align:center;
}
.rooms .roomImage {
	margin:5px 0;
	height: auto;
	width: 280px;
}
.rooms #mainContent {
	margin: 0 10px 20px 10px;
	}
#facebook {
	background: url(images/FB_FindUsOnFacebook-114.png) no-repeat;
width: 114px;
height: 29px;
position: relative;
float: right;
top: -183px;
margin: 0 10px 0 0;
	}
#facebooklink {
	width:114px;
	height:29px;
	/*border:#00CC00 solid 1px;*/
	display:block;
	
	}	
.hidden {
visibility:hidden;
}


/*   ---ROOMS---   */

.cycling img {
	margin: 0 0 20px 20px;
	}