html {overflow-y: scroll;}

body {
	padding: 0px;
	background-color: #E1DAC9;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
a img, :link img, :visited img { 
	border:none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 721px;
	text-align: center;
}
p {
	font-size: 14px;
	color: #51402F;
	text-align: left;
}
p.menu_smallerB:first-line {
	font-size: 16px;
	color: #242200;
	text-align: left;
	text-transform: uppercase;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #660000;
	text-align: left;
}
.menu_smaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353206;
	text-align: left;
}
.menu_large {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #242200;
	text-align: left;
	text-transform: uppercase;
}
.pwelcome {
	font-size: 14px;
	line-height: 20px;
	color: #D6D79B;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}
.news {
	font-size: 11px;
	color: #353206;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.texta {
	background-color: #E1DAC9;
	color: #716444;
	margin: 0px;
	padding: 0px;
	border: 0px none #E1DAC9;
}
form {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.textb {
	background-color: #B4A787;
	color: #524D2F;
	margin: 0px;
	padding: 0px;
	border: 0px none #B4A787;
}
a {
	color: #BE2F35;
	text-decoration: none;
}
a:link {
	color: #BE2F35;
	text-decoration: none;
}
a:visited {
	color: #BE2F35;
}
a:hover {
	color: #524D2F;
}
a:active {
	color: #BE2F35;
}
ol {
	font-size: 14px;
	color: #353206;
	text-align: left;
}
ul {
	font-size: 14px;
	color: #353206;
	text-align: left;
}
.autismUL {
	text-align: left;
	text-indent: -30px;
	margin-left: 30px;
	list-style: square inside;
	color: #51402F;
}
.menu_smaller_ul {
	font-size: 14px;
	color: #353206;
	text-align: left;
	list-style-type: square;
	margin-right: 30px;
}
.Cater_smaller {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #353206;
	text-align: center;
}
#TopSlideOuter {
	width: 700px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#TopSlide {
	width: 700px;
	height: 120px;
	left: -2px;
	top: 0px;
}
#TopSlide h1 {
	text-indent: -5500px;
	display: none;
}
#TopSlide img {
	display: none;
}
#BottomSlideOuter {
	width:244px;
	height:262px;
}
#BottomSlide {
	width:244px;
	height:262px;
}
#BottomSlideOuter img {
	display:none;
}
#CaterSlideOuter {
	width:428px;
	height:250px;
	text-align:center;
}
#CaterSlideInner {
	width:400px;
	height:250px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #514D2F;
}

H3 {
	font-weight:normal;
	color: #353206;
	margin: 0px;
}
.shadow {
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}
.map {
	display: block;
	position: relative;
	padding: 0px;
	width: 695px;
	height: 26px;
}
.ital {
	font-style: italic;
}
.generic {
  margin: 0px auto;
}
.generic .center {
  text-align: center;
  margin-left: -40px;
}

/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
