#masthead-wrap {
}

#masthead {
	margin: 0 auto 8px auto;
	width: 960px;
	height: 132px;
}

#masthead h1 {
	margin: 0 0 0 0;
	display: block;
	float: left;
	width: 424px;
	height: 124px;
}

#masthead h1 a {
	width: 640px;
	height: 132px;
	float: left;
	display: inline;
	background: url(/images/masthead-h1.png) no-repeat;
}

#masthead h1 a span {
	display: none;
	padding: 32px 8px;
}

#masthead p {
	width: 484px;
	height: 24px;
	float: right;
	text-align: right;
	margin: 12px 6px 0 0;
	font-size: 9pt;
	color: #888;
}

#masthead p a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#masthead p a:hover {
	text-decoration: underline;
}

#masthead p.phone {
	margin: 16px 0;
	width: 284px;
	height: 40px;
	font-size: 24pt;
	color: #555;
	font-weight: bold;
}

#masthead p.phone a {
	display: block;
	width: 284px;
	height: 40px;
	color: #000;
	background: url(/images/masthead-phone.png) 0 0 no-repeat;
}

#masthead p.phone a:hover {
	color: #f60;
	background: url(/images/masthead-phone.png) 0 -40px no-repeat;
}

#masthead p.phone a span {
	display: none;
}


