﻿/* faqs-and-downloads */            
    .centerBlock {
        width: 945px;
        background: url(/resources/Common/home-row-divider.gif) repeat-x;         
        padding-top: 5px;        
        border-top: 1px solid #d6d6d6; /* first px of bg, allow dividers to show when bg gfx are off */
    }      
    #faqs-and-downloads .lnkURLs {
        width: 460px;
        float: left;        
        margin-bottom: 1.2em;
    }    
    .middleBlock #faqs-and-downloads div.first {
        margin-right: 20px;        
    }    
    #faqs-and-downloads .lnkURLs h3 {
        font-size: 0.9em;
        font-weight: bold;
        color: #009790;
        border-bottom: 0;
        margin-top: 0;
        margin-bottom: 0.45em;
    }
    #faqs-and-downloads .lnkURLs ul.first {
        margin-right: 10px;
        margin-left: 0;
    }    
    #faqs-and-downloads div.lnkURLs li {
        font-size: 0.9em;
        background-image: url(/resources/Common/lnkURLs_bullet_home_grey.gif);
        margin-bottom: 0.52em;
        margin-left: 0;
    }        
    #faqs-and-downloads div.lnkURLs li a {
        color: #787878;
    }            
    .lnkURLs a {
        text-decoration: none;
    }            
    .lnkURLs a:hover,
    .lnkURLs a:focus {        
        text-decoration: underline;
    }

/* print button */
#toolsNav button {
    margin-left: 10px;
}
