@charset "utf-8";
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;
	background-color: #d7d0bc;
	background-image: url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#events p { margin: 2px 0; padding: 0; }




.weekly_special_content p { margin: 0; padding: 0; }
.weekly_special_content {  }

.oneColFixCtr #topContainer {
	background-image:url(images/centeredBarBg.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	height:1000px;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #topHeader {
	padding-top: 5px;
	padding-bottom: 15px;
}

.oneColFixCtr #topNavBar {
	background-color: #bf7a2a;
	background-image: url(images/common/topNavBarBg.gif);
	color: #16273F;
	height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 665px;
}

.oneColFixCtr #bottomNavBar {
	background-color: #bf7a2a;
	background-image: url(images/common/bottomNavBarBg.gif);
	color: #16273F;
	height: 23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 665px;
}

.oneColFixCtr #topNavBar a {
	color: #16273F;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtr #topNavBar a:hover {
	color: #16273F;
	text-decoration: underline;	
}

.oneColFixCtr #homePageContent {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #00214c;
	width: 370px;
}

.oneColFixCtr #homePageContent h1 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #00214c;
	margin: 0px;
	padding: 5px;
}

.oneColFixCtr #homePageContent h2 {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: #00214c;
	margin: 0px;
	padding: 5px;
}

.oneColFixCtr #homePageContent a, a:hover, a:visited, a:active {
	color: #00214c;
	text-decoration: underline;
}


.oneColFixCtr #bodyContent {
	background-image: url(images/common/mainBodyBg.gif);
	background-repeat: no-repeat;
	height: 369px;
	width: 709px;
	margin: 0px;
	padding: 0px;
}

.oneColFixCtr #homeSlideShow {
	float:left;
	padding-top: 72px;
}

.oneColFixCtr #subPageImage {
	margin-left: 37px;
	padding-top: 4px;
}

.oneColFixCtr #subPageContent {
	float: right;
	width: 400px;
	height: 340px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #00214c;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 20px;
	right: 35px;
	overflow : auto; 
}

.smallText {
	font-size:10px;
}

.oneColFixCtr #subPageContent a, a:hover, a:visited, a:active {
	color: #00214c;
	text-decoration: underline;
}

.homeLeftGraphic {
	float: left;
	padding-top: 3px;
	margin-left: 1px;
}

.homeFood {
	float:left;
	padding-top: 72px;
}

.oneColFixCtr #bottomPanel {
	margin-top: 25px;	
}

.oneColFixCtr #vinesIcon {
	float: left;
	left: 70px;
	top: 20px;
	width: 180px;
	position:relative;
}

#facebookIcon {
 margin-top:20px;
}

.oneColFixCtr #emailPanel {
	margin-right: 5px;
	float:right;
	color: #1f3a5e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.oneColFixCtr #emailPanel a, a:visited, a:active {
	color: #16273F;
	text-decoration: none;
}

.oneColFixCtr #emailPanel a:hover {
	color: #16273F;
	text-decoration: underline;	
}

.textField {
	background-color:#ffffff;
	color: #b37227;
	border-style: none;
	height: 19px;
	width:175px;
	padding: 3px;
}

.oneColFixCtr #emailTextWrapper {
	border:0px;
	margin-top:5px;
	width:186px;
	height: 32px;
	background-image: url(images/common/textShadow.gif);
	background-repeat: no-repeat;
} 

.joinNowButton {
	left: 3px;
	top: 8px;
	position: relative;
}

.oneColFixCtr #logoPanel {
	width: 411px;
	color: #00214c;
	margin-top:-20px;
}

.copyright {
	font-size: 10px;	
}

.adobeReader {
	float:right;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

/*   Added by Cedar Creek (LJ)  */
img{border:0;}
#topHeader{position:relative;}
#vine{
	position:absolute;
	top:44px;
	right:118px;
}
.OT_Widget_Wrapper{
position:absolute;
top:30px;
left:110px;
min-height:0px;
}