﻿
/* Accordion styles */

div#content div.accordion-parent {
	margin: 2em 0 2em 23px;
	padding: 0;
	width: 473px; }
		
div#content div.accordion-parent p,
div#content div.accordion-parent ul {
	color: #474444; /* dark gray */
	font-size: .9em; } 

/* Update for onmouseover effects, if necessary */
div#content div.accordion-parent div.select { width: 473px; } 
div#content div.accordion-parent div.deselect { width: 473px; }

div#content div.deselect div.accordion-expand {  } /* Don't set display here. Set by script. */
div#content div.accordion-parent div.select div.accordion-expand {
	border: #d0d8e3 1px solid; } /* light blue */
div#content div.select div.accordion-expand p.accordion-footer {
	display: block;
	height: 6px;
	width: 473px;
	margin: 0;
	padding: 0;
	background: url(/images/accordion/bg-bottom.gif) no-repeat scroll left bottom; }
	
div#content div.accordion-parent div.select h2 {
	color: #4c4485; /* blue */
	display: inline-block;
	background: url(/images/accordion/select.gif) 0.5em center no-repeat; }

div#content div.accordion-parent div.deselect h2 a {
	color: #719500; /* green */ 
	text-decoration: none; }
	
div#content div.accordion-parent div.select h2 a:hover,
div#content div.accordion-parent div.deselect h2 a:hover { text-decoration: underline; }

div#content div.accordion-parent div.select h2 a {
	color: #4c4485; /* blue */
	text-decoration: none;  }
	
div#content div.accordion-child {
	border-top: #d0d8e3 1px solid;
	width: 473px; }
	
div#content div.accordion-child h2 {
	color: #719500; /* green */
	display: inline-block;
	font-size: 1.15em;
	font-weight: bold;
	margin: .75em 0 .75em 0;
	padding-left: 2em;
	background: url(/images/accordion/deselect.gif) 0.5em center no-repeat; }
	
div#content div.select div.accordion-expand {
	width: 473px;
	background: url(/images/accordion/bg.gif) no-repeat scroll left top; }
div#content div.select div.accordion-expand p {
	margin: 2em 2em 1em 2em; }
div#content div.select div.accordion-expand ul {
	margin: 1em 2em 2em 3em; 
	list-style-position: outside; }
	




