@charset "UTF-8";
/* CSS Document */

body {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cabfa6;
	background-image: url(../images/bkgfade.png);
	background-repeat: repeat-x;
}
#wallpaper {
	background-image: url(../images/wallpaper.png);
	background-repeat: repeat;
	padding-bottom: 25%;
}
.oneColFixCtrHdr #container {
	width: 1050px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0;
	height: 149px;
}
#logo {
	float: left;
	margin-top: 40px;
}
#topcontent {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
#topicons {
	text-align: right;
	height: 15px;
}
#toplocator {
	margin-right: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #ebe3d1;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #313130;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #313130;
	line-height: 22px;
}
p a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313130;
}
p a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313130;
	text-decoration: none;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #313130;
	margin-bottom: -15px;
}
#navcol {
	width: 320px;
	float: left;
	margin-bottom: 50px;
}
#maincol {
	background-color: #c7bea5;
	width: 630px;
	margin-left: 320px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #b8ac8f;
	width: 990px;
	background-image: url(../images/navbkg.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.EventSpeci {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #3E3D37;
}
#navbar   {
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 360px;
	padding-top: 35px;
	width: 250px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
#navlinks {
	margin-left: 45px;
	margin-right: 45px;
}
#navlinks   ul   li  {
	list-style-type: none;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B9AD90;
	margin-bottom: 13px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 13px;
	margin-left: -40px;
	margin-right: auto;
}
#navlinks ul li a {
	text-decoration: none;
	color: #6C6553;	
}
#navlinks ul li a:hover {
	text-decoration: none;
	color: #4E493C;
}
.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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.leadhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #313130;
	line-height: normal;
}
#divider {
	margin-top: 35px;
	margin-bottom: 35px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6553;
}
.mainimg {
	border: 8px solid #e5ddca;
}
#flashborder {
	border: 8px solid #e5ddca;
}
#hours {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E493A;
	line-height: 18px;
}
#hours a {
	color: #4E493A;
}
#formbox {
	background-color: #E5DDCA;
	padding: 30px;
	font-size: 12px;
	color: #555040;
	width: 300px;
}
.formfield {
	color: #555040;
	background-color: #C7BEA5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-left: 5px;
}
.formfield2 {
	color: #555040;
	background-color: #E5DDCA;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
#slideshow {
	border: 8px solid #e5ddca;
	width: 494px;
	margin-right: auto;
	margin-left: auto;
	height: 329px;
}
.MenuTitle {
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 500;
}
.MenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 400;
}
.MenuSpeci {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.ma a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F00;
}
.ma a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.DatesWeeks {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#footer {
	text-align: right;
	margin-right: 20px;
	background-color: #B9AD90;
	margin-left: 20px;
	color: #4E493A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
#footer a   {
	text-decoration: none;
	color: #6C6553;
}
#footer a:hover {
	text-decoration: none;
	color: #4E493C;
}
