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


#ppphead {
	width: 962px;
	height: 60px;
        margin: 0;
	padding: 0;
        background: #D8E6F1 url(images/blue-header.jpg) left no-repeat;
}

#ppphead .tleft {
	height: 25px;
	margin-left: 7px;
        padding: 8px 0 0 0;
        display: block;
}
#ppphead .tleft p {
	color: #283A4E;
	font-size: 12px;
}
		
#ppphead .bleft {
	margin-left: 7px;
        padding: 0 0 0 0;
        display: block;
}
		
#ppphead .bleft p {
	color: #283A4E;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
        display: inline;
}
#ppphead .bleft p span {
	text-transform: none;
}
#ppphead .bleft p span a {
	color: #283A4E;
	text-decoration:underline;
	margin: 0 6px;
}
#ppphead .bleft p span a.first {
	margin-left: 10px;
}
#ppphead .bleft p span a.last {
	margin-right: 0px;
}

#ppphead .search-field input.submit {
	margin: 0 5px 0 2px;
	vertical-align: top;
}
	
#ppphead .search-field {
	margin: 0 5px 0 5px;
}

	



