/***************************************************
 * FILE NAME:       /css/case_studies.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for case_studies.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

div#main-content {
	width: 760px;
	display: inline;
}

	div#main-content h1 {
		width: 505px;
		font-size: 24px;
		font-weight: bold;
		border-bottom: 1px dashed #888;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	div#main-content h2 {
		font-size: 18px;
		font-weight: bold;
		color: #346e98;
		margin-bottom: 5px;
		line-height: 22px;
	}
	
	p.border-bottom {
		width: 505px;
		border-bottom: 1px dashed #888;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	
	p.answer {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 20px;
	}

div#sidebars {
	float: right;
	width: 230px;
	margin: 0 0 20px 20px;
}
	
	div#sidebars h1 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 14px;
	}
	
	div#sidebars a {
		color: #f60;
		font-weight: bold;
		border: none;
		text-decoration: underline;
	}

	div#sidebars div#stats-sidebar {
		width: 214px;
		padding: 6px;
		border: 2px solid #f60;
		background: #f5ece3;
		font-size: 11px;
	}
	
	div#sidebars div#studies-sidebar {
		margin-top: 10px;
		padding: 6px;
		width: 214px;
		border: 2px solid #f60;
		background: #f5ece3;
		font-size: 11px;
	}
	
	div#sidebars div#studies-sidebar ul {
		list-style-type: square;
		margin-left: 20px;
		margin-bottom: 10px;
	}