body {
  font-family: bitstream vera sans, dejavu sans, verdana, sans-serif;
  background: #E7E7E7;
  font-size: 14pt;
}

.gradient {
  background: #B3AB91; background: #B3AB91 -webkit-gradient(linear, left top, left 150%, from(#B3AB91), to(#A5956E));
}

.round {
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
}

.darkblock {
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  background: #111E0D; background: #111E0D -webkit-gradient(linear, left top, left 280%, from(#111E0D), to(#7C896F));
  color: white;
}


.header {
  border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;
  padding: 5px;
  margin: 5px;
  padding-left: 10px;
  overflow: hidden;
}

.top-nav {
  float: right;
  font-weight: bold;
  padding: 8px;
  margin: 5px;
}

.top-nav a {
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 5px black;
  padding: 8px;
}

/*
.top-nav .selected {
  border-radius: 10;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
} */

.promo-area {
  width: 95%;
  margin: 0 auto;
}

.promo-area p {
  font-size: 14pt;
  text-align: justify;
}

.promo-area img {
  /*margin-left: 40px;*/
  margin-right: 40px;
}

.promo-area h2 {
  letter-spacing: 2px;
  color: #381701;
}

.button {
  padding: 10px;
  padding-right: 15px;
  display: inline-block;
}

.button a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-shadow: 1px 1px 5px black;
}

.button img {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}


.content {
  padding: 15px;
}

.content .box {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.box .services {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}

.box .services img {
  margin-right: 5px;
  vertical-align: bottom;
}

.box .services li {
  padding: 2px;
}

.box h3 {
  border-bottom: 1px solid #777777;
}

.text p {
  text-align: justify;
}

.text {
  width: 80%;
  padding-left: 10%;
}

.text h3 {
  border-bottom: 1px solid #777777;
}

a img {
  border: 0px;
}

.text a {
  text-decoration: none;
}
/*******************************************************************************/


.lowgrayblock {
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  background: #E9E9E9; background: #E9E9E9 -webkit-gradient(linear, left top, left 280%, from(#E9E9E9), to(#7C896F));
  color: black;
}

.whiteblock {
  border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
  background: #FFFFFF; background: #FFFFFF -webkit-gradient(linear, left top, left 280%, from(#FFFFFF), to(#7C896F));
  color: black;
}

.libgradient {
  background: #C7E3BE; background: #C7E3BE -webkit-gradient(linear, left top, left 150%, from(#C7E3BE), to(#A5956E));
}


.libblock {
  width: 440px;
  padding: 10px;
  margin: 5px;
  /*padding-right: 10px;*/
  display: inline-block;
  float: left;
  text-align: justify;
}

.libblock a {
  text-decoration: none;
  color: black;
  /*font-weight: bold;*/
  display: inline-block;
  /*text-shadow: 1px 1px 5px gray;*/
}

.libblock img {
  float: left;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

table, th, td {
  vertical-align: top;
    /*border: 1px solid black;*/
}
