﻿
/* Links CSS */

ul.LinksTitleContainer
{
    padding: 0px;
    margin: 0px;
}

.LinksTitleContainer li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 603px;
}

.linksTitleBox a, .linksTitleBoxOpen a
{
    background: url(../images/links/links-title-bg-open.jpg) no-repeat;
    width: 563px;
    height: 38px;
    display: block;
    padding: 13px 15px 10px 25px;
    line-height: 38px;
    text-decoration: none;
}

.linksTitleBox a:hover
{
    background: url(../images/links/links-title-bg-hover-open.jpg) no-repeat;
    text-decoration:none;
}

.linksTitleBox a:hover span
{
    color: #ffffff;
}


.linksTitleBoxOpen a
{
    background: url(../images/links/links-title-bg-close.jpg) no-repeat;
}

.linksTitleBoxOpen a:hover
{
    background: url(../images/links/links-title-bg-hover-close.jpg) no-repeat;
    text-decoration:none !important;
}

.linksTitleBoxOpen a:hover span
{
    color: #006699;
    text-decoration:none;
}


.linksTitleBox span, .linksTitleBoxOpen span
{
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #006699;
    text-decoration: none;
}

.linksTitleBoxOpen span
{
    color: #ffffff;
}


a.linksArrowOpen, a.linksArrowClose
{
    background: url(../images/links/arrow-down.png) no-repeat;
    float: right;
    width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    margin-top: 7px;
}

a.linksArrowClose
{
    background: url(../images/links/arrow-up.png) no-repeat;
}

.linksBox
{
    background: url(../images/links/links-box-bg.gif) bottom no-repeat;
    /* overflow: auto;*/
    width: 563px;
    padding: 10px 20px 20px 20px;
}

ul.logoContent
{
    padding: 0px;
    margin: 0px;
}

.logoContent li
{
    float: left;
    width: 580px;
    margin: 0 0 5px 0;
    padding: 0px;
    list-style: none;
}

.logoBG
{
    background: url(../images/links/logo-bg2.gif) no-repeat;
    width: 170px;
    height: 120px;
    float: left;
}
.logoBG img {
    margin: 10px 0 0 14px;
}

.logoDetails
{
    float: left;
    width: 380px;
    padding: 0px 5px 0px 5px;
}

.logoName
{
    font-size: 13px;
    font-weight: bold;
    float: left;
    padding: 5px 0px 5px 0px;
}

.logoDetails p
{
    padding: 0px;
    margin: 0px;
    float: left;
}


.clear
{
    clear: both;
}










