﻿

div#content
{
    background:url(../images/main/img_background_news.jpg) no-repeat top;
    
}


div#secondaryContent h2
{
    margin-bottom:10px;
}

div#secondaryContent ol li
{
     list-style-position:inside;
}

div.newsPrimary,
div.newsSecondary,
div.newsTertiary
{
    border:solid 1px #e3e3e3;
    padding:10px 10px;
    margin-bottom:10px;
    
}

div.newsSecondary,
div.newsTertiary
{
    _height:15;
    overflow:auto;}

div.newsPrimary div.newsPrimaryImg
{
    background:url(../images/news/bg_news_primary.jpg) no-repeat top; 
    border:solid 1x #666;
    width:427px;
    height:160px;
}

div.newsSecondary div.newsSecondaryImg,
div.newsTertiary div.newsTertiaryImg
{
    background:url(../images/news/bg_news_secondary.jpg) no-repeat top; 
    border:solid 1x #666;
    width:170px;
    height:160px;
    float:left;
 
}

div.newsSecondary div.newsSecondaryStory,
div.newsTertiary div.newsTertiaryStory
{
    width:240px;
    float:left;
    margin-left:10px;
}

div.newsTertiary div.newsTertiaryStory p
{
    margin-right:10px;
}

div.newsTertiary,
div.newsSecondary,
div.newsPrimary
{
 display:none;    
}

div.showNews
{
 display:block;    
}


