html {
	height: 100%;
}
body {
	font-size: 1em;
	font-family: 'Lato', helvetica, arial, sans-serif;
	border-top: 5px solid #e1e1e3;
	height: 100%;
	background: url(../images/light_wool.png) repeat top left;
}
.centered {
	width: 80%;
	max-width: 500px; 
	margin: 0 auto;
	padding: 2em 0;
}
h1 {
	font-size: 3em;
	text-align: center;
	text-transform: uppercase;
	color: #820805;
	font-weight: bold;
}
ul {
	overflow: hidden;
	max-width: 360px;
	margin: 0 auto 20px;
	font-size: .9em;
	text-align: center;
}
ul li {
	float: left;
	margin: 0 15px 0 15px;
	list-style-type: disc;
	color: #223140;
}
ul li.first {
	list-style-type: none;
	margin-left: 0;
}
ul li.last {
	margin-right: 0;
}
.bar {
	background: url(../images/bar.png) repeat-x top left;
	padding-top: 30px;
}
.info {
	clear: both;
	text-align: center;
	max-width: 702px;
	margin: 0 auto 0;
	padding: 20px;
}
.info .top {
	background: url(../images/info-middle.png) repeat-y top center;
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	background-size: contain;
}
.info .bottom {
	background: url(../images/info-bottom.png) no-repeat top center;
	min-height: 49px;
	padding: 22px 37px;
	background-size: 100%;
}
h2 {
	color: #820805;
	font-size: 2em;
	margin-bottom: 10px;
}
.call {
	color: #223140;
	font-size: .9em;
	margin-bottom: 15px;
}
.numbers {
	margin: 0 auto;
	width: 590px;
}
h3 {
	color: #b5191d;
	font-size: 2.7em;
	float: left;
}
h3.left {
	border-right: 1px solid #b5b4b6;
	padding-right: 25px;
	margin: 0 25px 0 0;
}
h3 span {
	clear: both;
	display: block;
	font-size: .4em;
}
p.cindynumber, p.alnumber {
	color: #626262;
	float: left;
	margin-right: 15px;
	font-size: .9em;
}
.extrainfo {
	padding: 30px 20px 0 20px;
	overflow: hidden;
	font-size: .9em;
	clear: both;
}
.extrainfo a {
	float: left;
	text-align: left;
	color: #223140;
	text-decoration: none;
	line-height: 1.2em;
}
.extrainfo a:hover {
	color: #b5191d;
}
.extrainfo p {
	float: right;
	clear: right;
	margin-bottom: 5px;
	color: #626262;
}
.bottom a {
	float: right;
	font-size: .9em;
	padding-top: 5px;
	text-decoration: none;
	color: #626262;
}
.bottom a:hover {
	color: #b5191d;
}
.copy {
	font-size: .8em;
	color: #a4a3a5;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 725px) {
	h3 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.7em;
	}
	.numbers {
		width: 465px;
	}
	.info .bottom {
		background: #ffffff;
		border: 1px solid #d5d5d7;
		min-height: auto;
		overflow: hidden;
		margin: 0 13px 0 16px;
	}
}
@media screen and (max-width: 550px) {
	h3 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.2em;
	}
	.numbers {
		width: 355px;
	}
	.bottom p, .bottom a {
		float: none;
		display: block;
		margin-bottom: 20px
	}
	.extrainfo a, .extrainfo p {
		float: none;
		display: block;
		text-align: center;
	}
	.extrainfo a {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 450px) {
	.centered {
		padding: 2em 0 1em;
	}
	h1 {
		font-size: 2.7em;
	}
	.numbers {
		width: 100%;
	}
	.numbers h3 {
		float: none;
	}
	h3.left {
		border-right: 0;
		padding-right: 0;
		margin: 0 0 10px 0;
	}
	ul {
		overflow: visible;
		margin-bottom: 0;
		padding-top: 10px;
	}
	ul li { 
		float: none;
		list-style-type: none;
		text-align: center;
		width: 100%;
		margin: 0 0 10px;
	}
	.info .bottom {
		margin: 0 6px 0 9px;
	}
	p.copy {
		padding-bottom: 2em;
	}
}