﻿/***********************
****    HOMEPAGE    ****
***********************/
#div_White
{
	width:750px;
	background-color: White;
	height:100%;
}

#tbl_Banner
{
	padding: 5px 10px 10px 10px;
	width: 100%;
	background-image: url('../Images/BannerGradient.png');
	background-repeat: repeat-x;
	color:white;
	font-size:9pt;
}
#div_Left
{
	position: relative;
	width: 225px;
	float: left;
	padding-top:10px;
	padding-left: 10px;
}
#div_Right
{
	position: relative;
	width: 490px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	color: black;
}
.SectionLabel
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
}
.NewsRuleHeader
{
	overflow: hidden;
	width:215px;
	padding-top:5px;
	padding-bottom:10px;
}
.NewsRuleItem
{
	overflow: hidden;
	width:215px;
	padding-top:5px;
	padding-bottom:10px;
}

.ServicesRuleHeader
{
	overflow: hidden;
	width:490px;
	padding-top:5px;
	padding-bottom:10px;
}
#rpt_News
{
	padding-left:10px;
}
.NewsPadding
{
	padding-left:15px;
}
#div_ViewNewsButton
{
	padding-top:0px;
}
.ImgServices
{
	border: 1px ridge #000000;
	width: 100%;
	height: 100%;
	background-color:Silver;
}
.ServicesRuleVertical
{
	background-image: url( '../Images/ServiceRuleVertical.png' );
	background-repeat: repeat-y;
}
.ServicesPadding
{
	padding-top: 10px;
}
.HomeUL
{
	padding-left: 0px;
	padding-right:0px;
	margin-left:15px;
}
.PopDate
{
	background-image: url('../Images/NewsCloud.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 10pt;
	color: #435664;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.PopHeadline
{
	font: 10pt Arial;
	color: #464646;
	font-weight: bold;
	line-height: 17px;
}
.PopContent
{
	font: 8pt Arial;
	color: Gray;
	padding-bottom:5px;
} 
.lnk_Banner
{
}
.BannerLink
{
	background-image: url('../Images/HomeButton.png');
	background-repeat: no-repeat;
	width:55px;
	height:25px;
	padding-left: 12px;
	padding-top: 4px;

}
.BannerTextPad
{
	padding:5px 0px 0px 0px; 
}
.hoverlink
{
	cursor:pointer;
	margin-right:5px;
}