@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
a {
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	background-color: #ECECEC;
}
body {
	font-family: 'Lato', sans-serif;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.clearall {
	clear: both;
}
a {
	color: #AFCA0B;
}
a:hover {
	color: #000000;
}
strong {
	font-weight: 600;
}
.headerwidth, .pagewidth, .linkback, .standardwidth {
	width: 1080px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.linkback {
	padding: 20px 50px;
}
.linkback a {
	color: #9D9D9D;
	font-size: 14px;
	text-align: right;
	display: block;
	padding-right: 20px;
	background: right top no-repeat url(../images/linkback-arrow.gif);
}
.linkback a:hover {
	color: #AFCA0B;
}
.headerwidth {
	padding: 0px 50px 25px 50px;
}
.pagewidth {
	padding: 25px 50px 50px 50px;
}
.standardwidth {
	padding: 50px;
}
.notoppad {
	padding-top: 0px;
}

.nobottompad {
	padding-bottom: 0px;
}
.headerwidth .leftcolumn, .standardwidth .leftcolumn {
	width: 515px;
	float: left;
}
.headerwidth .rightcolumn, .standardwidth .rightcolumn {
	width: 515px;
	float: right;
}
.pagewidth .leftcolumn {
	width: 440px;
	float: left;
}
h1 {
	width: 312px;
	height: 126px;
	text-indent: -32000px;
	background: top left no-repeat url(../images/henley-in-arden-heritage-centre.jpg);
}
h2 {
	font-weight: 300;
	text-align: right;
	font-size: 36px;
	color: #BDBDBD;
	padding-top: 16px;
}
h2 strong {
	font-weight: 300;
	color: #AFCA0B;
}
#navigation {
	position: relative;
	bottom: 33px;
	right: 0px;
	text-align: right;
	color: #737373;
	font-size: 18px;
}
#navigation li {
	display: inline;
	border-right: 1px solid #999999;
}
#navigation li a, #navigation li span {
	display: inline;
	padding: 0px 32px;
}
#navigation li a {
	color: #737373;
}
#navigation li span, #navigation li a:hover {
	color: #AFCA0B;
}
h3 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #AFCA0B;
	font-weight: 300;
}
h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #000000;
	font-weight: 400;
}
.floatrightcolumn {
	width: 265px;
	margin-left: 50px;
	float: right;
	background-color: #AFCA0B;
}
.floatrightcolumn:hover .linker a {
	color: #000000;
}
.linker a {
	color: #FFFFFF;
	padding: 25px;
	display: block;
	font-size: 24px;
	font-weight: 400;
	background: right center no-repeat url(../images/link-column-arrow.gif);
}
.linker a:hover {
	color: #000000;
}
h5 {
	color: #AFCA0B;
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 400;
}
h6 {
	color: #AFCA0B;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
}
.green {
	color: #AFCA0B;
}
p {
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: 400;
}
.grey {
	background-color: #F2F2F2;
}
.caption {
	font-size: 14px;
	margin: 15px 0px;
	color: #8D8D8D;
}
.leftcolumn .caption {
	text-align: left;
}
.rightcolumn .caption {
	text-align: right;
}
.standardwidth ol li {
	font-size: 18px;
	color: #AFCA0B;
	padding-left: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.footer {
	width: 1080px;
	padding: 50px;
	margin: 0px auto;
	background-color: #AFCA0B;
	color: #FFFFFF;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
}
.footer a {
	color: #FFFFFF;
	font-weight: 400;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #FFFFFF;
}
.footer a:hover {
	color: #000000;
}
 @media only screen and (max-width : 1180px) {
.headerwidth, .pagewidth, .linkback, .standardwidth, .footer {
	width: 924px;
}
.headerwidth .leftcolumn, .standardwidth .leftcolumn {
	width: 437px;
}
.headerwidth .rightcolumn, .standardwidth .rightcolumn {
	width: 437px;
}
.leftcolumn img, .rightcolumn img {
	width: 437px;
	height: auto;
}
.pagewidth .leftcolumn {
	width: 350px;
}
.floatrightcolumn {
	width: 235px;
}
.floatrightcolumn img {
	width: 235px;
	height: auto;
}
}
 @media only screen and (max-width : 1020px) {
.headerwidth, .pagewidth, .linkback, .standardwidth, .footer {
	width: 668px;
	margin: 0px auto;
}
.standardwidth {
	padding: 25px 50px;
}
.headerwidth .leftcolumn, .headerwidth .rightcolumn {
	width: 515px;
	float: none;
}
.standardwidth .leftcolumn, .standardwidth .rightcolumn {
	width: 515px;
	float: none;
	margin: 0px auto;
	text-align: left;
}
.leftcolumn img, .rightcolumn img {
	width: 515px;
	height: auto;
}
.leftcolumn .caption, .rightcolumn .caption {
	text-align: left;
}
h2 {
	font-weight: 300;
	text-align: left;
	font-size: 36px;
	color: #BDBDBD;
	padding: 25px 0px;
}
#navigation {
	position: static;
	margin-left: -33px;
	text-align: left;
}
.pagewidth .leftcolumn{ 
float: none;
width: 668px;
margin: 0px;
}
.floatrightcolumn {
	width: 265px;
	float: left;
	margin: 0px 50px 0px 0px;
}
.floatrightcolumn img {
	width: 265px;
	height: auto;
}
 }
 @media only screen and (max-width : 760px) {
html {
		 background-color: #FFFFFF;
	 }
.headerwidth, .pagewidth, .linkback, .standardwidth, .footer, .pagewidth .leftcolumn{
	width: 280px;
	margin: 0px auto;
	padding: 15px 0px;
}
h1 {
	background-size: 250px auto;
	width: 250px;
	height: 100px;
}
.standardwidth {
	padding: 25px 0px;
	border-top: 1px solid #D5D5D5;
}
.headerwidth .leftcolumn, .headerwidth .rightcolumn {
	width: 280px;
	float: none;
}
.standardwidth .leftcolumn, .standardwidth .rightcolumn {
	width: 280px;
	float: none;
	margin: 0px auto;
	text-align: left;
}
.leftcolumn img, .rightcolumn img {
	width: 280px;
	height: auto;
}
.leftcolumn .caption, .rightcolumn .caption {
	text-align: left;
}
h2 {
	font-size: 30px;
	margin: -5px 0px;
}
#navigation li, #navigation li a, #navigation li span {
	border: none;
	display: block;
}
#navigation li a, #navigation li span {
	padding: 10px 33px;
}
h5 {
	font-size: 24px;
	margin-bottom: 10px;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
}
.caption {
	font-size: 12px;
	margin: 5px 0px;
}
.grey {
	background-color: #FFFFFF;
}
.standardwidth ol li {
	font-size: 14px;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}
.linkback a {
	font-size: 12px;
}
.footer {
	font-size: 15px;
	padding: 50px 20px;
	text-align: center;
}
.floatrightcolumn {
	width: 260px;
	float: left;
	margin: 0px 0px 25px 10px;
}
.floatrightcolumn img {
	width: 260px;
	height: auto;
}
}
