@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #730000 url(../images/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A554E;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	width: 960px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	height: 130px;
}
#header a {
	color: #fff;
}
#header a:hover {
	text-decoration: none;
}
#header #logo p {
	font-family: "Arial Black", Gadget, sans-serif;
	position: absolute;
	font-size: 41px;
	top: -15px;
	padding-top: 14px;
}
#header #logo a {
	color: #fff;
	text-decoration: none;
}
#header #logo a:hover {
	color: #AEAEAE;
}
#header #tagline p {
	position: absolute;
	margin-top: 87px;
	font-size: 18px;
}
#header #phone {
	margin: 0px;
	position: relative;
	text-align: right;
	right: 0px;
	top: 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
}
#header .hours {
	font-size: 17px;
	font-weight: normal;
}

#nav  {
	width: 960px;
	margin: 0 auto;
	height: 40px;
	font-size: 16px;
}

#header #phone {
	float: right;
	}
.oneColFixCtrHdr #maincontent {
	padding: 5px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 500px;
	margin-top:10px;
	border: 5px solid #460000;
}
#maincontent h1 {
	font-size: 28px;
	color: #540000;
}
#maincontent h2 {
	font-size: 18px;
	color: #540000;	
}
#maincontent p {
	font-size: 14px;
	line-height: 1.5;
}
#maincontent ul li {
	list-style: square;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 10px;
}

#maincontent #video {
	float: right;
	margin: 0px 0px 10px 15px;
}
#maincontent a {
	color: #5A554E;
}
#maincontent a:hover {
	text-decoration: none;
}
#buttons {
	margin-top: 10px;
}
#buttons .left {
	border: 2px solid #540000;
	position: relative;
	left: 0px;
}

#buttons .middle {
		border: 2px solid #540000;
		position: relative;
		left: 5px;

}

#buttons .right {
		border: 2px solid #540000;
		position: relative;
		left: 11px;

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 auto 20px auto;
	width: 960px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 5px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#form {
	padding: 20px;
	border: 2px solid #ddd;
	width: 285px;
	font-size: 14px;
}
.banner {
	border: 5px solid #460000;
}
#slideshow {
	margin-top: 10px;
	height: 370px;
	margin-bottom: 20px;
}
table td {
	border: thin solid #ccc;
	border-collapse: collapse;
}
	
