* {
  margin: 0;
  border: 0;
  padding: 0;
}


body {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 16px;
  background-color: #eee5cc;
  background-image: url(/mural_white4.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  line-height: 150%;
}

a, .blue {
  color: #00e;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

img {
  border: 0px;
  vertical-align: middle;
  display: block;
}

img.inline {
  display: inline-block;
}

td {
  text-align: left;
}

input, textarea {
  border: 1px inset #dccc98;
  padding: 2px 4px 3px 4px;
  margin: 4px;
}

input[type=submit] {
  border: 2px outset #6e664c;
}

#produce {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
}

#back_container {
  position: fixed;
  overflow: visible;
  width: 0;
  height: 0;
}

#back {
  position: relative;
  z-index: 2;
  top: -70px;
  left: 400px;
  width: 90px;
  height: 30px;
}

#status {
  position: fixed;
  z-index: 2;
  overflow: visible;
  top: 0px;
  right: 0px;
  width: 45%;
  height: 100%;
  margin: 0 0 0 54%;
  overflow: auto;
}

#status_content {
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  padding: 8px; 
  max-height: 68%;
  overflow: auto;
}

#order_form {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 50%;
  margin: 120px 0px 8px 1%;
}

#days_til_pickup {
  font-weight: bold;
}

#left, #container {
  text-align: left;
  margin: 0px 10px 8px 250px;
}

#container {
	min-width: 636px;
}

#content {
  background-color: #fff;
}

#right {
  float: right;
  width: 296px;
  margin: 20px 0 0 0;
}

#info {
  text-align: left;
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  margin: 18px;
  padding: 8px 8px 8px 16px;
}

#intro {
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  padding: 8px 12px 12px 12px;
  margin: 0 320px 0 0;
}
#intro .column {
  float: left;
  width: 48%;
  margin: 10px 1% 0 1%;
}

#mission_statement {
  font-style: italic;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}


#index_body {
  text-align: center;
}

#form_body {
  margin-left: 8px;
}

#heading {
  width: 50%;
  float: left;
  margin: 8px;
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  padding: 8px;

}

#heading2 {
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  padding: 8px;

}

#heading3 {
  border: 1px solid #6e664c;
  background-image: url(/white.png);
  padding: 8px;

}

.hidden {
  display: none;
}

.center1 {
  float: left;
  position: relative;
  left: 50%;
}

.center2 {
  float: left;
  text-align: left;
  position: relative;
  left: -50%;
}

.clear {
  clear: both;
}

.contact_section {
  float: left;
  padding-top: 15px;
  padding-left: 30px;
}

.pick_up {
  color: #008;
  font-weight: bold;
}

.reserve {
  color: #800;
  font-weight: bold;
}


.hidden {
  display: none;
}

div.unhidden {
  display: block;
}

span.unhidden {
  display: inline;
}

.pointer {
  color: #00a;
  cursor: pointer;
}

.pointer:hover {
  color: #00f;
}

.group {
}

.item {
  font-size: 16px;

}

.cat0 {
  font-size: 24px;
  font-weight: bold;
}

.cat1 {
  font-size: 16px;
  font-weight: bold;
}


.cat2 {
  font-size: 15px;
  font-weight: bold;
}


.cat3 {
  font-size: 14px;
  font-weight: bold;
}

.cat5 {
  font-size: 20px;
  font-weight: bold;
}

.label_left {
  font-size: 16px;
  font-weight: bold;
  margin-left: -8px;
}

.topic_title {
  font-size: 22px;
  font-weight: bold;
  float: left;
  margin: 0px 16px 0px -16px;
  padding: 4px 12px 8px 4px;

}

#spacer_top_left {
  height: 100px;
}

.label {
  font-size: 16px;
  font-weight: bold;
}

#work_credit_hours {
  padding: 8px 0px 8px 120px; 
}

#contact_info {
  float: left;
  padding-left: 30px;
}

.info {
  float: left;
  font-size: 13px;
  color: #6e664c;
}
 
.squish {
  line-height: 80%;
  margin: 6px 0; 
}

.space{
  line-height: 80%;
}

.small {
  font-size: 13px;
}


.menu_item {
  padding: 0 4px;
  z-index: 3;
  position: relative;
}

.white {
  background-image: url(/white.png);
}

.white_box {
  float: left;
  margin: 8px 8px 0px 0px;
  padding: 4px;
}


.logo {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 2;
}

#menu {
  position: fixed;

  z-index: 2;
  top: 20%;
  left: 10px;
  background-image: url(/white.png);
  border: 1px solid #6e664c;
  padding: 8px 8px 8px 8px;
  margin: -10px 0 0 0;
}

#email {
  margin-bottom: 10px;
}

#email, #email * {
  font-size: 10px;
  text-align: left;
  line-height: 13px;
}

#email form {
	  margin-right: 20px;
}

#email form textarea, #email input[type="text"] {
  width: 100%;
}
#email input[type="submit"] {
  font-size: 10px;
  background-color: #ccc;
  border-width: 1px;
}

#banzo {
  position: relative;
  overflow: visible;
  height: 0;
  width: 0;
  top: -30px;
  left: -60px;
  float: right;
  z-index: 2;
}

#banzo2 {
  position: relative;
  overflow: visible;
  height: 0;
  width: 0;
  top: -60px;
  left: -90px;
  float: right;
  z-index: 2;
}

#banzo3 {
  position: relative;
  float: right;
  z-index: 2;
  top: -10px;
}

.center_img {
    display: block;
    margin: 0 auto;
}

.float_right {
  float: right;
}
.float_left {
  float: left;
}

.lh170 {
  line-height: 170%;
}

.left {
 float: left;
}

.right {
 float: right;
}

.topic {
  padding: 50px 0px 0px 0px;
} 

span.left {
  background-image: url(/white.png);
}

.color0 {
  font-weight: bold;
  color: #8e3c3c;
}

.color1 {
  font-weight: bold;
  color: #3c8e3c;
}

.color2 {
  font-weight: bold;
  color: #3c3c8e;
}

.border {
  border: 1px solid #6e664c;
}

.border_half {
  border-bottom: 1px solid #6e664c;
  border-right: 1px solid #6e664c;
}

.border_half_left {
  border: 1px solid #6e664c;
  border-top: 1px solid transparent;
  border-right: 0;
}

.border_color0 {
  border-bottom: 1px solid #8e3c3c;
  border-right: 1px solid #8e3c3c;
  color: #8e3c3c;
}

.border_color1 {
  border-bottom: 1px solid #3c8e3c;
  border-right: 1px solid #3c8e3c;
  color: #3c8e3c;
}

.border_color2 {
  border-bottom: 1px solid #3c3c8e;
  border-right: 1px solid #3c3c8e;
  color: #3c3c8e;
}


a.color0:hover {
  color: #d23c3c;
}

a.color1:hover {
  color: #3cca3c;
}

a.color2:hover {
  color: #3c3cd2;
}

