#content span.yellow a{
    color: #ffcc00;
    text-decoration: none !important;
}

#content span.yellow a:hover{
    text-decoration: underline;
}

.homepage_h1{
    text-align: center;
    border-bottom: 0px;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.homepage_h2{
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
}

.home_col{
    width: 300px;
    height: 350px;
    float: left;
    margin-right: 15px;
}

.icon_holder{
    height: 70px;
    text-align: center;
    margin-bottom: -35px;
}

.icon_holder img{
    width: 70px;
    height: 70px;
    margin: auto;
}

.homepage_col_item{
    width: 100%;
    height: 265px;
    border: 1px solid #d3d3d3;
    padding-top: 40px;
    margin-bottom: 20px;
}

.homepage_col_item h2{
    text-align: center;
    height: 50px;
    margin-top: 20px;
}

.homepage_col_item p{
    height: 100px;
    margin-top: 40px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #666666;
}

#content .homepage_col_item a.link{
    width: 110px;
    padding: 5px 8px;
    background: #484848;
    display: block;
    text-align: center;
    margin: auto;
    color: #ffffff;
    text-decoration: none;
}

p.homepage_clear{
    top: 0;
    height: 40px;
}

.homepage_call_box{
    margin-top: 350px;
    width: 99%;
    min-height: 163px;
    background-image: url("../images/icons/headset_large.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-color: #484848;
}

.homepage_call_box h1{
    font-size: 350%;
    color: #ffffff;
    border-bottom: 0px;
    margin: 0px;
    padding-left: 20px;
}

.homepage_call_box h1 span.yellow{
    color: #ffcc00;
}

.homepage_call_box h2{
    font-size: 25px;
    color: #ffffff;
    border-bottom: 0px;
    margin: 0px;
    padding-top: 20px;
    padding-left: 20px;
}

.homepage_call_box h3{
    font-size: 18px;
    color: #999999;
    border-bottom: 0px;
    margin: 0px;
    padding-left: 20px;
}
