div.caseStudy
{
	width: 556px;
	margin-bottom: 1px;
}
div.csHead
{
	padding: 5px 0 5px 10px;
	background: url(../images/bg_arrowdown.gif) no-repeat center;
	border: 1px solid #0065BD;
	border-bottom:0px;
	cursor: pointer;
}
div.csHeadend
{
	padding: 5px 0 5px 10px;
	background: url(../images/bg_arrowdown.gif) no-repeat center;
	border:1px solid #0065BD;
	border-bottom:1px solid #0065BD;
	cursor: pointer;
}
div.csHeadSel
{
	padding: 5px 0 5px 10px;
	border: 1px solid #0065BD;
	background: url(../images/bg_arrowup.gif) no-repeat center;
}
div.csContent img { display: block;  }
div.csContentend { display: none;  }
div.csContenthome { display: block;  }

div.csCont
{
	border-left: 1px solid #0065BD;
	border-right: 1px solid #0065BD;
	padding:5px 10px 5px 15px;
	background: #009EBD;
	color: #fff;
}
.title1 { font-size: 12px; font-weight: bold; color:#737173; width:90%;height:100% }
.subtitle1 { font-size: 12px; color: #fff; }

/*---------------Case Study------------------*/

ul #CaseStudyList {
margin: 0;
}
.casestudy {
margin: 0;
padding: 10px 10px 0 0;
list-style-type: circle;
color: #666;
}
div.accContainer
{
	width: 780px;
	height: 600px;
}
.accordion-content
{
	height: 200px;
	padding-left: 8px;
}
div.accContainer p
{
	width: 580px;
	margin: 0px;
}
h2#accActive
{
	/*background-position: 0 -210px;*/
	color: #f13500;
}

h2.reach
{
	/*background: url(../Images/reach.png) no-repeat 0 0;*/
	width: 415px;
	height: 105px;
	cursor: pointer;
	margin: 0px;
	font-family: Helvetica;
	font-size: 120px;
	color: #0072bc;
	line-height: 105px;
}
h2.reimagine
{
	/*background: url(../Images/reimagine.png) no-repeat 0 0;*/
	width: 684px;
	height: 105px;
	cursor: pointer;
	margin: 0px;
	font-family: Helvetica;
	font-size: 120px;
	color: #0072bc;
	line-height: 105px;
}
h2.reenergize
{
	/*background: url(../Images/reenergize.png) no-repeat 0 0;*/
	width: 753px;
	height: 105px;
	cursor: pointer;
	margin: 0px;
	font-family: Helvetica;
	font-size: 120px;
	color: #0072bc;
	line-height: 105px;
}

hr.homehr {
	border: none;
	border-top: 1px solid #959595;
	width: 570px;
	text-align: left;/*this will align it for IE*/
	margin: 5px auto 5px 0; /*this will align it left for Mozilla*/
}


