@charset "utf-8";


/* -----------------
    careers page 
	-----------------*/
#departements {
	width: 610px;
	background-color: #ECF1F6;
	border: 1px solid #10437C;
	margin: 10px 0 0 10px;
}	
#departements td {
	width: 50%;
	vertical-align: top;
	padding: 0 5px 10px 20px;
}
#departements td H1 {
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0;
}
#departements td a:link, #departements td a:visited {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	clear: both;
}
#reasons {
	width: 616px;
	padding: 0;
	margin: 20px 0 0 7px;
	background: url(images/10_reasons_bg.gif);
}
#reasons ul {
	width: 610px;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}
#reasons li {
	padding: 4px 5px 4px 50px;
	margin: 0;
}
#reasons #r01 {
	background: url(images/01.gif) 15px 4px no-repeat;
}
#reasons #r02 {
	background: url(images/02.gif) 15px 4px no-repeat;
}
#reasons #r03 {
	background: url(images/03.gif) 15px 4px no-repeat;
}
#reasons #r04 {
	background: url(images/04.gif) 15px 4px no-repeat;
}
#reasons #r05 {
	background: url(images/05.gif) 15px 4px no-repeat;
}
#reasons #r06 {
	background: url(images/06.gif) 15px 4px no-repeat;
}
#reasons #r07 {
	background: url(images/07.gif) 15px 4px no-repeat;
}
#reasons #r08 {
	background: url(images/08.gif) 15px 4px no-repeat;
}
#reasons #r09 {
	background: url(images/09.gif) 15px 4px no-repeat;
}
#reasons #r10 {
	background: url(images/10.gif) 15px 4px no-repeat;
}
#benefits {
	width: 616px;
	padding: 0;
	margin: 20px 0 0 7px;
	background: url(images/benefits_bg.gif);
}
#benefits ul {
	width: 610px;
	padding: 5px 0;
	margin: 0;
	list-style: none;
}

#benefits li {
	padding: 4px 5px 3px 50px;
	margin: 0;
	background: url(images/tick.gif) 1px 50% no-repeat;
}

#career_faq {
	width: 616px;
	padding: 0;
	margin: 20px 0 20px 7px;
	background: url(images/faq_bg.gif);
}
.handcursor{
cursor:hand;
cursor:pointer;
}	
#career_faq H3 {
	padding: 4px 5px 3px 22px;
	margin: 0;
	/*text-decoration: underline;*/
	font-weight: bold;
	color: #5B7290;
	font-size: 12px;
}
.switchgroup1 {
	padding: 4px 5px 3px 50px;
	margin: 0;
}
	
/* end careers page */	
