
#caseGraphic {
	position: relative;
	float: left;
	top: 20px;
	width: 750px;
	height: 270px;
	background-image: url('/images/caseShadow.png');
	background-repeat: no-repeat;
}

#caseLeft {
        position: relative;
        float: left;
	width: 450px;
}

#caseRight {
        position: relative;
        float: left;
	left: 20px;
	width: 270px;
}

#caseCategory {
        position: relative;
        float: left;
	width: 450px;
	height: 20px;
	color: #666633;
	font-size: 11px;
  font-weight: bold;
}

#caseCategoryBar {
        position: relative;
        float: left;
	width: 450px;
	height: 1px;
	background-color: #CCCC99;
}

#caseTitle {
        position: relative;
        float: left;
	top: 5px;
	width: 450px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}

#caseSubTitle {
        position: relative;
        float: left;
	width: 450px;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 6px;

}

#caseCopy {
        position: relative;
        float: left;
	line-height: 16px;
	font-size: 11px;
	color: #333333;
}

#caseShortBar {
        position: relative;
        float: left;
	width: 270px;
	height: 2px;
	background-color: #666633;
}

#caseBlurb {
        position: relative;
        float: left;
  width: 270px;
  top: 20px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  background-image: url('/images/blurbShadow.png');
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 26px;
  color: #336699;
}

#caseBlurbCopy {
        position: relative;
        float: left;
	width: 250px;
	left: 10px;
  top: 10px;
}

.caseQuote {
        position: relative;
        float: left;
	width: 240px;
	left: 15px;
	text-align: left;
}

.caseQuoteCopy {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;	
}

.caseQuoteSource {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-style: normal;	


}
