/* --------------------------------------------------------------------------------------------- */
/* General News Highlights */

div.highlight
{
    margin: 0;
    padding: 0;
}

div.highlights div.categoryname
{
    padding: 0;
    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 #333;
    color: #333;
}

div.highlight p.title
{
    padding: 0;
    margin: 0;
    font-family: Times New Roman, Times, Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25em;
    vertical-align: middle;
    text-align: left;
    background: none;
}

div.highlight p.title a
{
	color: navy;
}

div.highlight p.title a:hover
{
	text-decoration: underline;
	color: #334C7A;
}

div.highlight p.postinfo
{
}

div.highlight p.description
{
padding: 0 1em .5em 1em; 
}

div.highlight p.description span.moreinfolink
{
}

p.instructions { border: dashed 1px black; padding: 5px; background: #B2D9FE; margin-right: 5px; }

/* --------------------------------------------------------------------------------------------- */
/* 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: 600px;
    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;
}