.col .title {
    color: #2D75BF;
    padding-left: 17px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #FFF;
    text-align: left;
    line-height: 40px;
    border: none;
    border-top: 1px #CCC solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    background: #fff url(./images/dot_side.png) left bottom repeat-x;
}

.col li {
list-style: none;
    padding: 8px 0px 8px 20px;
    margin-bottom: 0em;
    background: url(./images/arrow_on.png) 2px 13px no-repeat;
}

.site-footer-conts-area .col3-wrap .col {
    color: #2D75BF;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #FFF;
    text-align: left;
    line-height: 18px;
    border: none;
    border-top: 1px #CCC solid;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    background: #fff url(./images/dot_side.png) left bottom repeat-x;
    border: 5px #dedede solid;
    background: #FFFFFF;
    border: 5px #dedede solid;
}


.col ul{
	margin-left: 8px;
}

.site-footer {
    background: url(./images/common/bg_site-header.png) #2C74BE;
}

.copyright {
    background: #2D75BF;
    background: -moz-linear-gradient(
 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -webkit-linear-gradient(
 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -o-linear-gradient(
 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
    background: -mis-linear-gradient(
 0deg,#2D75BF 20%,rgb(161, 209, 255) 50%,#2D75BF 80%);
}


