/*--------homepage column containers--------*/
#mid-sectionH {
    float: left;
    width: 100%;
    background: #e5e5e5 url(../images/shared/home_bgn.gif) repeat-y;
}
#hmid-col-1 {
  float: left;
	width: 558px;
	background-color: #e5e5e5;
}
#hmid-col-2 {
  float: left;
	width: 14px;
	background-color: #A09FA0; 
	height: 100%;
}
#hmid-col-3 {
  float: left;
	width: 188px;
	background-color: #fff;
  border-left: 1px solid #FFFFFF;
}



/*--------homepage main area rows----------*/
#hmid-row1 {
	width: 557px;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}
#hmid-row2 {
	width: 557px;
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}
#hmid-row3 {
	width: 557px;
	padding-top: 16px;
  padding-bottom: 16px;
  border-right: 1px solid #FFFFFF;
}



/*---------Homepage Main Pictures----------*/
.mainpics {
	margin-bottom: -4px;
}
.mainpics[class] {
	margin: 0px
}



/*---------Homepage News highlights----------*/
.newsHighlights {
    border-top: 1px solid #fff;
}
.solidHline {
	width: 100%;
	background-color: #fff;
	height: 1px;
	border-top: 1px solid #ccc;
}
.solidHline[class] {
	border-top: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.spacer1 {
	width: 100%;
	background-color: #fff;
	height: 0px;
}
