@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: #D1C26A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}
a:link {
	color: #E88E97;
	text-decoration: underline;
}
a:hover {
	color: #00461C;
	text-decoration: none;
}


#container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
} 
#header {
	background-color: #FFF;
	background-image: url(images/header-back.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: right top;
	height: 265px;
	position: relative;
} 
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
}
#header li {
	float: right;
}
#header li a:link, #header li a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 35px;
	display: block;
	background-image: url(images/nav-back-a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
}
#header li a:hover {
	background-image: url(images/nav-back-h.gif);
}

#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #00461C;
	text-decoration: none;
	background-image: url(images/nav-back-c.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: default;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#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 */
}
#header .logo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#flashtop {
	margin: 0px;
	padding: 0px;
	height: 360px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E88E97;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#sidebar1 p {
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2;
}
#sidebar1 p.bold  {
	font-weight: bold;
}
#sidebar1 h3  {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#sidebar1 h3 .pubname {
	font-style: italic;
}
#econrelief {
	width: 525px;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: center;
	background-color: #a0bfad;
	border: 6px solid #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
}
#econrelief h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #BF2635;
	letter-spacing: 0.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.2;
}
#econrelief p  {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#econrelief h2 {
	font-size: 1.5em;
	color: #00461C;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 
#mainContent h1 {
	font-size: 2.2em;
	line-height: 1.8;
	margin: 0px;
	padding-bottom: 5px;
	color: #E88E97;
}
#mainContent h2 {
	color: #00461C;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#mainContent p {
	font-size: 1.1em;
	line-height: 1.3;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
#mainContent p.owners  {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


#footer {
	background-color: #00461C;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	text-align: center;
} 

#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 */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent #menuleft , #wkmenuleft, #brmenuleft, #brkmenuleft, #cmleft{
	padding: 10px;
	float: left;
	width: 300px;
}
#mainContent #menuleft h2, #menuright h2 , #wkmenuleft h2, #wkmenuright h2, #brmenuleft h2, #brmenuright h2, #brkmenuleft h2, #brkmenuright h2, #cmleft h2, #cmright h2{
	font-weight: bold;
	color: #00461C;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
#mainContent #menuleft h3, #menuright h3 , #wkmenuleft h3, #wkmenuright h3, #brmenuleft h3, #brmenuright h3, #brkmenuleft h3, #brkmenuright h3, #cmleft h3, #cmright h3{
	font-weight: bold;
	color: #00461C;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
#mainContent #menuleft p, #menuright p , #wkmenuleft p, #wkmenuright p, #brmenuleft p, #brmenuright p, #brkmenuleft p, #brkmenuright p, #cmleft p, #cmright p{
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-style: italic;
}
#mainContent #menuright , #wkmenuright, #brmenuright, #brkmenuright, #cmright{
	padding: 10px;
	float: right;
	width: 310px;
}
#mainContent #menuleft p.item, #menuright p.item , #wkmenuleft p.item, #wkmenuright p.item, #brmenuleft p.item, #brmenuright p.item, #brkmenuright p.item, #brkmenuleft p.item, #cmleft p.item, #cmright p.item{
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent #menutype
{
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	height: 60px;
	width: 670px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #brunchmenu {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	height: 60px;
	width: 670px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#mainContent #childmenu {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	height: 60px;
	width: 670px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#mainContent #brkmenu {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	height: 60px;
	width: 670px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#mainContent #kidmenu {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	width: 675px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}#mainContent #kidmenu p {
	font-weight: normal;
}
#mainContent #kidmenu p.article {
	font-weight: normal;
	font-style: italic;
	text-align: center;
}
#mainContent #kidmenu h2 {
	font-weight: bold;
	color: #00461C;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
#mainContent #kidmenu p.item {
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent #kidmenu p.description {
	font-weight: normal;
	font-style: italic;
}
#mainContent #drinkmenu {
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
	width: 675px;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #drinkmenu p {
	font-weight: normal;
}
#mainContent #drinkmenu p.item {
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-style: normal;
	padding-right: 0px;
	padding-left: 0px;
}
#mainContent #drinkmenu h2 {
	font-weight: bold;
	color: #00461C;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
#mainContent #drinkmenu h3 {
	font-weight: bold;
	color: #00461C;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 1.5em;
}
#mainContent #drinkmenu p.description {
	font-weight: normal;
	font-style: italic;
}
#mainContent #menutype, #brunchmenu, #kidmenu, #drinkmenu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
.center {
	text-align: center;
}

