.accessNav {
	display:none;
}
* {
	margin:0;
	padding:0;
}
html {
	font:.8em/1.4em Arial, Helvetica, sans-serif;
	color:#000000;
}
a {
	color:#7d7d7d;
}
a:hover, .selected > a {
	color:#4d4d4d;
}
body {
	background:#e1e1e1 url(/images/bgHeader.png) repeat-x;
	overflow-y: scroll;
	color:#000000;
}
#solFind {
	display:none;
	position:absolute;
	z-index:500;
}
#solFindModal {
	position:absolute;
	z-index:0;
	top:0;
	left:3px;
	background-color:#fff;
	height:100em;
	width:909px;
     /* filter:alpha(opacity=50);  for ie */
	opacity:.25; /* correct css */
}
#solFindFlash {
	position:relative;
	z-index:1;
	left:92px;
	top:150px;
}
#container {
	position:relative;
	text-align: left;
	margin: 0 auto;
	width:912px;
}
#efx {
	text-align: center;
}
#header {
	position:relative;
	background:transparent url(/images/bgGlobalNav.png) no-repeat bottom right;
	padding:0 10px 0 4px;
	height:145px;
	width:898px;
}
#homeLink a {
	background:transparent url(/images/efxLogo.png) no-repeat top left;
	display:block;
	position:absolute;
	float: left;
	top:30px;
	height:34px;
	width:179px;
	text-indent:-9999em;
}
/*Code modified for inav#39011-start*/
#newsroom {
	position:absolute;
	float: left;
	top:15px;
	right:10px;
	width:410px;
	height:75px;
	overflow:hidden;
}
#newsroom1 {
	padding-right: 0px; padding-left: 200px; right: 10px; background: #fff no-repeat left top; 
	padding-bottom: 0px; overflow: hidden; width: 220px;  padding-top: 9px;
	position: absolute; top: 28px; height: 55px
}
#newsroom1 h1{
	
	color: #808080;	
	text-align: right;
	font-size: 24pt;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding-bottom: 0.1em; 
}
#newsroom  dl {
	width:260px;
}
#newsroom dt a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:94px;
	width:162px;
	text-indent:-9999em;
}
#newsroom dd {
	clear: both;
	font-size:.7em;
	font-weight: bold;
	letter-spacing:-.03em;
	line-height:1.2em;
	padding-top: 0.7em;
	padding-bottom:1em;
	overflow:hidden;
	width: 400px;
}
#newsroom dd a {
	color: #000000;
}

#newsroom em {
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}
/*Code modified for inav#39011-end*/
#siteSearch {
	position: absolute;
	float: right;	
}

#siteSearch fieldset {
	border:none;
}
#siteSearch legend {
	display:none;
}
#siteSearch label {
	float:left;
	display:block;
	color:#903;
	font-size:.9em;
	font-weight:bold;
	padding:0px 9px 0 0;
}
#siteSearch .text, #siteSearch .submit  {
	display:block;
	float:left;
	border:1px solid #903;
}
#siteSearch .text {
	border-right:none;
	padding-right:2px;
	width:70px;
	height:1.4em;
	font-weight:bold;
}
#siteSearch .submit {
	background:#fff url(/images/buttonSearchSubmit.png) no-repeat center center;
	border-left:none;
	margin-left:-1px;
	width:26px;
	height:1.4em;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999em;
}

/* begin global navigation */
#globalNav {
	position:absolute;
	top:120px;
	left:214px;
	font-size:.9em;
}
#globalNav dt {
	display:none;
}
#globalNav dd {
	background:transparent url(/images/sepGlobalNav.png) no-repeat center left;
	float:left;
	padding:0 2.1em;
}
/* disable separator for first link */
#globalNav dt + dd {
	background:none;
}
#globalNav a {
	text-decoration:none;
	font-weight:bold;
}
/* end global navigation */

/* begin international navigation */
#intNav {
	position:absolute;
	z-index:100;
	top:108px;
	left:0;
	font-size:.8em;
	font-weight:bold;
}
#intNav dl {
	background:transparent url(/images/bgIntNavTab.png) no-repeat top left;
	padding:7px 9px 0 4px;
	width:214px;
}
/* hide initially */
#intNav dt {
	background:transparent url(/images/bgIntNavBottom.png) no-repeat 0 0;
	display:none;
	position:absolute;
	bottom:-17px;
	left:1px;
	width:100%;
	height:17px;
	text-indent:-9999em;
}
/* hide all countries */
#intNav dd {
	display:none; 
}
/* show first country */
#intNav dt + dd {
	display:block;
}

body:first-of-type #intNav dt + dd {
	display: block;
}

body:first-of-type #intNav dd{
	display: none;
}

 
/* begin show all countries */
#intNav:hover {
	background:transparent url(/images/bgIntNav.png) repeat-y;
}
#intNav dl:hover dd, #intNav dl:hover dt {
	display:block;
}
/* end show all countries */

#intNav a {
	display:block;
	position:relative;
	line-height:2.9em;
	padding-left:53px;
	width:161px;
	text-decoration:none;
}
#intNav dd:hover {
	background-color:#e1e1e1;
}
/* disable hover for first country */
#intNav dt + dd:hover {
	background-color:transparent;
}
#intNav img {
	border:none;
	position:absolute;
	top:9px;
	left:25px;
}
/* end international navigation */

/* begin content */
#content {
	background:#fff url(/images/bgMain.png) repeat-y;
	color:#4d4d4d;
	padding:30px 10px 0 4px;
	width:898px;
}
#content:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	font-size:0;
	height:0;
}
#content h1 {
	color:#903;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:2.4em;
	line-height:1.4em;
	padding-left:25px;
	padding-bottom:.1em;
	border-bottom:10px solid #903;
}
#content h1 em {
	font-style:normal;
}
#content h1 a {
	text-decoration:none;
	color:#903;
}
#content #psol h1, #content #psol h1 a {
	color:#903;
}
#content #comsol h1, #content #comsol h1 a {
	color:#903;
}
#content #consol h1, #content #consol h1 a {
	color:#903;
}
#content #worksol h1, #content #worksol h1 a {
	color:#903;
}

/* begin more info */
#content #moreInfo, #content #moreInfo a {
	color:#903;
}
#content #moreInfo div {
	border-left:2px solid #903;
	float:left;
}
#content #moreInfo div > * {
	padding:0 13px;
	width:169px;
}
#content #moreInfo h1 {
	border:none;
	float:left;
	font-size:1.1em;
	text-align:right;
	padding:0 13px 0 0;
	width:154px;
}
#content #moreInfo dl {
	font-size:.7em;
	font-weight:bold;
	line-height:1.3em;
	word-spacing:-.1em;
}
#content #moreInfo dd + dt {
	margin-top:10px;
}
#content #moreInfo .bullets  {
	font-size:.8em;
}
#content #moreInfo .bullets dd, #content #moreInfo .bullets li {
	background-image:url(/images/bulletRed.png);
}
#content #moreInfo p {
	font-size:.9em;
	font-weight:bold;
}
#content .descMod + #moreInfo {
	float:right;
	margin-top:19px;
}
/* end more info */

/* begin descMod */
#content #main .descMod {
	position:relative;
	margin-top:20px;
	width:420px;
}
#content #main .descMod h2 {
	position:absolute;
	top:-19px;
	float:left;
	background:transparent url(/images/bgGreyModTabRt.png) no-repeat top right;
	padding-right:6px;
}
#content #main .descMod h2 span {
	display:block;
	float:left;
	background:transparent url(/images/bgGreyModTabLt.png) no-repeat top left;
	padding:5px 10px 0;
	height:20px;
}
#content #main .descMod p {
	background:#e1e1e1;
	border:1px solid #a1a1a1;
	padding:10px ;
	clear:both;
	font-size:.8em;
	line-height:1.7em;
}
#content #main .descMod a.actionLink {
	color:#4d4d4d;
	font-weight:bold;
	text-decoration:none;
}

#content #main p {
	text-decoration:none;
	font-size: 10pt;
	margin-bottom: 10px;
	line-height: 150%;
}
/* end descMod */

/*Start Advertisement at the bottom */
#content #main advertBot{
	position:relative;	
	width:420px;
}
/*END Advertisement at the bottom */

/* begin basic */
#content ul {
	list-style:none;
}
#content .bullets > * {
	background:transparent url(/images/bullet.png) no-repeat 0 .5em;
	line-height:1.4em;
	padding-left:10px;
}
#content .bullets > dt {
	background:none;
}
#content a {
	color:#4d4d4d;
}
#content a img {
	border:none;
}
#content .bullets .button {
	background:none;
	padding:0;
}
/* end basic */

/* begin main styles */
#content #main {
	background:#fff url(/images/bgKhakiColumn.png) repeat-y 0 0;
	font-size:.9em;
	padding:24px 20px 47px 236px;
	min-height:35em;
}
/* clear out any floated elements */
#content #main:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
}
#content #main > * {
	margin-bottom:15px;
}
#content #main h2 {
	font-size:1.5em;
}
#content #main h2 span {
	font-size:.7em;
}
#content #main h2 sub {
	display:block;
	font-size:.7em;
}
#content #main h3 {
	font-size:1.2em;
	margin-bottom:0;
}
#content #main .bullets dd, #content #main .bullets li {
	margin-left:35px;
}
#content #main .resultsNav li {
	float:left;
}
#content #main .resultsNav li + li {
	border-left:2px solid #903;
	margin-left:1em;
	padding-left:1em;
}
#content #main .resultsNav a {
	color:#903;
	font-weight:bold;
	text-decoration:none;
}

/* begin sub nav */
/* clear out any floated elements */
#content #main .subNav:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0;
}
#content #main .subNav a {
	text-decoration:none;
}
#content #main .subNav a:hover {
	text-decoration:underline;
}
#content #main .subNav li {
	float:left;
	display:block;
}
#content #main .subNav li + li {
	background:transparent url(/images/sepLgBkSlash.png) no-repeat center left;
	margin-left:1em;
	padding-left:2em;
}
/* end sub nav */

/* begin white nav */
#sectionNav {	
	position:absolute;
	top:231px;
	left:4px;
	background:transparent url(/images/bgWhiteNav.png) repeat-y;
	width:200px;
	font-size:.85em;
}
#sectionNav > dl {
	width:184px;
}
/* all first child dds have extra left padding to create tier effect */
#sectionNav > dl > dd {
	padding-left:30px;
	padding-right:20px;
}
/* all sub elements of dls have left padding to create tier effect */
#sectionNav dl > * {
	padding-left:10px;
	padding-top:.5em;
}
#sectionNav dt, #sectionNav > dl > dt > a {
	color:#4d4d4d;
	font-weight:bold;
	text-transform:uppercase;
}
#sectionNav em {
	text-transform:none;
	font-style:normal;
}
/* dt less than first level is hidden */
#sectionNav dd dt {
	display:none;
}
/* first level and dd a's are not underlined */
#sectionNav > dl > dd > a, #sectionNav dt a {
	text-decoration:none;
}
#sectionNav dd a {
	display:block;
	line-height:normal;
}
/* put a ">" before all links */
#sectionNav dd a:before {
	content:">";
	margin:0 -1em;
	padding-right:1.4em;
	text-decoration:none;
}
/* selected colors */
#sectionNav .selected > a {
	color:#903;
	font-weight:bold;
}

/* begin solutions subnav */
#sectionNav > dl + #solutionsNav {
	border-top:1px solid #a1a1a1;
	margin-top:24px;
	padding-top:10px;
}
#sectionNav #portfolioProds {
	background:transparent url(/images/bgWhiteNavBottom.png) no-repeat left bottom;
	position:relative;
	bottom:-24px;
	left:0;
	padding-bottom:24px;
	margin-top:-24px;
	width:200px;
}
#sectionNav #portfolioProds > * {
	padding-right:32px;
}
/* end solutions subnav */

/* begin advertisements */
#sectionNav div.advert {
	background:#fff url(/images/bgKhakiColumn.png) repeat-y 0 0;
	padding-top:48px;
}
#sectionNav div.advert li {
	list-style:none;
	text-align:center;
	padding-bottom:1em;
	width:100%;
}
#sectionNav div.advert img {
	border:none;
}
/* end advertisements */
/* end white nav */

/* begin shadowBox */
#content div.shadowBox {
	position:relative;
	border:1px solid #a1a1a1;	
}
#content div.shadowBoxRight {
	background:transparent url(/images/bgDropShadRt.png) repeat-y top right;
	display:block;
	position:absolute;	
	right:-10px;
	top:0;
	height:100%;
	width:10px;
}
#content div.shadowBoxBottom {
	background:transparent url(/images/bgDropShadBot.png) repeat-x bottom left;
	display:block;
	position:absolute;
	left:0;
	bottom:-8px;
	height:8px;
	width:100%;
}
#content div.shadowBoxCorner {
	background:transparent url(/images/bgDropShadRtCnr.png) no-repeat bottom right;
	display:block;
	position:absolute;
	bottom:-8px;
	right:-9px;
	height:8px;
	width:9px;
}
/* end shadowBox */

/* begin info box */
.infoAdBoxLeft{
	CLEAR: right; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;  
	FLOAT: none! important; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 80px 10px 0px 10px;  
	PADDING-TOP: 0px; 
	POSITION: absolute
}
.infoAdBox {
	CLEAR: right; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 30px;  
	BACKGROUND: #fff no-repeat left top; 
	FLOAT: right! important; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px 0px 0px 0px; 
	WIDTH: 9px; 
	PADDING-TOP: 20px; 
	POSITION: relative;
}
.infoAdBoxPlain {
        position:relative;
	float:right !important;
	clear:right;
	margin:0px 0 30px 10px;
	padding:0px 0px 20px 0px;
}
.infoBox {
	position:relative;
	background:#fff url(/images/bgGreyModTop.png) no-repeat top left;
	float:right !important;
	clear:right;
	margin:0px 0 30px 10px;
	padding:12px 0px 20px 0px;
	min-height:110px;
	
}
.infoBox > * {
	position:relative;
	z-index:2;
	padding:0 15px;
	width:169px;
}
.infoBox h2 {
	border-bottom:1px solid #a1a1a1;
	font-size:1.2em !important;
	color:#903;
	padding-bottom:.5em;
}
.infoBox dl > * {
	position:relative;
	top:0;
	left:0;
	font-size:.8em;
	padding-left:30px;
	padding-right:10px;
}
.infoBox dt {
	font-weight:bold;
	color:#903;
	margin-top:1em;
}
.infoBox dt p{
	padding:2px 0 0 0;margin:0 0 0 -11px;font-size:1.1em;font-weight: bold;
}
.infoBox dd {
	top:.5em;
}
.infoBox DD LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; margin:0px 0px 0px 0px;float:none;POSITION: relative;
}

.infoBox img {
	position:absolute;
	top:0;
	left:0;
	padding:0;
}
.infoBox div {
	position:absolute !important;
	bottom:0;
	left:0;
	z-index:1 !important;
	background:transparent url(/images/bgGreyModBot.png) no-repeat bottom left;
	margin:0 !important;
	padding:0 !important;
	height:376px;
	width:209px !important;
}
#shareholderMats a.plainLink {
        font-weight: bold ;text-decoration: none; color: #903;
}
/*
.trigger {
	cursor: hand;
	margin:0px;

}
*/
.branch {
	display: none;
	margin:0 10px 0 0;
}
.branch img{
   padding:0 0 0 0;
   left: -20px; 
   position: absolute; 
   top: 0px;
}

/* end info box */

/* begin bio lists */
#content #main .bioList {
	margin:0 !important;
	padding:0 !important;
}
#content #main .bioList:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0;
}
#content #main .bioList + p.backToTop {
	margin:0 0 2em;
}
#content #main .bioList > * {
	position:relative;
	float:left;
	clear:both;
	margin-bottom:2em;
}
#content #main .bioList dt {
	font-size:1.6em;
	font-weight:bold;
}
#content #main .bioList * + dt {
	font-size:1.2em;
	margin-bottom:2em;
}
#content #main .bioList dd + dt {
	margin-top:2em;
}
#content #main .bioList p {
	position:relative;
	bottom:1em;
	display:inline;
	font-size:1.2em;
	font-weight:bold;
	width:535px;
}
#content #main .bioList span {
	position:absolute;
	bottom:-1.4em;
	left:0;
	font-size:.9em;
	font-weight:normal;
	color:#7d7d7d;
	width:535px;
}
#content #main .bioList span a {
        font-size:1.2em;
	font-weight:normal;
	color:#7d7d7d;
	margin:0px 0px 0px 103px;
}

#content #main .bioList img {
	display:inline;
	vertical-align:text-bottom;
	padding-right:10px;
}
/* end bio lists */

/* begin link tables */
#content #main table, #content #main .table {
}
#content #main .table {
	float:left;
	width:auto;
}
#content #main caption {
	display:none;
}
#content #main .table h2 {
	background-color:#fff;
}
#content #main th {
	padding:.5em;
}
#content #main th, #content #main .table h2 {
	border-bottom:6px solid #7d7d7d;
	color:#903;
	font-size:1.5em;
	text-align:left;
}
#content #main .table h2 span {
	display:block;
	font-size:1em;
}
#content #main td {
	vertical-align:middle;
	color: #000000;
}

#content #main .table > div, #content #main .table2 > div {
	float:left;
	vertical-align:top;
	width:213px;
}
#content #main .table div div, #content #main .table2 div > * {
	padding:6px;
}
#content #main .table img {
	vertical-align:middle;
	position:relative;
	top:-6px;
	right:-6px;
	float:right;
}
#content #main .table a {
	text-decoration:none;
	color: #981E32;
}
#content #main a {
	color: #981E32;
}

#content #main .table a:hover {
	text-decoration:underline;
}
#content #main .table p {
	float:none;
	width:auto;
}
#content #main .table div div > * {
	font-size:.9em;
	padding-bottom:1em;
}
#content #main .table li {
	padding-bottom:1em;
}
#content #main .table h3 {
	font-size:1em !important;
}
#content #main .table dt {
	font-weight:bold;
}
#content #main .table dd {
	padding-bottom:1em;
}
/* end link tables */

/* begin action links */
#content #main a.actionLink {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#content #main a.actionLink:hover {
	text-decoration:underline;
}
/* end action links */

/* end main styles */
/* end content */

#footer {
	position:relative;
	top:-42px;
	left:0;
	background:transparent url(/images/bgFooter.png) no-repeat 0 32px;
	font-size:.7em;
	line-height:2em;
	width:898px;
}
#footer p {
	padding:0 10px 0 4px;
	width:898px;
}
p#tagline {
	background:transparent url(/images/bgTagline.png) no-repeat top right;
	height:42px;
}
#tagline a {
	display:block;
	float:right;
	height:35px;
	width:215px;
	text-indent:-9999em;
}
#copyright {
	clear:both;
}
#corpNav {
	position:relative;
	left:24.4em;
	bottom:1.5em;
	font-size:.7em;
}
#corpNav dl {
	position:absolute;
	top:-42px;
	left:0;
}
#corpNav dt {
	display:none;
}
#corpNav dd {
	float:left;
	border-left:1px solid #7d7d7d;
	padding:0 4px;
	line-height:1em;
}
/* disable border for first link */
#corpNav dt + dd {
	border-left:none;
}
#corpNav a {
	text-decoration:none;
}
#main .sampleservice {
	border:1px solid #d3d3d3;
	border-left:1px;
	border-right:1px;
	float:left;
	padding:10px 0;
}
#main .sampleservice div {
	border-left:1px solid #d3d3d3;
}
#main .sampleservice div:first-child {
	border:none;
}
#main .sampleservice h2 {
	color:#903;
}
#main .sampleservice h3 {
	font-size:1em !important;
}
#main .sampleservice p {
	font-size:.9em;
}
#main .sampleservice a.more {
	color:#903;
	font-weight:bold;
	text-decoration:none;
}
#main .sampleservice a.more:hover {
	text-decoration:underline;
}

/* Added for PPM 48877 */
#content #main #leftnavexp table {
	border:0px;
}
#content #main #leftnavexp td {
	border:0px;
}
/* End of Addition for PPM 48877 */

a.menu_top {color: #990033;}
