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



ul {
	margin-left: 50px;
	margin-bottom: 20px;
}

header {
	margin-top: 45px;
	padding: 80px 0 30px 0;
	z-index: 10;
	position: relative;
	background: #004f27 url(sitegraphics/logo-white.png) no-repeat  center 10px;
	background-size: 250px auto;
}


.narrowtext {
	padding: 0 5%;
}

.thirdsmall img {
	width: 100px;
	height: auto;
}



.halfleft {
	float: left;
	width: 40%;
	padding: 20px 50px 20px 50px;
}

.halfright {
	margin-left: 45%;
	text-align: center;
	padding: 20px 50px 20px 50px;
}

.halfleft img {
	width: 100%;
	height: auto;
}

.textleft {
    text-align: left;
}