* {
}
 html, body {
	 height: 100%;
	 margin: 0;
	 padding: 0;
}
		 
body {
	overflow-x: hidden;
	/*overflow-webkit-overflow-scrolling: touch;*/ 
	overflow-y: auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body p {
	word-spacing: 3px;
	margin-left: 2em;
	margin-right:1em;
}

img#bg {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   padding: 0;
   margin:0;
 }
 
#bkWrapper {
   position:relative;
   width: 100%;
   padding: 0;
   margin:0;
   z-index:1;
 }  

#wrapper {
	position: relative;
	width: 90%;
	height:100%;
	min-width: 999px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: -2em;
	padding: 0;


}

#header {
	height: 150px;
	width: 100%;
	text-align: center;
	position: relative;
	background-image:url(../images/paintedWood1.jpg);
	background-size: 100%;
	margin-top: .5em;
}

.skipNav {
	position: absolute;
	left: -1000px;
}

.logo {
	
}

.headLeft {
	position: absolute;
	top: -25px;
	left: -1.2em;
	z-index: 5;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight:800;
	color:#666666;
}

.headRight {
	position: absolute;
	top: -25px;
	right: 10px;
	z-index: 10;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	font-weight:800;
	color:#666666;
}

#container {
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.4);
	z-index: 15;
	padding-top: 1em;
	margin:0;
}

#nav {
	width: 20%;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	float: left;
	position: relative;
	text-align: left;
	margin: -1em 0 0 -2em;
}

#nav ul {
	text-align:left;
	list-style-type: none;
	left:0;
}

#nav li {
	text-align: left;
	left:0;
	padding: 1em;
	background-image:url(../images/wood.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:.5em;
}

#nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: 600;
	padding: 5px;
}

#nav li a:visited {
	color:#FFF;
}

#nav li a:hover {
	color: #F6F;
}
#nav li a.onPage {
	color:#FFCC00;
}

#content {
	width: 78%;
	position: relative;
	background: rgba(255,255,255,0.7);
	padding: 1em 0 1em 1em;
	text-align: left;
	padding-bottom: 1em;
	margin-left: 19%;
	margin-right: 1em;
}


h1 {
	font-family:"Times New Roman", Times, serif;
	color: #309;
	font-size: 1.7em;
	font-weight: 800;
	margin: 2em .5em 1em .5em;
	display:inline;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	color: #309;
	font-size: 1.2em;
	font-weight: 800;
	margin-left: 1em;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	color: #309;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0 1em 0 1em;
}
.locationheading {
    text-align: center;
    display: block;
}

.list {
	margin-left: 2em;
}

.clearFooter {
	position: relative;
	height:170px;
	clear: both !important;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
}

#footer {
	position: absolute;
	width: 100%;
	height: 160px;
	bottom: 0;
	left:0;
	text-align: center;
	background: rgba(255,255,255,0.7);
	margin: 0;
}

#footNav {
	margin:0 0 0 0;
	font-size: .8em;
	font-weight:500;
	line-height: 1.5;
}

.copyright {
	font-size: 0.8em;
	line-height: 1.1;
	font-style: normal;
	word-spacing: normal;
}

.foot {
	margin-top: .5em;
	
}

#footer a {
	color: #000;
	font-size: 1em;
	font-weight:500;
	top: 5px;
	margin: 1em 0 0 0;
}

#footer a:hover {
	color: #03F;
}
#footer #onPage {
	color: #939;
}

.mission {
	display: block;
	text-align:center;
	font-weight:800;
	font-style:italic;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	margin: 1em 2em 1em 2em;
	color: #333;
}

#input {
	width: 95%;
	min-width: 95%;
	text-align: center;
	padding: 1%;
	margin: 1%;
	font-size: 1em;
	background-color: #FFE89F;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: 500;*/
	color: #000;
	padding: 8px;
}

#formLeft {
	width: 49%;
	float: Left;
	vertical-align: sub;
}

#formRight {
	width: 49%;
	float: Right;
}

#checkBox {
	width: 95%;
	text-align: left;
	padding-left:1em;
	line-height: 1.5em;
}

#referedContact {
	width: 95%;
	text-align: left;
	position: relative;
	padding-left:1em;
	margin-bottom: 1.2em;
	right: -2%;                       
}

#contactInfo {
	width: 95%;
	text-align: left;
	position: relative;
	line-height: 1.5em;
	padding-left:1em;
	margin-bottom: 1em;
	right: -2%;                       
}

.formContactInput{
	float: right;
	padding-right: 5px;
}

#textArea {
	width: 95%;
	margin-left: 1em;
	text-align: center;
	position: relative;
	display:block;
}

#submit {
	margin-top: 1.5em;
	margin-bottom:1em;
}

.oneCol {
	position: relative;
	float: left;
	width: 35%;
	max-width: 700px;
	text-align: left;
	margin-left:-5px;
}

.oneCol p{
	margin-left:1em;
}

.twoCol {
	position: relative;
	float: left;
	width: 35%;
	max-width: 700px;
	text-align: left; 
}

.twoCol p{
	margin-left: 1em;
}

.threeCol {
	position: relative;
	float: right;
	width: 25%;
	max-width: 700px;
	text-align: left;
	margin-right:20px;
}

#clearDivs {
	clear:both !important;
	width: 100%;
	height:1px;
}

#clearAll {
	clear:both !important;
	width: 100%;
	height:1px;
}

.clearBoth {
	width: 98%;
	min-height: 325px;
	margin-bottom:-2em;
}

.halfLeft {
	position: relative;
	float: left;
	width: 75%;
	max-width: 900px;
	text-align: left;
	margin-left:2em;
}

.halfRight {
	position: relative;
	float: right;
	width: 75%;
	max-width: 900px;
	text-align: right;
	margin: 0 2em 0 0;
}

#breadImg {
	width:98%;
	min-height:113px;
	float: left;
	clear:both !important;
	margin:auto;
	background-image:url(../images/bakery.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-top:1em;
	margin-bottom: 1em;
}

#breadDeserts {
	width:98%;
	min-height:113px;
	float: left;
	clear:both !important;
	margin:auto;
	background-image:url(../images/bakery2.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 #account {
	float: left;
	clear:left;
}

#white {
	width: 97%;
	float: right;
	text-align: center;
	background-color: white;
	margin: 0 2em 0 0;
	padding:0;
}

#supPics {
	width:92%;
	margin: 0 auto;
	/*min-height: 230px;
	text-align: center;
	margin: auto;
	background-color: white;
	background-image: url(../images/supPic.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	padding:0;*/
}

#supPics img {
	width: 100%;
	height: auto;
}

#wheatLeft {
	position: absolute;
	left: -8em;
	top: 1.5em;
	z-index: 40;
}

#wheatBleft {
	position: absolute;
	left: -6em;
	bottom: 0;
	z-index: 45;
}

#wheatFlowers {
	position: absolute;
	left: -7.5em;
	bottom: 0;
	z-index: 50;
	padding: 0;
	margin: 0;
}

#wheatRight {
	position: absolute;
	right: -4em;
	top: 3em;
	z-index: 55;
}

#lowerRight {
	position: absolute;
	right: -4em;
	bottom: 0;
	z-index: 60;
}

#bFlyLeft {
	position: absolute;
	left: -4em;
	top: 3em;
	z-index: 65;
}

#bFlyRight {
	position: absolute;
	right: -4em;
	top: 7em;
	z-index: 70;
}

#bFlyBottom {
	position: absolute;
	right: -3em;
	bottom: 3em;
	z-index: 75;
}

.center {
	text-align:center;
	font-weight:700;
	font-style:normal;
}

.floatRight {
	float: right;
	margin: 2em;
}

.floatLeft {
	float: left;
	margin: 2em;
}

.marginOne {
	margin:1em;
}

#maria {
	margin-top:-4em;
}

#map {
	width:50%;
	float: left;
	text-align:left;
	padding-right: 4%;
	margin-bottom: 1em;
}

.quoteRight {
	position:relative;
	width: 100%;
	min-height: 60px;
	text-align:right;
	right:0px;
}

.quoteLeft {
	position: relative;
	width: 100%;
	min-height: 60px;
	text-align: left;
	left: 0px;
}

.quoteCenter {
	position:relative;
	width: 100%;
	min-height: 60px;
	text-align: center;
	right:0px;
}

#bulkQuote {
	position: relative;
	float:right;
	margin: 1em;
}

.family {
	display: block;
	text-align: center;
	padding-top: 2em;
	margin: auto;
}

.familyText {
	font-size: .8em;
	text-align: center;
}

#groceryImg {
	width: 98%;
	position: relative;
	min-height: 180px;
	float: left;
	margin:auto;
	background-Image:url(../images/groc1.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-top:0;
	margin-bottom: 0;
}

#clearBk {
	width: 98%;
	float: right;
	text-align: center;
	margin: 1em 1em 1em 1em;
	padding:0;
}

#masterProduce {
	width: 98%;
	margin: 0 auto;
}

#masterProduce img {
	width: 100%;
	height: auto;
}

.private {
	font-size: .9em;
}

.captionTwo {
	position: absolute;
	right: 1.9em;
	bottom: -.5em;
	width: 25em;
	font-size: .8em;
	text-align: right;
	padding: 0;
}

#nikki { 
	margin: 2em 1em 0 1em;
}

#fit {
	width: 97%;
	float:left;
	margin:0;
	padding:0;
}

#hours {
	float:left;
	width:35%;
	margin:0;
	padding:0;
}

#holiday {
	float: right;
    width: 45%;
	margin:0;
	padding:0;
}

