a {text-decoration: none; color: #c04 }
#contentBlockWidePage a:hover { color:black !important; text-decoration: none !important;}
#admissionsIntro {font-style:italic; line-height:18px; margin-top:10px}

/*Horizontal Accordion*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: right;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 255px;
			width: 20px;
			background: #bab6ab url(/admissions/images/home/slide_photos/bar_left.gif) no-repeat center 225px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-left: 1px solid #ebe8ce;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		.horizontal_accordion_toggle a{
			width: 20px; height:255px; display:block;
			margin: 0; padding: 0
		}
		.horizontal_accordion_toggle a:hover{
		background: url(/admissions/images/home/slide_photos/bar_left_over.gif) no-repeat center 220px;
		}
		.horizontal_accordion_toggle_active {
			background: #c04 url(/admissions/images/home/slide_photos/bar_right.gif) no-repeat center 225px;
			border-left: 1px solid #c04;
		}
		.horizontal_accordion_toggle_active a:hover{
		background: url(images/home/slide_photos/bar_right.gif) no-repeat center 220px;
		}
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 260px;	/* We need to define a height for the accordion as it stretches the width */
			float: right;	/* This make sure it stays horizontal */

			/* REQUIRED */
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
.horizontal_accordion_content img {
				width: 665px;
}
			
    /* Container styling
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 770px;   
      height: 260px; */   
			
.eventAlert {width:290px; height:95px; background:#C04 url(/admissions/images/home/slide_photos/alert_backgr.jpg) no-repeat top left; position:absolute; left:38px; top:50px; border:#FFFFFF 2px solid; text-align:center; color:#FFF; padding:20px; font-family:Georgia, "Times New Roman", Times, serif; font-smooth:always}
.eventAlert a {color:#FFF; font-size:170%}
#contentBlockWidePage .eventAlert a:hover {color:#FDD !important;}

/***********Vertical Menu Accordion***********/			
#vertical_container {font-family: Verdana, Arial, Helvetica, sans-serif;}
.accordion_toggle, .accordion_button {display: block; height: auto; width: 155px; padding: 7px 20px 7px 0; font-weight: normal; font-size: 12px; line-height: 15px; color: #000; border-bottom: 1px solid #999; cursor: pointer; }
.accordion_content {overflow: hidden; width: 100%; font-size: 11px; padding: 0;}
.accordion_toggle {background: url(/images/folderplus_bck.gif) no-repeat top right;}
#vertical_container .accordion_toggle:hover {background:#FFF url(/images/folder_arrow_bck.gif) no-repeat top right; color:#C04}
.accordion_content a{color:#C04 !important;}
.accordion_content ul a:hover {background-image:none; color:#555 !important;}
.accordion_toggle_active {background: #EEE url(/images/folderminus_bck.gif) no-repeat top right; border-bottom: 1px dashed #999; text-decoration: none; color: #C04 !important}
.accordion_button {background: url(/images/arrow_right.gif) no-repeat top right;}
.accordion_button:hover {background: #FFF url(/images/arrow_right.gif) no-repeat top right !important;}

/**********Admissions Home Accordions**********/
#admissionsHomeMenu .accordion_toggle:hover {background:url(/admissions/images/home/vertical_container_hover.gif) no-repeat top left;}
#admissionsHomeMenu {width:45%; float:left; margin-top:-5px}
#admissionsHomeMenu .accordion_toggle, #admissionsHomeMenu .accordion_button  {display: block; height: 30px; width: 280px; background-color: #fff; padding: 0 10px 0 20px; line-height: 30px; font-weight: normal; font-size: 12px; color: #c04; border-bottom: 1px solid #999; cursor: pointer; margin: 0 0 0 0;}

#admissionsHomeMenu .accordion_toggle  {background: url(/images/folderplus_bck.gif) no-repeat top left;}
#admissionsHomeMenu .accordion_toggle_active {background: #EEE url(/images/folderminus_bck.gif) no-repeat top left; border-bottom: 1px dashed #999; text-decoration: none; color: #000 !important}
#admissionsHomeMenu .accordion_content {background-color: #f5f5f5; color: #777; overflow: hidden; width: 280px; font-size: 11px; padding: 10px 10px 10px 20px; border-bottom: 1px solid #999;}
#admissionsHomeMenu .accordion_content p {line-height: 150%; padding: 5px 10px 10px 5px}			
#admissionsHomeMenu .accordion_content ul {list-style:none; margin:0; padding:0}
#admissionsHomeMenu .accordion_content ul ul{padding:5px 15px}
#admissionsHomeMenu .accordion_content li { margin-bottom:7px;}
#admissionsHomeMenu .accordion_content a:hover { background-color:#f1f1f; background-image:none}

#admissionsHomeMenu .accordion_button  {background: url(/images/arrow_right.gif) no-repeat top left;}
#admissionsHomeMenu .accordion_button:hover {background:url(/admissions/images/home/vertical_container_link_hover.gif) no-repeat top left !important;}


