@charset "UTF-8"; 

/*****Basic Elements*****/  

h1
{
    background: url(/i/error/ico-exclimination.png) no-repeat scroll 0 0 transparent;
    color: #0079C2;
    font-family: "Open Sans Semibold";
    font-size: 3em;
    font-weight: normal;
    line-height: 1.3;
    margin: 20px 0 10px;
    padding: 0 0 0 50px;
}

#main-content h2
{
    border-top: 1px solid #D6D6D6;
    color: #0079C2;
    font-family: "Open Sans";
    font-size: 2em;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 10px;
    padding: 20px 0 0;
}

#main-content p
{
    font-size: 1.2em; 
    line-height: 2;
    margin-bottom: 20px;
}

/*****End of Basic Elements*****/  


/*****Generic Classes*****/  

/*****End of Generic Classes*****/


/*****Content*****/  

#main-content #browse-smartbrief
{
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    margin-right: 50px;
    padding: 2px 0; 
}

#main-content #browse-smartbrief ul
{
    border-bottom: 1px solid #D6D6D6;
    display: table;
    height: auto;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main-content #browse-smartbrief ul li
{
    float: left;
    font-size: 1.2em;
    line-height: 2;
    margin: 0;
    padding: 0;
}

#main-content #browse-smartbrief ul li a:before
{
    content: "";
    display: block;
    height: 150%;
    width: 0;
}

#main-content #browse-smartbrief ul li a {
    background: url("/i/site/industry-icon-bar-grey.png") no-repeat scroll left center transparent;
    display: block;
    height: 40px;
    margin-bottom: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
}

#main-content #browse-smartbrief ul li a[href$="government-nonprofit"]
{
    background-position: left center;
}

#main-content #browse-smartbrief ul li a[href$="healthcare"]
{
    background-position: -45px center;
}

#main-content #browse-smartbrief ul li a[href$="construction"]
{
    background-position: -90px center;
}

#main-content #browse-smartbrief ul li a[href$="education"] 
{
    background-position: -135px center;
}

#main-content #browse-smartbrief ul li a[href$="food-beverage"] 
{
    background-position: -190px center;
}

#main-content #browse-smartbrief ul li a[href$="retail"] 
{
    background-position: -230px center;
}

#main-content #browse-smartbrief ul li a[href$="tech"] 
{
    background-position: -280px center;
}

#main-content #browse-smartbrief ul li a[href$="transportation"] 
{
    background-position: -375px center;
}

#main-content #browse-smartbrief ul li a[href$="travel-hospitality"] 
{
    background-position: -425px center;
}

#main-content #browse-smartbrief ul li a[href$="energy-chemicals"] 
{
    background-position: -475px center;
}

#main-content #browse-smartbrief ul li a[href$="finance"] 
{
    background-position: -520px center;
}

#main-content #browse-smartbrief ul li a[href$="media"] 
{
    background-position: -565px center;
}

#main-content #browse-smartbrief ul li a[href$="business"] 
{
    background-position: -620px center;
}

/*****End of Content*****/