*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {

	margin: 0 auto;
}

h2.trigger {
	width: 750px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	background-image: url(expand.png);
	background-repeat: no-repeat;
	background-position: 715px 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	border-left-style: solid;
	border-right-style: solid;
	min-height:40px;
	height:auto !important;
  height:40px;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-right: 43px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
h2.trigger a:hover {
	color: #333;
}
h2.active {
	background-image: url(contract.png);
}


.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 750px;
	clear: both;
	background-color: #FFF;
}


#expcon {
	text-align: right;
	float: right;
	width: 150px;
}