body, html, h1, h2, h3, p, ul, ol, li {
margin: 0;
padding: 0;
}

body {
margin: 20px 0;
background: #e9e9e9 url('../_images/background.jpg') repeat left top fixed;
font-family: Arial, sans-serif;
}

.mainContainer {
background: #ffca08 url('../_images/mainarea_bg.png') repeat-x left top;
background-size: auto 100%;
padding: 20px 60px 30px 60px;
border: 10px solid #009845;
border-radius: 120px;
width: 840px;
margin: 0 auto 140px auto;
text-align: center;
}

.header h2 {
width: 450px;
padding: 150px 0 0 0;
height: 0;
overflow: hidden;
background: url('../_images/subway_logo2.png') no-repeat left top;
background-size: contain;
margin: 0 auto;
}

.header h3 {
background: #009845;
color: #fff;
padding: 10px;
width: 625px;
margin: 0px auto;
border-radius: 5px;
text-align: center;
font-size: 20px;
font-weight: bold;
}

.smenubar {
margin: 30px auto 10px auto;
width: 652px;
height: 65px;
}

.smenubar a {
border: 1px solid #009845;
background: #fff;
border-radius: 10px;
margin: 0 10px 0px 0px;
display: block;
text-align: center;
text-decoration: none;
color: black;
font-size: 20px;
font-weight: bold;
padding: 10px;
float: left;
}

.smenubar a.contactLink {
margin: 0px;
}

.smenubar a.homeLink {
margin-left: 4px;
}

body#home a.homeLink, body#menu a.menuLink, body#locations a.locationLink, body#catering a.cateringLink, body#contact a.contactLink {
background: #ffa;
}

.smenubar a:hover, body#home a.homeLink:hover, body#menu a.menuLink:hover, body#locations a.locationLink:hover, body#catering a.cateringLink:hover, body#contact a.contactLink:hover {
background: #ff0;
}

.smenubar.bottom {
width: 280px;
}

.box {
border: 10px solid #009845;
border-radius: 30px;
font-size: 16px;
line-height: 150%;
text-align: center;
margin-bottom: 20px;
overflow: auto;
}

.minh {
min-height: 290px;
}

.box.intro p {
font-size: 18px;
font-weight: bold;
text-align: center;
}

.row {
overflow: auto;
}

.box img {
margin: 0px 20px 20px 20px;
padding: 10px;
background: #fff;
border: 2px solid #009845;
border-radius: 15px;
}

.box ul {
text-align: left;
margin: 20px 0 20px 60px;
}

hr {
clear: both;
height: 10px;
background: #009845;
}

h1 {
margin: 0 auto 20px auto;
padding: 18px 20px 20px 20px;
color: #009845;
border: 5px solid #009845;
border-radius: 40px;
width: 87%;
background: #fff4ca url('../_images/content_h1_bg.png') repeat-x left bottom;
text-shadow: 1px 1px 0px #fff, 1px 1px 0px #ccc;
}

.w100 {
width: 554px;
margin: 0 auto 20px auto;
padding: 20px 40px 20px 40px;
}

.w50 {
width: 350px;
margin: 0px 0px 20px 0px;
padding-bottom: 20px;
}

img#veggies {
margin: 20px 0px 40px 0px;;
}

.fleft {
float: left;
}

.fright {
float: right;
}

.box h2 {
background: #009845;
color: #fff;
font-size: 20px;
padding: 5px 0px 15px 0px;
margin: 0px 0px 20px 0px;
text-align: center;
}

.box h3 {
text-align: left;
color: #009845;
margin-left: 20px;
}

.box p {
font-size: 14px;
line-height: 150%;
margin: 20px;
text-align: left;
}

.box p.footnote {
text-align: right;
font-size: 12px;
}

.box form {
text-align: center;
}

input, textarea, select {
margin: 4px 0px;
border: 2px solid #009845;
border-radius: 5px;
background: #ffe;
padding: 4px;
}

input:focus, textarea:focus, select:focus {
border: 2px solid rgb(0, 255, 0);
}

.feedback {
clear: both;
font-weight: bold;
margin: 60px 0 0 0 !important;
}

iframe {
position: relative;
left: -50px;
margin-bottom: 40px;
border: none;
-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
}

.float_top { position:fixed!important; top:0px!important; width: 840px !important; margin:0 auto !important;}

.float_top .smenubar {background: rgba(255, 244, 202, 0.9); margin-top: 0 !important; margin-bottom: 0 !important; padding: 0px !important; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}

form#contact-form {
margin: 20px;
  font-size: 18px;
}

form#contact-form select {
  font-size: 16px;
}

form#contact-form div {
  text-align: left;
  overflow: auto;
  margin-bottom: 40px;
}

form#contact-form .left {
  float: left;
  width: 400px;
  margin-right: 50px;
}

form#contact-form textarea {
  width: 380px;
  height: 200px;
}

form#contact-form .question {
  margin: 0 0 10px 0;
}

form#contact-form label {
  display: inline-block;
  width: 100px;
}

form#contact-form #formbuttons {
  clear: both;
  width: 100%;
  text-align: center;
}

form#contact-form #formbuttons input {
  border-radius: 15px;
  width: 100px;
  font-weight: bold;
}

#optionbar {
  z-index: 100;
}

#map {
  z-index: 1;
}
