body{
background-color:#ffffff;
margin:0px;
padding:0px;
font-family:arial;
font-size:13px;
}

.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 500px;
			width: 29px;
			color: #ffffff;
			text-decoration: none;
			outline: none;

			cursor: pointer;
			margin: 0 0 0 0;
		}
		
.horizontal_accordion_toggle_active {


		}
		
		
		
		
		
		
.horizontal_accordion_content {
			/* REQUIRED */
			height: 500px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			background-color: #ffffff;
			color: #444444;
			overflow:hidden;
			
		}
			

					
					
    /* Container styling*/
 #horizontal_container {
      width: 900px;   
      height: 500px;

      background-color: #ffffff;
         
    }
    
    
    .footer{
    font-family:arial;
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
    }
    
     .footer a{
    font-family:arial;
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
    }
    
     .footer a:hover{
    font-family:arial;
    font-size:10px;
    color:#ffffff;
    text-decoration:underline;
    }
    