@charset "UTF-8";
/* CSS Document */
/* switchcontent
      styles to accompany the switchcontent.js expand/collapse functionality used in FAQs, etc.
*/

.expandablecontent {padding-top:10px;}
.expandablecontent h3 {cursor:hand;cursor:pointer;}
.expandablecontent h3 img {margin:0 10px 0 0;}
.expandablecontent ul {margin:0;padding:1em 0 1em 15px;}
.expandablecontent .showall a, .expandablecontent .hideall a {
	font-weight:bold;
	padding:5px 15px 3px;
	margin-right:3px;
	background-color:#9cf;
	border-bottom:none;
	}
.expandablecontent .showall a:hover, .expandablecontent .hideall a:hover {
	border-bottom:solid 2px #e92c26;
	text-decoration:none;
	}
.expandablecontent .switchgroup1 {
	margin:0 0 10px 25px;
	padding:5px 15px;
	border-left: 1px solid #7eb8db;
	background-color: #edece7;
}
