			.toggles{
				padding-top:10px;
				padding-left:15px;
			}
			h2.trigger{
				padding: 0 0 0 50px;
				margin: 0 0 5px 0;
				font-size: 1.5em;
				font-weight: normal;
				float: left;
				background:  url(/images/expand_bar.png) no-repeat;
				height:38px;
				line-height:38px;
				width:448px;
				
			}
			
			h2.trigger a {
				color: #666666  ;
				text-decoration: none;
				display: block;
			}
			h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/


			h2a.trigger{
				padding: 0 0 0 50px;
				margin: 0 0 5px 0;
				font-size: 1.5em;
				font-weight: normal;
				float: left;
				background:  url(/images/expand_bar.png) no-repeat;
				height:38px;
				line-height:38px;
				width:448px;
				
			}
			
			h2a.trigger a {
				color: #666666  ;
				text-decoration: none;
				display: block;
			}
			h2a.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/



			.toggle_container {
				margin: 0 0 5px;
				padding: 0;
				border-top: 1px solid #dbdbdb;
				background: #f4f4f4   left top;
				overflow: hidden;
				font-size: 1.2em;
				width: 500px;
				clear: both;
			}
			
			.toggle_container .block {
				padding: 20px; /*--Padding of Container--*/
				background:  url(/images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
			}
			

