@import url(encp0100_11.css);

h2 + dl.faqs {
	margin-top: -1em;
}

dl.faqs dt {
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	padding: 1em 0em;
	cursor: pointer;
	border-top: 3px solid rgb(220,220,220);
}

dl.faqs dt:hover { background-color: rgb(240,240,240); }
dl.faqs dt.ui-state-active, dl.faqs dt.ui-state-active:hover { background-color: transparent; }

dl.faqs dt:first-child { border-top: none; }

dl.faqs dd {
	position: relative;
	overflow: hidden;
	color: rgb(82,82,82);
	font-size: 1.2em;
	background-color: rgb(206,218,237);
	padding: 0.25em 1.5em;
	margin: 0em 0em 1em 0em;
}

ul.brandsectors {
	position: relative;
	overflow: hidden;
	width: 656px;
	list-style: none;
	margin: 1em 0em;
	padding: 0em 10px 10px 0px;
	border-right: 4px solid rgb(204,204,204);
	border-bottom: 3px solid rgb(204,204,204);
}

ul.brandsectors > li {
	float: left;
	width: 200px;
	padding: 0px 10px;
	border-left: 3px solid rgb(220,220,220);
}

ul.brandsectors > li:first-child {
	padding-left: 0px;
	border-left: none;
}

ul.brandsectors > li > ul {
	list-style: none;
	margin: 1em 0em;
	padding: 0em;
}

ul.brandsectors > li > ul > li {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0.75em;
}

ul.brandsectors > li > ul a, ul.brandsectors > li > ul a:visited {
	color: black;
	text-decoration: none;
}

ul.brandsectors > li > ul a:hover {
	color: rgb(0,53,173);
	text-decoration: underline;
}
