.CollapsiblePanel {
	padding: 0px;
	float: left;
	width: 994px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 7px;
	height: auto;
}

.CollapsiblePanelTab {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: 'SEGOEUIL';
	font-size: 42px;
	color: #242424;
	height: 25px;
	/* [disabled]background-image: url(../img/New/readmore.png); */
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 0px;
	letter-spacing: -2px;
	outline: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #737373;
	font-size: 16px;
	padding-left: 0px;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 25px;
	width: 994px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #4F4F4F;
	/* [disabled]background-image: url(../img/New/hideall.png); */
	background-repeat: no-repeat;
	background-position: left;
	outline: none;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #AA9141; outline: none;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}.careerstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #3B3B3B;
	float: left;
	height: 150px;
	width: 994px;
	padding-top: 30px;
	line-height: 30px;
}
.CollapsiblePanelTab2 {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: 'SEGOEUIL';
	font-size: 42px;
	color: #242424;
	height: 25px;
	background-image: url(../img/New/readmore-NEW.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 0px;
	letter-spacing: -2px;
	outline: none;
}
.CollapsiblePanel2 {
	padding: 0px;
	float: left;
	width: 980px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 7px;
	height: auto;
}
.CollapsiblePanelContent2 {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #737373;
	font-size: 15px;
	padding-left: 8px;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 22px;
}
.CollapsiblePanelOpen .CollapsiblePanelTab2 {
	color: #AA9141;
	background-image: url(../img/New/hideall.png);
	background-repeat: no-repeat;
	background-position: right;
	outline: none;
}
