
/************************************news*************/

#news-main {
    width: 240px;
    float: left;
    border: 0px solid red;
    margin: 25px 0 0 15px;
}

.news-tag {
    width: 240px;
    float: left;
}

.news {
    width: 250px;
    float: left;
    background: url(../images/testimonials.png) no-repeat;
    height: 250px;
    margin: 0px 0 0 0px;
    border: 0px solid red;
}

.news-content {
    margin: 0px 0px 0px 0px;
    width: 245px;
    border: 0px solid red;
    text-align: justify;
    float: left;
}

#marqueecontainer {
    position: relative;
    width: 240px;
    height: 250px; /*marquee height */
    background-color: white;
    overflow: hidden;
    border: 0px solid black;
    text-align: left;
    line-height: 12px;
    padding: 0px;
    padding-left: 0px;
    font-size: 12px;
}

    #marqueecontainer a {
        text-decoration: none;
        color: #666;
        text-decoration: none;
        line-height: 18px;
        font-size: 12px;
        text-transform: none;
    }

        #marqueecontainer a:hover {
            text-decoration: none;
            color: blue;
            text-decoration: underline;
        }




.home-gray {
    width: 975px;
    float: left;
    float: left;
    background: url(../images/mid-bg.jpg) repeat-x;
}

.home-left {
    width: 670px;
    float: left;
    border: 0px solid red;
}

.platform {
    width: 600px;
    float: left;
    font-size: 16px;
    color: #0261b2;
    font-weight: bold;
    margin: 10px 0 0 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-img-main {
    width: 1000px;
    float: left;
    margin: 14px 0 0 0;
    padding-bottom: 35px;
}

.home-img {
    width: 665px;
    float: left;
    border: 0px solid red;
    padding-top: 5px;
}

.home-img2 {
    width: 210px;
    float: left;
    margin-left: 10px;
    border: 0px solid red;
}

.home-img-content2 {
    width: 190px;
    float: left;
    margin: 10px 0 0 5px;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #757676;
    text-decoration: none;
    line-height: 19px;
    text-align: justify;
}

.img-blue-content {
    width: 200px;
    float: left;
    font-size: 18px;
    color: #026bc4;
    margin: 15px 0 0 5px;
    text-transform: uppercase;
    font-family: calibri;
}

.home-img-content {
    width: 205px;
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
    border: 0px solid red;
}

    .home-img-content ul {
        float: left;
        margin: 0;
        padding: 0;
    }

    .home-img-content li {
        list-style: none;
        padding-left: 10px;
        background: url(../images/bullet.jpg) no-repeat left top;
        margin-top: 5px;
        border: 0px solid red;
    }

        .home-img-content li a {
            margin: 0;
            padding: 0;
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #757676;

            text-decoration: none;
        }

            .home-img-content li a:hover {
                color:blue;
                text-decoration: underline;
            }

.home-view {
    width: 150px;
    float: left;
    border: 0px solid red;
    margin-left: 0px;
    margin-top: 20px;
}


