@charset "utf-8";
/* CSS Document */
/* container */
acronym {
	background-color: #F88800;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006;
	padding-right: 2px;
	padding-left: 2px;
	cursor: help;
}
.drop:first-letter {
	font-size: 2.5em;
	float: left;
	line-height: 0.9em;
	margin: 0.13em 0.13em 0.13em 0;
}
#drawing{
	margin-right: 5px;
	}

/*navigation bar*/
#navcontainer {
	background: #ffffff none repeat scroll 0 0;
	height: 20px;
	width: 1010px;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 110px;
}
#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
/*list-style: none; and display: inline; are repeated in both the #nav and #nav li selectors. This was to keep IE5/Win happy. */
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: 0 -20px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -40px;
}
#thome a {
	width: 150px;
	background: url(../images/nav/home.jpg) top left no-repeat;
}
#tabout a {
	width: 150px;
	background: url(../images/nav/about.jpg) top left no-repeat;
}
#tseasonal a {
	width: 150px;
	background: url(../images/nav/seasonal.jpg) top left no-repeat;
}
#trecipes a {
	width: 150px;
	background: url(../images/nav/recipes.jpg) top left no-repeat;
}
#tdirections a {
	width: 150px;
	background: url(../images/nav/directions.jpg) top left no-repeat;
}
#tgiving a {
	width: 150px;
	background: url(../images/nav/giving.jpg) top left no-repeat;
}
#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 1024px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h1 {
	color: #B20000;
	letter-spacing: 2px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#leftcol {
	width: 220px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	float: left;
	padding-left: 10px;
	color: #006;
	line-height: 2em;
}
#middle {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	text-align: center;
	width: 320px;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	display: block;
	float: left;
	margin-left: 20px;
}
#rightcol {
	float: left;
	width: 342px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #00ADD9;
	margin-left: 15px;
	display: block;
}
.image {
	padding: 5px;
	display: block;
	text-align: center;
}
#rightcol p {
	font-size: 11px;
	color: #FFF;
}
#rightcol h3 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	
}
#rightcol h2 {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #FF8E06;
	border-bottom-style: none;
	text-decoration: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a:hover {
	font-size: 14px;
	color: #02FF49;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 992px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(../images/greenpx.jpg);
	background-repeat: repeat;
}
.image p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
