
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	/*background:#333 url(../images/h3.png);*/
	width: 640px;	
	/*background:#666;*/
	float:left;
	border-bottom: 1px solid #0251A0;
}

/* accordion header */
#accordion h2 {
	font-family:Calibri; font-size:24px;
	margin:0;
	padding:5px 15px;
	background-color:#E7DFCE;
	font-weight:normal;
	
	border-top: 1px solid #0251A0;  border-right: 1px solid #0251A0; border-left: 1px solid #0251A0;
	cursor:pointer;
	font-size:18px;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#E21C2A;
	font-size:18px;
	color:#fff;
}
#accordion h2.hover {
	cursor:default;
	background-color:#E7DFCE;
	font-size:18px;
}
/* accordion pane */
#accordion .pane {
	border-left: 1px solid #0251A0; border-right: 1px solid #0251A0; 
	display:none;
	/*height:180px;*/
	padding:15px;
	color:#000;
	font-family:tahoma; font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	margin:0 0 -5px 0;
	font-family:Calibri;
	font-size:14px;
}
h2.heaidng{width:100%; height:100px; cursor:default; background-color:#fff; font-family:Calibri; font-size:24px;}

.company{font-family:Candara; font-size:18px; color:#000}
.program{font-family:tahoma; font-size:12px; color:#424242}

