body {
  background: #e1dfd2 url(../images/backgrounds/body.png) top repeat-x;
  font-family: Helvetica, Arial;
  margin: 0;
  padding: 0;
}

h1 {
  background: url(../images/logo.png) no-repeat;
  height: 105px;
  width: 451px;
  margin: 0;
}
h1 a {
  display: block;
  height: 105px;
  width: 451px;
  text-indent: -9999px;  
}
a {
  color: #428eaa;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#container-top,
#container-bottom,
#container {
  width: 944px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
#container-top {
  background: url(../images/backgrounds/container-top.png) no-repeat;
  height: 10px;
  margin-top: 10px;
}
#container-bottom {
  background: url(../images/backgrounds/container-bottom.png) no-repeat;
  height: 15px;
}
#container {
  background: url(../images/backgrounds/container-body.png) repeat-y;
  position: relative;
  overflow: hidden;
}

#header ul {
  position: absolute;
  top: 20px;
  right: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ebe5d7;
  font-size: 0.8em;
}
#header ul li {
  float: left;
  border-left: 1px solid #e4d9c4;
  padding: 16px 22px 5px;
}
#header ul li.selected {
  background-color: #eae1d0;
}
#header ul li.contact-us {
  padding-right: 37px;
}
#header ul li a {
  font-weight: bold;
  color: #a9732e;
}
#header .contact-phone {
  position: absolute;
  top: 67px;
  right: 44px;
  font-size: 0.75em;
  color: #a9732e;
}

#slide-show {
  position :relative;
  background: url(../images/backgrounds/slide-show.png) no-repeat;
  height: 257px;
  width: 921px;
  margin-left: 3px;
  padding: 9px 8px;
}
#slide-show .image-container {
  position :relative;
  padding: 9px 0;
}
#slide-show .image-container img {

}
#slide-show ul {
  list-style: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  bottom: 13px;
  margin: 0;
  padding: 0;
  font-family: Times, Serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#slide-show li {
  float: left;
  padding: 0 36px;
  border-right: 1px solid #8F8E84;
}
#slide-show li.last {
  border: none;
}
#slide-show li  {
  color: #bbb;
}
body.secondary #slide-show {
  background: url(../images/backgrounds/slide-show-short.png) no-repeat;
  height: 158px;

}
body.secondary #slide-show .image-container {
  height: 140px;
  overflow: hidden;
}
body.secondary #slide-show .image-container img {
  position: absolute;
  top: -58px;
}

#content {
  width: 922px;
  padding: 0 11px;
  color: #6f6f68;
  font-size: 0.9em;
  line-height: 1.3em;
}
#content.full-width {
  padding: 0 56px;
  width: 832px;
}
#content .left,
#content .right {
  float: left;
}
#content .left {
  width: 485px;
  padding-left: 45px;
  margin-right: 22px;
}
#content .right {
  width: 370px;
}
#content .right .box {
  float: left;
  width: 175px;
  margin-right: 20px;
  font-size: 0.85em;
}
#content .right .box.last {
  margin: 0;
}
#content .right .box h3 {
  text-indent: -9999px;
  height: 35px;
}
#content .right .box h3.business-management {
  background: url(../images/business-management.jpg) no-repeat;
}
#content .right .box h3.tax-advisory {
  background: url(../images/tax-advisory.jpg) no-repeat;
}
#content .right .promo {
  background: url(../images/backgrounds/promo-box.png) no-repeat;
  height: 117px;
  width: 272px;
  margin-top: 45px;
  padding: 32px 38px 0;
}
#content .right .promo p {
  margin: 0;
  font-size: 1.8em;
  color: #8a7f75;
  line-height: 1em;
}
#content .right .promo a {
  display: block;
  margin: 10px 0 0 6px;
}

form .row {
  clear: left;
  margin-bottom: 10px;
}
form .row label {
  display: block;
  float: left;
  width: 150px;
  padding-top: 6px;
}
form .row label.error {
  display: inline;
  float: none;
  margin-left: 30px;
  width: auto;
  color: #AB4E4A;
  font-weight: bold;
}
form .row.select label {
  padding-top: 1px;
}
form .row input {
  font-size: 1.1em;
  padding: 2px;
  width: 300px;
}
form .row select {
  width: 300px;
}
form .row textarea {
  font-family: Helvetica, Arial;
  width: 310px;
  height: 80px;
}

#address {
  background: url(../images/backgrounds/footer-border-top.jpg) top repeat-x;
  width: 175px;
  padding: 12px 0;
  font-size: 0.85em;
  color: #888881;
}
#footer {
  clear: left;
  text-align: right;
  padding: 5px;
  font-size: 0.7em;
  color: #888881;
}
