
#smallBlueBoxLeft{
  width: 232px;
  height: 336px;
  background-image: url('../images/smallBlueBoxLeft.jpg');
  float: left;
  margin: 0px 12px 14px 0px;
  position: relative;
}

#smallBlueBoxCenter{
  width: 233px;
  height: 336px;
  background-image: url('../images/smallBlueBoxCenter.jpg');
  float: left;
  margin: 0px 12px 14px 11px;
  position: relative;
}

#smallBlueBoxRight{
  width: 232px;
  height: 336px;
  background-image: url('../images/smallBlueBoxRight.jpg');
  float: left;
  margin: 0px 12px 14px 11px;
  position: relative;
}


#getFreeQuote{
  width: 211px;
  height: 31px;
  background-image: url('../images/getFreeQuote.gif');
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 2;
}



#newProject{
  width: 213px;
  height: 32px;
  background-image: url('../images/newProject.gif');
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 2;
}

#highlight{
  position: relative;
  top: 52px;
  left: 11px;
}

#highlightSite{
  left: 14px;
  position: absolute;
  top: 196px;
}



#highlightText{
  margin: 92px 10px 12px 10px;
}

#recentBlogPosts{
  width: 213px;
  height: 32px;
  background-image: url('../images/recentBlogPosts.gif');
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 2;
}

#aboutTao{
  width: 213px;
  height: 32px;
  background-image: url('../images/about-tao.gif');
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 2;
}

#tao-index {
  float: right;
}

#spacerDiv{
  width: 100%;
  height: 24px;
}

.recentPost{
  margin: 32px 12px 12px 12px;
}

.postDate{
  width: 43px;
  height: 42px;
  background-image: url('../images/calendarIcon.gif');
  float: left;
  margin: 0px 10px 8px 0px;
}

.postMonth{
  color: #fff;
  text-align: center;
  position: relative;
  top: 6px;
  right: 1px;
  font-size: 10px;
  text-transform:uppercase;
}

.postDay{
  font-weight: bold;
  font-size: 16px;
  color: #741907;
  text-align: center;
  position: relative;
  top: 7px;
}

.postTitle{
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.postOptions{
  position: relative;
  margin-top: 4px;
}

.postComments{
  position: absolute;
  right: 0px;
}