/*
	COLOURS
		- CUMRBRIAN GREEN: #0B6F2D;
		- BACKGROUND GREEN: #04AB52;
		- gradient beige: #DEC99F;
*/
* { margin:0; padding:0; }
body {
	background:url(../binaries/background.jpg) top center repeat-x #04AB52;
	font-size:62.5%;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
.clearer { clear:both }
.shadow { clear:both; background:url(../binaries/contactShadow.jpg) top center no-repeat; width:100%; height:20px; }
.replace { text-indent:-999em; overflow:hidden; text-align:left }
#wrapper {
	width:900px;
	margin:20px auto;
	position:relative;
}
a { outline:none; }
.fb-link { background:url(../binaries/facebook.png) top left no-repeat; display:block; padding-left:20px; line-height:25px; }
.rss { background:url(../binaries/rss.png) center left no-repeat; display:block; padding-left:20px; line-height:14px; }
/* ------------------- HEADER AREA ----------------- */
#header {
	background:#000;
	height:130px;
	position:relative;
}

#logo {
	width:290px;
	height:130px;
	float:left;
	background:url(../binaries/cumbrianHomeLogo.jpg) top left no-repeat;
}

#contactDetails {
	float:right;
	color:#fff;
	width:330px;
	margin-top:40px;
}
#contactDetails .title {
	font-size:1.6em;
	margin-bottom:10px;
	font-weight:bold;
}
#contactDetails dl {
	font-size:1.2em;
}
#contactDetails dt {
	color:#A7A7A7;
	float:left;
	width:100px;
	clear:both;
}
#contactDetails dd {
	float:left;
	width:225px;
}

/* ------------------- FLASH AREA ----------------- */

#flashHolder {
	float:left;
	width:700px;
	height:230px;
	position:relative;
	overflow:hidden;
}
#flash li {
	list-style:none;
	width:700px;
	height:230px;
	z-index:98;
}
#flashHolder #strapline {
	position:absolute;
	background-repeat:no-repeat;
	background-position:top left;
	width:686px;
	height:77px;
	bottom:-25px;
	z-index:50;
}
#home #strapline {
background-image:url(../binaries/stunningLakelandLocation.png);
}
#our-developments #strapline {
background-image:url(../binaries/ourDevelopments.png);
}
/* ------------------- LATEST NEWS AREA ----------------- */

#latestNews {
	float:right;
	width:170px; /* 200px */
	padding:15px;
	background:#FEFDC5;
	height:200px; /* 230px */
}
#latestNews.j {
	background:url(../binaries/latestNewsGradGreen.jpg) bottom right repeat-x #D7F2AE!important;
}
#latestNews.green {
	background:url(../binaries/latestNewsGrad.jpg) bottom right repeat-x #BBB277!important;
}
#latestNews h4 {
	color:#0B6F2D;
	font-size:1.6em;
	margin-bottom:5px;
}
#latestNews h1 {
	font-size:2.2em;
	margin-bottom:10px;
}
#latestNews p {
	font-size:1.2em;
	margin-bottom:10px;
}
#latestNews a {
	color:#0B6F2D;
}

/* ------------------- NAVIGATION AREA ----------------- */
#navHolder {
	float:left;
	width:210px;
}
#navHolder a img { border:0; }
ul#navigation {
	float:left;
	width:210px; /* 210px; */
	background:url(../binaries/navBg.jpg) top left repeat-x #B9B075;
	font-size:1.2em;
	padding:20px 0px;
}
ul#navigation.green {
	background:url(../binaries/navBgGreen.jpg) top left repeat-x #7FA552;
}
ul#navigation > li {
	float:left;
	list-style:none;
	display:inline;
	width:170px;
	padding:0px 20px;
}
ul#navigation .level-2 a {
	float:left;
	display:block;
	width:170px;
	padding:0px 20px;
	line-height:20px;
	color:#FEFDC5;
	text-decoration:none;
}
ul#navigation .level-2 > a:hover, ul#navigation .level-2 > a.active {
	background:url(../binaries/level-2NavCurr.gif) center right no-repeat;
}

ul#navigation .level-2 {
	background:url(../binaries/level-2NavBg.png) top left repeat-x #74914D;
	float:left;
	margin-bottom:10px;
	padding:10px 0px;
	width:210px;
	display:block;
}
ul#navigation .level-3 {
	background:url(../binaries/level-2NavBg.png) top left repeat-x #5D7839;
	float:left;
	margin:5px 0px;
	padding:10px 0px;
	width:210px;
	display:block;
}
ul#navigation .level-3 a {
	color:#FEFDC5;
	margin-left:10px;
}
ul#navigation .level-3 a:hover, ul#navigation .level-3 a.active {
	background:url(../binaries/level-3NavCurr.gif) center left no-repeat!important;
}
ul#navigation > li > a {
	color:#000000;
	text-decoration:none;
	width:100%;
	display:block;
	margin-bottom:10px;
}
ul#navigation li > a:hover, ul#navigation li a.current {
	border-bottom:2px #0B6F2D solid!important;
	margin-bottom:8px!important;
}
#update {
	float:left;
	width:210px;
}

/* ------------------- CONTENT AREA ----------------- */
#nav_content_holder {
	background:url(../binaries/content-back.jpg) top left repeat-y;
}
#content {
	width:690px;/* 690px */
	float:right;
	position:relative;
}
#content h2 {
	color:#0B6F2D;
	font-size:2.2em;
/*	text-transform:uppercase; */
	margin-bottom:10px;
	/* font-family:"Georgia", Times, serif; */
}
#content h1 {
	color:#0B6F2D;
	font-size:2.2em;
/*	text-transform:uppercase; */
	margin-bottom:10px;
	/* font-family:"Georgia", Times, serif; */
}
#content h3 {
	color:#0B6F2D;
	font-size:1.8em;
/*	text-transform:uppercase; */
	margin-bottom:10px;
/* 	font-family:Georgia, "Times New Roman", Times, serif */
}
#content h4 {
	color:#0B6F2D;
	font-size:1.6em;
	margin-bottom:10px;

/*	text-transform:uppercase;
	font-family:"Georgia", Times, serif;*/
}
#content em {
	font-family:"Georgia", Times, serif;
	font-size:1.6em;
	margin-bottom:10px;
	display:block;
}
#content p {
	font-size:1.2em;
	margin-bottom:10px;
}
#content p a { color:#000; }
#content dl {
	font-size:1.2em;
	line-height:20px;
}
#content dd {
	font-weight:bold;
	float:left;
	clear:left;
	width:200px;
}
#content dt {
	float:left;
	width:430px;
}
#content > .pad-wrapper > ul {
	margin-bottom:10px;
}
#content > .pad-wrapper > ul > li {
	font-size:1.2em;
	margin-left:20px;
}
#full-desc ul {
	font-size:1.2em;
	margin-left:20px;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
ol > li {
	font-size:1.2em;
	margin-left:20px;
}
h6 {
	font-size:1.4em;
}
h6 .small {
	font-size:0.8em;
	color:#666666;
}

#content .getDirections {
	width:212px; height:40px;
	background:url(../binaries/getDirections.png) top right no-repeat;
	position:absolute; top:0px; right:0px;
	text-indent:-999em; overflow:hidden;
	display:block;
}
/* ---------------------------------- DEVELOPMENT LISTS 0--------------------- */
ul.developmentsList {
	width:630px;
}
ul.developmentsList li {
	width:170px;
	float:left;
	list-style:none;
	background-position: top left;
	background-repeat:no-repeat;
	color:#666666;
	margin-bottom:20px;
	margin-right:30px;
}
ul.developmentsList li.walledGarden { padding-left:100px; padding-top:60px; background-image:url(../binaries/developmentBrochure/Walledgarden.jpg); }
ul.developmentsList li.templars { padding-left:115px; padding-top:30px; background-image:url(../binaries/developmentBrochure/templarsCourt.jpg); }
ul.developmentsList li.eden { padding-left:115px;  padding-top:30px; background-image:url(../binaries/developmentBrochure/holmeden.jpg); clear:both; }
ul.developmentsList li.otters { padding-left:105px;  padding-top:30px; background-image:url(../binaries/developmentBrochure/ottersHolt.jpg); }
ul.developmentsList li.kirkhill { padding-left:110px;  padding-top:30px; background-image:url(../binaries/developmentBrochure/kirkhill.jpg); clear:both;  }
ul.developmentsList li.ladstock { padding-left:110px;  padding-top:35px; background-image:url(../binaries/developmentBrochure/ladstock.jpg); }

/* ------------------- COLUMNS ----------------- */
#home #leftCol {
	width:390px;
	float:left;
	position:relative;
	margin:30px 0px 30px 30px;
}
#our-developments #leftCol {
	width:630px;
	float:left;
	position:relative;
	margin-top:30px;
	margin:30px 0px 30px 30px;
}
#contact #leftCol {
	width:300px;
	float:left;
	position:relative;
}
#contact #rightCol {
	width:320px;
	float:right;
	position:relative;
}
#directionsWrapper {
	width:350px;
	height:185px;
	background:url(../binaries/getDirectionsWrapper.png) top left no-repeat;
	float:right;
	position:absolute;
	bottom:-160px;
}
#directionsWrapper form {
	padding:60px 30px 20px 30px;
}
label {	
	font-size:1.2em;
	font-weight:bold;
	margin-right:10px;
}
.right label {	
	font-weight:normal!important;
}
#conact #rightCol #gmap {
	width:320px;
	height:400px;
}
#home #rightCol {
	float:right;
	width:210px;
	position:relative;
	padding-top:220px; /* cos of the map */
	margin:30px 30px 0px 30px;
}
#fullWidth {
	width:630px;
	padding:20px 30px;
}

/* ------------------- map ----------------- */

#map {
	width:780px;
	height:900px;
	float:left;
	background-color:transparent;
	margin:10px;
	z-index:1;
}
#mapRight {
	float:right; 
	width:140px; 
	padding-right:30px; 
	padding-top:30px;
}
#mapRight p:first-child {
	font-weight:bold;
}	 
ul.key {
	background-image:url(../binaries/key.png);
	background-repeat:no-repeat;
}
ul.key li {
	line-height:24px;
	font-size:1.2em;
	list-style:none;
	padding-left:24px;
}
#gmap {
	float:right;
	width:300px;
	height:500px;
}
#accord {
	width:300px;
	float:left;
}
#logocontrol { display:none; }
/* ------------------- FOOTER AREA ----------------- */
#footer {
	width:900px;
	margin:10px auto;
}
#footer p {
	font-size:1.2em;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
/* FIRST FOUND CHANGES AT BASE OF FILE 
#footer .copy {
	float:left;
	width:300px;
}
#footer .credit {
	float:right;
	width:500px;
	text-align:right;
} 
*/
#loading {
	width:100%;
	background:url(../binaries/loader.gif) center center no-repeat;
	height:200px;
}
.galLoader img {
	background:url(../binaries/loader.gif) center center no-repeat;
	width:75px;
	height:75px;
}
.galLoader a img {
	border:0;
	display:block;
	float:left;
	padding:0px 2px 2px 0px;
}
/* ------------------- ABOUT PAGE ----------------- */
#about #content {
	background:url(../binaries/about-bg.jpg) top right no-repeat;
	min-height:573px;
}
.short-story img {
	float:left;
	margin-right:20px;
}
.news .news-text {
	float:left;
	width:500px;
}

/* ----- page awrappers -- */

#about-wrapper {
	padding:20px 230px 20px 20px;
}
#faq-wrapper {
	padding:20px 20px 20px 20px;
}
#news-wrapper {
	padding:20px;
}
#contact-wrapper {
	padding:20px;
}
#awards-wrapper {
	padding:20px 0px 20px 20px;
	width:425px;
	float:left;
}
#guides-wrapper {
	padding:20px;
}
#tipofmonth {
		margin:10px 0px;
}
#customer-wrapper {
	padding:20px;
}
#download-wrapper {
	padding:20px;
}
/* ----- customer wrappers -- */
.brochure {
	float:left;
}
.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }
.document {
	float:left;
	width:100%;
}
.image-holder {
	width:110px;
	float:left;
}
.text-holder {
	float:left;
	width:460px;
}
.download-area {
	float:right;
	width:75px;
	text-align:right;
}
.download {
	line-height:20px;
	padding-left:20px;
	background:url(../binaries/down-green.gif) left center no-repeat;
	color:#000000;
}

.instruction-book {
	margin-bottom:10px;
}
.instruction-book img {
	float:left;
	margin-right:10px;
}
.instruction-book p {
	line-height:30px;
}
.instruction-book {
	float:left;
	width:50%;
	height:30px;
}
.dl-links a {
	margin:0 20px;
	color:#000000;
}
.dl-links {
	margin-left:-20px;
}
#links p {clear:both; padding:10px 0; display:block; }

/* ------------------- awards ----------------- */
.awards {
	width:200px;
	padding-right:20px;
	float:left;
	border-bottom:#0B6F2D 5px solid;
	margin-bottom:10px;
}
.awards img {
	margin-bottom:10px;
}
#awardsRight {
	float:right;
	width:220px;
	margin:20px 0px 20px 20px;
}

blockquote {
	font-size:1.2em;
	background:url(../binaries/awards/quote.jpg) top left no-repeat;
	padding:5px 0px 5px 45px;
}
#quotes p {
	padding-left:45px;
	font-weight:bold;
	color:#0B6F2D;
	margin-bottom:20px;
}
.stbutton {
	text-decoration:none;
	color:#000000;
	margin:10px 0px;
	display:block;
}

/* ----------------- availableProperties ---------------- */
#availableProperties {
	padding:20px;
}

#availableProperties p{
	font-size:1.2em;
	margin-bottom:5px;
}
#availableProperties h2 {
	font-size:1.8em;
	margin-bottom:15px;
}

/* ----- tip of the month ------- */
#tipofmonth {
	background:url(../binaries/tipofthemonth/background.jpg) bottom center no-repeat #c4e47f;
	width:645px;
	margin:0 auto;
}
#tipofmonth h2 {
	width:645px;
	height:49px;
	background:url(../binaries/tipofthemonth/header.jpg) top center no-repeat;
	text-indent:-999em;
	float:left;
}
/* FIRST FOUND STYLES FOR SEO CHANGES */
#ff-div {
    position: relative;
	float: right;
	background: #ffffff;
	z-index: 1000;
	width: 650px;
	top: -210px;
	left: -20px;
}
#ff-div p {
    font-size: 1.2em;
}
#footer .copy {
	float:left;
	width:515px;
}
#footer .credit {
	float:right;
	width:365px;
	text-align:right;
}