@import "global.css";
@import "common.css";

/*
Allen School Online
- Program style sheet
- Created: June 5 2007
*/

#aCol { width: 215px; float: left; }
	/* #sideNav in common.css */

#bCol { width: 509px; float: left; }
	#contentHeader { margin: 3px 0 8px 0; }
	
	#bCol.spread ul.faqs { list-style: outside decimal; font-size: 1.5em; padding: 15px 0 20px 0; margin: 0 0 0 30px; }
	#bCol.spread ul.faqs li { margin: 0 0 10px 0; padding: 2px 20px 3px 0; clear: both; line-height: 1.4em; font-weight: bold; color: #600; }
	#bCol.spread ul.faqs li a { cursor: pointer; font-weight: normal; }
	#bCol.spread ul.faqs div.answer { margin: 0; display: none; }
	#bCol.spread ul.faqs div.answer p { margin: 5px 0 5px 0; font-size: .95em; line-height: 1.6em; color: #333; }
	#bCol.spread ul.faqs div.answer ol { margin: 0 15px 0 20px !important; font: normal 1.2em/1.6em Arial, Helvetica, sans-serif; list-style: none; }
	#bCol.spread ul.faqs div.answer ol li { margin: 0 0 10px 0 !important; padding: 0 0 0 10px !important; background: url(/static/img/ls/disc.gif) no-repeat 0 8px; color: #333; font-size: .7em; font-weight: normal; }
	#bCol.spread ul.faqs div.active { display: block; }

#bCol.spread { width: 705px; }
/* #bCol.spread type elements Style in common.css */

#cCol { width: 220px; float: left; }
h2.faqHead { padding: 0 0 8px 0; margin: 0 0 8px 0; font: normal 13px Arial, Helvetica, sans-serif; color: #1d3a6b; text-transform: uppercase; border-bottom: 1px solid #d3d3d3; }