﻿/* NEWS */

.newsMain
{
	height: 185px;
	width: 100%;
}
.newsMainInner
{
	border: solid 2px black; 
	padding: 0px 0px 5px 8px;
	width: 840px;
	margin-left:60px;
}

.newsdisplayImg
{
	max-height: 140px;	
}

.newsdisplayImgHide
{
	display: none;
}

.newsScroll
{
	height: 150px;
	overflow: auto;
	padding: 4px 8px 4px 6px;
	text-align: justify;
}
.newsScroll h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
}
.newsScroll p
{
	margin: 0 0 8px 0;
	padding: 0;
}
.newsScroll p.pLast
{
	margin: 0;
}

.newsMainH1
{
	margin-bottom: 3px;
}

.newsPreviewReadMore
{
	float: right;
	text-align: right; 
	width: 100%;	
}

.newsPreviewFloatRightDiv
{
	float: right;	
}

.newsPreviewBarOuter
{
    width: 100%;
    padding: 0px 0px 0px 58px;
}

.newsPreviewBar td
{
    vertical-align: bottom;
}

.newsPreview 
{ 
    float: left; 
    width: 273px; 
    padding: 5px;
}

.newsPreview h3 
{
    margin: 0;
    padding: 0;
    font-size: 1.1em; 
    font-weight: bold; 
}

.newsPreview div 
{
    border: solid 2px black; 
    padding: 3px 3px 0;
    height: 90px;
    overflow: auto;
}
.newsPreview div img 
{
    float: right; 
    margin: 2px 2px 2px 7px; 
}
.newsPreview div p
{
    margin: 0 0 5px 0;
    padding: 0;     
}
.newsPreview div p.pLast
{
    margin: 0;
}

.newsBoldText
{
	color: #CD0000; 
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px;
}
.newsBoldText:hover
{
	text-decoration: underline;
}
.newsHeading
{
	color: #CD0000;	
	font-weight: bolder;		
	padding: 5px 0px 5px 20px;
}

/* END - NEWS PAGE STYLES */

/* BEGIN - Archive News Styling */
A.NewsArchiveLink { text-decoration: none; }
A.NewsArchiveLink:Hover { text-decoration: underline; }

 
.homeNewsSeparator
{
	background-image: url(Images/newsSeparatorLine.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 12px;
	padding: 0;
}
.ArchiveNewsHeading
{
	color: #CD0000;	
	font-weight: bolder;		
	font-size: large;
	margin-bottom: 10px;
}
.archiveNews 
{
	padding: 10px 10px 10px 10px;
}
.archiveNews table
{
	width: 920px;
	border: none;
}

.archiveNews td.imgCol
{
	
	width: 26%;
	text-align: center;
}
.ArchiveNewsImage IMG
{
	margin-right: 10px;
	text-align: right;
}
.archiveNews td.textCol
{
	width: 74%;
	text-align: left;
	vertical-align: top;
}
.archiveNews td.textCol a
{
	font-family: Verdana; 
	font-size:  7pt;	
	font-weight: bold; 
	color: #CD0000; 
	text-decoration: none; 
}
.archiveNews td.textCol a:hover
{
	text-decoration: underline;
}

.archiveNews td.textCol h2
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
}
.archiveNews p
{
	margin: 0 0 5px 0;
	padding: 0;
}
.archiveNews p.newsDate
{
	font-size: 0.8em;
}
.archiveNews a
{
	text-decoration: underline;
	font-size: 0.8em;
	font-weight: bold;
}
/* END - NEWS ARCHIVE PAGE STYLES */
/* start - Tell-A-Mate */
.tellAMate
{
	width: 100%;
	display: block;
}
.tellAMate p
{
	margin: 0px 10px;
}
.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
{
	color: #CD0000;
	padding: 8px 0 0 8px;
	font-weight: bold;
	height: 20px;
	margin: 0 0 15px 0;
	font-size: 1em;
	text-transform: uppercase;
}