html{
  background: url(../images/layout/grad.jpg) top repeat-x;
  border-top: 5px solid #D6E379;
}

body{ 
  margin: 20px auto;
  width: 750px;
  padding: 0;
  font: 13px/1.6 "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #106d38;
  background: transparent;
/*
  color: #5D5D5D;
  font: 12px/1.5 "Lucida Grande", Arial, Helvetica, sans-serif;
*/
}

img{
  display: block;
  border: 0;
}

a{
  text-decoration: none;
  font-weight: bold;
  color: #0E6C37;
  overflow: hidden;
}

a:hover{
  color: #2B2B2B;
}

strong{
  color: #000;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

h1{
  margin: 0;
  padding: 0;
  width: 150px;
  float: left;
}

h1 a{
  display: block;
  height: 150px;
  background: url(../images/layout/logo.jpg);
  text-indent: -9000px;
}

h2{
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: #C93C28;
  text-align: center;
}

h3{
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 16px;
  color: #D6E379;
}

h3.directions{
	color: #0E6C37;
	border-top: dashed 1px #b2b2b2;
	margin-top: 5px;
}

h4{
  margin: 0;
  padding: 0;
  line-height: 16px;
  height: 32px;
}

ul#nav{
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  float: left;
  width: 570px;
  height: 150px;
  background: url(../images/layout/mastheads/01.jpg);
  text-align: center;
}

ul#nav li{
  padding: 0 16px;
  display: inline;
  font-size: 14px;
  line-height: 30px;
}

ul#nav li a{
  color: #FFF;
}

ul#nav li a:hover{
  color: #D6E379;
}

ul#nav li ul{
  display: none;
  padding: 5px 0 0 0;
  position: absolute;
  top: auto;
  left: auto;
}

ul#nav li:hover ul{
  display: block;
}

ul#nav li ul li{
  display: block;
  padding: 0 0 0 10px;
  line-height: 1.2;
  float: none;
  font-size: 12px;
  background: url(../images/layout/subnav-icon.gif) left no-repeat;
}

#content{
  border-top: 10px solid #FFF;
  background: url(../images/layout/faux-column.jpg) left repeat-y;
}

.right-col{
  width: 570px;
  min-height: 320px;
  _height: 320px;
  padding: 10px;
  background: url(../images/layout/right-col.jpg) top no-repeat;
  float: right;
}

.right-col div.head {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 20px;
  color: #C93C28;
  width: 380px;
  text-align: center;
}

.right-col div.subhead {
  margin: 0;
  padding: 0;
  width: 380px;
  text-align: center;
}

.right-col table {
	width: 380px;
	font-size: 110%;
}

.right-col table td.price {
	text-align: right;
}

.right-col table td.details {
	color: #333333;
	font-size: 90%;
	font-style: italic;
	border-bottom: dashed 1px #666666;
}

.right-col table td.tdhead {
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

.right-col p.freet {
	font-weight: bold;
}
.map{
  margin: 0 0 10px 10px;
  float: right;
  border: 2px solid #DFDFDF;
}

.left-col{
  width: 150px;
  margin: 0 0 10px 0;
  float: left;
  background: url(../images/layout/left-col-top.jpg) top no-repeat;
}

.left-col h3, .left-col ul{
  margin: 0 10px;
}

.left-col ul{
  padding: 0 5px;
}

.left-col ul li{
  margin: 2px 0 2px 12px;
  list-style-image : url('../images/layout/subnav-icon.gif');
  list-style-position : outside;
}

.left-col ul li a{
  color: #FFF;
}

.left-col ul li a:hover{
  color: #D6E379;
}

.lower-left-col{
  font: 15px/1.5 Georgia, Times, "Times New Roman", serif;
}

.lower-left-col p{
  margin: 0;
  padding: 0;
}

.address-bar{
  width: 570px;
  padding: 10px;
  float: right;
  font-family: Georgia, Times, "Times New Roman", Serif;
  font-size: 14px;
}

.left-base{
  background: url(../images/layout/left-base.jpg) bottom no-repeat;
}

#footer{
  background: #D6E379 url(../images/layout/footer.jpg);
}

#footer p{
  margin: 0 10px 0 180px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}

#header, #content{
  _height: 1%;
}

#header:after, #content:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
