/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com
   altered to tastes of Joel Birch */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/150% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* Remove borders on linked img tags */
a img {
	border: none;
}
.aid ul, .aid {
		list-style: 		none;
	}
.aid, hr {
	position: absolute;
	text-indent: -999em;
	}
hr {
	top: -999em;
	}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}/** Generic tags */
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
	}
body {
	background: #fafafa url('../i/body.png') repeat-x;
	background-repeat: repeat-x;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#ebeced),
			to(#fafafa)
			);
	background-image:
		-moz-linear-gradient(
			top,
			#ebeced,
			#fafafa
			);
	-moz-background-size: 100% 500px;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 500px;           /* Opera 9.5 */
	-khtml-background-size: 100% 500px;           /* Konqueror 3.5.4 */
	-webkit-background-size: 100% 500px;           /* Safari 3.0 */

	color: #555;
	font: 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
h1, h2 {
	color: #000;
	font-size: 20px;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #222;
	line-height: 1.3;
	margin: 1.3em 0 -0.25em;
	clear: right;
	}
h2 small {
	font-size: 13px;
	}
h3 {
	margin: 1.3em 0 -1em;
	font-size: 13px;
	color: #333;
	}
h2 + h3 {
	margin-top: 2em;
	}
h3 a {
	background: url('../i/external.png') no-repeat 100% 30%;
	padding-right: 16px;
	display: inline-block;
	}
a:link, a:visited {
	color: #0B79D9;
	}
a:focus, a:hover, a:focus {
	outline: 0;
	color: #000;
	text-decoration: none;
	}

/** Elements by source order */
#page {
	position: relative;
	top: 20px;
	width: 894px;
	padding: 377px 32px 1px;
	margin: 0 auto 40px;
	border: 1px solid #fff;
	background: #fff url('../i/help.jpg') no-repeat 50% 105px;
	-khtml-border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, .12);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, .12);
	}
.home #page {
	background-image: url('../i/questions.jpg');
	background-position: 160px 97px;
	padding-top: 466px;
	}
.page-id-13 #page {
	background-image: url('../i/teamwork.jpg');
	}
.page-id-6 #page {
	background-image: url('../i/info.jpg');
	}
.page-id-15 #page {
	background-image: url('../i/faq.jpg');
	}
#header {
	height: 105px;
	width: 958px;
	top: 0;
	left: 0;
	position: absolute;
	background: url('../i/head.png') repeat-x;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #f0f0f0),
			color-stop(.95, #fff)
			);
	background-image:
		-moz-linear-gradient(
			top,
			#f0f0f0 0%,
			#fff 95%
			);
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
#logo {
	display: block;
	width: 265px;
	height: 47px;
	margin: 31px 0 0 32px;
	background: url('../i/logo-bg.png');
	text-indent: -9999px;
	}
#logo:focus, #logo:hover, #logo:active {
	background-position: -265px 0;
	}
#intro {
	text-indent: -999em;
	width: 322px;
	height: 131px;
	position: absolute;
	top: 315px;
	left: 31px;
	background: url('../i/intro.png');
	overflow: hidden;
	}
#content {
	border-top: 1px solid #e8e8e8;
	padding: 10px 0 0;
	position: relative;
	}
.home #content {
	padding-top: 50px;
	}
#main {
	width: 640px;
	min-height: 0;
	}
.home #main {
	width: auto;
	min-height: auto;
	}
.profile {
	padding: 0 0 1em;
	margin-bottom: 1.6em;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	}
.profile h2 {
	margin-top: .2em;
	}
.qualifications {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 1px;
	color: #999;
	margin: 0.8em 0 -0.6em;
	text-transform: uppercase;
	}
img.alignleft {
	float: left;
	width: 210px;
	height: 255px;
	margin: 3px 20px 15px 0;
	border: 1px solid #ddd;
	}
#features {
	overflow: hidden;
	list-style: none;
	padding-bottom: 100px;
	background: url('../i/features.jpg') no-repeat -4px 100%;
	margin-bottom: -2em;
	}
#features li {
	float: left;
	width: 200px;
	padding-right: 30px;
	margin-left: 0;
	}
#features li.last {
	padding-right: 0;
	}
#aside {
	position: absolute;
	top: 0;
	padding: 10px 0;
	left: 690px;
	width: 200px;
	color: #777;
	}
#aside h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin: 1em 0;
	}
#aside {
	font-size: 11px;
	line-height: 1.65;
	}

/** Navigation */
.nav {
	position: absolute;
	top: 354px;
	margin-top: -1em;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	width: 920px; /*for ie6*/
	}
.nav li {	
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	}
.nav a {
	display: block;
	padding: 5px 0;
	width: 210px;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in;
	}
.home #mainNav {
	top: 511px;
	}
#utilityNav {
	font-size: 13px;
	font-weight: 500;
	top: 48px;
	left: 722px;
	width: 210px; /*for ie6*/
	}
#utilityNav li {
	padding: 0;
	margin-right: 23px;
	}
#utilityNav li.contact {
	margin-right: 0;
	}
#utilityNav a {
	width: 90px;
	display: inline;
	}
.nav a:link, .nav a:visited {
	color: #ccc;
	}
.nav .current_page_item a,
.page-id-17 .links a, .page-id-19 .contact a {
	color: #000 !important;
	text-decoration: none !important;
	cursor: default;
	}
.home .nav a {
	color: #444 !important;
	}
.nav a:focus, .nav a:hover, .nav a:active {
	color: #000 !important;
	text-decoration: underline;
	}
	
/** Map styling */
.mapHolder {
	height: 260px;
	border: 1px solid #ddd;
	width: 410px;
	margin: -16px 0 1em 20px;
	float: right;
	overflow: hidden;
	}
.mapinfo {
	text-align: center;
	padding-top: 15px;
	}
	.mapinfo p {
		line-height: 1.3;
		margin: 7px;
		padding: 0;
		color: #000;
		}

/** Elements near footer */
#accredited {
	position: absolute;
	bottom: -12px;
	right: 0;
	display: block;
	}
.home #accredited {
	bottom: auto;
	top: -90px;
	}
#footer {
	position: relative;
	font-size: 10px;
	text-transform: uppercase;
	color: #ccc;
	clear: both;
	margin-top: 2em;
	}
#footer a {
	color: #ccc;
	text-decoration: none;
	}

form.wpcf7-form {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	}
form h3 {
	margin: 1.5em 0 0 212px;
	font-weight: 300;
	font-size: 15px;
	color: #bbb;
	clear:left;
}
div.wpcf7 {
	padding: 10px 15px 30px;
	background: #f4f4f4;
	border: 1px solid #dfdfdf;
	width: 608px;
	margin: 2em 0;
	font-size: 11px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.wpcf7 p {
	margin: .3em 0;
	clear:left;
}
input, select, textarea {
	font-size: 12px;
	}
div.wpcf7 .last-item {
	clear: both;
}
div.wpcf7 .submit {
	width: 300px;
	text-align: right;
	padding: 1em 0 0;
}
div.wpcf7 select {
	width: 200px;
	padding: 4px 3px;
}
.submit input {
	padding: 0 .3em;
}

div.wpcf7-validation-errors {
	text-align:center;
	background: #ffe;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

span.wpcf7-not-valid-tip {
	color: #b00b00;
	font-size: 11px;
	top: 10%;
	background: #FFF0EF;
	background: rgba(255, 230, 233, .6);
	border: 1px solid #b00b00;
	padding: 1px;
	text-align:center;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	left: 50%;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #b00b00;
	margin-left: 212px;
}

div.wpcf7 label {
	display: block;
	position: relative;
}
span.wpcf7-form-control-wrap {
	margin: -.3em 0 0 1em;
	z-index: 0;
	top:0;
}
span.labeltext {
	float: left;
	position: relative;
	width: 190px;
	display: block;
	text-align: right;
	line-height: 1.4;
	padding: 5px 0 0 10px;
	font-size: 12px;
	overflow: visible;
	color: #333;
}

span.labeltext small {
	color: #b00b00;
	font-size: 13px;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
	width:350px;
	padding: 5px 5px 4px;
	border: 1px solid #e6e6e6;
	background: #fbfbfb;
	background-repeat: repeat-x;
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#eee),
			to(#fbfbfb)
			);
	background-image:
		-moz-linear-gradient(
			top,
			#eee,
			#fbfbfb
			);
	-moz-background-size: 100% 4px;           /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 4px;           /* Opera 9.5 */
	-khtml-background-size: 100% 4px;           /* Konqueror 3.5.4 */
	-webkit-background-size: 100% 4px;           /* Safari 3.0 */
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-out;
}

span.wpcf7-form-control-wrap input:focus,	
span.wpcf7-form-control-wrap input:hover,
span.wpcf7-form-control-wrap textarea:focus,
span.wpcf7-form-control-wrap textarea:hover {
	background: #fff;
	border-color: #aaa;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .14);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .14);
}
div span.wpcf7-radio input {
	background-color: transparent; /* for IE6 */
	}

span.wpcf7-list-item input {
	width:auto;
}

span.wpcf7-checkbox {
	float: right;
	width: 380px;
}
span.wpcf7-checkbox span.wpcf7-list-item {
	display:block;
}
span.wpcf7-checkbox input {
	border: none;
}

span.wpcf7-radio span.wpcf7-list-item {
	display: inline-block;
	margin-left: 2px;
}
span.wpcf7-radio input {
	border: none;
	padding: 0;
}

div.wpcf7-response-output {
	padding: 1em;
	color: #222;
	color: rgba(0,0,0,.7);
	font-size: 13px;
	font-weight: bold;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}
form div.wpcf7-mail-sent-ok {
	text-align: center;
	border-color: #0B79D9;
	background: #0B79D9;
	color: #fff;
	}
span.wpcf7-form-control-wrap label {
	display: inline-block;
	margin-right: 15px;
	padding: 1px 5px 1px 1px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	-webkit-transition: all .2s ease-out;
	}
span.wpcf7-form-control-wrap label:hover {
	background: #fff;
	color: #000;
	border: 1px solid #999;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .15);
	}
span.wpcf7-form-control-wrap label:hover span.wpcf7-list-item-label {	
	text-decoration: underline;
	}
span.wpcf7-radio {
	margin: .2em 0;
	display: inline-block;
	}