.ie6 #feature_top .intro {
    MARGIN-LEFT: 15px
}

#article {
    margin-top: 25px;
    float: left;
}

#article .image {
    width: 234px;
    float: left;
}

/*
#article .image img {
    width: 234px;
    height: 174px;
    border: 1px solid #6298c2;
}
*/
#article .image img {
    overflow:hidden;
}
#article h1 {
    width: 500px;
    float: right;
    margin-bottom: 5px;
}

#content #article h2 {
    color: #003D6B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#article h2 {
    width: 500px;
    float: right;
    margin-bottom: 5px;
}

#article .article_date {
    width: 500px;
    float: right;
    margin-bottom: 15px;
    color: #999999;
    font-weight: bold;
}

#article p {
    float: right;
    width: 500px;
    margin-bottom: 12px;
}

#article hr {
    float: left;
    clear: left;
    width: 100%;
    height: 0px;
    color: #6298c2;
    background-color: #6298c2;
    border: 1px solid #6298c2;
    border-bottom: 0px;
    padding: 0;
}

#article ul
{

}

#article ul li {
    list-style: inside;
    margin-bottom: 4px;
}

#other {
    clear: left;
    float: left;
}

.row {
    border-top: 1px solid #6298c2;
    padding: 25px 0 0 0;
    margin-top: 25px;
    width: 754px;
    clear: left;
}

.row .item {
    width: 360px;
    float: left;
    margin-left: 15px;
}

.row .item.first-item {
    margin-left: 0
}

.row .item img {
    width: 149px;
    border: 1px solid #6298c2;
    float: left;
    margin-right: 10px;
}

.content .article_date {
    width: auto;
    margin-bottom: 0px;
    color: #999999;
    font-weight: bold;
}

.content p {
    margin-bottom: 10px
}

.content p.readmore {
    margin: 0 0 10px 159px;
    line-height: 12px;
}

.content p.readmore a {
    text-decoration: none;
    color: #2d67a7;
}

.content p.readmore a img {
    width: auto;
    height: auto;
    border: 0;
    padding-top: 2px;
    margin-right: 5px;
}

