/* 
Toggle Script Style Sheet
-------------------------------------------------------
Copyright (c) 2010, Ranta Consulting, Inc.

Last Updated:
Date: 3/18/2010 */   

h4.trigger{
  	margin: 0 0 2px;

}

h4.trigger a {


}
h4.trigger a:hover { color: #ccc; }
h4.active {} /*--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;
	overflow: hidden;
	clear: both;
}

.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/

}

