#ppmasthead {
	width: 100%;
}

#ppmasthead .greenbar{
	width: 100%;
	height: 100px; 
	background: -webkit-linear-gradient(90deg, #5b964d 0%, #133c1e 100%) #759e48;
	background: -moz-linear-gradient(90deg, #5b964d 0%, #133c1e 100%) #759e48;
	background: -o-linear-gradient(90deg, #5b964d 0%, #133c1e 100%) #759e48;
	background: -ms-linear-gradient(90deg, #5b964d 0%, #133c1e 100%) #759e48;
	background: linear-gradient(90deg, #5b964d 0%, #133c1e 100%) #759e48;
	background: -webkit-gradient(linear, left bottom, left top, from(#5b964d), to(#133c1e)) #759e48;
}

#ppmasthead .greenbar
{
    background-image: url('../img/mhgradient.png');
    background-repeat: repeat-x;
}

#ppmasthead .graybar{
	width: 100%;
	height: 8px;
	background-color: #697369;
	border-bottom: 1px solid #ffffff;
}

#ppmasthead .otaseal{
	float: right;
	margin-right: 20px;
	margin-top: -5px;
}

#ppmasthead .pplogo{
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}