	/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			display: block;
			height: 414px;
			width: 94px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 336px;/* 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;
			 margin:0px;
			 padding:0px;
		}
			
			.horizontal_accordion_content p {
				width: 698px;
				line-height: 150%;
				 border:solid 0px #000000;
				 margin:0px;
				 padding:0px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 0px 0px  0px 0px;
      width: 100%;   
      height: 414px;
	  	  border:solid 0px #000000;
		
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
	 
    }
	.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
margin-top:250px;
text-align:left;
font-weight:normal;
margin-left:5px;


}

.chamber
{
background-image:url(../images/homechamberbutt.jpg);
height:414px;
width:94px;
}

.businessresorce
{
background-image:url(../images/homebusinressbutt.jpg);
height:414px;
width:94px;
}
.lifeingreenbo
{
background-image: url(../images/homelifebutton.jpg);
height:414px;
width:93px;

}
h3{
margin:0px;
padding:0px;

}
