
body {
	font-family: 'Muli', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #424242;
	background: #fff;
}
.bgstretcher {
	margin: 0;
	padding: 0;
	border: 0;
	height: 410px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/background-tile.gif);
}
.home .bgstretcher {
	height: 555px;
}
.bgstretcher div {
	height: 191px;
	width: 100%;
	background: #fff;
}
.hide, .screen-reader-text {
	position: absolute;
	left: -900000em;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
/* accessability */
.accessibility ul {
	list-style-type: none;
}
.accessibility a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:50%;
	width: 12em;
	margin-left: -6em;
	text-align: center;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

.accessibility a:focus {
	position:absolute;
	left:50%;
	top:0px;
	color: #000;
	background:#dddedf; 
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

/* header styles */

header {
	position: relative;
}
.topstrip .logo {
	margin: 20px 0 30px;
}
.searchbox, .button-control {
	width: 226px;
	clear: right;
} 
.searchbox {
	margin-top: 20px;
}
.searchbox label {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	color: #107159;
	font-size: 22px;
}
.searchbox input#s {
	background: #107159;
	border: 2px solid #fff;
	color: #fff;
	padding: .3em;
	-webkit-box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.2);
	box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.2); 
	width: 169px;
}
.searchbox input#s:focus {
	border: 2px solid #59cab6;
}
.searchbox #searchsubmit {
	width: 32px;
	height: 32px;
	text-indent: -9000em;
	overflow: hidden;
	border: 0px;
	background: transparent;
	background: url(../images/logo-bar-sprite.gif) -128px 50% no-repeat;
	padding: 0;
	margin: 0, 0, 0, 2px;
}
.searchbox #searchsubmit:hover, 
.searchbox #searchsubmit:focus {
	opacity: .5;
}

/* accessability button styles */
.button-control {
	margin: 12px 0 0 0;
	position: relative;
	height: 55px;
	display: block;
	list-style-type: none;
	padding: 0;
}
.button-control li {
	margin: 0;
	padding: 0;
	display: inline-block;
}
.button-control li a {
	width: 32px;
	height: 32px;
	background: url(../images/logo-bar-sprite.gif) 0 0 no-repeat;
	display: block;
	margin: 0 9px 0 0;
}
.button-control a.email {
	background-position: 0 0;
}
.button-control a.print {
	background-position: -32px 0;
}
.button-control a.fontdown {
	background-position: -64px 0;
}
.button-control a.fontup {
	margin: 0;
	background-position: -96px 0;
}
.button-control a span {
	width: 180px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: -90000px;
	font-size: .95em;
	color: #107159;
}
.button-control a:hover span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.button-control a:hover span {
	z-index: 10;
} 
/* main navigation */
nav#navigation {
	margin-top: 180px;	
	clear: both;
}
nav#navigation {
	font-size: 19px;
	background: #107159;
}
nav#navigation ul a {
	color: #fff;
	text-decoration: none;
}
nav#navigation ul li:focus, nav#navigation ul li a:focus, 
nav#navigation ul li:hover, nav#navigation ul li a:hover {
	background: #0d5e4a;
}
.sidebar ul.nav {
	margin: 0 0 2em 0;
}
/* hero image */
.hero {
	height: 176px;
	overflow: hidden;
	alignment-baseline: middle;
}
.home .hero {
	height: 323px;
	overflow: hidden;
}


nav.sidebar a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
	color: #424242;
	text-decoration: none;
} 
nav.sidebar a:hover, nav.sidebar a:focus {
	background: #defef8;
}

.blog-nav h1 {
	font-size: 1.4em;
}
.blog-nav {
	font-size: .85em;
}

.internal-page {
	background: #fff url(../images/column-divider.gif) 260px 0px repeat-y;
	margin-top: 60px;
	margin-bottom: 60px;
}
.content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.internal-page .content {
	margin-top: 0;
	margin-bottom: 0;

}
article.post {
	margin-bottom: 4em;
}
.entry-meta {
	font-size: .85em;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #f8f8f8;
	padding: .5em;
}
.entry-meta div, .entry-meta p {
	margin: .2em 0;
}
.nav-links a {
	width: 49%;
	display: block;
	float: left;
	font-size: .85em;
}
.nav-links a[rel="next"] {
	text-align: right;
}

.comments-area {
	padding: 2em 0 0;
	clear: both;
}
ol.comment-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #efefef;
}
ol.comment-list li {
	padding: .5em;
	border-bottom: 1px solid #efefef;
	background: #f8f8f8;
}
ol.comment-list li:nth-child(even) {
	background: #fff;
}

.comment-author {
	float: left;
}
.comment-metadata {
	float: right;
	font-size: .85em;
}
.comment-content {
	clear: both;
	padding: .5em 0 0;
}
footer {
	margin: 0;
	padding: 0;
	border: 0;
}

/* footer 1 */
footer.subscribe {
	padding: 60px 0;
	margin: 0;
	background: #cefef5;
}
.subscribe .subscriber {
	text-align: center;
}
.subscribe h3 {
	color: #107159;
	font-size: 2em;
}
.subscribe a.subscribecta {
	display: block;
	background: #015e3d;
	color: #fff;
	text-decoration: none;
	line-height: 2em;
	font-size: 1.2em;
}
.subscribe a.subscribecta:focus, 
.subscribe a.subscribecta:hover {
	display: block;
	background: #03bd8e;
	color: #fff;
}



/* footer 2 */
footer.footer {
	padding: 30px 0;
	background: #148065;
	color: #fff;
}
.footer .footlogo p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	
	font-size: .9em;
}
.footer .footlogo strong {
	font-family: 'Muli', Arial, sans-serif;	
	font-size: 1.1em;
}
.footer .footlogo img {
	margin-bottom: 1em;
}
footer.footer ul {
	display: block;
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: .9em;
}
footer.footer a {
	color: #fff;
	text-decoration: none;
}
footer.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer.footer a:focus {
	color: #fff;
	background: #03bd8e ;
}


/* footer 3 */
footer.sitelinks {
	background: #fff;
}
footer.sitelinks ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer.sitelinks ul li {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: .9em;
	display: inline-block;
	margin: 2em 2em 2em 0;
}
/* forms */
fieldset {
	padding: 1em;
	background: #ececec;
	width: 420px;
}
legend {
	display: none;
}
label {
	display: block;
	font-weight: normal;
	font-size: .95em;
	margin-bottom: .1em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], select, textarea {
	border: 2px solid #ececec;
	color: inherit;
	background: #fff;
	padding: .3em;
	-webkit-box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.2);
	box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.2); 
	width: 100%;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="tel"]:hover, select:hover, textarea:hover {
	border: 2px solid #d0d0d0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
	border: 2px solid #13cf9f;
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 2px solid #ff0000;
}





.error, .wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {
	color: #ff0000;
	font-size: .85em;
}
.btn-go {
    background-color: #148066;
    border-color: #148066;
    border-width: 2px;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    border-radius: 0;
    font-family: 'Muli', Arial, sans-serif;	
}
.btn-go:focus, .btn-go:hover  {
	color: #b9d9d1;
	border: 2px solid #13cf9f;	
}

/* google search form */
table.gsc-search-box, table.gsc-branding {
	width: 100%;
}
.gsc-input {
	border-width: 2px !important;
	background-position: 5px 60% !important;
	padding: .3em !important;
	font-size: 16px !important;
}
.gsc-search-button {
	font-size: 16px !important;	
	padding: .2em !important;
}
.gs-image-box {
	width: 90px !important;
}
/* typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Varela Round', sans-serif;	
}
#content h2.pagetitle {
	margin-top: 0;
	color: #015e3d;
	font-size: 2em;
}
#content h2 {
	font-size: 1.6em;
}
#content h3 {
	font-size: 1.4em;
}
#content h4 {
	font-size: 1.3em;
}
#content h5 {
	font-size: 1.2em;
}
#content h6 {
	font-size: 1em;
}


blockquote {
	font-family: 'Muli', Arial, sans-serif;	
	color: #148065;
	font-weight: 300;
	text-align: center;
	border-left: 0;
}
blockquote p {
	font-size: 120%;
}
.content {
	font-family: Arial, sans-serif;
}

a {
	text-decoration: underline;
}
a:link {
	color: #015e3d;
}
a:visited {
	color: #015e20;
}
a:focus {
	color: #03bd8e;
	outline: 1px dotted #03bd8e ;
}
a:hover {
	color: #03bd8e;
}
a:active {
	color: #03bd8e;
}

/* images */
#content img {
	margin-right: 1em;
}



.highlight_green {
	color: #03bd8e;
}
.highlight_orange {
	color: #FF4910;
}

code {
	white-space: normal;
}
