﻿.newsarticle
{
    clear:both;
    position:relative;
}

.newsarticle .header
{
	text-align:right;
	padding:0px 4px 0px 0px;
    background-color:#6b8a63;
    color:#ffffff;
    border-bottom:solid 1px #ffffff;
    line-height:25px;
    font-size:1.4em;
	font-weight:bold;
    font-family:Calibri,Arial,Helvetica,sans-serif;
}

.newsarticle .body
{
    border:solid 1px #bfbfbf !important;
    padding:6px;
    margin:6px;
}

.newsarticle .image
{
    float:right;
    border:solid 1px #bfbfbf !important;    
}

.newsarticle .details
{
    padding: 2px 6px;
    color:#6b8a63;
}

.newsdate,
.newsheader
{
    color:#2a3f4a;
    font-weight:bold;
    margin-bottom:6px;
}

.newsbody
{
    padding:3px;
    font-size:0.8em;
}

.newsarticlesummary
{
    margin-bottom:10px;
    clear:both;
    position:relative;
}

.newsarticlesummary .header
{
	margin-left:104px;
}

.newsarticlesummary .header a
{
    color:#315542;
    font-size:1.2em;
	text-align:right;
	font-weight:bold;
    line-height:26px;
    font-family:Calibri,Arial,Helvetica,sans-serif;
}

.newsarticlesummary .header a:hover
{
	color:#6b8a63;
}

.newsarticlesummary .body
{
    margin:6px 6px 6px 110px;
}

.newsarticlesummary .image
{
	float:left;
	margin-top:-26px;
	width:95px;
	height:95px;
	border:solid 1px #bfbfbf;
	background-image:url(../../images/container_bg.gif);
	background-position:right top;
}

.newsarticlesummary .image img
{
	margin:5px;
}

.newsarticlesummary .details
{
	margin:0px 2px 0px 104px;
    color:#6b8a63;
	font-size:1.2em;
    font-family:Calibri,Arial,Helvetica,sans-serif;
}

