
/** Begin styles for Read more text **/
div.ui-collapsible-container {
	clear: both;
	float: right;
	margin-top: 15px;
}

/*div.ui-collapsible-container h2 {
	color: #379e92 !important;
	color:#125E1C;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}*/

div.ui-collapsible-container h2 a {
	width: 100%;
	display: block;
	background: url('../images/icons/readmore.gif') right no-repeat;
}

div.ui-collapsible-container .ui-collapsible-active h2 a {
	background-image: url('../images/icons/readless.gif');

}

div.maintext {
	width: 471px;
	margin-bottom:15px;

}

/** End styles for Read more text **/


div#container-heading {
	height: 35px;
	margin-bottom: 5px;
}

div#container-sub-heading {
	margin-bottom: 5px;
	font-size: 95%;
	font-weight:bold;
}

div#container-sub-heading h2{
	margin-bottom: 5px;
	font-size: 95%;
	font-weight:bold;
}

div#container-sub-heading p{
	margin-bottom: 5px;
	font-size: 95%;
	font-weight:bold;
}

div#container-sub-heading h1{
	margin-bottom: 5px;
	font-size: 95%;
	font-weight:bold;
}

.error_msg{
	color:#F00;
}