/* ---------------------------- */
/* START: MAIN BANNER */
.mainBanner_sectionWrapper
{
	width:970px;
	margin-right:auto;
	margin-left:auto;
}
.mainBanner_sectionWrapper ul
{
	margin:0px;
	padding:0px;
}
/* END: MAIN BANNER */
/* ---------------------------- */

/* ---------------------------- */
/* START: HOME PAGE CONTENT */
.main-page-content
{
	width:970px;
	min-height:175px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
.main-page-content .left-column {
	padding:0px;
	width:320px;
	overflow:hidden;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
}
.main-page-content .middle-column {
	width:320px;
	overflow:hidden;
	float:left;
	margin-left:5px;
}
.main-page-content .right-column {
	width:315px;
	float:left;
	overflow:hidden;
	margin-left:5px;
}
/* END: HOME PAGE CONTENT */
/* ---------------------------- */

.home-tile {
  padding: 0px;
  margin: 0px;
  border: 0px;
  margin-bottom: 8px;
}

/* ---------------------------- */
/* START: NEWS BOX */
/*
.newsBox {
	background-color: White;
	color: #464646;
	border-left: 2px #3070b0 solid;
	border-right: 2px #3070b0 solid;
	border-bottom: 2px #3070b0 solid;
}
.newsBox h1 {
	
	background-color: #3070b0;
	padding: 7px 20px; 
	margin: 0px;
	font-size: 12px;
	font-weight: bold; 
	text-transform: uppercase; 
	color: #e0e0f0; 
}
*/
.newsBox {
	background-color: White;
	color: #464646;
	border-left: 2px Black solid;
	border-right: 2px Black solid;
	border-bottom: 2px Black solid;
}
.newsBox h1 {
	background-color: Black;
	padding: 7px 20px; 
	margin: 0px;
	font-size: 12px;
	font-weight: bold; 
	text-transform: uppercase; 
	color: #e0e0f0; 
}
.newsBox .nbx-content {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.newsBox .nbx-content h2 {
	font-size: 14px;
	font-weight: normal; 
	margin-top: 15px;
	margin-bottom: 5px; 
	color: #ef1109;
}
.newsBox .nbx-content STRONG {
	font-weight: normal; 
	color: #000000;
}
.newsBox .nbx-content P {
	margin: 0px;
	margin-top: 2px;
}
.newsBox .nbx-content .date {
	// display: inline; 
	display: block; 
	font-style: italic;
	text-align: right;
	border-bottom: #a0a0a0 1px solid; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
.newsBox .nbx-content .more-info {
   font-size: 13px;
	margin-top: 15px;
	text-align: right;
	margin-bottom: 5px;
}
.newsBox .nbx-content .more-info a {
   text-decoration: underline;
}
/* END: NEWS BOX */
/* ---------------------------- */


/* ---------------------------- */
/* START: TEXT BOX BLACK */
.text-box-black h1 {
	width: 100%;
	background-color:#181818;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;	
	padding:4px 0 4px 20px;
}
.text-box-black .content {
	width: 100%;
	background-color:White;
	font-size: 12px;
	line-height:1.2em;
	color: #444444;
	padding: 0px;
	border-bottom: solid 2px #990000;
	margin-bottom: 8px;
}
/* END: TEXT BOX BLACK */
/* ---------------------------- */
