footer  .text-v-center{
	line-height: 29px;
}

footer .rcl_footer{
    background-color: #eeeeee;
    display: block;
    /*width:100%;*/
    height: 50px;
    border-top: 1px solid #003366;
	margin-top: 40px;
    position: relative;
    /*bottom: 0;*/
    /*left: 0;*/
    border-bottom: 1px solid #cccccc;
}

.footermenu {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    margin-left:25%;
}

.footermenu>li {
    float: left;
    display: inline;
    padding-left: 5px;
    padding-right: 20px;
    border-left: 1px dotted #003366;
}

.footermenu>li:first-child {
    border-left: 1px dotted #eeeeee;
}

.footermenu>li>a {
    color: #003366;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.footermenu .nav-child {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.footermenu .nav-child a {
    display: block;
    width: 170px;
    font-size: 12px;
    font-weight: none;
    color: #333333;
    padding-bottom: 5px;
}