/* CSS Document */
.counsellingdrop{ /*header of 1st demo*/
	cursor: pointer;
	cursor: pointer;
	display: block;
	padding-bottom: 15px;
	clear: left;
	float: left;
	width: 300px;
}

.opencounselling{ /*class added to contents of 1st demo when they are open*/
}

.thecounselling {
	float: left;
	font-size: 0.8em;
	text-transform: capitalize;
	width: 973px;
	background-color: #333333;
	padding-left: 53px;
	margin-left: -1px;
}
