@charset "utf-8";
table.serviceTable {
	width:90%;
	margin:auto;
	border-collapse: collapse;
	border: 1px solid black;
}

th.serviceTable, td.serviceTable {
    border: 1px solid black;
	width:20%;
}

.cellTitle {
	font-weight: bold;
	color: Black;	/*TODO*/
	padding: 0px 10px 0px 10px;	
}

.cellText{
	padding: 0px 10px 0px 10px;	
}

.knowMore{
	text-decoration: none;
	color:Gray;
	font-size:75%;
	vertical-align: super;
}

li.serviceList{

}

li.talentMgtList {

}

table.secondaryTable {
	width:90%;
}

ol.serviceList {
    list-style-type: decimal;
}

p.serviceH1 {
	padding: 0px 15px 0px 15px;
	font-size:large;
	font-weight: bold;
}

p.serviceH2 {
	padding: 0px 15px 0px 15px;
	font-weight: bold;
	margin:0;
}

p.serviceText {
	padding: 0px 15px 0px 15px;
	margin: 0;
	line-height:100%;
}

p.numList {
	padding-left:35px;
}

p.bullList {
	padding-left:15px;
}

#talentAcq {
	visibility: none;
}
