﻿/* CSS layout */
html {background:#396}
body {
	font-family: Verdana, Arial;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	color: #000000;
	background-color: #396;
}

div.heading {
	background-color: #ECFFEC;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	height: 190px;
	width: 96%;
	margin: 20px auto;
}
h1.header {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
h4.header {
	text-align: center;
}
/********************LINK STYLES*****************************/

a,  a:link { text-decoration: underline;}
a:visited {	color: #000; text-decoration: underline;}
a:hover { color: #000;	text-decoration: underline;}
a:focus { color: #13399D;}
a:active { color: #13399D;}

/*****************TOP MENU STYLES***************************/

div.menu       {
	height:26px;
	margin-left: 10px;
	margin-right: auto;
	padding: 3px 0px 0px 0px;
	text-align: center;
	color: #ECFFEC; 
	font-weight: 600;
	background:#396;
	a,  a:link { color: #ECFFEC; text-decoration: underline;}
	a:visited {	color: #000; text-decoration: underline;}
	a:hover { color: #000;	text-decoration: underline;}
	a:focus { color: #13399D;}
	a:active { color: #13399D;}

}
div#menu ul {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	color: #000;
	line-height: 20px;
	white-space: nowrap;
	font-weight: bolder;
	text-align: center;
}
div#menu li {
	list-style-type: none;
	display: inline;
}
div#menu li a {
	text-decoration: underline;
	padding: 5px 0px;
	color: #fff;	
}
div#menu li a:link {
    color: #fff; 
	}
div#menu li a:visited {
	color: #9f9
	/*background-color: #CC9;*/
}
div#menu li a:hover {
	color: #000;
	/*background-color: #CC9;*/
}

div#navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	font-weight: bolder;
	text-align: center;
	}

div#navlink a {
	text-decoration: underline;
	padding: 5px 0px;
	color: #fff;	
}
div#navlink a:link {
    color: #000; 
	}
div#navlink a:visited {
	color: #000
}
div#navlink a:hover {
	color: #fff;
}

div.content {
	background-color: #ECFFEC;
	text-decoration: none;
	padding: 5px;
	text-align: left;
	width: 96%;
	margin: 20px auto;
}
div.text {
	margin-left: 75px;
	margin-right: 75px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
	padding: 5px;
	text-align: left;
}

img.left {
	float: left;
	border-width: 0px;
}
img.right {
	float: right;
	border-width: 0px;
}
img {
	border-width: 0px;
}
a {
	font-weight: 500;
}
p.howheader {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 24pt;
	font-weight: 800;
	top: -5px;
}
p.visit {
	left: auto;
	margin-bottom: auto;
}
h2.subhead {
	text-align: center;
}
div.ingredients {
	text-align: center;
}
table.ingredients {
	border: 0;
	width: 100%;
	vertical-align: top;
}
td.image {
	border: 0px;
	table-layout: auto;
	empty-cells: hide;
	width: 204px;
	vertical-align: top;
}
td.ingredients {
	border: 0px;
}

td {
	text-align: center;
}
div.prep {
	text-align: left;
	margin-left: 100px;
	margin-right: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
div.info {
	text-align: center;
}
table.info {
	width: 50%;
	vertical-align: top;
	text-align: center;
	font-weight: 700;
	margin:auto;
}
div.footer {
	background-color: #ECFFEC;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	width: 96%;
	margin: 20px auto;
}
p.footer {
	font-style: italic;
	color: #000000;
}

p.footercaption {
	font-size: .7em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

p.fair {
	font-size: .7em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}