﻿.homeText
{
    margin-top:5px;
    line-height:20px;
    color:#959595;
}

.homeBox
{
    float:left;
    width:158px;
    height:295px;
    margin-top:40px;
    background-color:#f5f5f5;
    border:1px solid #d8d8d8;
}
    .homeBox img
    {
        margin:8px;
        border:1px solid #d8d8d8;
    }
    .homeBox h3
    {
        text-align:center;
        text-transform:uppercase;
        margin-bottom:3px;
    }
    .homeBox span
    {
        display:block;
        font-size:11px;
        line-height:18px;
        text-indent:30px;
        background:url('/imagesx/home_check.gif') no-repeat 17px 5px;
    }
    .homeBox .homeBoxMore
    {
        display:block;
        font-size:11px;
        line-height:18px;
        text-indent:30px;
    }
    .homeBox .freeQuote
    {
        margin-top:6px;
        width:140px;
        height:25px;
        display:block;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        font-weight:bold;
        color:#ffffff;
        padding-top:8px;
        background:url('/imagesx/button_getafreequote.gif') no-repeat 0 0;
        text-decoration:none;
    }

.homeBoxSeperator
{
    float:left;
    width:72px;
}