@charset "utf-8";
/* CSS Document */
/* ----------------- LAYOUT ----------------- */
* {border: 0px; outline: 0px; padding: 0px; margin: 0px;}
body {
	background-attachment: fixed;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	position: relative;
	height: auto;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 5;
}
#banner {
	background-image: url(images/banner.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
	position: relative;
	height: 341px;
	width: 980px;
	padding: 0px;
	margin: 0px;
}
#nav {
	position: absolute;
	width: 460px;
	height: 32px;
	top: 265px;
	left: 55px;
}
#content {
	background-image: url(images/contBkgd.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: visible;
	position: relative;
	height: auto;
	width: 940px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	z-index: 6;
}
#chicken {
	position: absolute;
	top: -115px;
	left: 20px;
	width: 131px;
	height: 142px;
	z-index: 5000;
	background-image: url(images/chicken.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#footer {
	background-image: url(images/footerBkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
	position: relative;
	min-height: 40px;
	height: auto;
	width: 980px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 28px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* ----------------- CONTENT ----------------- */
#hours {
	position: relative;
	float: left;
	width: 297px;
	min-height: 405px;
	height: 100%;
}
#rightContent {
	position: relative;
	float: right;
	width: 643px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: justify;
}
.clear {
	clear: both;	
}
h1, h2 {display:none;}
#rightContent img.header {
	float: none;
	padding: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.right {
	float: right;
	height: auto;
}
.left {
	float: left;
	height: auto;
}
#top {
	width: 623px;
	height: auto;
	position: relative;	
	margin-right: 20px;
}
#top img.header {
	float: right;
}
#top p {
	width: 330px;
	float: right;
	height: auto;
}
#bottom {
	width: 623px;
	height: auto;
	position: relative;
	margin-right: 20px;
}
#bottom img.header {
	float: left;
}
#bottom p {
	width: 330px;	
	float: left;
	height: auto;
}
h3 {
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #AE4546;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AE4546;
	margin-top: 15px;
	margin-bottom: -10px;
}
h4, h5, h6 {
	font-size: medium;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #AE4546;
	margin-top: 15px;
	margin-bottom: -15px;
}
#rightContent img {
	float: right;
	margin-top: 78px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}
#rightContent img.halfMargin{
	margin-top: 39px;
}
#rightContent img.left {
	float: left;
	margin-top: 78px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
}
#rightContent p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top.wide p {
	width: 623px;
	float: none;
	height: auto;
}
#rightContent a ,#rightContent a:visited {
	color: #AE4546;
	text-decoration: underline;
}
#rightContent a:hover, #rightContent a:visited:hover {
	color: #AE4546;
	text-decoration: none;
}
#rightContent ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#rightContent ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#rightContent ul li ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#rightContent ul li ul li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#rightContent ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#rightContent ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#rightContent ol li ol {
	padding: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#rightContent ol li ol li {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.mapOutline {
	border: solid 1px #000;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer p {
	font-weight: normal;
	line-height: 18px;
}

