#home { position:relative; }
#home h1 {
  position:relative;
  margin-bottom:22px;
  font-family:"open_sans_lightregular", Arial, Helvetica, sans-serif;
  font-size:4.4em;
}
#home h1 .image-right {
  position:absolute;
  top:5px;
  right:0;
  width:400px;
}
#home .intro {
  padding:26px 0;
  background:#eeeeee;
  font-weight:300;
  font-size:1.2em;
}
#home .intro .text-left p {
  width:50%;
  margin-bottom:1em;
  line-height:1.3em;
}
#home .intro .text-left p:last-child { margin-bottom:0; }
#home .home-bottom {
  position:relative;
  margin:40px 0 40px;
}
#home .home-bottom .image-left {
  width:100%;
  float:left;
}
#home .home-bottom .image-left img {
  max-width:100%;
  margin-bottom:16px;
  border-bottom:4px solid #c00000;
}
#home .home-bottom .image-left p {
  font-family:"open_sans_lightregular", Arial, Helvetica, sans-serif;
  font-size:1.3em;
  font-weight:bold;
  line-height:1.25em;
}
#home .home-bottom .about-us {
  float:right;
  width:400px;
  margin-top:56px;
}
#home .home-bottom .about-us h2 {
  margin:0 0 16px;
  padding-bottom:5px;
  border-bottom:1px solid #c00000;
  font-family:"open_sans_lightregular", Arial, Helvetica, sans-serif;
  font-size:2.5em;
}
#home .home-bottom .about-us p {
  margin-bottom:1.2em;
  font-size:1.15em;
  font-weight:300;
  line-height:1.35em;
}
