@charset "utf-8";
/* CSS Document */

/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 850px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0px 10px 0px 10px;
			line-height: 28px;
			color: #ffffff;
			font-weight:bold;
			text-decoration: none;
			
			outline: none;
			font-size: 13px;
			color: #000000;
			cursor: pointer;
			margin: 0 0 4px 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
			cursor:default;
		}
		
		.accordion_content {
			background-color: #1E1E1E;
			color: #fff;
			overflow: hidden;
		}
		.folio {
		height: 250px;
		margin: 1px 1px 1px 1px; 
		float:left;
		width:600px;
		padding:0px;
		text-align:center;
		}
		/*.foliotext {
		height: 150px;
		vertical-align:top;
		width: 200px;
		
		}*/		
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
			.accordion_content ul {
				margin: 10pt 0pt 10px 10px;
				font-size: 12px;
				line-height: 200%;

			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 850px;
			background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 28px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #ffffff;
		}

		.vertical_accordion_content {
			background-color: #1E1E1E;
			color: #fff;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.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: 180px;
			width: 35px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #202020;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin:0 3px 0 3px;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #3B3B3B;
			margin:0 3px 0 3px;
			
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 180px;	/* 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: #1E1E1E;
			color: #666666;
			margin-right: 3px;
		}
			
			.horizontal_accordion_content p {
				width: 95%;
				line-height: 150%;
				font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
				color:#666666;
				line-height: 15pt;
				overflow: hidden;
				height: 180px;
				padding: 5px 5px 5px 5px;
			}
					
					
    /* Container styling*/
  #horizontal_container {
      margin: 10px auto 10px 50px;
	  overflow: hidden;
      width: 800px;   
      height: 180px;
	     }
    
    #vertical_nested_container {
      margin: 20px 0px 0px 0px;
      width: 870px;
    }

