@charset "utf-8";
/* CSS for JQuery Acordian script http://www.switchroyale.com/vallenato/  */
#accordion-container {
	padding: 5px 10px 10px 10px;
}

.accordion-header {
	margin: 5px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
}

.active-header {
	background: url(http://www.albany.edu/Images/accordian-script-active.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.active-header:hover {
	background: url(http://www.albany.edu/Images/accordian-script-active.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.inactive-header {
	background: url(http://www.albany.edu/Images/accordian-script-inactive.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.inactive-header:hover {
	background: url(http://www.albany.edu/Images/accordian-script-inactive.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.accordion-content {
	display: none;
	padding: 0px;
	margin-bottom: 20px;
	padding-left: 21px;
	
}    
#accordion-container h2 {
	color:#414AC7;
	font-size: 1.1em;
	}

