#news-home,
#news-full
{
	background: #fff url(../images/shadow1_bkg.jpg) no-repeat fixed left top;
	margin: 0px;
	padding: 0px;


	width: 470px;
	height: 335px;
	overflow: auto;
}


#news-home strong,
#news-full strong {
	font-size: 12px;
	color: #336699;
}

#news-full
{
	width: 599px;
	height: 100%;

	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#news-home .format,
#news-full .format
{
	margin: 10px 10px 10px 15px;
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 140%;
	text-align: left; 
}
#news-home .post,
#news-full .post
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#news-home .post hr,
#news-full .post hr {
	border: none;
	margin: 10px 0;
	padding: 0;
	border: none;
	background: #dde8f1;
	color: #dde8f1;
	height: 1px;
	clear: both;
}
#news-home .post img { /* home news image styles */
	float: right;
	margin: 0 0 1px 0px;
	width: 121px;
}


/* RIGHTBOX & LEFTBOX */
#news-full .rightBox,
#news-full .leftBox
{
	float: right;
	display: block;
	width: 275px;
	margin: 0 0 5px 10px;
	font-size: 10px; 
	color: #336699;
	text-align: right;
	line-height: normal;
}
#news-full .leftBox {
	width: 180px;
	float: left;
	margin: 10px 10px 10px 0;
	text-align: left;
}
#news-full .rightBox img,
#news-full .leftBox img
{
	width: 275px;
	margin: 0;
	padding: 0;
}
#news-full .leftBox img
{
	width: 180px;
}


#news-home .date,
#news-full .date
{
	font-size: 10px;
	color: #ababab;
}

.title {
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* LINKS */
#news-home a,
#news-full a
{
	color: #5f90ba;
	font-size: 11px;
	text-decoration: underline;
}
#news-home a:hover,
#news-full a:hover
{
	color: #003399; 
	text-decoration: underline;
}
#news-home a.header,
#news-full a.header
{
	color: #5f90ba;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#news-home a.header:hover,
#news-full a.header:hover
{
	color: #003399;
	text-decoration: underline;
}
a.more {
	clear: both;
	float: right;
}
a.small {
	color: #5f90ba;
	font-size: 10px;
	text-decoration: none;
}
a.small:hover {	
	color: #003399; 
	text-decoration: none;
}

/* URGENT STYLES */
#news-home a.red:hover,
#news-full a.red:hover
{ /* use for urgent class */
	color: #990000;
}
#news-home a.red,
#news-full a.red
{ /* use for urgent class */
	color: #ff0000;
}
#news-home img.urgent,
#news-full img.urgent
 { /* use for urgent class */
	float: left;
	width: 36px;
	height: 36px;
	display: block;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 6px 3px 0;
}
