/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000000;
  background: url(../_images/_Structure/background.jpg) top left no-repeat #000000 fixed;
  margin: 0px;
  padding: 0;
}
#masthead {
  color: #999999;
  background: url(../_images/_Structure/TopWrapper.png) no-repeat center bottom;
  height: 163px;
  margin: 0;
}
#masthead .content {
  padding: 135px 40px 0px;
  color: #000;
}
.rightside {
  float: right;
}
#nav {
  width: 1009px;
  margin: 0 auto 80px;
  background-color: ;
  position: relative;
  z-index: 99999;
}
#wrapper {
  width: 1000px;
  margin: -80px auto 0px;
}
#center {
  width: 1000px;
  background: #000000; /* Old browsers */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #3f3f3f 99%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(99%, #3f3f3f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #3f3f3f 99%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #3f3f3f 99%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #3f3f3f 99%); /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #3f3f3f 99%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3f3f3f', GradientType=0); /* IE6-9 */
}
#center .content {
  margin: 0px 24px;
  padding: 10px 20px;
  font-size: 0.8em;
  line-height: 1.65em;
  background-color: #FFFFFF;
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
#footer .content {
  padding: 12px 20px;
  text-align: center;
}
#footer {
  color: #999;
  background-color: #3F3F3F;
  font-weight: bold;
  padding: 0px;
  margin: 0;
  font-size: 0.7em;
  /* Rounded Corners */
  border: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}
/*---TEXT STYLES ---*/
#center a:link, #center a:visited {
  color: rgba(147, 20, 33, 1);
  text-decoration: none;
  font-weight: bold;
}
#center a:hover {
  color: rgba(107, 150, 105, 1);
  transition: width .5s;
  -webkit-transition: all .5s;
}
#footer a:link, #footer a:visited {
  color: #999;
}
#footer a:hover {
  color: #FFFFFF;
}
h1 {
  font-family: 'Margarine';
  font-size: 2.2em;
  margin: 0;
  text-align: center;
}
h2 {
  font-family: 'Margarine';
  font-size: 1.9em;
  margin: 30px 0 0 0;
}
h3 {
  font-size: 1.25em;
  margin: 30px 0 0 0;
}
h4 {
  font-size: 1.1em;
  margin: 20px 0 0 0;
}
h5 {
  font: 33px sans-serif;
  margin-top: 24px;
  position: relative;
  text-align: center;
  font-family: 'Margarine';
  z-index: 1;
}
h5:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto; /* this centers the line to the full width specified */
  position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
h5 span {
  background: #fff;
  padding: 0 15px;
}
.nomargintop {
  margin-top: 0;
}
.content p {
  margin: 12px 0;
}
/*---IMAGE STYLES ---*/
.afloatright {
  float: right;
  text-align: center;
  margin: 10px 0 10px 15px;
  border: 10px #000 solid;
}
.afloatleft {
  float: left;
  margin: 10px 15px 10px 0px;
  text-align: center;
  border: 10px #000 solid;
}
.afloatcenter {
  display: block;
  margin: 5px auto 10px;
  border: 10px #000 solid;
}
.clear {
  clear: both;
  padding-top: 10px;
}
/*---PAGE LAYOUT---*/
#social {
  background: url(../_images/_Structure/Social.png) center bottom no-repeat;
  width: 164px;
  height: 260px;
  padding: 300px auto 0px;
  position: absolute;
  left: 50%;
  margin: -270px 0px 0px 270px;
  right: 50%;
  transition: all .7s ease;
  -webkit-transition: all .7s ease;
}
#social:hover {
  margin-top: -85px;
}
.ColLeft {
  width: 47%;
  float: left;
  padding: 0px 10px;
  margin-top: 10px;
}
.ColRight {
  width: 48%;
  float: right;
  padding: 0px 10px;
  margin-top: 10px;
  border-left: thin #555 solid;
}
/*-----MENU STYLES-----*/
.noborder a {
  border: 0px !important;
}
/*----CUSTOM STYLES---*/
#AV h2 {
  text-align: center;
  display: block;
  background-color: #003814;
  /* Rounded Corners */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  color: #fff;
  padding: 10px 0px;
  text-shadow: 1px 1px 1px #000;
  margin: 0px;
}
#AV h3 {
  text-align: center;
  color: #FFFFFF;
  margin: 5px;
  font-size: 24px;
  line-height: 26px;
  text-shadow: 1px 1px 1px #000;
}
#AV td {
  height: 250px;
  vertical-align: top;
}
#AV ul {
  margin: -10px;
}
#AV .green {
  background: #003814;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.85) inset;
}
#AV td .block {
  border: 1px #FFF solid;
  margin: 10px;
  height: 250px;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(0, 56, 20, 1);
  display: block;
}
.block h3 a {
  color: #FFF !important;
}
td .block:hover {
  background-color: rgba(153, 0, 0, 1) !important;
  transition: width .5s;
  -webkit-transition: all .5s;
}
.ripening {
  margin: auto;
  display: block;
}
.ripeningBox {
  width: 60%;
  display: block;
  margin: auto;
}
a .button, a.button {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #FBAA50, #FB7017);
  background-color: #FB7017;
  color: #FFFFFF !important;
  text-align: center;
  padding: 5px 10px;
  font-size: 1.5em;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  /*Outer Shadow*/
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.35);
  transition: width .2s;
  -webkit-transition: all .2s;
}
a .button:hover, a.button:hover {
  -webkit-transform-style: preserve-3d;
  background-image: linear-gradient(180deg, #C60, #C60);
  background-color: #C60;
  /*Inner shadow*/
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.85) inset;
}
ul {
  list-style-position: inside;
}
.handwritten {
  font-family: 'Covered By Your Grace', Verdana, Geneva, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
}
.centertext {
  text-align: center;
}
.forms {
  display: block;
  margin: 0 auto;
}