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

* {
margin: 0;
-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
box-sizing: border-box;
}
html, body {
word-wrap: break-word !important;
height: 100%;
	
}

a{
	text-decoration: none;
}

.anchor_move02 {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}
.greybutton {
	color: #333;
}
.whitebutton {
	color: #FFF;
}
.page-wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -60px;
	width: 100%;
	background-color: ##364759;
	margin-bottom: 20px;
}

.page-wrap:before {
	content: "";
	display: block;
	min-height: 50px;
}
.site-footer, .page-wrap:before {
	min-height: 60px;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
}
.site-footer {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;
	background-color: #364759;
	width: auto;
}
#copyright{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.6em;
	line-height: 1.3em;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	display: block;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0em;
	padding-top: 1em;
	-webkit-font-smoothing: antialiased;
}
#content_wrap {
	height: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

h1{
	font-size: 1.7em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #364759;
}

h2{
	font-size: 1.7em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
}

h3{
	font-size: 1.1em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #FFFFFF;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	display: block;
	padding: 5px;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	color: #333333;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	display: block;
	padding: 5px;
}
#grey_wrap {
	height: auto;
	margin-top: 0px;
	padding: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	
}
#colour_wrap {
	height: auto;
	margin-top: 0px;
	padding: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
	background-color: #384659;
}

#about_content {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	display: block;
	height: auto;
	width: 80%;
	margin-top: 3em;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
#about_content_white {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	display: block;
	height: auto;
	width: 80%;
	margin-top: 3em;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}
#section_heading_center_colour {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 4em;
	margin-right: auto;
	margin-bottom: 4em;
	margin-left: auto;
}

#image_wrap {
	display: block;
	height: auto;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../img/background01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}
#services_block {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin: 5px;
	padding: 20px;
	min-height: 320px;
	width: 350px;
	border: thin solid #FFF;
	vertical-align: top;
}
#column_wrap {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	margin: 5px;
	padding: 20px;
	height: auto;
	width: 48%;
	border: thin solid #FFF;
}
.center {
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#header_18{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.5em;
}

#subHeader_18{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

#id_15{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#id_16{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#id_17{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#input_20_phone{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
li{
	list-style: none;
}

