﻿body {
	color: #000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 800px;
	height: 600px;
	background-color: white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	position:static;
	width: 750px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#page_content { 
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#page_border {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-left: thick gray solid;
	border-right: thick gray solid;	
}
#column_1 {
	width: 245px;
	height: 360px;
	z-index: 0;
/*	border: 3px fuchsia solid;  */
	border-left: 1px gray solid;
	position: relative;
	float: left;
}
#column_2 {
	width: 240px;
	height: 360px;
	z-index: 0;
/*	border: 3px lime solid;  */
	border-left: 1px gray solid;
	position: relative;
	float: left;
	margin-left: 10px;
	text-align: left;
}
#column_3 {
	width: 240px;
	height: 360px;
	z-index: 0;
/*	border: 3px orange solid;  */
	border-left: 1px gray solid;
	position: relative;
	float: left;
	margin-left: 15px;
	text-align: left;
}
#footer {
	left: 0px;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	border: 3px aqua solid;  */
}

/* Styles for Masthead */
#masthead h2 {
	color: #0a0ee0;
	font-size: x-large;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Arial Narrow";
}
#masthead p {
	color: #000000;
	font-size: medium;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead img {
	float: none;
}
#masthead a {
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
#masthead a:hover {
	color: black;
}
/* Styles for Footer */
a:active
	{
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
a:visited
	{
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
a:link
	{
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}
/* Styles for Navigation */
#navigation {
	margin-left: auto;
	margin-right: auto;
	color:#808080;
	text-align: center;
	font-size: medium;
}
#navigation p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	line-height: 30px;
}
#navigation a:hover {
	color: black;
}

/* Styles for Content */
h1 {
	color: black;
}
h2 {
	color: #0a0ee0;
	font-size: large;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	text-indent: 3px;
}
h3 {
	color: black;
	font-size: large;
	text-align: left;
	text-indent: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
h4 {
	color: black;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 0px;
}
h5 {
	color: black;
	font-size: 0.75em;
}
h6 {
	color: black;
	font-size: 0.5em;
}
/* Styles for Links */
#page_content a {
	color: #0a0ee0;
	text-decoration: underline;
}
#page_content a:hover {
	font-style: italic;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_italic_c {
	font-style: italic;
	text-align: center;
}
.style_left {
	text-align: left;
	float: left;
}
.style_right {
	text-align: right;
}
.style-center {
	text-align: center;
}
ul {
	font-size: small;
	color: black;
	margin-top: 3px;
}
li {
	list-style: disc outside;
	text-align: left;
}
img {
	text-align: left;
}
#page_content p {
	font-size: small;
	text-align: left;
	color: black;
	line-height: 150%;
	margin-top: 3px;
	margin-bottom: 0px;
}
.indent {
	padding-left: 8px;
}
.colTop {
	font-size: large;
	text-align: left;
	color:#0a0ee0;
	line-height: 24px;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
.blocks {
	display: block;
	width: 260px;    /* link block width - chg hover left too! */
	background-image: url('../images/downBlock.png');
	color: #0a0ee0; 
	height: 25px;    /* link block height  */
	line-height: 20px; 
	text-decoration: none;  
	border: 0;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 10px;
	font-size: medium;	
}
.blocksMO {
	display: block;
	width: 260px;    /* link block width - chg hover left too! */
	background-image: url('../images/MOBlock.png');
	color: #0a0ee0; 
	height: 25px;    /* link block height  */
	line-height: 20px; 
	text-decoration: none;  
	border: 0;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 10px;
	font-size: larger;
	font-style: italic;
	font-weight: bold;	
}
.FoodCellImg {
	background-image: url('../images/BakeryLp.png');
	background-repeat: no-repeat;
	height: 325px;
	text-align: left;
}
.GroceryCellImg {
	background-image: url('../images/GroceryLp.png');
	background-repeat: no-repeat;
	height: 325px;
	text-align: left;
}
.CICellImg {
	background-image: url('../images/OfficeLp.png');
	background-repeat: no-repeat;
	height: 325px;
	text-align: left;
}
.cellImg {
	background-image: url('../images/BakeryLp.png');
	background-repeat: no-repeat;
	height: 325px;
	text-align: left;
}
#blockOverlay5 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay4 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay3 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay2 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay1 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay0 {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
#blockOverlay {
	display: block;
	width: 275px;
	text-align: center;
	border: thin black solid;
	background-image: url('../images/BlockOverlay.png');
	line-height: 20px;
	text-decoration: none;
}
.bo_tagline {
	font-style: italic;
	text-align: center;
	font-size: small;
}
hr {
	color: black;
	width: 100%;
	margin-top: -3px;
}
.boBlue {
	text-align: center;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	color: #0a0ee0;
}
.hide {
/*	visibility: hidden;  */
	display: none;
}
.unhide {
/*	visibility: visible;  */
	display: inline;
}
.footerTag {
	font-size: 8px;
	color: black;
	text-align: right;
}
.bigHeading {
	font-size: xx-large;
	color: black;
}
.listHeading {
	font-size: medium;
	color: black;
	text-align: left;
}
.greyItalic {
	font-style: italic;
	color: gray;
}
.quotes {
	font-size: medium;
	font-style: italic;
	color:  black;
	padding: 10px 20px 20px 50px;
	line-height: 30px;
}
.pictures {
	vertical-align: top;
	caption-side: bottom;
	text-align: center;
	font-size: small;
}
.taller {
	line-height: 150%;
	font-size: small;
}
#greenBox {
	padding: 5px 20px 10px 20px;
	background-color: #E7F0E1;
	border: thin black solid;
	width: 60%;
	margin-bottom: 14px;
}
#greenBox li {
	line-height: 18px;
}
.bigger {
	font-size: medium;
	text-align: left;
	line-height: 24px;
	color: black;
}
