
/* trigger button */
#job {
	background:transparent url(../images/jp_button.jpg) no-repeat scroll 0 0;
	display:block;
	height:61px;
	overflow:hidden;
	text-indent:-999em;
	width:240px;
	cursor:pointer;
	border-style: none;
	border-width: 0;
}


#training {
	background:transparent url(../images/tp_button.jpg) no-repeat scroll 0 0;
	display:block;
	height:64px;
	overflow: hidden;
	text-indent:-999em;
	width:240px;
	cursor:pointer;
	border-style: none;
	border-width: 0;
}


#hypa {
	background:transparent url(../images/hypa_button.jpg) no-repeat scroll 0 0;
	display:block;
	height:42px;

	overflow:hidden;
	text-indent:-999em;
	width:240px;
	cursor:pointer;
	border-style: none;
	border-width: 0;
}

/* mouseover state */
#hypa:hover {
	background:transparent url(../images/hypa_button_over.jpg) no-repeat scroll 0 0;		
}

/* clicked state */
#hypa:focus {
	background:transparent url(../images/hypa_button.jpg) no-repeat scroll 0 0;
}




/* tooltip styling */
.tooltip1 {
	display:none;
	background:url(../images/jp_popup.png);
	height:178px;
	width:255px;
	margin-left: -228px;
	margin-top: 68px;
	border-style: none;
	border-width: 0;
}

/* a .label element inside tooltip */
.tooltip1 .label {
	color:yellow;
	width:35px;
	border-style: none;
	border-width: 0;
}

.tooltip1 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
	border-width: 0;
}

.tooltip2 {
	display:none;
	background:url(../images/tp_popup.png);
	height:178px;
	width:255px;
	margin-left: -228px;
	margin-top: 70px;
	border-style: none;
	border-width: 0;
}

/* a .label element inside tooltip */
.tooltip2 .label {
	color:yellow;
	width:35px;
	border-style: none;
	border-width: 0;
}

.tooltip2 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
	border-style: none;
	border-width: 0;
}

.tooltip3 {
	display:none;
	background:url(../images/hypa_popup.png);
	height:178px;
	width:255px;
	margin-left: -228px;
	margin-top: 70px;
	border-style: none;
	border-width: 0;
}

/* a .label element inside tooltip */
.tooltip3 .label {
	color:yellow;
	width:35px;
	border-style: none;
	border-width: 0;
}

.tooltip3 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
	border-style: none;
	border-width: 0;
}
