body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	background-color: #ffffff;
}
#banner {
	width: 100%;
	height: 60%;
	position: relative;
	background-image: url('/media-custom/portal/images/portal-wv811/bh.jpg');
	background-size: cover;
	background-position-y:center;
}
#header{
	font-size   : 35px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight:600;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	background-color: #509136;
	background-color: rgba(80, 145, 54, 0.8);
	width: 100%;
	padding: 15px;
	text-align: center;
	max-width: 98.4%;
}
.images {
	padding-top: 5%;
	margin-left: 10%;
}
.images img{
	display:block;
}
#container {
	width: 100%;
	height: 40%;
	background-color: #ffffff;
	background-image: url('/media-custom/portal/images/portal-wv811/grass.jpg');
	background-position: 0px 175px;
	background-repeat: repeat-x;
	background-size: 30%;
}
div.content {
	max-width: 60%;
	margin: auto;
	align-items:baseline;
}
.left,
.right {
	padding: 15px;
	float: left;
	margin: 0;
	width: 40%;
}

.browsers {
	font-size: .7em;
}
a {
	color: #509136;
}

#homeowner_button {
	padding: 10px;
	background-color: rgb(80, 145, 54);
	color: #ffffff;
	border-radius: 10px;
	text-align: center;
	max-width: 300px;
	margin: auto;
}