@charset "UTF-8";
/* CSS Document */

.node-section-body { padding-left: 10px; padding-right:5px; }

#caseStudy
{
	width: 			975px;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#636363;
	line-height:	18px;
}

#caseStudy p
{
	margin: 		0 0 15px 0;
	padding:		0;
}


#caseStudy a
{
	color:				#ff0000;
	text-decoration:	none;
}

#caseStudy a:hover
{
	color:				#ff0000;
	text-decoration:	underline;
}

#caseStudy sup
{

}

#caseStudy #leftCol
{
	width: 		480px;
	margin:		0 15px 50px 0;
	float: 		left;
	clear: 		both;
	text-align: left;
}

#caseStudy #rightCol
{
	width: 		480px;
	margin: 	0 0 50px 0;
	float: 		left;
	text-align: left;
}

#caseStudy #singleCol
{
	width: 		975px;
	margin: 	0 0 50px 0;
	float: 		left;
	clear: 		both;
	text-align: center;
}

#caseStudy #leftCol.threeQuarterWidth { width: 670px; }
#caseStudy #rightCol.threeQuarterWidth { width: 670px; }

#caseStudy #leftCol.quarterWidth { width: 290px; }
#caseStudy #rightCol.quarterWidth { width: 290px; }

#caseStudy h1
{
	font-family:	Times, serif;
	font-weight:	normal;
	font-size:		28px;
	text-transform:	uppercase;
	color:			#999999;
	width:			100%;
	clear:			both;
	margin: 		0 0 15px 0;
	padding: 		0 0 5px 0;
}

#caseStudy h2
{
	font-family:	Times, serif;
	font-weight:	normal;
	font-size:		20px;
	text-transform: uppercase;
	color:			#595959;
	width:			100%;
	clear:			both;
	margin: 		0 0 10px 0;
	padding: 		0;
	
}


#caseStudy #divider
{
	border-bottom: 1px solid #cdcdcd;
	width: 			100%;
	clear:			both;
	height:			1px;
	margin: 		0 0 20px 0;
	padding: 		30px 0 0 0;
}

#caseStudy p 
{}

#caseStudy .hidden
{
	display: 		none;
	visibility:		hidden;
}


#caseStudy .break
{
	clear: 			both;	
}


