h1 {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
}
h1 a {
	color: white;
	font: bold 24px/45px Helvetica, sans-serif;
	background: rgb(0, 0, 0); /*fallback color*/
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
h1 a:hover {
	text-decoration: none;
}

ul {
	list-style: disc;
	list-style-position: inside;
	margin-left: 20px;
}

.logo {
	margin-bottom: 10px;
}
.headerImage {
	position: relative;
	width: 100%;
}
.btnCallout {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
#phone {
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	text-align: right;
	color:#BC3A24;
	font-size: 12px;
	line-height: 14px;
}
#phone strong {
	font-size: 18px;
	line-height: 26px;
}