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

body {
	font-family:Arial, Helvetica, sans-serif;
	}
	
#contentArea p {
	font-size:12px;
	color:#000000;
	margin:0 0 10px 0;
	}
	
#contentArea h1 {
	font-size:24px;
	color:#ee1c24;
	margin:0 0 10px 0;
	}
	
#contentArea h2 {
	font-size:20px;
	color:#ee1c24;
	margin:0 0 10px 0;
	}
	
#contentArea h3 {
	font-size:18px;
	color:#ee1c24;
	margin:0 0 10px 0;
	}
	
#contentArea a, #contentArea a:visited {
	color:#ee1c24;
	text-decoration:underline;
	}
	
#contentArea a:hover {
	color:#ee1c24;
	text-decoration:none;
	}
	
#hours p {
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	}
	
#newsletter input.text, #newsletter input.button {
	float: left;
	display:inline;
	}

ul#footMenu {
	float: left;
	width: 870px;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul#footMenu li{
	border-right: 1px solid #fff;
	float:left;
	height: 16px;
}
ul#footMenu li.last {
	border-right: none;
}
ul#footMenu a{
	display: block;
	font-size: 11px;
	padding: 2px 6px;
	margin: 0;
	color: #fff;
	float: left;
	text-decoration: none;
	height: 12px;
	line-height: normal;
}
ul#footMenu a:hover {
	color: #ee1c24;
	background: #fff;
}
ul#footMenu li.copy{
	float: right;
	marginp: 5px 0 25px;
	border-right:none;
}
form {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	vertical-align:baseline;
}