body {
  font-size: 18px;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

small {
  font-size: 12px;
}

a {
  color: #730028;
  font-family: 'PT Sans', sans-serif;
}

.red {
  color: #730028;
  font-family: 'PT Sans', sans-serif;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.white {
  color: #FFFFFF;
}

.selected {
  font-weight: bold;
}

.hidden {
  display: none;
}

.container {
  width: 964px;
  margin: 0 auto;

  -moz-box-shadow: 0 0 50px 5px #d8d8d8;
  -webkit-box-shadow: 0 0 50px 5px #d8d8d8;
  box-shadow: 0 0 50px 5px #d8d8d8;
}

.header {
  margin: 15px 0 0;
}

.header .logo, .header .contact {
  margin: 0 15px;
}

.header .logo {
  float: left;
  background: url("../img/YLbwlogo.png?v=2");
  width: 307px;
  height: 49px;
}

.header .contact {
  float: right;
  bottom: -32px;
  right: 20px;
  text-align: right;
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.header .contact a:hover {
  color: #FFFFFF;
}

.img-large {
  margin: -30px 0 0;
  height: 340px;
  background: url("../img/header.png?v=2");
}

.img-large .tagline {
  width: 550px;
  font-size: 36px;
  text-shadow: #000000 0.1em 0.1em 0.2em;
  color: #FFFFFF;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
  padding: 220px 0 0 60px;
  line-height: 44px;
}

.property-types {
  margin: 15px 0 0;
}

.property-types .property {
  height: 150px;
  position: relative;
}

.property-types .property.industrial {
  background: url("../img/industrial.png?v=2");
}

.property-types .property.commercial {
  background: url("../img/commercial.png?v=2");
  width: 226px;
}

.property-types .property.residential {
  background: url("../img/multi_family.png?v=2");
  width: 226px;
}

.property-types .property.land {
  background: url("../img/land.png?v=2");
}

.property-types .property .title {
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  top: 15px;
  width: 225px;
  line-height: 36px;
}

.main {
  margin: 30px 0 0;
  padding: 0 15px;
}

.sidebar .contact, .sidebar .address, .sidebar .map {
  margin: 30px 0 0;
}

.sidebar .contact {
  font-weight: bold;
}

.sidebar .contact a {
  color: #333;
}

.sidebar .map {
  border: 1px solid #000000;
  width: 295px;
}

.content .tagline {
  font-family: 'PT Serif', sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
}

.content .areas {
  margin: 30px 0 0;
  font-weight: bold;
}

.content .areas li {
  width: 50%;
  float: left;
  line-height: 28px;
}

.content .menu {
  margin: 20px 0 0;
}

.content .menu a {
  color: #730028;
  margin: 0 15px;
}

.content .menu a:first-child {
  margin-left: 0;
}

.content .menu a:last-child {
  margin-right: 0;
}

.content .about, .content .team {
  margin: 20px 0 0;
  line-height: 24px;
}

.content .team .header {
  font-size: 18px;
  font-weight: 700;
}

.content .team .list {
  margin-top: 35px;
}

.content .team li {
  font-size: 18px;
  line-height: 28px;
}

.content .team li .name {
  font-weight: bold;
  text-transform: uppercase;
}

.footer {
  margin: 25px 0 0;
  background: #000000;
  padding: 20px 15px;
  color: #FFFFFF;
}

.footer .contact {
  padding: 17px 0;
  font-size: 24px;
}

.footer .address {
  font-family: 'PT Serif', sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.footer .address img {
  margin: 0 10px 0;
}

.footer a {
  color: #FFFFFF;
}

.paypal-button {
  text-align: center;
  margin: 25px auto 0 auto;
  width: 200px;
}
