#home .rotatingDemo {
   margin-top: 10px;
   float: right;
}

#home .sticker {
    position: absolute;
    z-index: 10;
    right: -20px;
    top: -30px;
    background: url( ../img/sticker.png) no-repeat;
    width: 188px;
    height: 130px;
}

#home .video {
    background: url( ../img/videoTutorial2.gif) no-repeat bottom center;
    width: 270px;
    height: 240px;
    margin: 50px 0 0 0;

    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

#home .logos {
    background: url( ../img/providerLogos.gif );
    width: 530px;
    height: 90px;
    margin: 10px 0 0 0;
}


#home .contact {
    font-size: 15px;
    font-weight: bold;
    margin: 35px 0 20px 20px;
}

#home .contact .phoneIcon {
    float: left;
    background: url( ../img/phone.gif );
    width: 50px;
    height: 42px;
    margin: 0 10px 0 0;
}

#home .contact .email {
    color: black;
    text-decoration: underline;
}

#home .contact .emailIcon {
    float: left;
    background: url( ../img/email.gif );
    width: 48px;
    height: 48px;
    margin: 0 10px 0 2px;
}

#home .contact .hours {
    background: black;
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    margin: 0 10px 10px 0;
}

#home .footnote {
    font-size: 10px;
    padding: 10px 0 10px 10px;
}

#home .info {
    width: 535px;
    margin: 0 0 20px 0;
}

#home .info .header {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}


#home .info ul {
    font-size: 14px;
    list-style: disc;
}

#home .info li {
    padding: 0 10px 5px 0;
    margin-left: 20px;
    line-height: 20px;
}

#home .info li span {
    font-weight: bold;
}

#home table.compare {
    border-spacing: 15px;
}

#home table.compare th {
    text-align: center;
    font-weight: bold;
    width: 110px;
}

#home table.compare th.feature {
    text-align: left;
    width: 210px;
}

#home table.compare .col1, #home table.compare .col2 {
    padding: 2px;
    text-align: center;

    background-color: #ecf0e1;
    border: 1px solid #dcdcc3;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#home table.compare .col2 {
    background: #f1dcdb;
    border-color: #dcdcc3;
}

#home table.compare td.fees {
    text-align:center;
    font-size: 20px;
    font-weight:bold;
}
