@charset "utf-8";
/* CSS Document */

#container {
	border: solid 1px #ffffff;
	font-size: 15px;
}

.accordion_toggle {
			display: block;
			height: 52px;
			background: url(images/accordianbg.png) repeat-x top left #ffffff;
			padding: 0 10px 0 50px;
			line-height: 52px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 17px;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordianbg.png) repeat-x top left #ffffff;
			color: #000000;
		}
		
		.accordion_content {
	background-color: #ffffff;
	overflow: hidden;
	background-image: url(images/accordioncontentbg.png);
	background-repeat: repeat;
	background-position: left top;
		}
			
			.accordion_content h2 {
				
			}
			
			.accordion_content p {
				line-height: 22px;
				padding: 6px 10px;
				font-size: 14px;
			}
			
			.accordion_content ul {
			padding-left: 40px;
			line-height: 24px;
			}
			
			.accordion_content li{
			list-style-type:none;
			padding-left:42px;
			background-position:18px 8px;
			background-image:url(images/bullet.png);
			background-repeat:no-repeat;
			padding-bottom:15px
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 600px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #cde99f;
			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;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {

				color: #0099FF;
			}

			.vertical_accordion_content p {

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

			display: block;
			height: 140px;
			width: 30px;
			background: url(images/h_accordion_toggle.png) repeat-y top left #f0f0f0;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle.png) repeat-y top left #1a9dd0;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 140px;	/* 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: 480px;
				padding: 0 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 660px;   
      height: 140px; 
	  padding: 0;   
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }

.hoac1 {
	background-image: url(images/hoac1.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
}
.hoac2 {
	background-image: url(images/hoac2.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
}
.hoac3 {
	background-image: url(images/hoac3.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
}
.hoac4 {
	background-image: url(images/hoac4.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	display: block;
}