﻿/* NEWS */

/* LATEST NEWS ON HOME PAGE*/
.latestNewsHead
{
	background-color: black;
	color: white;
	padding: 8px 0 0 8px;
	font-weight: bold;
	height: 20px;
	margin-bottom: 5px;
}
.latestNewsList
{
	height: 184px;
	overflow: auto;
	font: Arial;
	font-size: 0.9em;
	color: #000000;
	padding: 2px 8px 8px 8px;
}
.newsdisplayImgHide
{
	display: none;	
}
.newsPreviewFloatRightDiv
{
	float: right;	
}
.latestNewsList h2
{
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0 0 2px 0;
}
.latestNewsList img
{
	float: left;
	margin: 0 8px 8px 0;
}
.latestNewsList .newsSummaryHome
{
	margin-left: 65px;
	padding: 0 0 3px 0;
}
.homeNewsMoreLink a
{
	color: #CE121D;
	text-decoration: none;	
}

.homeNewsMoreLink a:hover
{
	color: #CE121D;
	text-decoration: underline;
}

.homeNewsSeparator
{
	background-image: url(Images/newsSeparatorLine.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 8px;
	margin: 0;
	padding: 0;
}
/* END - LATEST NEWS ON HOME PAGE STYLES */

.newsScrollOuter
{
	margin: 0 5px 0 5px;
	height: 202px;
	width: 640px;
	border: solid 2px #999999;
}
.newsScroll
{
	height: 171px;
	width: 627px;
	overflow: auto;
	padding: 4px 8px 4px 6px;
	text-align: justify;
}
.newsScroll img
{
	float: right;
	border: solid 1px #BBBBBB;
	margin: 0 0 3px 15px;
}
.newsScroll h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}
.newsScroll p
{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 0.9em;
}
.newsScroll .newsDate
{
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 0.9em;
}
.newsScrollOuter .moreLink
{
	float: right;
	margin: 2px 0px 4px 4px;
}

.newsPreviewBar td
{
    vertical-align: bottom;
}
.newsPreview 
{ 
    float: left; 
    width: 320px; 
    padding: 0px 0px 0px 4px;
    margin: 10px 0 0 0;
}

.newsPreview h3 
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 2px 0;
    padding: 0;
}
.newsPreview div 
{
    font-size: 0.9em; 
    border: solid 2px #999999; 
    padding: 4px;
    height: 132px;
    overflow: auto;
}
.newsPreview div img 
{
    float: right; 
    margin: 2px 2px 7px 7px; 
}
.newsPreview div p 
{
    height: 56px; 
}
.newsBoldText
{
	font-weight: bold;
	text-decoration: none;
	margin-right: 15px;
}

/* BEGIN - Archive News Styling */ 
.archiveNews table
{
	width: 96%;
	border: none;
}

.archiveNews td.imgCol
{
	width: 26%;
	text-align: center;
}

.archiveNews td.textCol
{
	width: 74%;
	text-align: left;
	vertical-align: top;
}
.archiveNews td.textCol h2
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
}
.archiveNews p
{
	color:White;
	margin: 0 0 5px 0;
	padding: 0;
}
.archiveNews p.newsDate
{
	font-size: 0.8em;
}
.archiveNews a
{
	text-decoration: underline;
	font-weight: bold;
}
/* END - Archive News Styling */
/* BEGIN - Tell-A-Mate */
.tellAMate
{
	width: 100%;
	display: block;
}
.tellAMate label
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
.tellAMate value
{
	display: block;
	float: left;
	width: 100px;
	text-align: left;
}
.tellAMate span
{
	clear: both;
	margin-left: 160px;
}
.tellAMate .buttonBar
{
	text-align: left;
	padding: 2px 0 0 160px;
}
.tellAMate h1
{
	background-color: #ce121d;
	color: white;
	padding: 8px 0 0 8px;
	font-weight: bold;
	height: 20px;
	margin: 0 0 15px 0;
	font-size: 1em;
	text-transform:uppercase;
}
.divCenter p{color: white; padding-left: 20px;}
.divCenter a{color: white; padding-left: 150px;}
.divCenter a:hover{color: red;}
/* END - Tell-A-Mate */