#splash {
  width:593px;
  height:244px;
  padding:3px;
  margin:0 12px 13px;
  border:solid 2px #f6f3f2;
  list-style:none;
  position:relative;
  overflow:hidden;
  float:left;
}

#splash li {
  width:593px;
  height:346px;
  position:absolute;
  overflow:hidden;
  float:left;
}

#splash li.alpha {
  z-index:99;
}

#splash li p {
  width:593px;
  height:13px;
  padding:5px 0;
  background:transparent url(../images/black-67.png) repeat top left;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  position:absolute;
  top:220px;
  left:0;
}

#big-nav {
  width:606px;
  padding:0;
  margin:0 12px;
  list-style:none;
}

#big-nav li {
  width:192px;
  height:71px;
  padding:2px;
  margin:0 1.5px 11px 0;
  border:solid 2px #f6f3f2;
  float:left;
}

#big-nav li.omega {margin-right:0;}

#big-nav li a {
  width:180px;
  height:44px;
  padding:27px 0 0 12px;
  background:#cbc7bd url(../images/big-nav.bg.jpg) no-repeat top left;
  text-decoration:none;
  text-transform:uppercase;
  color:#535353;
  font-weight:bold;
  float:left;
}

#big-nav li a:hover {color:#FFF;}

#billboard {
  width:630px;
  height:190px;
  padding:0;
  margin:7px 0 0;
  list-style:none;
}

/*Don't judge me, things got a little messy...*/
#billboard li {
  width:176px;
  height:170px;
  margin:0 18px 11px 0;
  padding:0 3px 0;
  border-right:solid 2px #f6f3f2;
  float:left;
}
#billboard li.alpha {width:205px;}
#billboard li.omega {width:173px; border-right:0;}

#services {
  padding:0;
  margin:16px 0 0;
  list-style:none;
}

#services li {
  height:27px;
  padding:0 0 0 30px;
  margin:0;
  background:transparent url(../images/check.png) no-repeat top left;
  text-transform:uppercase;
  line-height:27px;
  border:0;
  font-size:0.85em;
}

#billboard h3 {
  margin:4px 0 0;
  font-size:0.85em;
}
#billboard h3 em {color:#8f1c23;}

#billboard .tip-image {
  width:162px;
  height:111px;
  margin:4px 0 0 0;
  background:#FFF url(../images/tip-image.bg.jpg) no-repeat top left;
}

#billboard .tip {
  font-size:0.85em;
  line-height:1.15em;
}
#billboard .tip a {color:#555;}