/* --------------------------------------------------------------------------------------------- */
/* General News Highlights */

div.highlight
{
    margin: 0;
    padding: 0;
}

div.highlights div.categoryname
{
    padding: 0 0 0 24px;
    margin: 0.5em 0;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    background-image: url('/assets/menu/news_icon.png');
    background-repeat: no-repeat;
}

div.highlight p.title
{
    padding: 0;
    margin: 0;
    font-family: Times New Roman, Times, Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    background: none;
}

div.highlight p.postinfo
{
}

div.highlight p.description
{
}

div.highlight p.description span.moreinfolink
{
}

/* --------------------------------------------------------------------------------------------- */
/* Category menu in the sidebar. */



/* --------------------------------------------------------------------------------------------- */
/* Highlights by category. */

div.category_highlights div.highlight p.title
{
    padding: 0 0 0 24px;
    margin: 0.5em 0;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    vertical-align: middle;
    background-image: url('/assets/menu/news_icon.png');
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
}

/* --------------------------------------------------------------------------------------------- */
/* News Article */

div.article
{
    padding-top: 1em;
}

div.article img.left
{
    margin-right: 10px;
}

div.article img.right
{
    margin-left: 10px;
}

div.article h1, div.article h2, div.article h3, div.article h4, div.article h5
{
    clear: both;
    font-family: Times New Roman, Times, Serif;
    font-weight: bold;
    font-style: italic;
}

div.article p.title
{
    padding-bottom: 0.25em;
    font-family: Times New Roman, Times, Serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: italic;
    font-size: 20px;    
    text-align: center;
}

div.article p.postinfo
{
    padding-bottom: 20px;
    font-size: 13px;
    text-align: center;
}

div.article
{
    text-align: center;
}

div.article div.article_content
{
    width: 650px;
    margin: 0 Auto;
    overflow: auto;
    text-align: left;
}

div.article h1, div.article h2, div.article h3, div.article h4, div.article h5
{
    clear: both;
}

div.article p.sponsorinfo, table.news div.article p.contactinfo
{
    padding: 0;
}

div.article p.sponsorinfo span.title, div.article p.contactinfo span.title
{
    padding: 0;
    font-family: Times New Roman, Times, Serif;
    letter-spacing: normal;
    font-weight: normal;
    font-style: italic;
    font-size: 20px;    
    text-align: center;
}

div.article p.sponsorinfo span.intro, div.article p.contactinfo span.intro
{
    display: block;
    margin-bottom: 0.5em;
    text-align: center;
}

div.article p.sponsorinfo span.name, div.article p.contactinfo span.name, div.article p.contactinfo span.phone, div.article p.contactinfo span.email, div.article p.contactinfo span.website
{
    display: block;
    text-align: center;
}