@charset "utf-8";
/* CSS Document */

@import "nav.css";
@import "holiday.css";

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	font-family:Arial, Helvetica, sans-serif;
}
.container {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#flashcontent {
	height: 100%;
}
img {
	border:0;
}
#header {
	background:#000;
	height:135px;
	position:relative;
}
#header_logo {
	position:absolute;
	left:35px;
	top:21px;
}
#email_signup {
	position:absolute;
	left:703px;
	top:20px;
	width:272px;
	height:60px;
	color:#fff;
	text-align:right;
}
#email_signup .inputs {
	padding-top:4px;
}
#email_signup .input {
	display:inline;
	margin-bottom:0;
}
#email_signup .input input {
	width:118px;
	margin-left:10px;
	color:#919090;
	font-size:12px;
}
#main {
	background:#ffffff;/*min-height:300px;	*/
}
#footer {
	background:#000;
	margin:0 auto;
	width:940px;
	padding:15px 30px;
	font-size:11px;
	color:#959595;
}
#footer a {
	color:#bf2e1a;
}
#footer .footer_call {
	margin-bottom:10px;
}
#flash_text {
	color:#000000;
	font-size:13px;
	line-height:19px;
	display:none;
}
.hours {
	width:220px;
	color:#fff;
}
.hours .title {
	font-size:19px;
}
.hours .times {
	font-size:14px;
}
.hours a {
	color:#fff;
}
.clear_fix {
	clear:both;
}
.body_content .title {
	font-size:15px;
	font-weight:bold;
}
.body_content .article_copy {
	color:#939292;
	font-size:11px;
	line-height:15px;
}
.body_content .article .break {
	height:1px;
	width:410px;
	background-color:#e5e5e5;
	margin:25px 0 15px;
}
