body {
  margin: 0px;
  padding: 0px;
  background-color: #999;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #359b1a;
  text-decoration: none;
  font-weight: bold;
}

p {
  margin-top: 0px;
}

hr {
  color: #999;
  background-color: #999;
  height: 1px;
  border: 0px;
}

.form-help {
  margin-top: 3px;
  font-size: 12px;
  color: #777;
}

.image-with-caption {
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
}

.image-with-caption img {
  margin-bottom: 5px;
}

a#facebook-link{
  display: inline-block;
  height: 16px;
  padding-left: 18px;
  background: url(http://www.dallimontis.com/images/facebook.gif) no-repeat;
}

a#yelp-link{
  display: inline-block;
  height: 16px;
  padding-left: 18px;
  background: url(http://www.dallimontis.com/images/yelp.gif) no-repeat;
}

#community-image.image-with-caption {
  width: 300px;
}

div#main {
  width: 750px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

div#main:after {
  content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div#main div#header {
  width: 750px;
  height: 150px;
  float: left;
  clear: both;
  background: url(http://www.dallimontis.com/images/dallimontisHeader.jpg) no-repeat;
  margin: 0px;
  position: relative;
  border: 0px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px; 
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
}

div#main div#header h1, div#main div#header h2 {
  color: #fff;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 15px;
}

div#main div#header h1 {
  font-size: 40px;
  top: 5px;
}

div#main div#header h1 a, div#main div#header h2 a {
  color: #fff;
}

div#main div#header h2 {
  font-size: 20px;
  top: 50px;
}

div#main div#header h3 {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  top: 67px;
}

div#main div#header h3#info-left {
  left: 15px;
}

div#main div#header h3#info-right {
  right: 15px;
}

div#main div#header div#menu-bar {
  width: 750px;
  height: 30px;
  position: absolute;
  top: 105px;
}

div#main div#header div#menu-bar a {
  display: block;
  float: left;
  width: 125px;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}

div#main div#header div#menu-bar a.red {
  background-color: #ff0000;
}

div#main div#header div#menu-bar a.white {
  background-color: #ffffff;
}

div#main div#header div#menu-bar a.green {
  background-color: #359b1a;
}

div#main div#header div#menu-bar a.red:hover {
  background-color: #ee0000;
}

div#main div#header div#menu-bar a.white:hover {
  background-color: #eeeeee;
}

div#main div#header div#menu-bar a.green:hover {
  background-color: #248a09;
}

div#main div#content {
  width: 720px;
  float: left;
  clear: both;
  background-color: white;
  margin: 0px;
  padding: 15px 15px 0px 15px;
}

div#main div#content div#breadcrumbs {
  font-size: 12px;
  color: #359b1a;
  margin-bottom: 5px;
}

div#main div#content h1, div#main div#content h3 {
  margin: 0px;
}

div#main div#content div.two-column {
}

div#main div#content div.two-column div.left-column, div#main div#content div.two-column div.right-column {
  width: 352px;
  float: left;
}

div#main div#content div.two-column div.left-column {
  padding-right: 8px;
}

div#main div#content div.two-column div.right-column {
  padding-left: 8px;
}

div#main div#content div#directions.two-column div.left-column {
  width: 400px;
}

div#main div#content div#directions.two-column div.right-column {
  width: 304px;
}

div#main div#content div#community.two-column div.left-column {
  width: 312px;
}

div#main div#content div#community.two-column div.right-column {
  width: 392px;
}

div#main div#content div#directions.two-column div.left-column div#gmaps {
  width: 398px;
  height: 398px;
  border: 1px solid #999;
}

div#main div#footer {
  width: 720px;
  float: left;
  clear: both;
  background-color: white;
  margin: 0px;
  padding: 15px;
  text-align: center;
  border: 0px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px; 
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
}
