body {
  background: url(../images/sidebackground.jpg) no-repeat 0 0;
}
#restaurant {
  background: url(../images/restbackground.jpg) no-repeat 200px 0;
}
#glance {
  background: url(../images/glancebackground.jpg) no-repeat 200px 0;
  min-width: 640px;
}
#about {
  background: url(../images/aboutbackground.jpg) no-repeat 200px 0;
}
#market {
  background: url(../images/marketbackground.jpg) no-repeat 200px 0;
}
#map {
  background: url(../images/small_logo.jpg) no-repeat 0 0;
}
#map #dcl {
  background: url(../images/deepcreeklake.jpg) no-repeat 140px 16px;
}
#map #oakl {
  background: url(../images/oaklandmd.jpg) no-repeat 140px 16px;
}
div.wrapper {
  margin: 0;
  padding: 0;
}
#header {
  height: 100px;
}
table.wrapper td {
  vertical-align: top;
}
#content td.vctr {
  vertical-align: middle;
  width: 100%;
}
p.ctr {
  text-align: center;
}

/*********************  sidebar  *********************/

#nav {
  width: 200px;
  height: 560px;
}
#nav div.gutter {
  padding-left: 18px;
  padding-top: 100px;
}
#nav div.box {
  padding: 0;
  background: #fff;
  width: 170px;
  border-left: 12px #9ECFC9 solid;
  margin-bottom: 32px;
}
#nav p {
  font-size: 130%;
  text-align: center;
  font-weight: bold;
  padding: 2px 0;
  margin: 0;
  width: 140px;
}
#nav a {
  text-decoration: none;
  display: block;
  width: 140px;
}
#nav a:link, #nav a:visited {
  color: #333;
}
#nav a:hover, #nav a:active {
  color: #999;
}

/*********************  content areas  *********************/

#maincontent {
}
#maincontent a:link, #maincontent a:visited {
  color: #222;
  text-decoration: none;
}
#maincontent a:hover, #maincontent a:active {
  color: #889;
  text-decoration: none;
}
#rest_list {
  margin-left: 24px;
}
#rest_list td {
  font-size: 16px;
  padding: 4px 6px 4px 20px;
}
#searchresults h2 {
  margin-top: 28px;
}
#searchresults p {
  font-size: 16px;
  padding-left: 32px;
}
#rest_glance {
  font-size: 100%;
}
#rest_glance th.cat, #rest_glance td.cat {
  width: 18px;
  text-align: center;
}
#rest_glance th.name, #rest_glance td.name {
  width: 170px;
  padding-left: 3px;
  border-left: 1px solid #555;
}
table.altcols {
}
table.altcols th.cat {
  vertical-align: bottom;
  border-top: 1px solid #555;
}
table.altcols th, table.altcols td {
  margin: 0;
  padding: 2px 0;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  text-align: left;
}
table.altcols td, table.altcols th {
  background: #fff;
}
table.altcols td.odd, table.altcols th.odd {
  background: #eee;  
}
#aboutus p.spaced {
  margin-top: 32px;
}
#aboutus {
  font-size: 110%;
  width: 420px;
  padding: 12px 48px;
}
div.showlinks a:link, div.showlinks a:visited {
  border-bottom: 1px solid #bba;
  padding-bottom: 1px;
}
div.showlinks a:hover, div.showlinks a:active {
  border-bottom: 2px solid #bba;
  padding-bottom: 0px;
}
#restaurantview td.page_single {
  padding-left: 44px;
}
#restaurantview td.page_short {
  padding-top: 32px;
}
#newmap {
  
}
#mapnav {
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
	list-style: none;
  float: left;
}
#mapnav li {
  float: left;
  margin: 0;
  padding: 2px 10px 2px 0;
  font-weight: bold;
}
#mapnav li.notfirst {
  padding-left: 24px;
  background: url(icons/diamond_small.gif) no-repeat 3px center;
}
#gmaptable {
  clear: left;
}
div#gmap {
  width: 550px;
  height: 480px;
}
#mapsidebartd {
  vertical-align: top;
  padding-left: 3px;
}
div#mapsidebar {
  width: 210px;
  height: 480px;
  overflow: auto;
}
#mapsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mapsidebar li {
  margin-bottom: 3px;
}
#messagetd {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 120%;
  color: #f01010;
}
#addresstd {
  padding: 4px;
}

p.bubble {
  margin: 4px 0;
  padding: 0;
}
ul.bubble {
  margin: 0;
  padding: 0;
	list-style: none;
}
ul.bubble li {
  padding: 2px 0 4px 16px;
}
span.bubble_getdir {
  font-size: 80%;
}

/*********************  footer  *********************/

#footer {
  clear: left;
  font-size: 90%;
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
p.copyright, p.bottombanner {
  text-align: center;
}