<style type="text/css" >
		
		/*
			Vertical Accordions
		*/
		#container
		{
			position:relative;
			float:left;
			width:600px;
		}
		.accordion_toggle {
			display: block;
			display:
			height: 25px;
			width: 600px;
			padding: 0 0px 0 0px;
			line-height: 15px;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			font-family: Arial;
			font-weight: bold;
			color: #313b46;
			cursor: pointer;
			margin: 0 0 0 0;
			width:600px;
		}
		
		.accordion_toggle_active {
			color: #6598F6;
			border-bottom: 1px solid #b6bbc9;
			width:600px;
		}
		
		.accordion_content {
			background-color: #fbfbfb; 
			color: #444444;
			overflow: hidden;
			width:600px;
			padding: 0 10px 0 10px;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				width:600px;
				padding: 0 10px 0 10px;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 25px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #c8cedd;
			padding: 0 10px 0 10px;
			line-height: 25px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #b6bbc9;
			cursor: pointer;
			margin: 0 0 0 0;
						width:100%
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e7eeff;
			color: #ffffff;
			width:600px;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			width:600px;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
				width:470px;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #c8cedd;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #b6bbc9;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e7eeff;
			border-right: 1px solid #1E3F46;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* 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: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 600px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 0 auto 0 auto;
      width: 500px;   
      height: 1px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 600px;
    }

	</style>
