/*New Classes - 27thSept2013 start here*/
.serviceContentWrap
{
    width: 580px;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.projectListBoxRow
{
    margin: 15px 0 5px;
    width: 100%;
}
.projectListBoxRow:after
{
    content: '';
    display: block;
    clear: both;
}
.projectListBox
{
    float: left;
    width: 265px;
    margin: 0px 22px 0px 0px;
}
.projectListBox a
{
    font-size: 12px;
    font-weight: bold;
    color: #009900;    
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 20px;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}
.projectListBox a:hover
{
    text-decoration: underline;
    color: #3f0;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    text-transform: uppercase;
}

.projectDetailWrap
{
    width: 595px;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
}
.projectDetailWrap:after
{
    display: block;
    content: '';
    clear: both;
}
.projectDetailWrap h1
{
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    margin: 5px 0 10px;
    color: #009900;
    text-transform: uppercase;
}
.projectDetailWrap p
{
    font-size: 13px;
}
.projectDetailWrap h2
{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
    color: #009900;
    text-transform: uppercase;
}

.productBanner
{
    margin: 5px 0 15px;
}
.productBanner:after
{
    content: '';
    display: block;
    clear: both;
}
.playLinks
{
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}
.playLinks li
{
    float: left;
    margin: 0px 5px;
}
.playLinks li a
{
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.playLinks li a:hover
{
    text-decoration: underline;
}
.bannerPagination
{
    list-style: none;
    float: right;
    padding: 5px 0px;
}
.bannerPagination li
{
    float: left;
    margin: 0px 5px;
}
.bannerPagination li a
{
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}
.bannerPagination li a:hover
{
    text-decoration: underline;
}

.detailList
{
    margin: 5px 0px;
    font-size: 13px;
}
.detailList li
{
    margin: 5px 0px;
    font-size: 14px;
}
.detailList li h2
{
    font-size: 12px;
    color: #009900;
    margin: 5px 0px 10px;
    text-transform: uppercase;
}
.detailList li a
{
    color: #FFFFFF;
    text-decoration: none;
}
.detailList li a:hover
{
    text-decoration: underline;
}
.detailList li a img
{
    vertical-align: middle;
}
