body#home div#content{
	color: #444444;
	font-family: Georgia, serif;
}

body#home div#content hr{
	display: none;
}
/*																				Page Header
*/
body#home div#pgBody h2{
	background-image: url("/_site/img/header/recentclientnews.gif");
	background-position: center top;
	background-repeat: no-repeat;
	height: 14px;
	overflow: hidden;
	font-size: 1px;
	line-height: 100px;
	color: #FCFCFC;
}
/*																				Page Header > News Article 
*/
div.articleWrap{
	text-align: center;
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 2.25em;
}
/*																				Page Header > News Article > Header & Header Link
*/
body#home div#content div.articleWrap h3, body#home div#content div.articleWrap h3 a{
	font-family: trebuchet MS, sans-serif;
	color: #cc0000;
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 .5em .5em .5em;
	padding: 0;
}
body#home div#content div.articleWrap h3 a{
	margin: 0;
}
body#home div#content div.articleWrap h3 a:hover{
	color: #05AECF;
	text-decoration: none;
}

/*																				Page Header > News Article > Date Wrapper
*/
body#home div#content div.newsDate{
	text-align: center;
	text-transform: Uppercase;
	font-family: Georgia, serif;
	font-size: .7em;
	letter-spacing: 1px;
	margin: 2.75em 0 1em 0;
	padding: 0;
}
/*																				Page Header > News Article > Date Text
*/
body#home div#content div.newsDate i{
	font-style: normal;
}
/*																				Page Header > News Article > Date Text > Day of Month
*/
body#home div#content div.newsDate b{
	padding-left: .25em;
	font-size: 110%;
}
/*																				Page Header > News Article > Date Text > Day of Month > Suffix(st, nd, rd, th)
*/
body#home div#content div.newsDate b sup{
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	font-size: 70%;
}
/*																				Page Header > News Article > Paragraph
*/
div.articleWrap p{
	line-height: 1.5em;
	padding: 1em .7em 0 .7em;
	margin: 0;
	text-align: justify;
}
/*																				Page Header > News Article > Paragraph > Image
*/
div.articleWrap p img{
	float: right;
	border: 1px solid #D6DADB;
	margin: .75em 0 .75em 1.5em;
	background-color: #F8F6F7;
	color: #666666;
	padding: 5px;
}
/*																				Page Header > News Article > Hidden Horizontal Rule for floated Image Control
*/
div.articleWrap hr{
	height: 1px;
	height: 0px;
	border: none;
	clear: both;
	display: block !important;
	margin: 0;
	padding: 0;
}
/*																				Page Header > News Article > Paragraph > Link
*/
div.articleWrap p a{
	background-color: #B8E4EF;
	color: #cc0000;
	text-decoration: none;
	padding: 0 .25em;
	border: 1px solid #B8E4EF;
}
div.articleWrap p a:hover{
	color: #05AECF;
	text-decoration: none;
}
/*																				Page Header > News Article > Paragraph > First Paragraph
*/
div.articleWrap div.articleContent p:first-child{
	text-transform: Uppercase;
	text-align: center;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	display: inline;
	font-size: 70%;
	letter-spacing: 1px;
	padding: .125em .75em;
	margin: 0;
	font-weight: bold;
	color: #606060;
	line-height: 1.45em;
}
/*																				Page Header > News Article > Paragraph > Read More Link
*/
div.articleWrap a.moreLink{
	font-size: 70%;
	color: #cc0000;
	text-transform: Uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0 .25em;
	border: none !important;
	border-bottom: 1px solid #cc0000 !important;
	margin: .75em;
	background-color: transparent !important;
}
div.articleWrap a.moreLink:hover{
	text-decoration: none;
	border: none !important;
	color: #05AECF;
}

/*																				Page Header > News Article > Archive Wrapper
*/
body#home div#pgBody div#content h4{
	text-align: center;
	margin: 2.25em 0 0 0;
	padding: 0;
}
/*																				Page Header > News Article > Archive Wrapper > Link
*/
body#home div#pgBody div#content h4 a{
	color: #cc0000;
	font-family: trebuchet MS, sans-serif;
	text-transform: Uppercase;
	letter-spacing: 1px;
	border-top: 1px solid #8FA3AC;
	border-bottom: 1px solid #8FA3AC;
	background-color: #B8E4EF;
	margin: 0 auto;
	padding: .25em 1em;
	font-size: 90%;
	line-height: 1.5em;
}
body#home div#pgBody div#content h4 a span{
	font-family: Georgia, serif;
	font-size: 125%;
	padding-left: .25em;
	line-height: .9em;
}
body#home div#pgBody div#content h4 a:hover{
	border-top: 1px solid #9E0013;
	border-bottom: 1px solid #9E0013;
	background-color: #D3B1B0;
	color: #9E0013;
	text-decoration: none;
}