/*******************************************/
/*     Home page - extra middle banner     */
/*******************************************/

#middleBanner
{
	position: relative;
	background: #363; /* had to add this to get IE to render border color */
	border-bottom: solid 3px #999;
}

#middleBanner .banner
{
	position: absolute; /* had to add this for IE */
	left: 0;
	top: 0;
}

#middleBanner .top 
{
	height: 133px;
	background-color: #ebebeb;
	border-bottom: solid 1px #fff;
}

#middleBanner .bottom 
{
	height: 14px;
	border-bottom: solid 1px #fff;
}

/*******************************************/
/*      Home page - Services section       */
/*        (overrides for sideBar)          */
/*******************************************/

#middleBanner .services
{
	float: right;
	width: 230px;
	padding: 5px 0 0 0;
}

#middleBanner .services ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 11px;
}

#middleBanner .services ul li
{
	margin: 0;
	padding: 0;
  margin: 0 0 1px 0;
}

/*******************************************/
/*        Home page - News section         */
/*        (overrides for sideBar)          */
/*******************************************/

#news .sideBarContent .title
{
	text-align: center;
}

.homeNews
{
  font-family: Arial, Sans-Serif;
  font-size: 10px;
  margin: 10px 0 10px 0;
}

.homeNews .date
{
  font-weight: bold;
}

.homeNews .summary
{
}

.homeNews .newsTitle
{
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 11px;
}

.homeNews .link
{
  margin-top: 3px;
  font-weight: bold;
}

*html #news 
{
  width: 230px;
}

/*******************************************/
/*        Home page - Case Studies         */
/*******************************************/

#caseStudiesHome
{
	width: 543px;
}

#caseStudiesHome p
{
  margin: 4px 0 5px 0;
  line-height: normal;
}

#caseStudiesHome .title
{	
	width: 100%;
	background-image: url(../Images/CaseStudiesTitleTile.gif);
	background-repeat:repeat-x;
}

/*
#caseStudiesHome .bottom
{	
	height: 33px;
	width: 100%;
	background-image: url(../Images/CaseStudiesTileBottom.gif);
}
*/

#caseStudiesHome .bottom
{	
	/*height:601px;*/
  background:url(../Images/CaseStudiesTileBottom.gif) repeat-x bottom;
}

.caseStudySetBlock
{
	background-image: url(../Images/CaseStudiesTile.gif);
}

.caseStudy, .testimonial
{
  position:relative;
	display:inline; /* fix for IE float margin bug */
	float:left;
	width:159px;
	margin:10px 10px 0 10px;
	padding-bottom: 20px;
	font-family:Arial;
	font-size:10px;
}

.caseStudy
{
	/*height: 160px;*/
}

.testimonial
{
  /*height:232px;*/
}

.caseStudy .logo
{
  float: left;
}

.hrCaseStudy
{
	width: 140px;
	border-bottom: solid 1px #ccc;
	margin-top: 5px;
}

/*\*/
*html .hrCaseStudy
{
	margin-top: -8px;
}
/**/

p .csLink
{
  position: absolute;
  top: 50px;
}

