/* --------------------------------------------------------------------------------------- Case Studies */	

#caseStudiesUL
	{
	text-align:left;
	}

#genericPanelContent li /* see original in content.css, this overrides it */
	{
	margin-left:0px;
	margin-right:50px;
	margin-bottom:10px;
	line-height:15px;
	}

.caseStudiesLogo
	{
	margin-bottom:20px;
	position:relative;
	float:left;
	display:block;
	clear:both;
	}

.caseStudiesCopy
	{
	float:left;
	position:relative;
	width:484px;
	}

.caseStudiesCopy h4
	{
	font-family: optima, times, times new roman, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	color:#919194;
	text-align:left;
	}

/* --------------------------------------------------------------------------------------- Case Studies Panel */	
#caseStudyPanelWrap
	{
	margin-top:0px;
	margin-bottom:20px;
	width:484px;
	min-height:70px;
	position:relative;
	float:left;
	color:#ffffff;
	}

#caseStudyPanelTop
	{
	width:484px;
	height:5px;
	position:relative;
	float:left;
	background-color:transparent;
	background-image:url(../images/caseStudies/caseStudiesPnlTop484x5.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment:scroll;/*alt is fixed*/
	}

#caseStudyPanelBody
	{
	width:464px;
	min-height:80px;
	position:relative;
	float:left;
	padding:10px;
	background-color:transparent;
	background-image:url(../images/caseStudies/caseStudiesPnlBody484x6.png);
	background-position: top;
	background-repeat: repeat-y;
	background-attachment:scroll;/*alt is fixed*/
	}

#caseStudyPanelBottom
	{
	width:484px;
	height:5px;
	position:relative;
	float:left;
	background-color:transparent;
	background-image:url(../images/caseStudies/caseStudiesPnlBottom484x5.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment:scroll;/*alt is fixed*/
	}