.headerwrapper{
	position: fixed;
	top: 0;
}
.subnav ul{
	margin-left: 240px;
}
/* == content area == */
#content, #design,
#location2, #recognition{
	position: relative;
	padding-bottom: 60px;
}
.banner{
	background-image: url(../images/banner_acacia.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}
.stretch{
	background-size: 100%;
}
#location{
	height: 700px;
	background-image: url(../images/zinnia-map.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

.linemarker{
	background-image: url(../images/line_marker_brown.png);
}
#design .linemarker{
	position: absolute;
	margin-left: 492px;
	z-index: 100;
}
#location .linemarker{
	float: left;
	margin-left: 492px;
}

#recognition p.italic{
	margin-bottom: 0;
}

.interest strong{
	color: #B05F1F;
	font-weight: 600;
}
.interest p{
	margin-bottom: 15px;
}
.interest span{
	font-weight: 600;
}
