﻿* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 100% Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}
a {
	color: #B90834;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
p {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.break {
	height: 0.3em;
	width: 100%;	
	margin: 0;
	padding: 0;
	float: left;
}
.dotted {
	border-bottom: dotted 2px #000;
}
.solid {
	border-bottom: solid 3px #000;
}
span.hide {
	font-size: 1.56em;
	position: absolute;
	left: -50000px;
}
#page {
}
#centerWrapper {
	margin: 15px auto;
	padding: 0 1em;
	max-width: 56.875em;
	height: 28.125em;
}
#headWrapper {
	margin: 10px auto;
	max-width: 56em;
	height: 82px;
	font-weight: bold;
	line-height: 1;
	padding: 0px;
	margin-bottom: 0.31em;
}
#headWrapper #headBanner {
	background-image:url(../images/spritemap.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 82px;
	width: 196px;
	float: left;
}
#headWrapper #contact {
	overflow:hidden;
	position:relative;
	top: 30px;
	right:0;
	height: 54px;
	width: 220px;
	display: block;
	float: right;
}
#headWrapper #contact span {
	display: block;
	position:absolute;
	top: 0;
	left:0;
	background-image:url(../images/spritemap.png);
	background-repeat:no-repeat;
	background-position: 0px -86px;
	height: 54px;
	width: 220px;	
}
#footerWrapper {
	float: left;
	width: 100%;	
	margin: 10px auto;
	line-height: 1;
	padding: 0px;
	margin-bottom: 0.31em;
}
#footerWrapper .footerCopy {
	font-size: 0.6875em;
	float: right;
}
.Copy {
	max-width: 56.25em;
	float: left;
	font-size: 1em;
}
.CopyBlock {
	float: left;
	max-width: 17.5em;
	margin-left: 10px;
	line-height: 1.2em;
}
.CopyBlock p {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
#twitter_div {
	border: solid #999 2px;
	padding: 0.3em 0.5em;
	margin: 10px auto;
	float: left;	
}

