@charset "UTF-8";

/*
Original Licenced Fonts ...
font-family:'L Futura W01';
font-family:'Neue Frutiger W01';

Replacement Google Fonts ...
font-family: 'Jost', sans-serif;
font-family: 'Istok Web', sans-serif;

*/

body {
/*	color: #404040; */
	color: #595959;
	margin: 0 0 50px 0;
	padding: 0;
	font: 100% Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #999999 url(../media/background.png) repeat-x;
}
a {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
/*	text-decoration: underline; */
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
	height: 1px;
}
.clearfix:after {
	  content: "";
	  display: table;
	  clear: both;
}
.nowrap {
	white-space: nowrap;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}


/* Main structure */

#sitecontainer {
	width: 100%;
}
div.topcontentcontainer {
	margin: 0 auto 0;
	height: auto;
	background-color: #DEDFDE;
}
div.contentcontainer {
	margin: 0 auto 0;
	height: auto;
	min-height: 300px;
	background-color: #FFFFFF;
}
div.footercontainer {
	margin: 0 auto 0;
	height: auto;
}


/* Top Navigation */

nav {
	margin: 0 auto 0;
	width: 960px;
	height: 33px;
	padding-top: 17px;
	background-color: #cccccc;
}
div.menus {
	float: right;
	padding: 0 0.5% 0 0;
}
div.menu {
	float: left;
	padding: 0 0 0 30px;
	padding: 0 0 0 28px;
	height: 32px;
}
nav p {
/*	font-family:'Neue Frutiger W01'; */
	font-family: 'Istok Web', sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
}
nav a {
	color: #7f7f7f;
	display: block;
	height: 20px;
	padding: 0 0 3px 0;
}
nav a:hover, nav a.selected {
	color: #539307;
	text-decoration: none;
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	margin: 0 auto 0;
}
nav.pushy {
	display: none;
}
div.menu-btn {
	display: none;
}


/* Header and Top Image(s) */

header {
	margin: 0 auto 0;
	width: 960px;
	height: 125px;
	background-color: #ffffff;
}
header div.logo {
	width: 31%;
	padding: 21px 0 0 0.25%;
	height: auto;
	float: left;
}
div.phone {
/*	width: 29.25%; */
	width: 31%;
	height: auto;
	background: url(../media/header-phone.jpg) no-repeat 40px 40px;
	float: left;
}
div.email {
/*	width: 39.50%; */
	width: 37.75%;
	height: auto;
	background: url(../media/header-email.jpg) no-repeat 20px 40px;
	float: left;
}
header p {
/*	font-family:'Neue Frutiger W01'; */
	font-family: 'Istok Web', sans-serif;
	padding: 44px 0 20px 30%;
	font-size: 1.20em;
	font-weight: bold;
	color: #7f7f7f;
}
div.email p {
	padding: 44px 0 0 21%;
}
header a {
	color: #999999;
}
header a:hover {
	color: #539307;
	text-decoration: none;
}
div.headerimage {
	margin: 0 auto 39px;
	width: 952px;
	height: auto;
	border: 4px solid #ffffff;
}
div.headerimage img {	/* to stop extra pixels being added under image */
	display: block;
}


/* Top Content and Menus */

div.topcontent {
	margin: 0 auto 0;
	width: 960px;
	height: auto;
	background-color: #DEDFDE;
	padding: 0 0 30px 0;
}
div.content {
	margin: 0 auto 0;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}
div.leftcontent {
	width: 26.5%;
	min-height: 100px;
	padding: 4px 0 0 0.5%;
	float: left;
}
div.leftcontent li {
/*	font-family:'Neue Frutiger W01'; */
    font-family: 'Istok Web', sans-serif;
	width: 80%;
/*	padding: 13px 0 11px 12px; */
	padding: 12px 0 10px 12px;
	text-transform: uppercase;
	border-top: 2px solid #ffffff;
	font-size: 0.95em;
	font-weight: bold;
}
div.leftcontent li:last-of-type {
	border-bottom: 2px solid #ffffff;
}
div.leftcontent li a {
/*	color: #666666; */
	color: #7f7f7f;
}
div.leftcontent li a:hover, div.leftcontent a.selected {
	color: #539307;
	text-decoration: none;
}
div.leftcontent h2 {
	font-size: 1.80em;
	padding: 100px 0 50px 12px;
	color: #539307;
}
div.leftcontent h2 a {
	color: #539307;
}
div.leftcontent p {
	font-size: 0.95em;
	padding: 20px 0 0 12px;
}
div.leftcontent p a {
	color: #404040;
	font-weight: bold;
}
div.leftcontent p a:hover {
	color: #539307;
}

div.rightcontent {
	width: 68%;
	padding-right: 5%;
	float: left;
}
div.rightcontent h1 {
/*	font-family:'L Futura W01'; */
	font-family: 'Jost', sans-serif;
	letter-spacing: -1px;
/*	font-size: 2.10em; */
	font-size: 2.15em;
	margin-top: -3px;
/*	padding: 0 0 2px 0; */
	padding: 0;
}
div.rightcontent h2 {
	font-size: 1.50em;
	padding: 20px 0 10px 0;
}
div.rightcontent h3 {
	font-size: 1.10em;
	padding: 30px 0 10px 0;
}
div.rightcontent p {
	font-size: 1.00em;
	line-height: 1.45em;
	padding: 14px 0 0 0;
}
div.topcontent div.rightcontent p:first-of-type {		/* different & bigger font - first paragraph */
/*	font-family:'Neue Frutiger W01'; */
	font-family: 'Istok Web', sans-serif;
	font-size: 1.25em;
}
div.content div.rightcontent {		/* Second area of text on a page */
	padding: 6px 0 30px 0;
}
div.rightcontent a {
	color: #404040;
	font-weight: bold;
}
div.rightcontent a:hover {
	color: #539307;
	font-weight: bold;
}
div.rightcontent .twocolumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10%; /* Chrome, Safari, Opera */
    -moz-column-gap: 10%; /* Firefox */
    column-gap: 10%;
}
div.rightcontent .twocolumn li {
	list-style-type: disc;
	margin: 0 0 0 10%;
	font-size: 1.10em;
	line-height: 1.70em;
}
div.rightcontent ul {
	padding: 10px 0 0 20px;
}
div.rightcontent li {
	list-style-type: disc;
	margin: 0;
	font-size: 1.00em;
	line-height: 1.40em;
}
div.rightcontent li ul {
	padding-top: 0;
}
div.rightcontent li ul li {
	padding: 0;
	line-height: 1.40em;
}
div.sitemap ul {
	padding-left: 0;
}
div.sitemap ul li ul {
	padding-left: 20px;
}
div.sitemap li {
	list-style-type: none;
}


/* Awards */

div.awards {
	width: 100%;
	margin-top: 10px;
}
div.award_landscape {
	width: 48%;
	margin: 0 2% 2% 0;
	float: left;
}
div.award_portrait {
	width: 23%;
	margin: 0 2% 2% 0;
	float: left;
}


/* Testimonials */

div.testimonials cite:first-of-type {
	padding: 20px 0 0 0;
}
div.testimonials cite {
	display: block;
	font-weight: bold;
	margin: 0 0 4px 0;
}
div.testimonials p {
	margin-bottom: 30px;
}


/* Footer */

footer {
	margin: 0 auto 10px;
	width: 960px;
	height: auto;
	min-height: 30px;
}
footer p {
	float: left;
	font-size: 0.95em;
	color: #ffffff;
	margin: 20px 0 0 0;
}
footer p:last-of-type {
	float: right;
	margin: 20px 10px 0 0;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #404040;
	text-decoration: none;
}
footer div.social {
	float: left;
	margin: 12px 0 0 0;
	width: 85px;
}


/* Popup Award Image */

.awardimage {
	width: auto;
	height: auto;
	text-align: center;
	padding: 10px;
	display: none;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.awardimage div.popup img {
	margin: 20px;
	border-radius: 8px;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


/* Contact Form */

.contactform label {
	display: block;
	font-size: 0.75em;
	margin: 0 20px 4px 0;
	padding: 0;
	line-height: 1.0em;
	font-style: italic;
	font-weight: bold;
}
.contactform input, .contactform textarea {
	margin: 0 0 10px 0;
	width: 350px;
	font-size: 0.90em;
}
.contactform input.smallfield {
	width: 100px;
}
.contactform input.mediumfield {
	width: 150px;
}
.contactform input.submitfield {
	width: 150px;
	height: 30px;
	color: #ffffff;
	background-color: #539307;
	font-size: 0.90em;
}
.contactform textarea {
	width: 500px;
}
.contactform input#form1_antispamxxyyzz {	/* Honeypot antispam field on the quote form */
	visibility: hidden;
	height: 1px;
}


/* Accordion overrides */

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 0;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.0em;
}
.ui-widget {
	font-family: inherit;
	font-size: 0.90em;
}
.ui-widget-content {
	border: none;
}
.ui-corner-all {
	outline: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-default {
	border: none;
	color: inherit;
	background: none;
	outline: none;
}
.ui-state-hover {
	color: #539307;
}
#accordion {
	margin-top: 10px;
}
#accordion h3 {
	font-weight: bold;
	font-size: 1.10em;
}

/* Home Page */

#homeheaderimage {
	margin: 4px auto 0;
	height: 353px;
	background-color: #000000;
	border-bottom: 6px solid #539307;
}
#homeheaderimagemobile {
	display: none;
}
div.homecontentcontainer {
	margin: 0 auto 0;
	height: auto;
	background-color: #E2E3E5;
}
div.homecontent {
	margin: 0 auto 0;
	width: 960px;
	height: auto;
	background-color: #FFFFFF;
}
div.homecontent2 {
	background-color: #e2e3e5;
}
div.homecontent2 img {
	float: left;
}
div.homecontent2 a {
	display: block;
	width: 190px;
	height: 188px;
	float: left;
}
div.homecontent2 a.button1 {
	background: url(../media/homeabout.jpg) no-repeat;
	margin-left: 11px;
}
div.homecontent2 a.button2 {
	background: url(../media/homeservices.jpg) no-repeat;
}
div.homecontent2 a.button3 {
	background: url(../media/homeenquiries.jpg) no-repeat;
}
div.homecontent2 a.button1:hover {
	background: url(../media/homeabout2.jpg) no-repeat;
}
div.homecontent2 a.button2:hover {
	background: url(../media/homeservices2.jpg) no-repeat;
}
div.homecontent2 a.button3:hover {
	background: url(../media/homeenquiries2.jpg) no-repeat;
}

div.homeleftcontent {
	width: 31.25%;
	height: auto;
	float: left;
}
div.homerightcontent {
	width: 68.75%;
	height: auto;
	float: right;
	padding-bottom: 25px;
}
div.homerightcontent h1 {
/*	font-family:'L Futura W01'; */
    font-family: 'Jost', sans-serif;
	font-size: 2.10em;
	padding: 20px 0 2px 0;
	padding: 18px 0 0 0;
}
div.homerightcontent h1 span {		/* To swap the typeface of the ? character in the heading */
/*	font-family:'Neue Frutiger W01'; */
	font-family: 'Istok Web', sans-serif;
}
div.homerightcontent p {
	font-size: 1.00em;
	line-height: 1.45em;
	padding: 14px 0 0 0;
}
div.homerightcontent p:first-of-type {		/* different & bigger font - first paragraph */
/*	font-family:'Neue Frutiger W01'; */
	font-family: 'Istok Web', sans-serif;
	font-size: 1.25em;
}
