﻿/* SECTION SIDE */
div.latestNewsHolder
{
    margin-top: 36px;
    width: 456px;
}



/* SECTION TOP */
ul.ulistSectionTop
{
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    min-height: 50px;
    padding: 0;
    padding-bottom: 12px;
}

ul.ulistSectionTop h2
{
    font-style: italic;
}

ul.ulistSectionTop .text
{
    margin: 0;
}

ul.ulistSectionTop div.readmore
{
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

ul.ulistSectionTop .date
{
    /*font-size: 10px;
    line-height: 20px;*/
    display:none;
}

/* ULIST SECTION */
ul.ulistSection
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
}

ul.ulistSection li
{
    background-color: #000;
    height: 95px;
    margin-bottom: 12px;
    width: 456px;
}

ul.ulistSection .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    overflow: hidden;
    max-width: 108px;
}

ul.ulistSection .content
{
    float: left;
    height: 85px;
    margin: 4px 12px 0 12px;
    overflow: hidden;
    width: 318px;
}

ul.ulistSection a, ul.ulistSection a:visited
{
    color: #fff;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    text-transform: none;
}

ul.ulistSection h3, ul.ulistSection h3 a, ul.ulistSection h3 a:visited
{
    display: inline;
    font-family: Times New Roman, Arial, Verdana;
    font-size: 26px;
    font-weight: normal;
    height: 25px;
    margin-bottom: 6px;
}
ul.ulistSection p.teaser
{
	margin: 0;
	padding-top: 4px;
}

ul.ulistSection div.readmore
{
	display:none;
}
/* ULIST SECTION WHITE */
ul.ulistSectionWhite
{
    list-style: none;
    margin: 0;
    margin-bottom: 12px;
    max-width: 456px;
    padding: 0;
}

ul.ulistSectionWhite li
{
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    height: 95px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    width: 456px;
}

ul.ulistSectionWhite .image
{
    border-right: 1px solid white;
    height: 95px;
    float: left;
    overflow: hidden;
    max-width: 108px;
}

ul.ulistSectionWhite .content
{
    float: left;
    height: 78px;
    margin: 0px 12px 0 12px;
    overflow: hidden;
    width: 318px;
}

ul.ulistSectionWhite a, ul.ulistSectionWhite a:visited
{
    color: #000;
    font-family: Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    text-transform: none;
}

ul.ulistSectionWhite h3 a, ul.ulistSectionWhite h3 a:visited
{
    font-family: Times New Roman, Arial, Verdana;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 8px;
}

ul.ulistSectionWhite p.teaser
{
    margin: 7px 0;
}

ul.ulistSectionWhite .readmore
{
    float: left;
    font-style: italic;
    font-weight: bold;
    margin: 0px 12px 0 12px;
    text-decoration: underline;
}


div.colMiddle ul.ulistSmallSection .image 
{
	height: 59px;
	width: 66px;
}

div.colMiddle ul.ulistSmallSection .content
{
	height: 53px;
	margin-top: 3px;
}

div.colMiddle ul.ulistSmallSection .content h3,
div.colMiddle ul.ulistSmallSection .content h3 a,
div.colMiddle ul.ulistSmallSection .content h3 a:visited
{
	font-size: 17px;
}
