hr{
    border: none;
    border-bottom: 1px solid #a2a2a2;
    background-color: #c1c1c1;
    color: #c1c1c1;
    height: 2px;
}
#home, #find, #tom{
    float: left;
}
#home{
    width: 299px;
    height: 220px;
    background: url('../images/bozzuto_brings.jpg') no-repeat top center;
}
#home div{
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 12px;
    margin: 113px 18px 0px;
    line-height: 19px;
}
#tom{
    width: 201px;
    height: 193px;
    background: url('../images/bozzuto_tom.jpg') no-repeat top center;
}
#find{
    width: 201px;
    height: 27px;
    background: url('../images/find_place.gif') no-repeat top center;
}
#find_hidden{
    clear: both;
    width: 500px;
    height: 132px;
    background: url('../images/find_bg.png') no-repeat top center;
    display: none;
}
#find_hidden div{
    width: 250px;
    height: 132px;
    text-align: center;
    clear: none;
    float: left;
}
#find_hidden div img{
    margin: 48px auto 0px;
}
#find_hidden a:hover div{
    background: url('../images/bozzuto_cta_hover.png') no-repeat center;
}