@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

/* Page Styles */
body {
	text-align: center;
	font-family: Arial, "Arial Bold", "Arial Italic", "Arial Bold Italic";
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 26px;
	color: #373644;
}
a {
	color: #97be0c;
}
hr {
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 2px dotted #97be0c;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	clear: left;
}
h1, h2, h3  {
	margin-bottom: 20px;
	text-align: left;
	color: #97be0c;
}
h1 {
	font-size: 60px;
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 68px;
	color: #97be0c;
}
h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 44px;
	margin-bottom: 10px;
}
h2 a {
	text-decoration: none;
	color: #373644;
}
h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
}
#centerColumn .green {
	color: #97be0c;
}
table {
	border: none;
	border-spacing: 0;
    border-collapse: collapse;
}
table td {
	vertical-align: top;
}
/* End of Page Styles */

/* Page Layout */
#pageContainer {
	width: 100%;
	background-color: white;
}
#fixedTop {
	position: fixed;
	width: 100%;
	height: 171px;
	z-index: 1000;
	-webkit-box-shadow: 0px 5px 10px rgba(55,54,68,0.50);
	box-shadow: 0px 5px 10px rgba(55,54,68,0.50);
}
#headerContainer {
	width: 100%;
	background-color: #FFFFFF;
}
header {
	height: 120px;
	width: 959px;
	margin: 0 auto;
	position: relative;
	background-color: #FFFFFF;
}
#slideContainer {
	width: 100%;
	height: 350px;
}
#slide {
	width: 959px;
	height: 350px;
	margin: 0 auto;
	border-bottom: 4px solid #97be0c;
	position: relative;
}
#intro {
	width: 290px;
	height: 270px;
	background-color: rgba(60,60,60,0.80);
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: left;
	padding: 20px;
}
#intro h1 {
	color: white;
	font-size: 20px;
	margin-bottom: 5px;
}
#intro p {
	color: white;
}
#intro a {
	color: #97be0c;
}
#contentContainer {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
	overflow: auto;
	background-image: url(../images/site-bg.jpg);
	background-position: center top;
	padding-top: 171px;
	background-color: #C8C8C8;
	background-repeat: repeat;
}
#content {
	width: 959px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px rgba(60,60,60,.50);
	box-shadow: 0px 0px 10px rgba(60,60,60,.50);
}
#centerColumn {
	width: 607px;
	height: auto;
	margin: 20px;
	float: left;
}
#centerColumn table {
	width: 685px;
}
#centerColumn.home {
	width: 919px;
}
#rightColumn {
	width: 293px;
	height: auto;
	float: left;
	margin: 20px 0px;
}
footer {
	width: 100%;
	margin: 0 auto;
	height: auto;
	background-color: #3c3c3c;
	border-top: 4px solid #97be0c;
	background-image: -webkit-linear-gradient(270deg,rgba(60,60,60,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(60,60,60,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(60,60,60,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(60,60,60,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
/* End of Layout */

/* Header Elements */
#logo {
	border: none;
	width: 320px;
	height: 80px;
	left: 20px;
	top: 15px;
	position: absolute;
}
#strapline {
	position: absolute;
	top: 70px;
	left: 390px;
	width: 320px;
	height: 60px;
}
#strapline h1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
	font-family: Eurostile, "Eurostile Bold", "Eurostile Bold Oblique", "Eurostile Oblique";
}
#contact {
	position: absolute;
	top: 70px;
	width: 500px;
	right: 20px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
#contact h2 {
	margin-bottom: 5px;
	text-align: right;
	font-size: 26px;
	color: #373644;
	line-height: 30px;
	font-weight: normal;
}
#social {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	width: 400px;
	height: 30px;
}
#social i {
	font-size: 26px;
	margin-right: 7px;
	color: #97be0c;
}
/* End of Header Elements */

/* Navigation */
nav {
	width: 100%;
	background-color: #373644;
	background-image: -webkit-linear-gradient(270deg,rgba(55,54,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,54,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,54,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,54,68,1.00) 0%,rgba(0,0,0,1.00) 100%);
	border-bottom: 1px solid 	#97be0c;
;
}
nav ul {
	width: 959px;
	margin: 0 auto;
	text-align: left;
}
nav li {
	list-style: none;
	display: inline;
}
nav a {
	font-size: 20px;
	line-height: 50px;
	color: white;
	text-decoration: none;
	padding: 0 30px;
	border-right: 1px solid white;
	display: inline-block;
}
nav a.last {
	border-right: none;
}
nav a:hover {
	color: white;
	background-color: #97be0c;
}
nav a.on {
	background-color: #97be0c;
}
nav i {
	font-size: 22px !important;
}
/* End of Navigation */

/* Features */
#features {
	width: 919px;
	height: auto;
	float: left;
	padding: 0px 20px 20px;
}
#rightColumn #features {
	width: 240px;
	height: auto;
	float: left;
	padding: 0px 0px;
	float: right;
}
#features .last {
	margin-right: 0px;
}
.ft {
	width: 253px;
	margin-right: 20px;
	height: 370px;
	float: left;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #eef5da;
}
#features img {
	width: 249px;
	height: 146px;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #FFFFFF;
}
#rightColumn .ft {
	width: 200px;
	height: auto;
	float: left;
}
#features h3 {
	width: 100%;
	display: block;
	font-size: 28px;
	line-height: 36px;
	color: #97be0c;
	text-align: left;
	float: left;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
#features h3 a {
	text-decoration: none;
	color: #97be0c;
}
#rightColumn #features h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
#rightColumn #features img {
	width: 200px;
	height: 130px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #FFFFFF;
}
/* End of Features */

/* Center Column Elements */
#content p {
	margin-bottom: 10px;
	color: #373644;
}
article {
	width: 607px;
	height: auto;
}
article p#note  {
    padding: 15px;
    background-color: #EEF5DA;
}
article ul {
	list-style: none;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #97be0c;
	font-size: 20px;
	border-radius: 10px;
}
article ul li {
	border-bottom: 1px solid  #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
}
article ul li:before {
	font-family: fontawesome;
	display: inline-block;
	content: '\f138';
	color:  #FFFFFF;
	margin-right: 15px;
	margin-left: -20px;
	width: 20px,
}
#centerColumn #bullets table {
	background-color: #97be0c;
	background-image: -webkit-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	border-radius: 10px;
	margin-bottom: 20px;
}
#centerColumn #bullets td {
	width: 50%;
}
#centerColumn #bullets ul {
	list-style: none;
	margin-bottom: 5px;
	padding: 6px 15px;
	color: white;
}
#centerColumn #bullets ul li {
	border-bottom: 1px dotted white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 22px;
}
#centerColumn #bullets ul li:before {
	font-family: fontawesome;
	display: inline-block;
	content: '\f00c';
	color: #BEA01E;
	margin-right: 10px;
	margin-left: -25px;
	width: 20px,
}
#centerColumn #bullets ul li.last {
	border-bottom: none;
}
/* End of Center Column Elements */

/* Right Column Elements */
#rightColumn hr {
	margin: 20px auto;
	width: 253px;
	border-top-color: #97be0c;
}
#rightColumn #bullets ul {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 6px 15px;
	color: white;
	background-color: #97be0c;
	background-image: -webkit-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(150,200,30,1.00) 0%,rgba(50,100,50,1.00) 100%);
	border-radius: 10px;
}
#rightColumn #bullets ul li {
	border-bottom: 1px dotted white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	line-height: 22px;
}
#rightColumn #bullets ul li:before {
	font-family: fontawesome;
	display: inline-block;
	content: '\f00c';
	color: #BEA01E;
	margin-right: 10px;
	margin-left: -25px;
	width: 20px,
}
#rightColumn #bullets ul li.last {
	border-bottom: none;
	padding-bottom: 8px;
}
#rightColumn #twitter {
	width: 215px;
	height: auto;
}
#rightColumn img {
	margin-bottom: 5px;
}
#rightColumn .textbox {
	padding: 20px;
	color: #FFFFFF;
	background-color: #5B5B5B;
}
#rightColumn .textbox p {
	color: #FFFFFF;
}



/* End of Right Column */

/* Footer Elements*/
footer table {
	width: 919px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	border-collapse: none;
	padding: none;
}
footer table td {
	padding: 20px 0;
}
footer table td.last a {
	color: #97be0c;
	font-size: 12px;
}
footer table h4 {
	color: #97be0c;
	margin-bottom: 10px;
}
footer table p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
footer table a {
	color: white;
}
table .width10 {
	width: 10%;
}
table .width20 {
	width: 20%;
}
table .width30 {
	width: 30%;
}
table .width40 {
	width: 40%;
}
table .width50 {
	width: 50%;
}
/* End of Footer Elements*/

/* Images */
img.thumb {
	width: auto;
	height: 180px;
	margin-right: 20px;
	float: left;
}
img.services {
	width: auto;
	height: 135px;
	margin-right: 20px;
	float: left;
	margin-top: 5px;
}
img.accreditations {
	width: auto;
	height: 150px;
	margin-right: 40px;
	margin-top: 50px;
	margin-bottom: 20px;
}
/* End of Images */

/* Form */
#form {
	width: 430px;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* End of Form */
iframe {	
	margin-right: 20px;
	float: left;
	margin-top: 5px;
	margin-bottom: 40px;
}
.picText {
	width: 450px;
	float: left;
	margin-bottom: 20px;
}
#gallery a img {
	width: 185px;
	height: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#gallery a:nth-child(3n) img {
	margin-right: 0px;
}
#shadedBox {
    background-color: #F7FDE4;
    padding: 20px;
    margin-bottom: 20px;
}
#shadedBox h2 {
    color: #97be0c;
}
