/**
 *  Link section
 */

.link_section {
    position: relative;
    display: block;
    clear: both;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    margin-top: 10px;
    width: 762px;
}

.link_section_left {
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
    width: 34%;
}

.link_section_right {
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
    width: 64%;
}

.link_section_menu ul {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}

.link_section_menu li {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: normal; 
    line-height: normal;
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    list-style-image: url(/assets/images/list_bullet_red.gif);
    list-style-position: outside;
    list-style-type: circle;
    padding-bottom: 4px;
    background-color: #FFFFFF;
}

.link_section_menu li a {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    line-height: normal;
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #003366;
    background-color: #FFFFFF;
}

.link_section_menu li a:visited {
    color: #003366;
}

.link_section_menu li a:active {
    color: #003366;
}

.link_section_menu li a:hover {
    color: #990000;
}

.link_section_heading {
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.link_section_heading_line {
    height: 6px;
    margin-left: 6px;
    margin-top: 4px;
    margin-bottom: 2px;
    border: none;
    background-image: url(/assets/images/hr_dotted_bg.gif);
    background-repeat: repeat-x;
}

.link_section_link_description {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    line-height: 12px; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    text-decoration: none;
    color: #000000;
    background-color: #FFFFFF;
}

/**
 *  <hr> tag inside a div for Internet Explorer
 */
.link_section_heading_line hr {
    display: none;
}

.link_section_heading_first_word {
    color: #8F8F8F;
}

.link_section_description {
    position: relative;
    display: block;
    margin-left: 10px;
    font-size: 12px;
    color: #000000;
}
