.Main {
  padding-top: 150px;
  
  height: auto !important;
  min-height: auto !important;
}

.Main .Wrapper {
  height: auto !important;
  min-height: auto !important;
}

.Home {
  width: 100%;
  
  height: 456px;
  
  background-image: url('/images/homeBG.png');
  background-repeat: repeat-x;
}

.Home .Wrapper {
  width: 825px !important;

  padding: 4px 0;
  
  height: 448px;
}

.Home .Column {
  float: left;

  width: 180px;
  height: 448px;

  margin-right: 35px;

  background-color: #e9e9e9;

  -moz-box-shadow: 0px 0px 15px #c9c9c9;
  -webkit-box-shadow: 0px 0px 15px #c9c9c9;
  box-shadow: 0px 0px 15px #c9c9c9;
}

.Column:last-child {
  margin-right: 0px !important;
}

.Column a {
  color: #585858;
  text-decoration: none;
}

.Column .Image {
  width: 100%;
  height: 316px;
}

.Column .Image img {
  width: 100%;
  height: 316px;

  -moz-box-shadow: 0px 0px 15px #c9c9c9;
  -webkit-box-shadow: 0px 0px 15px #c9c9c9;
  box-shadow: 0px 0px 15px #c9c9c9;
}

.Column .Text {
  width: 100%;
  height: 132px;

  text-align: center;
}

.Column .Text h2 {
  font-size: 30px;
  font-weight: normal;

  color: #585858;

  padding: 0px;
  margin: 30px 0 0 0;
}

.HomeFooter {
  height: 25px;
  line-height: 25px;

  background-color: #02558f;

  color: #FFF;

  text-align: center;

  margin: 50px 0;
}

.HomeFooter .Wrapper {
  width: 825px !important;
}

.HomeFooter a {
  color: #FFF;
  text-decoration: underline;
}

.HomeFooter a:hover {
  color: #FFF;
  text-decoration: none;  
}