﻿#sidecol {
    float: left;
    width: 260px;
}

#business {
    float: right;
    width: 700px;
}

#business h1 {
    font-size: 14px;
}

#relatedc2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

#relatedc2-list {
    /*margin-top: -4px;*/
}

.relatedc2-entry {
    background-repeat: no-repeat;
    background-position: left top;    
    padding-left: 7px;
    line-height: 18px;
    /*background-image: url(/images/icon-right-arrow.png); */
}

.relatedc2-entry a{
    text-decoration: underline;
}

#contact-info {
    margin-top: 10px;
}

.contact-entry {
    background-repeat: no-repeat;
    background-position: left top;    
    height: 30px;
    padding-left: 30px;
    margin-left: 5px;
    margin-top: 5px;
}


#address {
    background-image: url(/images/icon-address.jpg);
}

#phone {
    background-image: url(/images/icon-phone.jpg);
}

#fax {
    background-image: url(/images/icon-fax.jpg);
}

#email {
    background-image: url(/images/icon-email.jpg);
}

#web {
    background-image: url(/images/icon-web.jpg);
}

#contact {
    background-image: url(/images/icon-contact.jpg);
}

#aboutus {
    margin: 5px 5px 5px 5px;
}

.listing {
    /*border-bottom: solid 1px #eeeeee;*/
    margin-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    margin-left: 5px;
}

.bname {
    font-weight: bold;
}

.bname a{
    text-decoration: underline;
}

.separator {
    height: 3px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
}

.review {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

.comments {
    margin-top: 5px;
}