html, body {
  height: 100%;
}

body {
  font: 12px Georgia;
  letter-spacing: .1em;
  color: #000;
  margin: 0px;
}

/* this is new */
.popup
{
   position:absolute; left:800; top:-80; width:132;
   border-style:solid;
   border-width:1;
   border-color:#C5c5c5;
   background-color:white;
   padding: 5px;
   color: black;
   font-family: verdana;
   font-weight: bold;
   font-size: 8pt;
   z-index:2;
   visibility:hidden;
}


a:link, a:visited, a:active {
  color: #336600;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.welcome {
  background-image: url(../images/welcome.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}

.news {
  background-image: url(../images/news.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}

.maintenance {
  background-image: url(../images/summer.jpg);
  background-repeat: no-repeat;
  width: 600px;
  height: 50px;
}

.construction {
  background-image: url(../images/construction.gif);
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
}

.about {
  background-image: url(../images/aboutus.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}
.winter {
  background-image: url(../images/winter.gif);
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
}

.services {
  background-image: url(../images/services.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}
.demolition {
  background-image: url(../images/demolition.jpg);
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
}


.contact {
  background-image: url(../images/contactus.gif);
  background-repeat: no-repeat;
  width: 225px;
  height: 50px;
}

.employment {
  background-image: url(../images/employment.gif);
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
}

.promo {
  background-image: url(../images/promo.gif);
  background-repeat: no-repeat;
  width: 250px;
  height: 50px;
}

.links {
  background-image: url(../images/links.gif);
  background-repeat: no-repeat;
  width: 250px;
  height: 50px;
}

.gallery {
  background-image: url(../images/gallery.gif);
  background-repeat: no-repeat;
  width: 200px;
  height: 50px;
}

h4 {
  color: #317401;
  background: #EFF7E8;
  width: 100%;
  padding: 2px;
  border: 1px #8CB600 solid;
}

.fontStyle {
  font: 10px Verdana;
  color: #317401;
}

#formWrap {
  margin: 0;
}

.contactFrom {
  /*width: 155px;*/
  margin: 0 0 10 0;
  font: 12px Verdana;
  border: 1px #8CB600 solid;
  background: #EFF7E8;
  padding: 1px;
}

.contactFromNoSize {
  margin: 0 0 0 0;
  font: 12px Verdana;
  border: 1px #8CB600 solid;
  background: #EFF7E8;
  padding: 1px;
}

.contactFromError {
  width: 155px;
  margin: 0 0 10 0;
  font: 12px Verdana;
  border: 1px #CC0000 solid;
  background: #FFECEC;
  padding: 1px;
}

.contactFrom:hover {
  border: 1px #507900 solid;
}

#content li {
  list-style: none;
}

.buttons {
  background: #EFF7E8;
  border: 1px solid #8CB600;
  font: 10px Verdana;
  color: #8CB600;
  padding: 2px 3px;
  line-height: 1.5em;
  cursor: pointer;
}

.buttons:hover {
  border: 1px #507900 solid;
  color: #000;
  cursor: pointer;
}

.msgEmail {
  background: #EFF7E8;
  width: 100%;
  color: #8CB600;
  font: 10px Verdana;
  padding: 2px;
}

.msgEmailError {
  background: #FFECEC;
  width: 100%;
  color: #CC0000;
  font: 10px Verdana;
  padding: 2px;
}

.ul_gallery {
  width: 100%;
  margin: 0;
  padding: 0 0 0 25px;
}

.ul_gallery li {
  display: inline;
}

.ul_gallery img {
  padding: 4px;
  border: 1px #CCC solid;
  margin: 10px 15px 10px 0px;
}

.ul_gallery img:hover {
  border: 1px #507900 solid;
  cursor: pointer;
}

.footerImage {
  width: 650px;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
  clear: both;
  text-align: center;
}

.imageBorder {
  padding: 4px;
  border: 1px #CCC solid;
  float: left;
  margin: 10px 15px 10px 0px;
}

.imageBorder:hover{
  border: 1px #507900 solid;
  cursor: pointer;
}

.textfields {
  margin: 0 0 0 0;
  font: 10px Verdana;
  border: 1px #8CB600 solid;
  background: #EFF7E8;
  padding: 2px 3px;
}

.textfieldsError {
  margin: 0 0 0 0;
  font: 10px Verdana;
  border: 1px #CC0000 solid;
  background: #FFECEC;
  padding: 2px 3px;
}

.textfields:hover {
  border: 1px #507900 solid;
}
/* End */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* Begin Navigation */

#nav_wrap {
  width: 690px;
  margin: 0px auto 0px auto;
}

#navcontainer {
  background: #507900;
  border-top: 7px #FFF solid;
}

#navcontainer ul {
  text-align: center;
}

#navlist {
  padding: 3px;
  margin-top: 2px;
  margin-left: 0;
  border-bottom: 1px solid #8CB600;
  font-family: Verdana;
  font-size: 10px;
}

#navlist li {
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a {
  padding: 3px 0.3em;
  border-bottom: none;
  border-left: 1px solid #507900;
  border-right: 1px solid #507900;
  background: #507900;
  text-decoration: none;
  letter-spacing: 0em;
}

#navlist li a:link {
  color: #FFF;
}

#navlist li a:visited {
  color: #FFF;
}

#navlist li a:hover {
  color: #000;
  background: #FFF;
  border-top: 5px solid #8CB600;
  border-left: 1px solid #8CB600;
  border-right: 1px solid #8CB600;
  border-bottom: 1px solid #FFF;
}

#navlist li a#current {
  background: #FFF;
  border-top: 5px solid #8CB600;
  border-left: 1px solid #8CB600;
  border-right: 1px solid #8CB600;
  border-bottom: 1px solid #FFF;
  color: #000;
}
/* Panel Nav */

#panelnavcontainer {
  margin-left: 15px;
}

#panelnavcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: verdana, arial, sans-serif;
}

#panelnavcontainer li {
  margin: 0;
}

#panelnavcontainer a {
  display: block;
  color: #333;
  background-color: transparent;
  width: 200px;
  padding: 3px 10px;
  text-decoration: none;
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  font-size: 10px;
  margin-top: -1px;
}

#panelnavcontainer a:hover {
  background-color: #DDD;
  color: #333;
  border-right: 10px solid #507900;
  padding: 3px 0px 3px 10px;
}
/* End Navigation */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* Layout Elements */

#container {
  width: 100%;
  background: #FFF;
  min-height: 100%;
}

#wrap {
  width: 100%;
  background: #317401;
  height: 150px;
}

#header {
  width: 690px;
  height: 150px;
  margin: 0px auto 0px auto;
  background: #FFF;
  padding: 0 7px 0 7px;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#bodyWrap {
  width: 750px;
  margin: 0px auto 0px auto;
  background: #FFF;
  background-image: url(../images/bgSemiShadow.jpg);
  background-repeat: no-repeat;
  height: 350px;
}

#flashIntro {
  width: 652px;
  height: 300px;
  margin: -8px 0 0px -20px;
  _margin: -5px 0;
  border: 1px #CCC solid;
  padding: 15px 18px 15px 18px;
}

#content {
  width: 650px;
  margin: -300px auto 0 auto;
  padding: 5px 0 74px 0;
}

#leftContent {
  width: 310px;
  float: left;
  line-height: 16px;
}

#rightContent {
  width: 320px;
  float: right;
}

#footercontainer {
  height: 74px;
  clear: both;
  margin-top: -80px;
}

#grassTile {
  background-image: url(../images/grass_tile.gif);
  background-repeat: repeat-x;
  height: 50px;
  margin: 0;
}

#footer {
  width: 100%;
  height: 24px;
  margin: 0;
  background: #EEE;
  color: #666;
  padding: 3px 0 3px 0;
  text-align: center;
}

#clear {
  clear: both;
  height: 1px;
  width: 100%;
}

.testimonials {
  background-image: url(../images/testimonials.gif);
  background-repeat: no-repeat;
  width: 246px;
  height: 50px;
}
/* End */
/* --------------------------------------------------------------------------- */
