* { padding: 0; margin: 0; }

body {
 background:  url(../images/bkgd.jpg);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#homepage, body {
 background:  url(../images/bkgd-hmpg.jpg);
}
h1 {
 font-size: 32px;
 color: #d1e5a9;
}
h2 {
 font-size: 32px;
 letter-spacing: 0.02em;
 color: #fff;
 padding-bottom: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 926px;
}
#header {
 color: #333;
 width: 906px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 10px 0px;
}
#logocontainer {
 float: left;
 width: 324px;
 height: 115px;
}
.portraitimg {
 margin-left: 35px;
 border: thick solid #D1E5A9;
}

/* TOP NAV */
#navcontainer {
 float: right;
 width: 377px;
 padding-top: 88px;
}
#navlist li
{
 display: inline;
 list-style-type: none;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #997f46;
 font-size:16px;
 letter-spacing: -0.05em;
 padding-right: 20px;
}
#navlist li a
{
text-decoration: none;
color: #997f46;
font-weight: normal;
}
#navlist li a:link { color: #997f46; font-weight: normal; }
#navlist li a:hover { color: #7cb170; font-weight: normal; }

.indentlist {
 margin-left: 25px;
}
#homefullcolumn {
 padding: 10px 10px 10px 80px;
 height: 375px;
}
#fullcolumn {
 margin: 0 auto;
 min-height: 200px;
}
#tagline {
 background: url(../images/shadow-lines.png) no-repeat;
 padding: 40px 0 0;
 height: 145px;
 text-align: center;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#inset {
 width: 914px;
 height: 100%;
 margin: 0 auto;
 margin-top: 35px;
}
#inset-full {
 width: 814px;
 height: 100%;
 background:#fff url(../images/inset-bkgd.png) repeat-y;
 margin: -5px 0 0;
 padding: 0 50px 10px;
}

#footer { 
 width: 100%;
 clear: both;
 background: #bfdd98;
 border-top: 12px solid #7cb170;
}
#innerfooter { 
 margin: 0 auto;
 width: 906px;
 min-height: 200px;
 color: #432d22;
 padding: 10px;
}
#footer-left { 
 margin: 10px;
 padding: 0px;
 width: 280px;
 float: left;
}
#footer-center { 
 margin: 10px 0px 10px 26px;
 padding: 0px;
 width: 280px;
 float: left;
}
#footer-right { 
 float: right;
 margin: 10px;
 padding: 0px;
 width: 280px;
 position: relative;
}

.clear { clear: both; background: none; }


/********* Homepage jQuery **************/
.infiniteCarousel {
  width: 710px;
  position: relative;
}

.infiniteCarousel .cwrapper {
  width: 630px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 319px;
  margin: 0 30px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #997f46;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .cwrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 20px;
  height: 289px;
  width: 172px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 150px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


/*breadcrumbs for top nav*/
body#homepage li#home a { color: #7cb170; }
body#about li#about a { color: #7cb170; }
body#services li#services a { color: #7cb170; }
body#portfolio li#portfolio a { color: #7cb170; }
body#contact li#contact a { color: #7cb170; }