/*Florida Georgia Louis Stokes Alliance
Author: Erica Ware http://www.fusionwaredesign.com For Digital 21
*/

	/*
			Horizontal Accordion
		*/

#haccordian { width:950px; height:210px; margin:15px 0; background:url(../i/haccordianBg.jpg) repeat-x;}

		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 199px;
			width: 55px;
			/*background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;*/
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		.horizontal_accordion_toggle .students_tab{
			background:url(../i/hnav_students.jpg) no-repeat; width:55px; height:199px; display:block;
		}
		.horizontal_accordion_toggle .exhibitors_tab{
			background:url(../i/hnav_exhibitors.jpg) no-repeat; width:55px; height:199px; display:block;
		}	
		.horizontal_accordion_toggle .institutions_tab{
			background:url(../i/hnav_institutions.jpg) no-repeat; width:55px; height:199px; display:block;
		}	
		/*	
		.horizontal_accordion_toggle_active .students_tab{
			background:url(../i/hnav_studentsHover.jpg) no-repeat; width:55px; height:199px; display:block;
			border-right: 1px solid #f68263;
		}
		.horizontal_accordion_toggle_active .exhibitors_tab{
			background:url(../i/hnav_exhibitorsHover.jpg) no-repeat; width:55px; height:199px; display:block;
			border-right: 1px solid #f68263;
		}
		.horizontal_accordion_toggle_active .institutions_tab{
			background:url(../i/hnav_institutionsHover.jpg) no-repeat; width:55px; height:199px; display:block;
			border-right: 1px solid #f68263;
		}	*/	
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 199px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED*/
			
			overflow: hidden; 
			background-color: #ccc;
			color: #444444;
		}
			
			.horizontal_accordion_content div {
				width: 765px;
				height:189px;
				line-height: 150%;
				padding: 5px 10px;
				color:#fff;
				  font-family: Georgia, "lucida bright", "times new roman", serif;; 

				
			}
	.horizontal_accordion_content p{ width:150px; height:150px;}				
	 #students, #institutions{ font-size:16px;  line-height:23px; background:url(../i/hnav_photo_students.jpg) no-repeat;  height:199px; width:785px;}
	 #exhibitors{ font-size:16px;  line-height:23px; background:url(../i/hnav_photo_students2.jpg) no-repeat;  height:199px; width:785px;}
	 	 	
	  .horizontal_accordion_content  div ul { margin:-10px 0 0 0; padding:0;line-height:12px;width:150px;}	
	 .horizontal_accordion_content  div li { background:url(../i/bullet_arrow.gif) no-repeat left center; padding-left:15px; list-style:none; }		
    .horizontal_accordion_content a { color:#FFFFFF;}
    .horizontal_accordion_content a:hover { color:#670000;}
	
	
	/* Container styling*/
    #horizontal_container {
      margin: 0 auto;
      width: 950px;   
      height: 199px;
    }
    
