/* @override 
	http://summer.regent-college.edu/jquery_collapse.css
	http://www.regent-college.edu/academics/summer/jquery_collapse.css
*/

h3.trigger {
	background: #77A3CF url(images/open_close_panel_icon.png) no-repeat 15px 3px;
	line-height: 30px;
	width: 600px;
	height: 35px;
	display: block;
	padding: 0;
	float: left;
	margin: -10px 0 20px 0px;
}

h3.trigger a {
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 2px;
	margin-left: 35px;
	margin-bottom: 0;
}

h3.trigger.active a:hover {
	margin-bottom: 0;
	
}

h3.trigger.active a:active {
	margin-bottom: 0;
	
}


h3.trigger.active a:visited {
	margin-bottom: 0;
	
}


h3.trigger.active {
	margin-bottom: 0px !important;
}

.subject-courses h3 {
	margin-bottom: 0px;
}

/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.2em;
	width: 600px;
	background-color: #f3f3f3;
	border-top-style: none;
	border-bottom: 1px solid #c8c8c8;
	overflow: hidden;
}

.toggle_container .block {
	padding: 20px;
	margin-top: 0;
}

.toggle_container h3 {
	border-bottom-style: none;
	border-style: none;
	color: #4e4c4b;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
	margin-left: 0;
	margin-top: 0 !important;
}

.toggle_container ul {
	
	margin-left: 9px;
	list-style-type: none;
}


.toggle_container li {
	font-size: .8em;
	line-height: 1.6em;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted silver;
}

.toggle_container li {
	font-size: .8em;
	line-height: 1.6em;
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted silver;
}




