body {
	margin: 0px;
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
a {
	color: #366696;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:hover, .current {
	color: #FC3;
}
a img {
	border:none;
}
div a.right {
	border:none;
	clear: none;
	margin-left: 35px;
	display: inline-block;
	padding-right: 45px;
	padding-left: 45px;
}
#container {
	display: block;
	width: 930px;
	padding: 10px;
}
#container #header {
	background-image: url(images/woodberry-top.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 916px;
	padding-top: 75px;
}
#container #header #chromemenu {
	width: 730px;
	border:0px red solid;
	float: left;
}
#container #main {
}
#container #main #content {
	float: left;
	width: 916px;
	background-image: url(images/woodberry-bgr.png);
	background-repeat: repeat-y;
}
#container #main #content #top, #container #main #content #bot{
	float: left;
	width: 916px;
	height:30px;
	background-image: url(images/woodberry-content-top.png);
	background-repeat: no-repeat;
}
#container #main #content #bot{
	background-image: url(images/woodberry-content-bot.png);	
}
#container #main #content.splash{
	background-image: url(images/woodberry-splash.jpg);
	background-repeat: no-repeat;
	height: 370px;
	padding-right:340px;
	width:576px;
}
#container #main #content.splash-base{
	background-image: url(images/woodberry-bot.jpg);
	background-repeat: repeat-x;
	height: 180px;
}
#container #main #content #text {
	margin-right: 11px;
	margin-left: 3px;
	/* width: 470px; */
	min-height:300px;
	text-align: left;
	padding: 35px;
	margin-bottom:-18px;
	
	/*background-image: url(images/woodberry-splash.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -3px;
}
#container #main #content #imgs {
	margin-right: 4px;
	margin-left: 3px;
	width: 870px;
	min-height:100px;
	text-align: center;
	padding: 15px;
}
#content #before, #content #after {
	display:inline-block;
	margin:10px;
}
#content #before img, #content #after img {
	width:300px;
}
#container #main #content #left {
	background-image: url(images/woodberry-botleft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 152px;
	width: 18px;
	background-position: -1px 0px;
}
#container #main #content #specials, #container #main #content #specials-all {
	clear: both;
	height: 30px;
	padding-top: 18px;
	background-image: url(images/woodberry-bot2.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: 800;
	font-size: 14px;
	color: #366696;
	background-position: -1px 0px;
}
#container #main #content #specials-all {
	background-image: url(images/woodberry-bot4.png);
	padding-top: 28px;
	border: red solid 0px;
}
#container #main #content #right {
	background-image: url(images/woodberry-botright.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 152px;
	width: 18px;
	background-position: -4px 0px;
	background-color: #FFF;
}
#container #main #content #box {
	float: left;
	padding: 10px;
	width: 380px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9CF;
}
#container #main #content #box img{
	float: left;
	margin-right: 10px;
	border: 1px solid #9CF;
}
#container #main #content #box h3{
	color: #F0D82E;
	margin: 0px;
}
#container #main #content #box a{
	color: #F0D82E;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}
#container #main #content #box a.nocap{
	color: #FFF;
	margin: 0px;
	text-transform: none;
	text-decoration: none;
	float: none;
}
#container #main #box .box-text h3{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #366696;
}
#container #main #box .box-text p{
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: justify;
}
#container #main #content p {
	line-height: 18px;
}
  h1     {
	 
	color: #366696;
}

#container #main li {
	line-height: 18px;
	margin-left: -5px;	
}
#container #main #sidebar {
	float: left;
	margin-left: 10px;
	width: 200px;
}
#container #main #sidebar #text {
	margin-right: 3px;
	margin-left: 3px;
	padding: 10px;
	font-size: 12px;
	color: #333;
}

.form input, .form textarea {
	width:120px;
	clear:both;
	border: 1px solid #E8E8E8;
	background-color: #000;
	color: #FFF;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.form input:hover,
.form textarea:hover {
	background-color: #D21925;
}
#footer  {
	font-size: 12px;
	clear: both;
	margin-right: 10px;
	margin-left: 0px;
	padding: 5px;
	text-align: center;
	color: #F0D82E;
}
#footer p {
	color: #366696;
}
#footer p.credits {
	color: #366696;
	font-size: 10px;
	margin-right: 50px;
	margin-left: 50px;
}
#footer a {
	color: #366696;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FC3;
	text-transform: uppercase;
}
#footer a.last {
	border:none;
}
#footer a:hover {
	color: #FC3;
}
.yellow {
	color: #FC3;
}

.hours td.top {
	background-color: #366696;
	color: #FFF;
	vertical-align: middle;
}
.hours td {
	color: #366696;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #366696;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #366696;
}
table.hours {
	color: #366696;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #366696;
}

