﻿h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	height: 30px;
	line-height: 30px;
	width: 650px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}

p.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	height: 30px;
	line-height: 30px;
	width: 650px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
}
h2.trigger a:hover { color: #ccc; }
h2.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 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(images/toggle_block_stretch.gif) repeat-y left top;
	font-size: 1.2em;
	width: 650px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(images/toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

.right_block
{
    margin: 0 500px 0 0;
}

