@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
	font-size: 100.1%;
	background-color: #496449;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: center 129px;
}
a {}
a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	color: #336633;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: underline;
}
a:active {
	color: #336633;
	text-decoration: underline;
}
p  {
	text-align: left;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
p.initial:first-letter {
	font-size: 2.4em;
	color: #336633;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p.initial {
	font-size: 0.7em;
	color: #555;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
}
p.small  {
	text-align: left;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: .5em;
}
h1  {
	text-align: left;
	color: #000;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2  {
	text-align: left;
	color: #ff6600;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	padding-right: 2px;
	padding-left: 2px;
}
h3  {
	font-size: 1.4em;
	color: #336633;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: .05em;
	margin-top: 0px;
	margin-bottom: 0px;
	font-variant: small-caps;
}
h4  {
	text-align: left;
	font-size: 1em;
	margin-top: -0.2em;
}
h5  {
	text-align: left;
	color: #98855c;
	font-size: .6em;
	margin-top: 0em;
	font-weight: normal;
	padding-left: 4px;
	margin-bottom: .5em;
}
h6  {
	text-align: left;
	color: #98855c;
	font-size: .6em;
	margin-top: -0.2em;
	font-weight: normal;
	padding-left: 4px;
	margin-bottom: 0em;
	letter-spacing: .05em;
}
.credit  {
	text-align: right;
	color: #D6CDC9;
	font-size: 9px;
	margin-top: -0.1em;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 0em;
}
.cutline  {
	text-align: left;
	color: #5F533A;
	font-size: 0.65em;
	margin-top: 0.2em;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 0em;
	display: block;
	padding-bottom: 6px;
	line-height: 1.3em;
}
.index #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 985px;
	margin: 0 auto;
	text-align: left;
	background-color: transparent;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.index #header {
	height: 129px;
	background-color: #496449;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: -17px;
	margin-right: -17px;
} 
.yourResource  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 140px;
	margin-top: -24px;
}
.mpnaButton  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 448px;
	margin-top: -26px;
}
.hdButton  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 739px;
	margin-top: -26px;
}
.homeButton  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 959px;
	margin-top: -26px;
}
.masthead  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 270px;
	margin-top: -128px;
}
.bannerAd  {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 270px;
	margin-top: -123px;
}
.index #subheaderHolder {
	height: 24px;
	width: auto;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.index #subheader {
	height: 19px;
	background-color: #d7e0d5;
	width: auto;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index: 2;
}
.index #subheader p{
	text-align: right;
	color: #336633;
	font-size: .7em;
	letter-spacing: 0.05em;
	margin-top: 1px;
	white-space: nowrap;
}
.arrow {
	text-align: left;
	color: #ff6600;
	font-size: 1.4em;
}
.index #header h1 {
	padding: 129;
	margin-top: 129;
	margin-right: 129;
	margin-bottom: 129;
	margin-left: 129;
}
.index #contentContainer {
	width: 985px;
	position: relative;
}
.index #LeftCenterContainer {
	width: 647px;
	position: relative;
	float: left;
}
.index #sidebarLeft {
	top: 0px;
	left: 0;
	width: 163px;
	background-color: #8ca77f;
	margin-top: -24px;
	float: left;
}
.index #sidebarLeft p{
	text-align: left;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-bottom: .5em;
	margin-top: 0em;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
}
.index #sidebarLeftTop {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #34551b;
	background-image: url(../images/leftSidebarHead.jpg);
	padding-top: 104px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
/* Start RSS */
.index #sidebarLeftRSS {}
.index #sidebarLeftRSS p {
	color: #ffffcc
}
.index #sidebarLeftRSS h1 {
	font-size: 0.66em;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: .1em;
	margin-top: -4px;
	margin-bottom: 4px;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
}	
.index #sidebarLeftRSS a:link {
	color: #b3cfa6;
	font-weight: normal;
}
.index #sidebarLeftRSS a:visited {
	color: #b3cfa6;
	font-weight: normal;
}
.index #sidebarLeftRSS ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -38px;
	list-style-type: none;
}
.index #sidebarLeftRSS li  {
	text-align: left;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #ffffcc;
}
.index #sidebarLeftRSS li a:link {
	color: #ccffcc;
}
.index #sidebarLeftRSS li a:visited {
	color: #ccffcc;
}
/* End RSS */
.index #sidebarHDLink {
	color: #ccffcc;
	text-decoration: none;
	font-weight: bold;
}
.index #sidebarHDLink a:link {
	color: #ccffcc;
	text-decoration: none;
	font-weight: bold;
}
.index #sidebarHDLink a:visited {
	color: #ccffcc;
	font-weight: bold;
}
.index #sidebarHDLink a:hover {
	text-decoration: underline;
}
.linksDividerUpper  {
	padding-bottom: 12px;
	margin-left: -10px;
	padding-top: 8px;
}
.linksDivider  {
	padding-bottom: 4px;
}
.linksContent  {
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: -1px;
}
.linksBlogTitle  {
	border-right-color: #667b5d;
	border-left-color: #667b5d;
	border-bottom-color: #667b5d;
	border-top-color: #667b5d;
	background-color: #667b5d;
	color: #ccff99;
	padding-left: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-top: -6px;
	border-top-width: 6px;
	border-bottom-width: 4px;
	padding-left: 14px;
	border-right-width: 3px;
	border-left-width: 3px;
	padding-top: 1px;
}
.linksBlog  {
	padding-left: 4px;
	padding-right: 2px;
	margin-bottom: -1px;
	font-size: .66px;
	line-height: 1.3px;
	font-weight: bold;
}
.linksOn  {
	border-right-color: #003300;
	border-left-color: #003300;
	border-bottom-color: #003300;
	border-top-color: #003300;
	background-color: #003300;
	color: #c4df9b;
	padding-left: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: .66em;
	line-height: 1.3em;
	margin-top: -6px;
	border-top-width: 6px;
	border-bottom-width: 4px;
	padding-left: 1px;
	border-right-width: 3px;
	border-left-width: 3px;
	padding-bottom: 1px;
}
.index #sidebarLeftLinks {
	left: 0;
	background-color: #8ca77f;
	padding-bottom: 20px;
}
.index #sidebarLeftLinks a:link {
	color: #000000;
	text-decoration: none;
}
.index #sidebarLeftLinks a:visited {
	color: #000000;
}
.index #sidebarLeftLinks a:hover {
	text-decoration: underline;
}
.index #sidebarLeftAd {
	background-color: #8ca77f;
	padding-left: 1px;
}
.index #sidebarLeftBottom {
	background-color: #8ca77f;
	height: 100%;
	display: block;
}
.index #sidebarLeftTic {
	position: relative;
	top: 0px;
	width: 10px;
	background: #EBEBEB;
	margin-top: -24px;
	float: left;
	left: 0px;
	height: 12px;
}
.index #mainContent {
	top: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 472px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}
.storyDivider  {
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 19px;
	clear: both;
}
.storyContainer  {
	padding-top: 10px;
	vertical-align: middle;
	width: 460px;
}
.storyImageLeft  {
	padding-right: 12px;
	vertical-align: middle;
	float: left;
	padding-left: 19px;
	display: block;
	width: 146px;
}
.storyImageLeft133  {
	padding-right: 12px;
	vertical-align: middle;
	float: left;
	padding-left: 19px;
	display: block;
	width: 133px;
}
.storyHeadlineImageLeft  {
	padding-right: 12px;
	vertical-align: middle;
	float: left;
	padding-left: 19px;
	display: block;
}
.storyHeadlineImage  {
	border: 1px solid #f2e9e2;
}
.storyHeadline  {
	padding-right: 3px;
	padding-top: 6px;
	padding-left: 19px;
}
.introContent  {
	clear: left;
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 15px;
	margin-right: 7px;
}
.storyContent  {
	clear: left;
	padding-top: 10px;
	padding-left: 19px;
	padding-right: 3px;
	margin-right: 7px;
}
.storyContentFixedCalendar  {
	clear: left;
	padding-top: 30px;
	padding-left: 19px;
	padding-right: 15px;
	margin-right: 7px;
	height: 200px;
}
.eateryDistanceHeadline  {
	clear: left;
	padding-left: 20px;
	padding-right: 15px;
	margin-right: 7px;
}
.eateryDistanceHeadline h1 {
	margin-top: -.3em;
	margin-bottom: -.5em;
	font-size: 1.2em;
	letter-spacing: .05em;
	color: #336633;
	font-variant: small-caps;
}
/*Start Accordion RSS*/
.accordionRSS  {
	clear: left;
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 9px;
}
.accordionNewsFeedRSS  {
	float: left;
	width: 55px;
	height: 131px;
}
.accordionRSS p {
	color: #000
	text-align: left;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.accordionRSS h1 {
	font-size: 0.75em;
	font-weight: normal;
	color: #336633;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
}
.accordionRSSh2Box {
	background-color: #f2e9e2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #98855c;
	height: 17px;
	width: 377px;
	margin-left: 55px;
}
.accordionRSS h2 {
	font-size: 0.75em;
	font-weight: normal;
	color: #336633;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, Helvetica, sans-serif, Geneva;
	padding-bottom: 3px;
	padding-left: 6px;
}
.accordionRSS h2:hover {
	text-decoration: underline;	
}
.accordionRSS a:link {
	color: #b3cfa6;
	font-weight: normal;
}
.accordionRSS a:visited {
	color: #b3cfa6;
	font-weight: normal;
}
.accordionRSS ul  {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: -38px;
	list-style-type: none;
}
.accordionRSS li  {
	text-align: left;
	font-size: 0.66em;
	line-height: normal;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #336633;
	padding-left: 10px;
}
.accordionRSS li a:link {
	color: #336633;
}
.accordionRSS li a:visited {
	color: #336633;
}
/*End Accordion RSS*/
/*Start Content RSS*/
.storyContentRSS  {
	clear: left;
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 15px;
}
.storyContentRSS p {
	color: #000
	text-align: left;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.storyContentRSS h1 {
	font-size: 0.85em;
	font-weight: bold;
	color: #336633;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	line-height: 1.4em;
}	
.storyContentRSS a:link {
	color: #b3cfa6;
	font-weight: normal;
}
.storyContentRSS a:visited {
	color: #b3cfa6;
	font-weight: normal;
}
.storyContentRSS ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -38px;
	list-style-type: none;
}
.storyContentRSS li  {
	text-align: left;
	font-size: 0.66em;
	line-height: .9em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #336633;
}
.storyContentRSS li a:link {
	color: #336633;
}
.storyContentRSS li a:visited {
	color: #336633;
}
/*End Content RSS*/
.baccusContainer  {
	clear: left;
	padding-top: 0px;
	padding-left: 19px;
	padding-right: 15px;
	}
.eatContainer {
	padding-top: 10px;
	width: 460px;
	clear: both;
	}
.eatInfo {
	padding-right: 12px;
	float: left;
	padding-left: 19px;
	vertical-align: middle;
	width: 170px;
	}
.eatInfo h1 {
	margin-top: 0px;
	margin-bottom: -1px;
	color: #008800;
	}
.eatInfoWide {
	padding-left: 19px;
	}
.eatInfoWide h1 {
	margin-top: 0px;
	margin-bottom: -1px;
	color: #008800;
	}
.eatHours {
	indent:6px;
	padding-left: 10px;
	}
.eatHours p {
	font-size: 0.7em;
	}
.eatHours h2 {
	text-align: left;
	color: #336633;
	font-size: 0.7em;
	line-height: 1.1em;
	margin-bottom: -0.1em;
	margin-top: 0em;
	padding-left: 0px;	
	padding-right: 0px;
	}
.eatLogo {
	padding-top: 10px;
	padding-left: 200px;
	padding-bottom: 12px;
	}
.eatLogo p {
	font-size: 0.7em;
	}
.eatLogo h2 {
	text-align: left;
	color: #336633;
	font-size: 0.7em;
	line-height: 1.1em;
	margin-bottom: -0.1em;
	margin-top: 0em;
	padding-left: 0px;	
	padding-right: 0px;
	}
.eat a {}
.baccus  {
	float: left;
	width: 184px;
	height: 218px;
}
.AdContainerFullBanner  {
	padding-top: 4px;
	width: 468px;
	padding-bottom: 4px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
}
.adDivider  {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 439px;
	}
.index #sidebarRightContainer {
	margin-top: 8px;
	width: 331px;
	float: right;
	position: inherit;
}
.index #sidebarRightHead {
	position: inherit;
	width: 331px;
	float: right;
}
.index #sidebarRightColumnContainer {
	position: inherit;
	float: right;
	width: 331px;
}
.index #sidebarRight {
	position: inherit;
	width: 329px;
	background: #f2e9e2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #98855c;
	border-bottom-color: #98855c;
	border-left-color: #98855c;
	float: right;
	padding-bottom: 16px;
}
.index #sidebarRight p{
	text-align: left;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	padding-right: 2px;
	padding-left: 3px;
}
.index #sidebarRightEast {
	position: inherit;
	width: 182px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-style: solid;
	border-right-color: #98855c;
	padding-right: 5px;
	padding-left: 9px;
	border-right-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
/* Start sidebarRightEastRSS */
.index #sidebarRightEastRSS {}
.index #sidebarRightEastRSS p {
	color: #ffffcc
}
.index #sidebarRightEastRSS h1 {
	font-size: .66em;
	font-weight: bold;
	color: #ff6600;
	letter-spacing: .1em;
	margin-top: -4px;
	margin-bottom: 4px;
	padding-top: 0px;
}	
.index #sidebarRightEastRSS a:link {
	color: #336633;
	font-weight: normal;
}
.index #sidebarRightEastRSS a:visited {
	color: #336633;
	font-weight: normal;
}
.index #sidebarRightEastRSS ul  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	list-style-image: url(../images/chevron.png);
	padding-right: 4px;
}
.index #sidebarRightEastRSS li  {
	text-align: left;
	font-size: 0.66em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	color: #ffffcc;
}
.index #sidebarRightEastRSS li a:link {
	color: #336633;
}
.index #sidebarRightEastRSS li a:visited {
	color: #336633;
}
/* End sidebarRightEastRSS */
.index #sidebarRightWest {
	width: 120px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 7px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: inherit;
	left: 0px;
	float: right;
}
.sidebarRightWestVendorHead {
	margin-right: 0px;
	margin-left: -7px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index #sidebarRightCenter {
	position: inherit;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 14px;
	margin-top: 10px;
	clear: both;
}
.sidebarRightWideCenterHead {
	margin-right: 0px;
	margin-left: -14px;
	padding-top: 20px;
}
.sidebarRightNewsCenterDivider {
	margin-right: 0px;
	margin-left: -14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.index #sidebarRightBottomContainer {
	width: 331px;
	margin-right: 0px;
	margin-left: 654px;
	padding: 0px;
	position: relative;
	left: -654px;
}
.index #sidebarRightEastBottom {
	position: inherit;
	width: 182px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-style: solid;
	border-right-color: #98855c;
	padding-right: 5px;
	padding-left: 9px;
	border-right-width: 1px;
	margin-top: 10px;
	float: left;
}
.index #sidebarRightWestBottom {
	width: 120px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 8px;
	padding-left: 4px;
	margin-top: 10px;
	position: inherit;
	float: right;
}
.index #sidebarRightWestBottom h2{
	font-size: 0.66em;
	line-height: 1.4em;
	list-style-type: square;
	font-weight: normal;
	margin-top: -45px;
}
.index #sidebarRightCenterBottom {
	position: relative;
	width: 300px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
}
.adFooter {
	margin-left: 173px;
	margin-top: 10px;
}
.adFooterContainer {
	margin-left: 16px;
}
.adTabbedPanel {
	border-top: 1px solid #c3b391;
	clear: both;
	width: 300px;
	margin-top: 14px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 4px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.adTabbedPanelImage {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-bottom: 6px;
	}
.adTabbedPanelText {
}
.adTabbedPanel h1 {
	color: #98855C;
}
.index #footer {
	padding-right: 16px;
	padding-left: 189px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.180x150holder {
	background-color: #060;
	height: 150px;
	width: 180px;	
}
.300x250holder {
	background-color: #060;
	height: 250px;
	width: 300px;	
}
.728x90holder {
	background-color: #060;
	height: 90px;
	width: 728px;	
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.baseBorder {
	background-color: #496449;
	padding-bottom: 80px;
} 
