/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */
		
		.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0;}
		.easy-accordion dt,.easy-accordion dd{margin:0;padding:0;}
		.easy-accordion dt,.easy-accordion dd{position:absolute;}
		.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
		.easy-accordion dd{z-index:1;opacity:0;overflow:hidden;}
		.easy-accordion dd.active{opacity:1;}
		.easy-accordion dd.no-more-active{z-index:2;opacity:1;}
		.easy-accordion dd.active{z-index:3;}
		.easy-accordion dd.plus{z-index:4;}
		.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
		
/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */
		
dd p {
	line-height:1.5;
	}
#calltoaction {
	width:960px;
	height:195px;
	padding:0;
	margin:0 0 40px 0;
	}
#calltoaction h2 {
	font-size:2.5em;
	margin-top:10px;
	}
#calltoaction dl {
	width:960px;
	height:195px;

	}
#calltoaction dt {  /* tabs */
	height:54px;
	border: 1px solid #d7dac3; /*add a pixel of whitespace between tabs */
	line-height:44px;
	text-align:right;
	padding:10px 18px 0 0;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	background-color: #333;
	color:#fff;
	}
#calltoaction dt.active {
	cursor:pointer;
	color:#ffcc00;
	background-color: #98002e; /* tab highlight */
	}
#calltoaction dt.hover {
	color:#9999cc;
	}
#calltoaction dt.active.hover {
	color:#9999cc;
	}
#calltoaction dd {
	width: 680px !important;	
	height: 100% !important;
	padding: 14px 14px 14px 0;
	background-color: #fff; /* content area */
	border-left:0;
	}
#calltoaction .slide-number {
	color:#333; /* make the numbers disappear (color hack fixes IE) */
	left:0;
	width: 16px;
	font-weight:normal;
	}
#calltoaction .active .slide-number {
	color: #98002e; /* make the number disappear (color hack fixes IE) */
}
#calltoaction .action01 .slide-number {
	background: url('http://www.calvin.edu/images/icons/information.png') no-repeat 0 0;
}
#calltoaction .action02 .slide-number {
	background: url('http://www.calvin.edu/images/icons/calendar.png') no-repeat 0 0;
}
#calltoaction .action03 .slide-number {
	background: url('http://www.calvin.edu/images/icons/application_form.png') no-repeat 0 0;
}
#calltoaction .action04 .slide-number {
	background: url('http://www.calvin.edu/images/icons/heart.png') no-repeat 0 0;
}
#calltoaction a {}
#calltoaction dd img {
	float:right;
	margin:0 0 0 20px;
	position:relative;
	top:-20px;
	}