* {
	margin: 0px;
	padding: 0px;
}
body {
	-webkit-text-size-adjust:100%;
	background-color: #2f3238;
	color: #2f3238;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
#outer {
	width:100%;
	/*position:absolute;*/
	top:0;
	text-align:center;
}
img {
	border:none;
}
#wrapper {
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	width: 970px;
	padding-right: 0px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 57px;
	/* [disabled]overflow: hidden; */
}
 
#wrapper #header-outer {
	background-repeat: no-repeat;
	height: 350px;
	overflow: hidden;
	clear: both;
	border-top-width: 49px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: -399px;
}
#nav ul {
	list-style-type: none;
	display: block;
	height: 50px;
}
#nav ul li {
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FF0;
}
#nav ul li a {
	/* [disabled]text-transform: uppercase; */
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	text-decoration: none;
	color: #FF0;
	margin-right: 19px;
	margin-left: 19px;
    line-height: 27px;
}
#nav ul li a.last {
	margin-right: 0px;
}
#nav img {
	/* [disabled]float: right; */
}
#nav ul li.selected a {
	font-weight: bold;
	color: #00ADFF;
}
#nav ul li a:hover {
	color: #00ADFF;
}
#title {
	background-color: #DFDFDF;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -1px;
}
#title h6 {
	text-align: left;
	display: block;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]text-transform: uppercase; */
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #043642;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 165px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -2px;
}
#header img {
float: left;
margin-top: -155px;
position: absolute;
z-index: 9999;
display: block;
background-color: #FFF;
padding-right: 15px;
padding-left: 15px;

}
#header p {
	background-color: #FF0;
	display: inline-block;
	clear: both;
	float: left;
	/* [disabled]text-transform: uppercase; */
	color: #043642;
	font-size: 24px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-bottom: 0px;
	position: relative;
	z-index: 9999;
}
#header p.grey {
	background-color: #DFDFDF;
	color: #2F3238;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content-outer {
	background-color: #FFF;
}
#content-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
}
#content-container h2 {
	/* [disabled]text-transform: uppercase; */
	font-size: 16px;
	color: #043642;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #043642;
	padding-bottom: 8px;
	padding-left: 2px;
}
#content-container h2 a {
	color: #1c8da7;
	text-decoration: none;
}
.tile {
	display: block;
	float: left;
	height: 130px;
	width: 306px;
	margin-right: 20px;
	margin-top: 15px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 20px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 5px;
	
}
#whatwedo {
	width: 1030px;
	margin-bottom: 40px;
}
.tile span {
	display: inline-block;
	float: left;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 20px;
	/* [disabled]text-transform:uppercase; */
	color:#fff;
	max-width: 260px;
	font-size:22px;
	font-weight:bold;
}
.tile span.more {
	display: inline-block;
	padding-right: 25px;
	font-weight: bold;
	color: #fff;
	float: left;
	clear:left;
	font-size: 16px;
	font-weight:normal;
}
.left {
	float: left;
	clear: left;
	max-width: 306px;
	margin-right: 28px;
	padding: 0px;
}

.left-home {
	float: left;
/* clear: right; */
	max-width: 280px;
	margin-right: 28px;
	padding: 0px;
	display: inline-block;
	height: 275px;
}

.left-home a {
font-weight: bold;
text-decoration: none;
color: #1c8da7;
}

#blog-nav {
	float: left;
	clear: left;
	width: 306px;
	margin-right: 28px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 50px;
}
.clear {
	clear: both;
}
div.date {
	background-image: url(../images/date.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 73px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 23px;
	float: left;
	margin-right: 10px;
	color: #043642;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.left img {
	margin-bottom: 13px;
	margin-top: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
.left p {
	clear: both;
	font-size: 14px;
	padding-right: 2px;
	padding-left: 2px;
	margin-bottom: 15px;
}
a.fb, .right a.fb {
	background-color: #3b5998;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 25px;
	text-decoration: none;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.more, .right a.more {
	background-color: #FFFF00;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#blue-outer {
	background-color: #0069b4;
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: 220px;
}
#footer {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#footer-outer {
	width: 100%;
	background-color: #DFDFDF;
}
#footer p {
	float: right;
	font-size: 12px;
	width: 480px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.right img, img.home-blog {
	float: right;
	margin-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 15px;
}

.right .sponsor img {
float: left;	
}

.right {
	float: right;
	width: 624px;
}

.right-home {
	float: right;
	width: 312px;
	/*margin-top: -35px;*/
}

.right-home a {
font-weight: bold;
text-decoration: none;
color: #1c8da7;
}

.article p {
	font-size: 14px;
	clear: left;
}
.article {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #043642;
}
.article a.more {
	float:left;
	display: inline-block;
}
.white {
	background-color: #FFF;
	height: 4px;
	margin-top: -8px;
}
.article h3 {
	/* [disabled]text-transform: uppercase; */
	margin-bottom: 2px;
	font-size: 16px;
}
h1 {
	margin-bottom: 9px;
	font-size: 24px;
	/* [disabled]text-transform: uppercase; */
	color: #043642;
	line-height: 110%;
}
h4 {
	margin-bottom: 7px;
	font-size: 16px;
	/* [disabled]text-transform: uppercase; */
}
.event h4 {
	margin-bottom: 7px;
	font-size: 17px;
	/* [disabled]text-transform: uppercase; */
}
.left ul li {
	display: block;
	width: 306px;
	margin-top: 10px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 10px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: -3px;
	padding-bottom: 10px;
	
}
.left ul li a {
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 50px;
	/* [disabled]text-transform: uppercase; */
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	max-width: 270px;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-image: url(../images/download.png);
	background-color: transparent;
}
.left ul li.selected a {
	border-bottom-color: #ff0;
}
.left ul {
	padding-top: 0px;
	padding-bottom: 30px;

}
p {
	margin-bottom: 15px;
}
.right.wide {
	width: 100%;
	margin-bottom: 25px;
}

.right.search {
	width: 100%;
	margin-bottom: 25px;
}

.right.search h2 {
border:none !important;
text-decoration:none !important;
}

.right.search ul {
list-style-type: none !important;
}

.right.search li {
margin-bottom: 37px;
border-bottom: 1px dashed #000;
padding-bottom: 25px;
}

/*.right.search li:nth-child(odd) { background: red; }*/

#blue {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#footerlinks {
	float: left;
	width: 306px;
	margin-right: 28px;
	text-align: left;
}
#blue h2 {
	/* [disabled]text-transform: uppercase; */
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}
#footerlinks ul li a {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 1px;
	display: inline-block;
	font-size: 14px;
}
#footerlinks ul li {
	list-style:none;
}
#footeradd {
	float: right;
	width: 626px;
	text-align: left;
}
#footeradd p {
	color: #FFF;
}
#footeradd a {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#footeradd img {
	float: right;
	margin-left: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#footerlinks ul {
	padding-bottom: 15px;
}
#footer p a {
	color: #005391;
	text-decoration: none;
}
#title h6 span {
	font-weight: normal;
}
#title h6 a {
	color: #1c8da7;
	text-decoration:none;
}
.event {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #043642;
}
.white.ev {
	margin-top: -12px;
}
.event p {
	min-height: 60px;
}
#address {
	width: 450px;
	margin-top: 25px;
	float: left;
	margin-right: 60px;
}
#image {
	float: left;
	height: 250px;
	width: 450px;
	margin-top:20px;
}
#form {
	float: left;
	width: 450px;
	margin-right: 60px;
	margin-top: 40px;
}
#image img {
	margin: 0px;
}
#map {
	float: left;
	width: 450px;
	height: 250px;
	margin-top: 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#map img {
	margin: 0px;
}
.right a {
	font-weight: bold;
	text-decoration: none;
	color: #1c8da7;
}
#address p {
	font-size: 17px;
}
#form label {
	display: block;
	width: 150px;
	float: left;
}
#form input {
	width: 280px;
	padding: 3px;
	margin-top: 5px;
	border: 1px solid #000;
}
#form select {
	width: 288px;
	padding: 3px;
}
#form textarea {
	width: 280px;
	margin-bottom: 5px;
	padding: 3px;
	margin-top: 5px;
	height: 120px;
}
#form input.submit {
	width: 100px;
	margin-bottom: 5px;
	padding: 3px;
	margin-left:150px;
	border: 1px solid #8A8A8A;
}
#form.member input.submit {
	margin-left:250px;
}
span.error {
	font-weight: bold;
	color: #F00;
	font-size: 12px;
	display: block;
	text-align: right;
	padding-right: 22px;
	margin-top: -20px;
	height: 20px;
}
ul.calendar-nav {
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-color: #EFEFEF;
}

ul.calendar-nav li {
	list-style-type: none;
	float: left;
	width: 33%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#right a.paging-prev {
	text-align: left;
	display: block;
}

#right a.paging-next {
	text-align: right;
	display: block;
}
    
ul.calendar-nav h2 {
    margin-top: 1.1em;
}
    
ul.calendar-nav h2 a {
    background: none;
    padding-left: 0;
}

/* *** CALENDAR *** 
all screen widths */
table.calendar {
    width: 100%;
}

table.calendar tbody {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

table.calendar th {
	font-family: sans-serif;
	color: #666666;
	display: table-cell;
	width: 14.2857%;/* 1/7 of width as there's always 7 days in the week */
	font-weight: bold;
	padding-bottom: 15px;
}

table.calendar th abbr {
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

table.calendar td {
	text-align: left;
	vertical-align: top;
	width: 14.2857%;/* 1/7 of width as there's always 7 days in the week */
	height: 140px;
	background-color: #F3F5FC;
	border: 1px solid #e2e2e2;
}
table.calendar td.notinmonth {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

table.calendar .day {
	font-family: sans-serif;
	font-size: 14px;
	color: #666666;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
}

table.calendar .vevent {
	display: block;
	line-height: 120%;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0em;
	padding-top: 0em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


table.calendar a.vevent abbr {
    font-weight: bold;
    margin-right: .5em;
}

table.calendar .has-event { /* just highlight days which have events */
	color: #fff;
	border: 1px solid #e2e2e2;
	background-color: #0069B4;
}

table.calendar .has-event .eventwrap {
	font-family: sans-serif;
	padding: 0.2em;
	font-size: 12px;
}
    
table.calendar .has-event a,
table.calendar .has-event span {
	color: #fff;

}

/* on narrow widths we hide the summary */
table.calendar tr td .vevent span.summary {
	text-decoration: none;
  /*    display: none; */
}
#wrapper #content-outer #content-container .right.wide .calendar tbody tr .has-event .eventwrap .day {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 8px;
}
.paging {
	text-align: center;
	margin-top: 10px;
}
.testm .detail {
	background-color: #e5e5e5;
	padding-top: 11px;
	padding-right: 14px;
	padding-bottom: 11px;
	padding-left: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
.testm .detail p {
	color: #2F3238;
	font-size: 13px;
	
}
.testm .name {
	margin-left: 20px;
	padding-top: 12px;
	background-image: url(../images/testbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 85px;
	padding-bottom: 5px;
}
.right.wide.sitemap ul {
	margin-left: 20px;
}
#blog-nav h3 {
	color: #FFF;
	display: inline-block;
	margin-top: 20px;
	/* [disabled]text-transform: uppercase; */
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 18px;
}
#blog-nav ul li a {
	display: inline-block;
	/* [disabled]text-transform: uppercase; */
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#blog-nav ul {
	list-style-type: none;
}
#blog-nav h2 {
	margin-top: -65px;
	position: absolute;
	width: 304px;
}
#content-container .right ul.hfeed {
	list-style-type: none;
}
.hentry {
	margin-top: 15px;
	margin-bottom: 25px;
}
p.date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
}
.meta ul {
	list-style-type: none;
	margin-bottom: 20px;
}
.right h3 {
	color: #043642;
	font-size: 16px;
	/* [disabled]text-transform: uppercase; */
}
ul.comments.listing {
	list-style-type: none;
}
.comment {
	margin-top: 5px;
	margin-bottom: 15px;
}
.comment-form {
	margin-top: 25px;
}
.comment-form label {
	font-size: 13px;
	display: block;
	float: left;
	width: 130px;
}
.comment-form input {
	width: 250px;
	padding: 2px;
	margin-top: 3px;
}
.comment-form textarea {
	width: 250px;
	padding: 2px;
	margin-top: 3px;
}
.comment-form input.submit {
	width: 50px;
	padding: 2px;
	margin-top: 3px;
}.right .comment-form h3 {
	margin-bottom: 5px;
}
#zoom {
	float: right;
	margin-top: -6px;
	color: #043642;
	/* [disabled]text-transform: uppercase; */
	font-size: 14px;
}
#title #zoom h6 {
	display: inline;
}
#zoom a {
	color: #1c8da7;
	font-weight: bold;
	text-decoration: none;
}
#zoom .sm {
	font-size: 12px;
}
#zoom .med {
	font-size: 15px;
}
#zoom .lrg {
	font-size: 18px;
}
#zoom .xlr {
	font-size: 21px;
}
.rating {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}
#form.member {
	width: 620px;
}
#form.member label {
	width: 250px;
}
.onform {
	margin-top:12px;
	margin-bottom: 6px;
}
#blue h2 span {
	font-weight: normal;
	font-size: 13px;
	text-transform: none;
}
#contact-details {
	display: inline-block;
	float: right;
	margin-left: 100px;
	margin-bottom: 100px;
	padding: 15px;
	background-color: #e8e8e8;
	max-width: 350px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#contact-details h2 {
	margin-bottom: 15px;
}

#content-container .right ul.questions {
list-style-type: none;
}

#content-container .right ul.answer {
list-style-type: none;
}

#content-container .right ul.answer li {
margin-top: 50px;
}

#content-container .right ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
}
.tile.big {
	width: 460px;
	margin-right: 40px;
	height: 180px;
	margin-top: 20px;
	padding-top: 20px;
}
.tile.big span {
	font-size: 30px;
	max-width: 380px;
}
.tile.big span.more {
	font-size: 20px;
}
h5 {
	color: #043642;
	font-size: 18px;
	/* [disabled]text-transform: uppercase; */
	margin-bottom: 3px;
}
.tile.big span.more.detail {
	background-color: #CCC;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
}
#terms {
	padding: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 30px;
	background-color: #ababab;
}
#terms input[type=checkbox] {
width:22px;height:22px;
}

.squaredTwo {
	width: 22px;
	height: 22px;
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 ); */
	margin: 20px;
	position: relative;
	float: left;
	background-color: #fff;
}
.squaredTwo label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 1px;
	top: 1px;
	background: #fff;
}
.squaredTwo label:after {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0); */
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredTwo label:hover:after {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
	filter: alpha(opacity=0); */
	opacity:0;
}

.squaredTwo input[type=checkbox]:checked + label:after {
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); */
	opacity: 1;
}

#terms p {
	margin-top: 20px;
	font-size: 17px;
	display: block;
	float: left;
	color: #fff;
}
#content-container #terms h2 {
	margin-bottom: 15px;
	color: #fff;
border-bottom-color:#fff;
}
#terms .submit {
	margin-left: 420px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
	font-size: 17px;
}
#terms.search .submit {
    width: 500px;
}
.result {
	margin-top: 25px;
}
#terms.filter {
	margin-top:0px;
}
#terms.filter .submit {
	margin-left: 3px;
}
.left #terms p {
	clear: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#terms.filter .squaredTwo {
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#terms.filter select {
	font-size: 18px;
	width: 70px;
	float: right;
	background-color: #e8e8e8;
	color: #000000;
	border: 1px solid #fff;
	height: 30px;
	margin-top: 5px;
}
h3 span {
	font-weight: normal;
}
#types {
	background-color: #838383;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	color: #fff;
}
.hidden {
	display:none;
}
#terms.search select {
	width: 500px;
	font-size: 18px;
	float: right;
	background-color: #e8e8e8;
	color: #043642;
	border: 1px solid #fff;
	height: 30px;
	margin-top: 10px;
}
#terms.search p {
	margin-top: 10px;
}
.cbox {
	float:right;
	width:500px;
}
#terms.search .squaredTwo {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.spacer {
	height:20px;
}
#terms.search input.text {
	width: 500px;
	font-size: 18px;
	float: right;
	background-color: #e8e8e8;
	color: #043642;
	border: 1px solid #fff;
	height: 30px;
	margin-top: 10px;
}
#terms.search p.large {
	font-size: 28px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 30px;
}
.left #terms p.disabled {
	color: #999;
}
.left #terms div p {
	max-width: 190px;
}
.tile.fullwidth {
	margin-right: 0px;
	width: 960px;
	height:auto;
	padding-top:0px;
	padding-bottom:15px;
}
.tile.fullwidth span {
	font-size: 24px;
	width: 960px;
max-width:960px;
padding-top:5px;
padding-bottom:6px;
margin-bottom:4px;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.tile.fullwidth span.more {
	font-size: 18px;
	font-weight: normal;
	width: 900px;
}
.right #types h3 {
	color: #fff;
}
.social-icons {position: relative;top: 3px;z-index: 9999;display: block;width: 451px;text-align: right;margin-left: 520px;}

#header-img {
	height: 350px;
	width: 100%;
	margin-top:49px;
	overflow: hidden;
}
.right h5 a {
	color: #FFF;
	background-color: #31859C;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin-bottom: 5px;
	margin-top: 10px;
	display:inline-block;
}
.tile.big.pic span {
	background-color: #31859C;
}

#search-wrapper {
	width: 960px;
margin-left: 1px;	
}

#search {height: 49px;position: absolute;z-index: 9998;margin-top: -49px;width: 691px;background-color: rgb(0, 173, 255);margin-left: -1px;}

#search form {/* width: 332px; */margin-top: 9px;margin-left: 168px;text-align: left;}

#search input {height: 28px;width: 290px;/*background: url('../images/search-yellow.png');*/background-color: #fff;background-repeat: no-repeat;bordeR: 1px solid #ddd;/* padding-left: 40px; */border-radius: 4px;/* margin-top: -37px; */font-style: italic;/* margin-left: -284px; *//* line-height: 31px; */
    padding-left: 4px;
    padding-right: 4px;
}

#search input[type="submit"] {width: 35px;/*background: url('../images/submit.png');*/background: url('../images/search-yellow.png');border: none;height: 32px;line-height: normal;/* margin-left: -338px; */padding-right: 5px;cursor: pointer;background-repeat: no-repeat;position: relative;}

@media (max-width: 1100px) {
	#search form {
		margin-left: 60px;
	}
}

#newsletter-outer {
	background-color: #FFFF00;
	padding-top: 30px;
	/*padding-bottom: 12px;*/
    padding-bottom: 30px;
}
#newsletter {
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 18px;
}



#newsletter p {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	width: 550px;
}
#newsletter p span {
	font-size: 15px;
	font-weight: normal;
	width: 500px;
	color: #E2E2E2;
}
#newsletter form {
	float: right;
	margin-top: -7px;
	color: #000;
}
#newsletter form input {
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
	border: none;
	margin-bottom: 3px;
	border: 1px solid #E4E4E4;
}
#newsletter .submit, input.submit {
	max-width: 240px;
    width: 100%;
	color: #FFF;
	background-color: #0069b4;
	background-image: none;
	border: none;
	padding-right: 15px;
	padding-left: 15px;
}
#newsletter a {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}

#newsletter form label {
	font-size: 13px;
	color: #000;
	display: block;
	margin-top: 5px;
}
#newsletter p {
color: #000;	
}

.name {
	
}

.name form input {
height: 30px;
width: 145px;
font-size: 14px;
padding-right: 10px;
padding-left: 10px;
border: none;
	
}

#blog-left-home {
width:624px;
float: left;
}

#divider {
border: 1px dashed #31859c;
margin-bottom: 20px;
margin-top: 20px;	
}

#newsletter form {
	width: 50%;
}
.newsletter-firstname,
.newsletter-surname,
.newsletter-email,
.newsletter-submit {
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
input[name=mobile1] {
	display:none!important;	
}
.right h6 {
    float: right;
    clear: right;
    font-size: 14px;
    font-weight: 500;
    width: 250px;
    margin-bottom: 10px;
    color: #575757;
}