@charset "utf-8";
/****************************
CSS FILE FOR THE INTERIM REDESIGN OF LEXISNEXIS' COUNTRY SITES
****************************

Version:1.0
Date: September 16/2010
By: Ricardo Zea

*/

@import url('http://www.lexisnexis.com/css/search-widget-rv5.css');
@import url('http://www.lexisnexis.com/css/drop-down-menu-jquery.css');

body{ margin:35px 0; padding:0; color:#333; font:.7em Arial, Helvetica, sans-serif; /*background:url(http://www.lexisnexis.com/images/bg-website-gradient.gif) repeat-x fixed #f9f9f9;*/ }

/*	Fonts
===========*/

@font-face {
    font-family: 'Omnes Regular';
    src: url('/fonts/lato-regular-300.eot'); /* IE9 Compat Modes */
	src: url('/fonts/lato-regular-300.woff') format('woff'); /* Modern Browsers */
	src: url('/fonts/lato-regular-300.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/Lato-regular-300-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-regular-300.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Omnes Medium';
    src: url('/fonts/lato-regular-400.eot'); /* IE9 Compat Modes */
	src: url('/fonts/lato-regular-400.woff') format('woff'); /* Modern Browsers */
	src: url('/fonts/lato-regular-400.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/Lato-regular-400-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-regular-400.ttf') format('truetype'); 
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Omnes Semibold';
    src: url('/fonts/lato-regular-400.eot'); /* IE9 Compat Modes */
	src: url('/fonts/lato-regular-400.woff') format('woff'); /* Modern Browsers */
	src: url('/fonts/lato-regular-400.woff2') format('woff2'); /* Modern Browsers */
    src: url('/fonts/Lato-regular-400-ie-fix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/lato-regular-400.ttf') format('truetype'); 
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


/******************* Omnes Font Ends **********************/


			   }	
			   
img { -ms-interpolation-mode:bicubic; } /*IE7 fix to properly render scaled down images*/	
		   
/*	General classes
=================================*/
.left-margin { margin-left:10px; }
.right-margin { margin-right:10px; }
.align-middle { vertical-align:middle; }
.no-margin { margin:0; padding:0; }
.no-margin-bottom { margin-bottom:0; padding-bottom:0; }
#right-col hr { height:1px; border-bottom:0; border-top:#999 1px solid; text-align:left; width:250px; }
#IEroot6 #right-col hr { margin:0; padding:0; }
.bold { font:bold 12px Arial, Helvetica, sans-serif; color:#000; }
.normal { font:12px Arial, Helvetica, sans-serif; color:#000; }
.float-left { float:left; }
.float-right { float:right; }

/* http://sonspring.com/journal/clearing-floats */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
* html br.clear { height:1px; }

.width990 { width:990px; }

/*Version: 3.1.1 starts here*/
.topSiteNavigation ul li button{background:#fff; color:#000; font-weight:normal; border:1px solid #666; margin-left:5px; padding:0 2px; cursor:pointer; font:11px Arial, Helvetica, sans-serif;}
/*Version: 3.1.1 ends here*/

a{font-family:Arial, Helvetica, sans-serif; text-decoration:none; font-size:0.8em;}
a:hover{text-decoration:underline;}

h1,h2,h3,h4,h5{font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#c03; margin:0; padding:0}
h3{font-size:1.2em; color:#636363}

/*v2.7 starts*/
.contentDiv hr { width:100%; height:1px; border:#999 1px solid; border-bottom:none;}
/*v2.7 ends*/

/* Main container where all the div tags come inside*/
#mainCtr { width:990px; margin:auto; }
#general-container { width:990px; }

/* Assign the property to div to come left and ruled out the block feature */
.leftFloat{float:left;}
/* Assign the property to div to come right and ruled out the block feature */
.rightFloat{float:right;}
/* To clear the float property of div */
.clearFloat{clear:both; font-size:1px; height:1px; visibility:hidden}

.headerArea{width:953px}
#top-header-container { width:990px; }
/* Logo of site*/
.logoSection { width:auto !important; padding-left:30px; margin-right:40px; }
.logoSection img { border:none; }
.logoSection a { position:relative; z-index:10; }
	
/* Country name comes*/
/*.countryName{width:120px;}*/
.countryName { position:relative; top:10px; }
.countryName h1{text-align:center; font-size:1em; padding:0 5px;}
.countryName h1 a{text-align:center; font-size:1.4em; padding:1px 0 1px 0; color:#c03;}

/*---Edited By HCL---*/
.countryName h2{text-align:center; font-size:1em; padding:0 5px;}
.countryName h2 a{text-align:center; font-size:1.4em; padding:1px 0 1px 0; color:#c03;}
/*--h2 defined above--*/

/* Country  name side bars*/ /*3.0*/
#country-title { border-left:#333 1px dotted; border-right:#333 1px dotted; }
#country-title h1 { background:#fff;}
#country-title h2 { background:#fff;}
#country-title span.countryNameText { display:block; font-size:1.8em; font-weight:bold; padding:0 5px; }
#country-title span.countryNameText a,
#country-title span.countryNameText a:visited { color:#c03; }

	/*IE*/
	* html #country-title { border-left:#666 1px solid; border-right:#666 1px solid; }

/* Top navigation of site starts here and assign the property for image, div and ul li tags*/
.topSiteNavigation { position:relative; top:13px; }
.topSiteNavigation img { border:none; vertical-align:top; margin-right:7px; }
.topSiteNavigation ul{list-style:none; margin:0; padding:0; display:block}
.topSiteNavigation ul li{padding:0; margin:0; float:left; background:url(http://www.lexisnexis.com/images/img-division.gif) right center no-repeat;}
.topSiteNavigation ul li a,
.topSiteNavigation ul li a:visited { color:#5a889e; padding:0 9px 0 9px; margin:0; font-size:11px; }
.topSiteNavigation ul li a:hover { text-decoration:none; color:#98B6C4; }
.topSiteNavigation ul li input{font-size:0.85em; border-top:1px solid #666; border-right:1px solid #666; border-bottom:1px solid #ccc; border-left:1px solid #ccc; margin-left:10px; padding:2px 0 2px 4px;color:#8F8F8F;}
.topSiteNavigation ul li input:focus {background:#f4f4f4;}
.topSiteNavigation ul li input.searchBtn{background:#fff; color:#000; font-weight:normal; border:1px solid #666; margin-left:5px; padding:0 2px; cursor:pointer; font:11px Arial, Helvetica, sans-serif;}
.topNav{margin-top:12px; background:url(http://www.lexisnexis.com/images/top_dot_line.gif) left top repeat-x; height:26px;}

/* Top Search Box div*/
/*#search-box { margin:-15px 0 20px; }
#search-box { position:relative; top:-4px; border:#fff 1px solid; white-space:nowrap; }*/

	/*IE*/
	/**:first-child #search-box { height:100px; margin:0; }*/

/*v2.7 starts*/
#error-search-box #search-box #s2 { font: 10px Arial, Helvetica, sans-serif;}
/*v2.7 ends*/

/* Styles for all the Search boxes (including the button) different than the one on top of the website. For example, the one in the Search Results page*/
.contentDiv .contentBody .search-boxes-general input {background:#fff; font-size:0.85em; border-top:1px solid #666; border-right:1px solid #666; border-bottom:1px solid #ccc; border-left:1px solid #ccc; margin-left:10px; padding:2px 0 2px 4px;color:#8F8F8F;}
.contentDiv .contentBody .search-boxes-general input:focus {background:#f4f4f4;}
.contentDiv .contentBody .search-boxes-general input.general-button {background:#fff; color:#000; font-weight:normal; border:1px solid #666; margin-left:5px; padding:0 2px; cursor:pointer; font:11px Arial, Helvetica, sans-serif;}

/* Navigation Below the logo start here*/
.topNav .navCtr{display:block; width:550px}
.topNav .navCtr ul{list-style:none; margin:0; padding:6px 0 7px 47px; display:block}
.topNav .navCtr ul li{float:left; border-right:1px solid #a5a5a5; padding:0 13px 0 13px; margin:0; display:block}
.topNav .navCtr ul li.noBorder{border:none;}
.topNav .navCtr ul li a{color:#858585; font-size:1.2em;}
.topNav .navCtr ul li a:hover{color:#903; text-decoration:none}
.topNav .navCtr ul li a.activeLink{color:#903;}

/* Special link of site comes here which is in red background */
.topNav .spcLink{border-left:1px dotted #5e5e5e; border-right:1px dotted #5e5e5e; background:#990134; height:100%; margin-right:37px}
.topNav .spcLink h2{background:url(http://www.lexisnexis.com/images/white_down_arrow.gif) right 5px no-repeat; font-size:1em; margin:7px 3px 3px 3px; padding-right:5px;}
.topNav .spcLink h2 a{color:#fff;}
.topNav .spcLink h2 a:hover{text-decoration:none;}

/* The center image of site */
.siteBanner { display:block; background:url(http://www.lexisnexis.com/images/dotted_h_line.gif) left bottom repeat-x #fff; clear:both}
.siteBanner .imgDiv{margin-right:15px; padding-right:1px; background:url(http://www.lexisnexis.com/images/img-2x2.gif);}
.siteBanner .imageBannerTitle{display:block; font-size:3.2em; color:#fff; position:absolute; top:127px; left:220px;}

/* V2.6 By HCL Start here*/
.siteBanner .imgDivBanner{border:none;}
.siteBanner .imgDivBanner h1{display:none; font-size:1.3em}
/* V2.6 By HCL ended*/

/*siteBanner .GsimgDiv{margin:0 15px 0 0; border-right:1px dotted #5e5e5e;}*/
.siteBanner .GsimgDiv h1{display:none; font-size:1.3em}
.siteBanner .imgDiv img{margin:0; padding:0;}
.siteBanner .imgDiv h1{display:none; font-size:1.3em}
.siteBanner h3{display:block; margin:12px 0 0 0; font-weight:bold; font-size:1.2em; color:#666}
.siteBanner p{width:200px; margin:0; padding:0; color:#333}
.siteBanner h4{display:block; font-weight:bold; font-size:1.2em; color:#666}
.siteBanner h2{color:#333; text-align:center; font-size:large; padding:20px 0 0 10px; font-weight:bold; width:200px}

 /* V2.6 HCL start here */
.siteBanner .SpecialText{ width:200px; padding:37px 0 0 40px;}
.siteBanner .SpecialText h4{color:#F35B00; font-size:1.3em; margin-bottom:3px;}
.siteBanner .SpecialText h5{color:#333; font-size:1.3em; margin-bottom:3px;}
.siteBanner .SpecialText p{font-size:1.1em;}
 /* V2.6 HCL ended */
/* The div for breadcrumb, email and print icon */
.navDetails { padding:16px 20px 0; height:30px; }
/* The breadcrumb of site comes here */
.navDetails .siteBreadcrumb{width:534px;}
.navDetails .siteBreadcrumb ul{display:block; margin:0; padding:0; list-style:none;}
.navDetails .siteBreadcrumb ul li{float:left; margin:0; padding:0 7px 0 0; color:#7a7a7a; font-weight:bold;}
.navDetails .siteBreadcrumb ul li a{color:#7a7a7a; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) right 3px no-repeat; padding:0 9px 0 0; font-weight:normal}

#mainCtr h1.segment-heading { font-size:1.2em; margin:0 0 15px 22px; font-weight:bold; color:#666; }

/*V2.6 By HCL Start here*/
/* The breadcrumb of site comes here */
.segmentSiteBreadcrumb{width:100%}
.segmentSiteBreadcrumb ul{display:block; margin:0 0 0 10px; padding:0; list-style:none;}
.segmentSiteBreadcrumb ul li{float:left; margin:0; padding:0 7px 0 0; color:#7a7a7a; font-weight:bold;}
.segmentSiteBreadcrumb ul li a{color:#7a7a7a; padding:0 9px 0 0; font-weight:normal}
.segmentSiteBreadcrumb ul li.noArrow{background:none;}

/*V2.6 By HCL Ended here*/

/* For news page of breadcrumb where 3-icons menus are coming */
.navDetails .newsBreadcrumb{width:480px;}
.navDetails .newsBreadcrumb ul{display:block; margin:0; padding:0; list-style:none;}
.navDetails .newsBreadcrumb ul li{float:left; margin:0; padding:0 7px 0 0; color:#7a7a7a; font-weight:bold; font-size:1em;}
.navDetails .newsBreadcrumb ul li a{color:#7a7a7a; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) right 5px no-repeat; padding:0 9px 0 0; font-weight:normal; font-size:0.9em;}
.navDetails .iconNav03 { float:right; font-size:1.2em;}
.navDetails .iconNav03 ul{list-style:none; margin:0; padding:0; display:block;}
.navDetails .iconNav03 ul li{margin:0; padding:0 8px 0 8px; float:left}
.navDetails .iconNav03 ul li img{border:none; margin-right:5px; vertical-align:middle;}
.navDetails .iconNav03 ul li a,
.navDetails .iconNav03 ul li a:visited { color:#5a889e; display:block; }
.navDetails .iconNav03 ul li a:hover { text-decoration:none; color:#98B6C4; }


/* The email and print icons come here */
.navDetails .iconNav{display:block; width:200px}
.navDetails .iconNav ul{list-style:none; margin:0; padding:0; display:block;}
.navDetails .iconNav ul li{margin:0; padding:0 12px 0 8px; float:left}
.navDetails .iconNav ul li img{border:none; margin-right:5px; vertical-align:middle}
.navDetails .iconNav ul li a{color:#5a889e; display:block;}

/* The center protion of site where the message comes */
.bodyContainter{padding:2px 0 0 19px; height:100%}

/* V2.6 By HCL Start here*/
.segmentBodyContainter{padding:2px 0 0 0; height:100%}
.segmentBodyContainter h1{ color:#333; font-size:1.4em; margin:9px 0 18px 9px; padding:0 0 0 15px; background:url(http://www.lexisnexis.com/images/red_block_arrow.gif) left 3px no-repeat;}
.segmentBodyContainter h2 { color:#333; font-size:1.4em; margin:9px 0 18px 9px; padding:0 0 0 13px; }
.subSegmentBodyContainter{padding:0; height:100%}

.segmentBodyContainter ul{margin:7px 0 0 0; padding:0; list-style:none;}
.segmentBodyContainter ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 0 8px; margin:0;}
.segmentBodyContainter ul li a{color:#666; font-size:1em; white-space:nowrap}

.subSegmentBodyContainter ul{margin:7px 0 0 0; padding:0; list-style:none;}
.subSegmentBodyContainter ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 0 8px; margin:0;}
.subSegmentBodyContainter ul li a{color:#666; font-size:1em; white-space:nowrap}

.subSegmentPodBig{width:564px; border-right:1px solid #E4E4E4}
.subSegmentPodBig .orangeBg{width:170px}
.subSegmentPodBig .orangeBg h3{background:#F35B00; color:#fff; padding:3px 0 3px 19px;}
.subSegmentPodBig .orangeBg ul{padding:5px 0 0 19px;}
.subSegmentPodBig .orangeBg ul li{margin-bottom:5px}

.subSegmentPodBig .greyBg{width:196px; border-left:1px solid #E4E4E4;}
.subSegmentPodBig .greyBg h3{background:#E4E4E4; color:#333; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentPodBig .greyBg ul{padding:5px 0 0 19px;}
.subSegmentPodBig .greyBg ul li{margin-bottom:5px}
.footer{background:url(http://www.lexisnexis.com/images/pod_564_bg.gif) left top no-repeat;}

.subSegmentFourPodBig{width:757px; border-right:1px solid #E4E4E4}
.subSegmentFourPodBig .yellowBg{width:191px}
.subSegmentFourPodBig .yellowBg h3{background:#F3C405; color:#fff; padding:3px 0 3px 19px; border-right:1px solid #fff}
.subSegmentFourPodBig .yellowBg ul{padding:5px 0 0 19px;}
.subSegmentFourPodBig .yellowBg ul li{margin-bottom:5px}

.subSegmentFourPodBig .orangeBg{width:170px; border-left:1px solid #E4E4E4;}
.subSegmentFourPodBig .orangeBg h3{background:#F35B00; color:#fff; padding:3px 0 3px 19px;}
.subSegmentFourPodBig .orangeBg ul{padding:5px 0 0 19px;}
.subSegmentFourPodBig .orangeBg ul li{margin-bottom:5px}

.subSegmentFourPodBig .greyBg{width:196px; border-left:1px solid #E4E4E4;}
.subSegmentFourPodBig .greyBg h3{background:#E4E4E4; color:#333; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentFourPodBig .greyBg ul{padding:5px 0 0 19px;}
.subSegmentFourPodBig .greyBg ul li{margin-bottom:5px}



.subSegmentFourPodBig .greenBg{width:196px; border-left:1px solid #E4E4E4;}
.subSegmentFourPodBig .greenBg h3{background:#9EAA00; color:#fff; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentFourPodBig .greenBg ul{padding:5px 0 0 19px;}
.subSegmentFourPodBig .greenBg ul li{margin-bottom:5px}
.footer757{background:url(http://www.lexisnexis.com/images/pod_757_bg.gif) left top no-repeat;}


.subSegmentFivePodBig{width:990px; border-right:1px solid #E4E4E4}
.subSegmentFivePodBig .yellowBg{width:197px; height:210px}
.subSegmentFivePodBig .yellowBg h3{background:#F3C405; color:#fff; padding:3px 0 3px 19px; border-right:1px solid #fff}
.subSegmentFivePodBig .yellowBg ul{padding:5px 0 0 19px;}
.subSegmentFivePodBig .yellowBg ul li{margin-bottom:5px}

.subSegmentFivePodBig .orangeBg{width:197px; border-left:1px solid #E4E4E4; height:210px}
.subSegmentFivePodBig .orangeBg h3{background:#F35B00; color:#fff; padding:3px 0 3px 19px;}
.subSegmentFivePodBig .orangeBg ul{padding:5px 0 0 19px;}
.subSegmentFivePodBig .orangeBg ul li{margin-bottom:5px}

.subSegmentFivePodBig .greyBg{width:197px; border-left:1px solid #E4E4E4; height:210px}
.subSegmentFivePodBig .greyBg h3{background:#E4E4E4; color:#333; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentFivePodBig .greyBg ul{padding:5px 0 0 19px;}
.subSegmentFivePodBig .greyBg ul li{margin-bottom:5px}

.subSegmentFivePodBig .greenBg{width:197px; border-left:1px solid #E4E4E4; height:210px}
.subSegmentFivePodBig .greenBg h3{background:#9EAA00; color:#fff; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentFivePodBig .greenBg ul{padding:5px 0 0 19px;}
.subSegmentFivePodBig .greenBg ul li{margin-bottom:5px}

.subSegmentFivePodBig .purpleBg{width:198px; border-left:1px solid #E4E4E4; height:210px}
.subSegmentFivePodBig .purpleBg h3{background:#704BB4; color:#fff; padding:3px 0 3px 8px; font-weight:normal; border-left:1px solid #fff;}
.subSegmentFivePodBig .purpleBg ul{padding:5px 0 0 19px;}
.subSegmentFivePodBig .purpleBg ul li{margin-bottom:5px}
.footer990{background:url(http://www.lexisnexis.com/images/pod_990_bg.gif) left bottom no-repeat;}

.footer990{background:url(http://www.lexisnexis.com/images/pod_990_bg.gif) left bottom no-repeat;}

.subSegmentBodyContainter .helpArea{border:none; padding-top:19px;}

.segmentPodBig{width:779px;  padding:10px 0 0 0;}


.segmentPod{width:150px; padding:0 20px 10px 20px;  border-right:1px solid #E4E4E4; display:block; height:175px}
.segmentPod h2{font-size:1.3em; font-weight:bold; color:#707070; margin:0 0 8px 0; padding:0;}
.segmentPod p{margin:0 0 10px 0; padding:0;}
.segmentPod a{color:#A50039; text-decoration:underline; font-weight:bold; display:block}
.footer779{background:url(http://www.lexisnexis.com/images/pod_779_bg.gif) left bottom no-repeat;}
.segmentPodNoBorder{width:150px; padding:0 12px 10px 15px;  display:block;}
.segmentPodNoBorder h2{font-size:1.3em; font-weight:bold; color:#6590A4;  margin:0 0 8px 0; padding:0;}
.segmentPodNoBorder p{margin:0; padding:0;}

.greySection{background:#F9F9F9; width:189px; padding:20px 0 20px 21px; height:235px; border-left:1px solid #E4E4E4}
.greySection h1{background:url(http://www.lexisnexis.com/images/h1_arrow.gif) left 3px no-repeat; margin:0 0 5px 0; padding:0 0 0 15px}
.greySection h2{font-size:0.9em; color:#333; font-weight:normal; margin:0; padding:0 0 0 10px; background:url(http://www.lexisnexis.com/images/h2_arrow.gif) left 3px no-repeat;}
.greySection select{width:100px; font-size:0.8em; margin-top:10px;}
.greySection input.goBtn{text-transform:uppercase; background:#fff; border:1px solid #666; padding:2px 3px 0 3px; margin:0; font-size:0.8em; cursor:pointer}
.greySection .clear{clear:both; margin-top:10px;}
.greySection .helpArea{margin:20px 0 20px 0; padding:20px 0 0 0;}

.greyGradientSection{background:#fff url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x; width:757px;}
.greyGradientSection990{background:#fff url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x; width:100%;}
.contentPod{width:158px; padding:10px 0 0 20px;}
.contentPod h2{color:#648FA4; margin:0; padding:0; font-size:1.1em}
.contentPod p{margin:5px 0 10px 0; padding:0;}
.contentPod a{text-decoration:underline; font-weight:bold; color:#c03;}
.contentPod ul li a{font-weight:normal; text-decoration:none;}
.contentPod ul li a:hover{text-decoration:underline;}

.eventPod{width:158px; padding:10px 0 0 20px;}
.eventPod h2{color:#648FA4; margin:0; padding:0; font-size:1.1em}
.eventPod p{margin:5px 0 10px 0; padding:0;}
.eventPod a{text-decoration:underline; font-weight:bold; color:#c03;}
.eventPod ul li a{font-weight:normal; text-decoration:none;}
.eventPod ul li a:hover{text-decoration:underline;}

.productPod{width:350px; padding:10px 0 0 20px;}
.productPod h2{color:#648FA4; margin:0; padding:0; font-size:1.1em}
.productPod p{margin:5px 0 10px 0; padding:0;}
.productPod a{text-decoration:underline; font-weight:bold; color:#c03;}
.productPod ul li a{font-weight:normal; text-decoration:none;}
.productPod ul li a:hover{text-decoration:underline;}
/* V2.6 By HCL ended*/

/* Left navigation of site in dotted line */
.leftNav{background:url(http://www.lexisnexis.com/images/left_pod_bg.gif) repeat; width:165px;}
/* Blank left container if no left navigation present */
.leftNavBlank{width:165px;}
/* The holder required for the top dotted line in Left navigation div */
.leftNav h5{font-size:1em; margin:0 0 0 5px; padding:0; display:block; background:url(http://www.lexisnexis.com/images/top_dotted_line.gif) left top repeat-x;}
.leftNav .navHolder{background:url(http://www.lexisnexis.com/images/top_dotted_line.gif) 1px bottom repeat-x;}
.leftNav h5 a{padding:6px 0 4px 5px; color:#903; display:block; width:97%; font-size:1em}
.leftNav h5 a:hover{background:#903; color:#fff; text-decoration:none; display:block;}
.leftNav h5.activeTab{background:#903; color:#f2f2f2; font-size:1em;}
.leftNav h5.activeTab a{color:#fff;}

/* V2.6 By HCL Start here*/
.leftNav .navHolderOrange{background:url(http://www.lexisnexis.com/images/top_dotted_line.gif) 1px bottom repeat-x; padding:0 0 1px 0}
.leftNav .navHolder h5 a:hover{background:#903; color:#fff; text-decoration:none; display:block;}
.leftNav .navHolder h5.activeTab{background:#903; /*padding:6px 0 4px 5px;*/ color:#fff; font-size:1em}

.leftNav .navHolderOrange h5 a:hover{background:#F35B00; color:#fff; text-decoration:none; display:block;}
.leftNav .navHolderOrange h5.activeTab{background:#F35B00; padding:6px 0 4px 5px; color:#fff; font-size:1em}
/* V2.6 By HCL ended*/

/*Subitems below every parent link - example: Rule Of Law---> Transparency, Combating Human Trafficking and Economic Development */
.leftNav img{vertical-align:middle; margin-left:10px; border:none;}
.leftNav ul{margin:7px 0 0 6px; padding:0; list-style:none;}
.leftNav ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 5px 2px 8px; margin:0 5px 4px 10px;}
.leftNav ul li a{color:#666; font-size:1em}
.leftNav ul li a.currLink{font-weight:bold;}

/* etcDetails come below the Left navigation of site */
.etcDetails{width:165px; clear:both; padding-top:2px;}
.etcDetails ul{list-style:none; margin:5px 0 0 5px; padding:0; display:block}
.etcDetails ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; margin:0; padding:0 0 0 7px; font-size:0.8em;}
.etcDetails ul li a,
.etcDetails ul li a:visited { color:#666; font-size:11px; text-decoration:none; }
.etcDetails ul li a:hover{text-decoration:underline;}
/* aboutworldwide specific comes here*/
.countryDiv .widecontentBody{padding:0 46px 0 28px; width:200px}
/* aboutworldwide links*/
.countryDiv .widecontentBody a,
.countryDiv .widecontentBody a:visited { color:#c03; font-size:11px;}
.countryDiv .widecontentBody a:hover { color:#666;}

.countryDiv .widecontentBody .contName{margin:0; padding:0}
.countryDiv .widecontentBody .contName ul{list-style:none; margin:0; padding:0; display:block; float:left; width:84px}
.countryDiv .widecontentBody .contName li{margin:0; padding:0; font-weight:normal; font-size:1em; color:#666}
.countryDiv .widecontentBody .contName ul li a{color:#c03; font-size:1em; text-decoration:none;}
.countryDiv .widecontentBody .contName ul li a:hover{color:#903; text-decoration:underline;}
.countryDiv .widecontentBody .contName h2.padng{margin:0; padding:10px 0 0 0;}
.countryDiv .widecontentBody h2 { font-size:14px;}
.countryDiv .wcustService{margin:45px 0 0 25px; padding:0; width:291px;}
.wcustService .podContainer .widetext{overflow:auto; height:250px; margin:0; padding:0 10px 0 0; width:230px}
.wcustService .worldGrayCurve{background:url(http://www.lexisnexis.com/images/gray_gradient_world.gif) left top no-repeat; height:14px}
.wcustService .podContainer{padding:9px 0 21px 27px; border-right:1px solid #E4E4E4; border-left:1px solid #e4e4e4;background:url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x; display:block;}
/* worldwide specific comes here*/
.worldcountryDiv{ font-size:1em; margin-left:15px; width:500px; border-left:1px solid #e4e4e4; border-right:1px solid #e4e4e4; padding-left:25px;}
.worldcountryDiv h1{ margin:0 0 7px 0; padding:0; font-weight:bold; color:#666; font-size:1.2em;}
.worldcountryDiv p{ margin:0 0 20px 0; padding:0; font-weight:normal; color:#666; font-size:1.1em;}
/* V2.9 By HCL Start here */
.worldcountryDiv p a{color:#c03; font-size:1em; text-decoration:none; font-weight:normal;}
.worldcountryDiv p a:hover{text-decoration:underline;}
/* V2.9 By HCL Ended here */
.worldcountryDiv h2{ margin:0; padding:0; font-weight:bold; color:#666; font-size:1.1em;}
.worldcountryDiv .worldcontentBody h2{ margin:0; padding:0; font-weight:bold; color:#666}
.worldcontentBody .contName{margin:0 0 20px 0; padding:0}
.worldcontentBody .contName ul{list-style:none; margin:5px 0 0 15px; padding:0; display:block; float:left;}
.worldcontentBody .contName ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; margin:0; padding:0 0 0 7px; font-weight:bold; font-size:1.3em; white-space:nowrap;}
.worldcontentBody .contName ul li a{color:#666; text-decoration:none; font-weight:normal;}
.worldcontentBody .contName ul li a:hover{text-decoration:underline;}

/* country specific comes here*/
.countryDiv{margin-left:15px; width:600px; border-left:1px solid #e4e4e4;}
.countryDiv .contentBody{padding:0 46px 0 28px; height:300px; overflow:auto; width:331px}
.countryDiv h1{font-size:large; margin:0 0 7px 0; padding:0 0 0 25px; font-weight:bold; color:#666}
.countryDiv h2{font-size:1em; margin:0; padding:0; font-weight:bold; color:#666}
.countryDiv p{margin:0 0 20px 0; padding:0; font-size:1.1em;}
.countryDiv p.world{margin:0 0 7px 0; padding:0 0 0 25px; color:#666; font-size:1em}

/* customer service section start here */
.countryDiv .custService{margin:30px 0 0 25px; width:155px;}
.countryDiv .custService h2{margin:0; padding:0; font-size:1.3em; font-weight:bold; color:#666}
.countryDiv .custService p{margin:0 0 17px 0; padding:0; color:#666; font-size:1.1em}
/*v2.10 starts*/
.countryDiv .custService a,
.countryDiv .custService a:visited {color:#903; text-decoration:underline; font-size:1em;}
.countryDiv .custService a:hover {color:#666; text-decoration:underline;}
/*v2.10 ends*/
/* Leadership section start here */
.contentDiv .contentBody{padding:0 0 0 28px;}
/* Links used by the Sitemap page */
.contentDiv .contentBody a,
.contentDiv .contentBody a:visited{ color: #c03; font-size:11px;}
.contentDiv .contentBody a:hover{ color: #666;}

.contentDiv .contentBody .Lpod{padding:0; width:180px}
.contentDiv .contentBody .Lpod h1{font-size:1.3em; margin:0; padding:0; font-weight:bold; color:#666}
.contentDiv .contentBody .Lpod .Imgpod{margin:13px 0 0 12px}
.contentDiv .contentBody .Lpod .noMargin img{margin-right:0;}

/*Bios/Corporate Leadership thumbnails*/
.contentDiv .contentBody .Lpod img{padding:0; margin:5px 5px 0px; border:#666 1px solid;}
/*.contentDiv .contentBody .Lpod .active {border:#602134 1px solid;}*/
.contentDiv .contentBody .Rpod{margin:0; width:300px;}
html>body .contentDiv .contentBody .Rpod{width:290px;}
/*Bios/Corporate Leadership large image*/
.contentDiv .contentBody .Rpod Img{vertical-align:top; margin:10px 0; border:#666 1px solid;}
.contentDiv .contentBody .Rpod h1{vertical-align:top}
.contentDiv .contentBody .Rpod h1.arrowHead{background:url(http://www.lexisnexis.com/images/countryleadershi_arrow.gif) left 5px no-repeat; padding-left:14px;}
.contentDiv .contentBody .Rpod h2{margin:0; font-size:1.1em; font-weight:normal; color:#666}
.contentDiv .contentBody .Rpod p{margin:10px 0 0 0; padding:0;}
.bodyContainter .rightSection h4 { margin-left:17px; margin-bottom:10px; font-size:1.2em;}
.bodyContainter .rightSection img{margin:0; border:1px solid #666; margin:8px 0 0 17px;}
.bodyContainter .rightSection .pB{border-top:#E4E4E4 1px solid;}
.bodyContainter .rightSection a,
.bodyContainter .rightSection a:visited { color:#903; font-size:1em;}
.bodyContainter .rightSection a:hover { color:#666;}
/* history section start here */
.contentDiv .contentBody .podH{padding:0; margin:0}
.contentDiv .contentBody .podH img{margin:10px 5px 0 0; border:#666 1px solid;}
.contentDiv .contentBody .podH img:hover{border:#903 1px solid;}
.contentDiv .contentBody .podH p.hisred{font-weight:bold; color:#903; }
.contentDiv .contentBody .podH p{font-weight:normal; color:#E4E4E4; padding-top:0; margin-top:0; }
/* US solutions section and other pages using this class start here */
.USContentDiv{margin-left:15px; width:727px; border-left:1px solid #e4e4e4;}
.USContentDiv h1{font-size:large; margin:0 0 7px 0; padding:0; font-weight:bold; color:#666}
.USContentDiv .contentBody{padding:0 46px 0 28px; font-size:1.1em;}
.USContentDiv .topGrayCurve{background:url(http://www.lexisnexis.com/images/gray_curve_726.gif) left top no-repeat; height:12px}
.USContentDiv .USGraySection{background:url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x;}
.USContentDiv .USGraySection .podContainer{padding:9px 0 21px 27px; border-right:1px solid #E4E4E4;}

.USContentDiv .USGraySection .pod01{width:111px; border-right:1px solid #E4E4E4; color:#3F3F3F; margin:0 0 0 0}
.USContentDiv .USGraySection .pod01 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .pod01 p{margin:0; padding:0;}
.USContentDiv .USGraySection .pod01 ul{margin:0; padding:10px 0 0 0;}

.USContentDiv .USGraySection .pod02{width:120px; border-right:1px solid #E4E4E4; color:#3F3F3F; margin:0; padding:0 5px 0 10px}
.USContentDiv .USGraySection .pod02 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .pod02 p{margin:0; padding:0;}
.USContentDiv .USGraySection .pod02 ul{margin:0; padding:10px 0 0 0;}

.USContentDiv .USGraySection .pod03{width:130px; border-right:1px solid #E4E4E4; color:#3F3F3F; margin:0; padding:0 5px 0 10px}
.USContentDiv .USGraySection .pod03 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .pod03 p{margin:0; padding:0;}
.USContentDiv .USGraySection .pod03 ul{margin:0; padding:10px 0 0 0;}

.USContentDiv .USGraySection .pod04{width:128px; color:#3F3F3F; padding:0 0 0 10px}
.USContentDiv .USGraySection .pod04 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .pod04 p{margin:0; padding:0;}
.USContentDiv .USGraySection .pod04 ul{margin:0; padding:10px 0 0 0;}

.USContentDiv .USGraySection .pod05{width:120px; color:#3F3F3F; padding:0 0 0 10px; border-left:1px solid #E4E4E4;}
.USContentDiv .USGraySection .pod05 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .pod05 p{margin:0; padding:0;}
.USContentDiv .USGraySection .pod05 ul{margin:0; padding:10px 0 0 0;}

.USContentDiv .USGraySection .pod01 h2 a,
.USContentDiv .USGraySection .pod02 h2 a,
.USContentDiv .USGraySection .pod03 h2 a,
.USContentDiv .USGraySection .pod04 h2 a,
.USContentDiv .USGraySection .pod05 h2 a,
.USContentDiv .USGraySection .pod01 h2 a:visited,
.USContentDiv .USGraySection .pod02 h2 a:visited,
.USContentDiv .USGraySection .pod03 h2 a:visited,
.USContentDiv .USGraySection .pod04 h2 a:visited,
.USContentDiv .USGraySection .pod05 h2 a:visited {font-size:1em; color:#903; text-decoration:underline;}
.USContentDiv .USGraySection .pod01 h2 a:hover,
.USContentDiv .USGraySection .pod02 h2 a:hover,
.USContentDiv .USGraySection .pod03 h2 a:hover,
.USContentDiv .USGraySection .pod04 h2 a:hover,
.USContentDiv .USGraySection .pod05 h2 a:hover {font-size:1em; color:#666; text-decoration:none;}

.USContentDiv .USGraySection ul{margin:22px 8px 0 0; padding:0; list-style:none;}
.USContentDiv .USGraySection ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 0 8px; margin:0; color:#707070}
.USContentDiv .USGraySection ul li a{color:#707070; font-size:1em}

/* Content div for the title and main message of site it gives the margin in left side and border for left and right */
.contentDiv{margin-left:15px; width:548px; border-left:1px solid #e4e4e4; border-right:0.1em solid #e4e4e4;}
/* contentBody class required to set the padding for contents */
.contentDiv .contentBody{padding:0 20px 0 20px;}
.contentDiv h1{font-size:large; margin:0 0 7px 0; padding:0; font-weight:bold; color:#666}
.contentDiv h2{font-size:small; margin:0; padding:0; font-weight:bold; color:#666}
.contentDiv p{margin-top:0; padding-top:0; font-size:1.1em;}
/* V2.9 By HCL Start here 
.contentDiv .contentBody p a{font-size:1em}*/
/* V2.9 By HCL ended here */
/* V2.10 starts*/
.contentDiv .contentBody p a,
.contentDiv .contentBody p a:visited {font-size:1em}
/* V2.10 ends*/

.contentDiv ul{margin:5px 0 5px 0; padding:0; list-style:none;}
.contentDiv ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 0 8px; margin:0; color:#707070}
.contentDiv ul li a{color:#707070; font-size:1.1em}
.contentDiv ul li a:hover{text-decoration:underline;}
.contentDiv .contentBody ol li { font-size:1.2em;}

.contentDiv ul.tagStyle{font-size:1em; font-weight:normal; list-style:none; margin:0; padding:0;}
.contentDiv ul.tagStyle li{float:left; border-right:1px solid #E3E3E3; background:none; margin:0; padding:0 10px 0 10px}
.contentDiv ul.tagStyle li.activeTag{font-weight:bold; padding-left:0; margin:0;}
.contentDiv ul.tagStyle li.firstTag{padding-left:0; margin:0;}
.contentDiv ul.tagStyle li.noBorder{border:none;}

/* The gray rounded area start here */
.contentDiv .grayPod{margin-top:21px; /*background:url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x;*/}
/* Top gray rounded curve comes in .grayCurve class */
.contentDiv .grayPod .grayCurve{/*background:url(http://www.lexisnexis.com/images/gray_pod_top_curve.gif) left top no-repeat;*/ display:none; height:9px; font-size:1px;}
/* .podContainer is for gray gradient which repeats in x-axis */
.contentDiv .grayPod .podContainer{/*background:url(http://www.lexisnexis.com/images/gray_gradient.gif) left top repeat-x;*/ padding:0 15px 0 15px; display:block;}
.contentDiv .grayPod .podContainer .paraStyle p{margin:0; padding:0;}
.contentDiv .grayPod .podContainer .paraStyle p span{font-weight:bold}
.contentDiv .grayPod .podContainer a,
.contentDiv .grayPod .podContainer a:visited {color:#903;font-size:1em; font-weight:bold; text-decoration:underline;}
.contentDiv .grayPod .podContainer a:hover { color:#666; text-decoration: none;}
.contentDiv .grayPod h2{font-size:medium; margin:0; padding:0; font-weight:bold; color:#666; display:block; /*height:23px;*/} /* V2.8 By HCL*/

/* News pressreleases start here */
.contentDiv ul.pyearAwards{margin:0; padding:0;}
.contentDiv ul.pyearAwards li{display:block; float:left; margin:0; padding:0 12px 0 12px; border-right:1px solid #E4E4E4; background:none; color:#c03}
.contentDiv ul.pyearAwards li.noPadding{padding-left:0;}
.contentDiv ul.pyearAwards li a{color:#c03; text-decoration:none; font-weight:bold;}
.contentDiv ul.pyearAwards li.noBorder{border:none;}

/* Year starts here */
.contentDiv .grayPod .yearAwards{background:#fff; border:1px solid #E4E4E4; border-left:none; border-right:none; padding:3px 0 3px 14px; margin-top:10px; display:block; height:18px;}
.contentDiv .grayPod .yearAwards ul{display:block; list-style:none; margin:0; padding:0;}
.contentDiv .grayPod .yearAwards ul li{display:block; float:left; margin:0; padding:0 12px 0 12px; border-right:1px solid #E4E4E4; background:none}
.contentDiv .grayPod .yearAwards ul li.noPad{padding-right:0;}
.contentDiv .grayPod .yearAwards ul li.noBorder{border:none;}
.contentDiv .grayPod .yearAwards ul li.noRPad{padding-left:9px;}
/* Lexis in the news section start here */
/* V2.12 By Ricardo Zea starts here */
.contentDiv .lnewsSection{ padding:12px 0 0 27px}
.contentDiv .lnewsSection h1{padding:0;}
.contentDiv .lnewsSection img{border:1px solid #333; margin-right:18px;}
.contentDiv .lnewsSection h2{font-size:1.1em; margin:0; padding:0; font-weight:bold; color:#666;}
.contentDiv .lnewsSection p{margin:0 0 5px 0; padding:0; font-size:1em}
.contentDiv .lnewsSection a{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:2px 0 0 8px; margin:0; color:#666; vertical-align:top}
/* V2.12 By Ricardo Zea ends here */
/* Award section start here */
.contentDiv .grayPod .podContainer .awardSection{padding-top:20px;}
.contentDiv .grayPod .podContainer .awardSection h1{padding:0;}
.contentDiv .grayPod .podContainer .awardSection img{border:1px solid #999; margin-right:15px;}
/* V2.12 By Ricardo Zea starts here */
.contentDiv .grayPod .podContainer .awardSection h2{font-size:1.1em; margin:0; padding:0; font-weight:bold; color:#666; width:390px;}
.contentDiv .grayPod .podContainer .awardSection p{margin:0 0 5px 0; padding:0; font-size:1.1em; width:390px;}
/* V2.12 By Ricardo Zea ends here */
.contentDiv .grayPod .podContainer .awardSection .leftFloat > p{ width:340px;}
.contentDiv .grayPod .podContainer .awardSection a,
.contentDiv .grayPod .podContainer .awardSection a:visited { font-size:1em; color:#903;}
.contentDiv .grayPod .podContainer .awardSection a:hover { color:#666;}

/* The five column of div divided in 5-different class which are pod01, pod02, pod03, pod04 and pod05 */
/* .pod01 start here */
.contentDiv .grayPod .podContainer .pod01{width:91px;}
.contentDiv .grayPod .podContainer .pod01 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod01 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod01 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod01 p{display:block; margin:11px 0 0 0; padding:0; font-size:0.9em}
.contentDiv .grayPod .podContainer .pod01 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* .pod02 start here */
.contentDiv .grayPod .podContainer .pod02{width:91px; margin-left:10px;}
.contentDiv .grayPod .podContainer .pod02 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod02 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod02 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod02 p{display:block; margin:11px 0 0 0; padding:0; font-size:0.9em}
.contentDiv .grayPod .podContainer .pod02 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod02 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* .pod03 start here */
.contentDiv .grayPod .podContainer .pod03{width:91px; margin-left:10px;}
.contentDiv .grayPod .podContainer .pod03 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod03 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod03 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod03 p{display:block; margin:11px 0 0 0; padding:0; font-size:0.9em}
.contentDiv .grayPod .podContainer .pod03 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod03 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* .pod04 start here */
.contentDiv .grayPod .podContainer .pod04{width:91px; margin-left:10px;}
.contentDiv .grayPod .podContainer .pod04 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod04 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod04 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod04 p{display:block; margin:11px 0 0 0; padding:0; font-size:0.9em}
.contentDiv .grayPod .podContainer .pod04 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod04 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* .pod05 start here */
.contentDiv .grayPod .podContainer .pod05{width:91px; margin-left:10px;}
.contentDiv .grayPod .podContainer .pod05 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod05 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod05 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod05 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod05 p{display:block; margin:11px 0 0 0; padding:0; font-size:0.9em}
.contentDiv .grayPod .podContainer .pod05 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* The five column of div divided in different classes by code logic when not actually 5 of them */
/* .pod01of2 start here */
.contentDiv .grayPod .podContainer .pod01of2{width:247px;}
.contentDiv .grayPod .podContainer .pod01of2 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod01of2 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod01of2 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod01of2 p{display:block; margin:11px 0 0 0; padding:0; font-size:1em}
.contentDiv .grayPod .podContainer .pod01of2 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod01of2 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* .pod02of2 start here */
.contentDiv .grayPod .podContainer .pod02of2{width:238px; margin-left:10px;}
.contentDiv .grayPod .podContainer .pod02of2 h1{font-size:1.3em; margin:0; padding:0; font-weight:normal; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod02of2 h2.blue_text{font-size:1.3em; font-weight:normal; margin:0; padding:0; color:#5A889E}
.contentDiv .grayPod .podContainer .pod02of2 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod02of2 p{display:block; margin:11px 0 0 0; padding:0; font-size:1em}
.contentDiv .grayPod .podContainer .pod02of2 .redLink{color:#c03; text-decoration:underline; font-weight:bold; font-size:1.0em}
.contentDiv .grayPod .podContainer .pod02of2 p.segm{display:block; margin:5px 0 0 0; padding:0; font-size:0.9em}
/* End of: The five column of div divided in different classes by code logic when not actually 5 of them */
/* The three column of div divided in 3-different class which are pod001, pod022 and pod03 */
/* pod001 start here */
.contentDiv .grayPod .podContainer .pod001{width:145px;}
.contentDiv .grayPod .podContainer .pod001 h1{font-size:1.3em; padding:0; /*margin:0; padding:0;*/ font-weight:bold; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod001 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod001 ul{margin-top:12px;}

/* pod002 start here */
.contentDiv .grayPod .podContainer .pod002{width:145px; margin-left:30px;}
.contentDiv .grayPod .podContainer .pod002 h1{font-size:1.3em; margin:0; padding:0; font-weight:bold; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod002 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod002 ul{margin-top:12px;}

/* pod003 start here */
.contentDiv .grayPod .podContainer .pod003{width:145px; margin-left:30px;}
.contentDiv .grayPod .podContainer .pod003 h1{font-size:1.3em; margin:0; padding:0; font-weight:bold; color:#666; display:block}
.contentDiv .grayPod .podContainer .pod003 img{display:block; border:1px solid #686868; display:block; margin-top:11px;}
.contentDiv .grayPod .podContainer .pod003 ul{margin-top:12px;}

/* Links for pod001, pod002, pod003 */
.contentDiv .grayPod .podContainer .pod001 h1 a,
.contentDiv .grayPod .podContainer .pod002 h1 a,
.contentDiv .grayPod .podContainer .pod003 h1 a,
.contentDiv .grayPod .podContainer .pod001 h1 a:visited,
.contentDiv .grayPod .podContainer .pod002 h1 a:visited,
.contentDiv .grayPod .podContainer .pod003 h1 a:visited {color:#903; text-decoration:underline; font-size:0.9em;}
.contentDiv .grayPod .podContainer .pod001 h1 a:hover,
.contentDiv .grayPod .podContainer .pod002 h1 a:hover,
.contentDiv .grayPod .podContainer .pod003 h1 a:hover {color:#666; text-decoration:none;}

/* Standards compliance classes (Firefox, Opera, Netscape, "IE7")*/
html>body .contentDiv .grayPod .podContainer .pod001 h1,
html>body .contentDiv .grayPod .podContainer .pod002 h1,
html>body .contentDiv .grayPod .podContainer .pod003 h1{padding-bottom:25px;}

/* News date and content comes here */
.contentDiv .grayPod .podContainer h1{color:#666; font-weight:bold; font-size:1.3em; margin:0; padding:15px 0 15px 0; display:block;}
.contentDiv .grayPod .podContainer .newsSection{margin-bottom:15px;}
.contentDiv .grayPod .podContainer .newsSection .newsDate{color:#666; font-size:1em; width:70px;  }
/*v2.7 starts*/
.contentDiv .grayPod .podContainer .newsSection .newsContent {width:425px;}
html>body .contentDiv .grayPod .podContainer .newsSection .newsContent {width:400px;}
/*v2.7 ends*/
.contentDiv .grayPod .podContainer .newsSection .newsContent ul li {font-size:1.1em; color:#333;  height:auto;}
.contentDiv .grayPod .podContainer .newsSection .newsContent h1{ padding-top:0; }
.contentDiv .grayPod .podContainer .newsContent p {font-size:1.1em; }
.contentDiv .grayPod .podContainer .newsContent a,
.contentDiv .grayPod .podContainer .newsContent a:visited {font-size:1em; color:#903; text-decoration:none; font-weight:normal;}
.contentDiv .grayPod .podContainer .newsContent a:hover { color:#666; text-decoration:underline;}
/* Superscripts */
html>body sup { /*position:relative; top:4px;*/ font-size:8px; margin:0; padding:0; }
#IEroot sup { margin:0; padding:0; /*position:relative; top:3px;*/ font-size:9px; line-height:18px;}
#IEroot a sup { text-decoration:none;}

/* Footer part of news start here */
.newsFoot{display:block; border:1px solid #E4E4E4; border-left:none; border-right:none; padding:3px 0 3px 27px; margin-top:10px;}
.newsFoot ul{display:block;}
.newsFoot ul li{float:left; padding:0 19px 0 6px;}
.newsFoot ul li a{color:#7098AB; font-size:0.9em}

/* the links in red color in news section */
.contentDiv .grayPod .podContainer ul.redLink{margin:3px 0 0 0; padding:0; list-style:none; display:block}
.contentDiv .grayPod .podContainer ul.redLink li{margin:0; padding:0; display:block; background:none}
.contentDiv .grayPod .podContainer ul.redLink li a{color:#c03; text-decoration:underline; font-weight:bold; font-size:0.8em}

/* tLink required because of arrow have to implement in anchor tags */
.contentDiv .grayPod ul.tLink{margin:8px 0 0 0; padding:0; list-style:none; display:block}
.contentDiv .grayPod ul.tLink li{margin:0; padding:0; display:block; background:none}
.contentDiv .grayPod ul.tLink li a{color:#c03; text-decoration:underline; font-weight:bold;}


/* the links in red color */
.contentDiv .contentBody ul.redLink{margin:3px 0 0 0; padding:0; list-style:none; display:block}
.contentDiv .contentBody ul.redLink li{margin:0; padding:0; display:block; background:none}
.contentDiv .contentBody ul.redLink li a{color:#c03; text-decoration:underline; font-weight:bold;}
.USContentDiv .contentBody ul.redLink{margin:3px 0 0 0; padding:0; list-style:none; display:block}
.USContentDiv .contentBody ul.redLink li{margin:0; padding:0; display:block; background:none}
.USContentDiv .contentBody ul.redLink li a{color:#c03; text-decoration:underline; font-weight:bold;}

/* V2.8 By HCL Start here*/
.USContentDiv .contentBody a{font-size:0.9em; color:#c03; text-decoration:none; font-weight:normal}
.USContentDiv .contentBody a:hover{text-decoration:underline;}
/* V2.8 By HCL End here*/

/* global solutions section start here */
.USContentDiv .USGraySection .Glpod01{width:230px; color:#3F3F3F; margin:0; padding:0 3px 0 0}
.USContentDiv .USGraySection .Glpod01 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .Glpod01 select{ margin:13px 0 0 0; padding:0 3px 0 15px; width:180px; float:left}
.USContentDiv .USGraySection .Glpod01 p{margin:0; padding:0;}

.USContentDiv .USGraySection .Glpod02{width:180px; color:#3F3F3F; margin:0 0 0 50px; padding:0 3px 0 15px}
.USContentDiv .USGraySection .Glpod02 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .Glpod02 select{margin:13px 0 0 0; padding:0 0 0 15px; width:160px; float:left}
.USContentDiv .USGraySection .Glpod02 p{margin:0; padding:0;}

.USContentDiv .USGraySection .Glpod03{width:180px; color:#3F3F3F; margin:0; padding:0 3px 0 15px}
.USContentDiv .USGraySection .Glpod03 h2{font-size:1.3em; font-weight:bold; margin:0; padding:0; color:#5A889E}
.USContentDiv .USGraySection .Glpod03 select{margin:13px 0 0 20px; padding:0; width:160px; float:left}
.USContentDiv .USGraySection .Glpod03 p{margin:0 0 0 20px; padding:0;}
.USContentDiv .USGraySection .Glpod03 input.searchBtn{background:#fff; color:#000; font-weight:normal; text-transform:uppercase; border:1px solid #666; margin:5px 1px 0 0; padding:0; cursor:pointer; float:right}
/* The container divided into two column named as .leftPod and .rightPod */
/* .leftPod start here */
.contentDiv .grayPod .leftPod{width:300px; border-right:1px solid #E4E4E4; margin-right:5px;}/*V2.8 By HCL*/
.contentDiv .grayPod .leftPod h2{font-size:medium; margin:0; padding:0; font-weight:normal; color:#666; font-weight:bold}
.contentDiv .grayPod .leftPod p{margin:22px 0 6px 0; padding:0; font-weight:bold}
.contentDiv .grayPod .leftPod img{border:1px solid #666; margin:11px 0 11px 0;}
.contentDiv .grayPod .leftPod p.noStyle{margin:0; font-weight:normal}
.contentDiv .grayPod .leftPod input{margin:0 0 5px 0; padding:0;}
.contentDiv .grayPod .leftPod input.goBtn { cursor:pointer; width:130px; border:1px solid #666; padding:2px 1px 0 1px; color:#fff; font-weight:bold; font-size:11px; background:url(http://www.lexisnexis.com/images/bg-gradient-transparent.png) bottom repeat-x #ccc; text-shadow:0 1px 1px #000; }/*V2.8 By HCL*/ /*V2.9 By HCL*/
.contentDiv .grayPod .leftPod input.goBtn:hover { background-color:#999; color:#fff; }

.contentDiv .grayPod .leftPod select { width:165px; font-size:12px; }/*V2.8 By HCL*/

.contentDiv .grayPod .leftPod02{width:167px; margin:0 50px 0 15px;}
.contentDiv .grayPod .leftPod02 h2{font-size:medium; margin:0; padding:0; font-weight:normal; color:#666; font-weight:bold}
.contentDiv .grayPod .leftPod02 p{margin:22px 0 6px 0; padding:0; font-weight:bold}
.contentDiv .grayPod .leftPod02 img{border:1px solid #666; margin:11px 0 11px 0;}
.contentDiv .grayPod .leftPod02 p.noStyle{margin:0; font-weight:normal}

.contentDiv .grayPod .leftPod03{width:167px; margin:0 0 0 15px; border-right:1px solid #E4E4E4; padding-right:50px;}
.contentDiv .grayPod .leftPod03 h2{font-size:medium; margin:0; padding:0; font-weight:normal; color:#666; font-weight:bold}
.contentDiv .grayPod .leftPod03 p{margin:22px 0 6px 0; padding:0; font-weight:bold}
.contentDiv .grayPod .leftPod03 img{border:1px solid #666; margin:11px 0 11px 0;}
.contentDiv .grayPod .leftPod03 p.noStyle{margin:0; font-weight:normal}

/* V2.6 BY HCL Start here */
.taskArea{width:177px; margin:0 0 0 15px; z-index:99; position:relative}
.taskArea h2{font-size:medium; margin:0; padding:0; font-weight:normal; color:#666; font-weight:bold}
.taskArea p{margin:22px 0 6px 0; padding:0; font-weight:bold}
.taskArea img{border:1px solid #666; margin:11px 0 11px 0;}
.taskArea p.noStyle{margin:0; font-weight:normal}
.taskArea ul{margin-top:5px;}
.taskArea ul li{margin:0 0 8px 0; padding:0; background:none}
.taskArea ul li a{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 3px no-repeat; display:block; padding:0 0 0 10px; margin:0; width:91%}
.taskArea ul li a:hover{background:#fff; display:block; border:1px dotted #333; text-decoration:none; font-size:1.2em; color:#000; font-weight:bold; padding:2px 5px 2px 10px; border-right:1px solid #fff}
.taskArea ul li.activeTab{background:#fff; display:block; border:1px dotted #333; text-decoration:none; font-size:1.2em; color:#000; font-weight:bold; padding:2px 5px 2px 10px; border-right:1px solid #fff; position:relative}

.contentDiv .grayPod .whiteContainer{border:1px dotted #333; background:#fff; padding:10px 20px 25px 30px; width:230px; z-index:5; position:relative; top:0px; left:-1px}
.contentDiv .grayPod .whiteContainer h3{color:#c03; font-size:1em; text-decoration:underline}
.contentDiv .grayPod .whiteContainer p{font-size:0.9em;}
/* V2.6 BY HCL ended */

/* .rightPod start here */
.contentDiv .grayPod .rightPod{width:165px; padding-left:20px}/* V2.8 By HCL */
.contentDiv .grayPod .rightPod h2{font-size:medium; margin:0; padding:0; font-weight:normal; color:#666; font-weight:bold}
.contentDiv .grayPod .rightPod p{margin:21px 0 0 0; width:160px;}
.contentDiv .grayPod .rightPod img{border:1px solid #666; margin:11px 0 11px 0;}
.contentDiv .grayPod .rightPod p.noStyle{margin:0; font-weight:normal}

/* New style of center content no right border */
.contentDivNoBod{margin-left:15px; width:533px; border-left:1px solid #e4e4e4;}
.contentDivNoBod .contentBody{padding:0 0 0 28px; font-size:1.1em;}
.contentDivNoBod h1{font-size:large; margin:0 0 7px 0; padding:0; font-weight:bold; color:#666}
/* The right section of Leadership start here */
.rightSection h1.Lead{color:#666; font-weight:bold; font-size:1.1em; margin:0; padding:5px 5px 5px 17px; background:none}
.rightSection .Lead .pod{width:129px; height:88px;}
.rightSection .Lead .pod01{width:70px; height:48px;}
/* The right section of site start here */
.rightSection{width:203px; font-style:normal;}
.rightSection h1,
.rightSection h2.right-nav-gray-box-title,
.rightSection h2.contact-block-title {background:#f1f1f1; color:#333; font-weight:bold; font-size:1.1em; margin:0; padding:5px 5px 5px 17px;}
.rightSection ul{margin:8px 0 8px 9px; padding:0; list-style:none; font-style:normal;}
.rightSection ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 0 8px; margin:0 0 0 8px; color:#707070; font-style:normal;}
.rightSection ul li a{color:#707070; font-size:1em; font-style:normal;}
.rightSection p{padding:8px 0 6px 19px; margin:0; font-size:1em}
.rightSection p img { position:relative; left:-17px;}
.rightSection p span{display:block; font-weight:bold; font-size:1em}
.rightSection p a{color:#c03; text-decoration:underline}
.rightSection ul.tLink{margin:0 0 11px 9px; padding:0; list-style:none; display:block}
.rightSection ul.tLink li{margin:0; padding:0 0 0 10px; display:block; background:none}
.rightSection ul.tLink li a,
.rightSection ul.tLink li a:visited {color:#c03; text-decoration:underline; font-weight:bold;}
.rightSection ul.tLink li a:hover { text-decoration:none;}
/*.rightSection img{display:block; border:1px solid #666; margin:8px 0 0 17px;}*/

/*V2.7 starts here*/
/* Search box in the Press Releases page*/
.rightSection .searchArea{margin:0 0 10px 20px;}
.rightSection .searchArea input,
.contentDiv .grayPod .podContainer input { cursor:pointer; height:auto !important; background:#fff; border:#666 1px solid; padding:2px !important; color:#000;}
.contentDiv .grayPod .podContainer input:hover { background:#ddd; }
.rightSection .searchArea input:focus,
.contentDiv .grayPod .podContainer input:focus {background:#f4f4f4;}
.rightSection .searchArea input.btn,
.contentDiv .grayPod .podContainer input.goButton {background:#fff; color:#000; font-weight:normal; border:1px solid #666; margin-left:5px; padding:0 2px; cursor:pointer; font:11px Arial, Helvetica, sans-serif; height:20px;}
html>body .rightSection .searchArea input.btn,
html>body .contentDiv .grayPod .podContainer input.goButton {height:19px;}

/*	SEARCH FIELD IN SEARCH RESULTS PAGE
=================================*/
	
	/*Field*/
	input#ucfast1_QueryBox { cursor:text !important; width:250px !important; font-size:13px; padding:5px !important; }
	input#ucfast1_QueryBox:hover { background:#FFFFE5; border:#333 1px solid; }
	
	/*Button*/
	input#ucfast1_SearchButton { cursor:pointer; color:#fff; font-size:13px; font-weight:bold; padding:4px 10px !important; border:#999 1px solid; background:url(http://www.lexisnexis.com/images/bg-gradient-transparent.png) bottom repeat-x #ccc; text-shadow:0 1px 1px #000; }
	input#ucfast1_SearchButton:hover { background-color:#999; color:#fff; }

/*V2.7 ends here*/

/* The footer of site comes here */
.siteFooter .footTop { width:990px; /*height:65px;*/ background:url(http://www.lexisnexis.com/images/bg-gradient-transparent.png) bottom repeat-x #B9B9B9; /*background:url(http://www.lexisnexis.com/images/foot_background.gif) left top no-repeat #990134;*/ -moz-border-radius:2px; -moz-box-shadow:0 1px 1px #ccc; }

	/*Border Radius*/
	.siteFooter .footTop { -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
	
	/*Box Shadow*/
	.siteFooter .footTop { -moz-box-shadow:0 1px 1px #ccc; -webkit-box-shadow:0 1px 1px #ccc; box-shadow:0 1px 1px #ccc; }
	
.siteFooter .footTop ul { margin:0; /*padding:47px 0 0 0;*/ list-style:none; }
.siteFooter .footTop ul li { float:left; display:block; padding-right:15px; border:none; background:none}
/* V2.6 By HCL Start here */
.siteFooter .footTop ul li.footerQuote{float:right; margin-right:36px;}
.siteFooter ul li.imgGap{margin-left:65px;}
.siteFooter ul li a img{border:0;}
/*V2.6 By HCL Ended */
.siteFooter .footTop ul li a { color:#fff; font-size:1.1em; font-weight:bold; text-shadow:1px 1px 1px rgba(0,0,0,.2); }
.siteFooter .noBorder{border:none; background:none}
.siteFooter ul { margin:0; padding:8px; list-style:none; overflow:auto; zoom:1; text-shadow:0 1px 0 #eee; }
.siteFooter ul li{margin:0; padding:0 9px 0 6px; float:left; background:url(http://www.lexisnexis.com/images/v_line.gif) right 3px no-repeat}
.siteFooter ul li a{color:#808284; font-size:1em;}
.siteFooter p{padding:4px 0 0 23px; margin:0; font-size:1em; color:#808284;}
/* Credits */
.siteFooter #credits { padding-left:15px; color:#808284; text-shadow:0 1px 0 #eee; }
.siteFooter #credits a,
.siteFooter #credits a:visited { font-size:1em; color:#808284; text-decoration:none;}
.siteFooter #credits a:hover { text-decoration:underline;}

/*	HOME PAGE WRAPPER/CONTAINER
=================================*/
.leftBodyArea { width:715px; }
.bottom-buckets { width:693px; padding:20px 10px; margin-bottom:10px; }

/*	COPY UNDER HERO BANNER
=================================*/
#text-under-picture { position:relative; z-index:10; background:#fff; border:#333 1px dotted; border-top:none; padding:10px; -moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px; }
#text-under-picture h1 { padding-left:30px; color:#666; background:url(http://www.lexisnexis.com/images/h2_arrow_style.gif) left center no-repeat; font:bold 18px/20px 'Omnes Regular', Arial, san-serif; letter-spacing:-.5px; text-shadow:1px 1px 0 rgba(0,0,0,.2); }
	
	/*IE*/
	* html #text-under-picture { border:#999 1px solid; }
	
/*	3 COLUMNS UNDER SLIDESHOW
=================================*/
.bucket { width:220px; float:left; margin-right:15px; }

.content-bucket { padding:10px 0; border-top:#ccc 2px solid; border-bottom:#ccc 2px solid; }

.content-bucket h2 a,
.content-bucket h2 a:visited { color:#333; font:19px 'Omnes Semibold', Arial, san-serif; text-shadow:1px 1px 0 rgba(0,0,0,.2); }
.content-bucket h2 a:hover { color:#666; text-decoration:underline; }
.content-bucket h2 a:active { color:#000; }

.content-bucket img { float:left; margin-right:8px; padding:2px; border:#999 1px solid; }

.content-bucket p { font-size:12px; line-height:18px; }

.content-bucket a.cb-link,
.content-bucket a.cb-link:visited { padding:5px 20px 5px 0; color:#903; font-size:12px; text-decoration:underline; background:url(http://www.lexisnexis.com/images/img-circle-arrow.png) right center no-repeat; }
.content-bucket a.cb-link:hover { color:#c03; text-decoration:none; }
.content-bucket a.cb-link:active { color:#666; }

	/*Ad in last bucket*/
	.last-bucket { margin:0; }
	
	/*3rd Column buckets/Ads*/
	.colored-bucket { margin-bottom:10px; padding:7px 3px; text-align:center; border:#F7999D 1px solid; background:url(http://www.lexisnexis.com/images/bg-gradient-bucket.gif) #f0f0f0 no-repeat; }
	.colored-bucket:hover { border:#ed1c24 1px solid; }
	
		/*Titles*/
		.colored-bucket h5 { color:#ed1c24; font:20px 'Omnes Semibold', Arial, san-serif; text-shadow:1px 1px 0 rgba(0,0,0,.2); }
		
		.colored-bucket a,
		.colored-bucket a:visited { font-size:11px; color:#666; text-decoration:underline; }
		.colored-bucket a:hover { color:#903; text-decoration:none; }
		.colored-bucket a:active { color:#000; }
		
		.colored-bucket ul { margin:0; padding:0; list-style:none; text-align:left; }
		
		/*Red buttons*/
		.colored-bucket a.button,
		.colored-bucket a.button:visited { display:inline-block; padding:2px 20px 2px 2px; color:#fff !important; text-decoration:none !important; text-shadow:0 1px 0 rgba(0,0,0,.3); border:#ed1c24 1px solid; background:url(http://www.lexisnexis.com/images/img-arrow-white.png) 90% center no-repeat #ed1c24; }
		.colored-bucket a.button:hover { color:#fff !important; background-color:#EF484F; text-shadow:0 1px 0 #000; border:#ed1c24 1px solid; }
		.colored-bucket a.button:active { background-color:#333; }
		
		/*ALREADY A SUBSCRIBER BUCKET*/
		ul.sign-in { text-align:center; margin-top:5px; }
		ul.sign-in li { display:inline; padding:0 10px 0 5px; border-right:#999 1px solid; }
		ul.sign-in li:last-child { border:none; }
		
		ul.sign-in li a,
		ul.sign-in li a:visited { font-size:12px; color:#000 !important; }
		ul.sign-in li a:hover { color:#666 !important; }
		ul.sign-in li a:active { color:#000 !important; }		
						
			/*Sign In list*/
			ul.si-list { width:180px; margin:10px auto 0; padding:0 10px; overflow:hidden; zoom:1; }
			ul.si-list li { width:75px; padding-left:5px; margin:0 3px 3px 0; float:left; background:url(http://www.lexisnexis.com/images/img-arrow-small.gif) left 3px no-repeat; }
			ul.si-list li a,
			ul.si-list li a:visited { display:block; padding:1px; }
			ul.si-list li a:hover { background:#ddd !important; border-right:#666 1px solid; }
			ul.si-list li a:active { background:#999; }
			
			/*Button*/
			ul.sign-in a.button { width:70px; font-size:16px !important; font-weight:bold; }

		/*CONTACT A SALES REP BUCKET*/
		.colored-bucket h6 { width:90%; margin:0 auto 5px; padding:0; font-size:24px; font-weight:bold; color:#000; border-bottom:#ccc 1px solid; text-shadow:1px 1px 0 rgba(0,0,0,.2); }
		
			/*Buttons*/
			ul.sales-rep { text-align:center; }
			ul.sales-rep a.button { width:120px; padding:4px 20px 4px 10px !important; margin-bottom:5px; font-size:12px; font-weight:bold; text-align:left; background-position:95% center !important; }
			ul.sales-rep a.button span { font-size:11px; color:#000; }
			ul.sales-rep a.button:hover span { text-shadow:0 1px 0 rgba(0,0,0,.3); }
		
	
/* The home page  has four columns, each column is referred to as Hpo0x where X is the number*/
/* Column 1
.homePageBody .HpodContainer .Hpod01{width:145px; color:#3F3F3F; padding-right:18px; border-right:1px solid #E4E4E4;}
.homePageBody .HpodContainer .Hpod01 img{margin:0; padding:0; border: #903 1px solid; border-top: none;}
.homePageBody .HpodContainer .Hpod01 h5{background: url(http://www.lexisnexis.com/images/img-dot-h.gif) bottom repeat-x #903; padding:6px 0 4px 5px; color:#fff; font-size:1.2em; font-weight:bold; width:142px;}
.homePageBody .HpodContainer .Hpod01 h5:hover { text-decoration:none; cursor:pointer; background: url(http://www.lexisnexis.com/images/img-dot-h.gif) bottom repeat-x #CB0045; }
.homePageBody .HpodContainer ul.tLink{margin:10px 0 11px 0; padding:0; list-style:none; display:block}
.homePageBody .HpodContainer ul.tLink li{margin:0; padding:0; display:block; background:none}
.homePageBody .HpodContainer ul.tLink li a,
.homePageBody .HpodContainer ul.tLink li a:visited{color:#903; text-decoration:underline; font-size:1em;}
.homePageBody .HpodContainer img{display:block; border:1px solid #666; margin:8px 0 0 17px;}*/

/* Column 2
.homePageBody .HpodContainer .Hpod02{width:151px; padding:0 12px; border-right:1px solid #E4E4E4; min-height:330px;}
.homePageBody .HpodContainer .Hpod02 img{margin:0; padding:0; border:none}
.homePageBody .HpodContainer .Hpod02 h5{padding:0; color:#666; font-size:1.2em; margin-bottom:9px;}
.homePageBody .HpodContainer .Hpod02 ul{margin:0; padding:0; list-style:none;}
.homePageBody .HpodContainer .Hpod02 ul li{display:block; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 10px 10px; margin:0; font-size:1.2em; line-height:17px; }
.homePageBody .HpodContainer .Hpod02 ul li a,
.homePageBody .HpodContainer .Hpod02 ul li a:visited{color:#666; text-decoration:none; display:block; width:100%;} 
.homePageBody .HpodContainer .Hpod02 ul li a:hover{color:#903; text-decoration:underline;}*/

/* Column 3
.homePageBody .HpodContainer .Hpod03{width:145px; padding:0 13px; border-right:1px solid #E4E4E4;}
.homePageBody .HpodContainer .Hpod03 img{margin:0; padding:0;  border: #959595 1px solid; border-top: none;}
.homePageBody .HpodContainer .Hpod03 h5{background: url(http://www.lexisnexis.com/images/img-dot-h.gif) bottom repeat-x #959595; padding:6px 5px 4px; color:#fff; font-size:1.2em; font-weight:bold; width:137px;}
.homePageBody .HpodContainer .Hpod03 h5:hover { text-decoration:none; cursor:pointer; background: url(http://www.lexisnexis.com/images/img-dot-h.gif) bottom repeat-x #BCBCBC; }

* html .homePageBody .HpodContainer a:hover h5 {text-decoration:underline; color:#fff; cursor:pointer; }*/

/*.homePageBody .HpodContainer .Hpod03 p a,
.homePageBody .HpodContainer .Hpod03 p a:visited { font-size:1em; color:#903; text-decoration:underline; }
.homePageBody .HpodContainer .Hpod03 p a:hover{ color:#666; }
.homePageBody .HpodContainer .Hpod03 h4{padding:10px 0 0 0; color:#333; font-size:1em; font-weight:normal; }
.homePageBody .HpodContainer .Hpod03 h4 img { border:none;}
.homePageBody .HpodContainer .Hpod03 ul{margin:0; padding:0; list-style:none;}
.homePageBody .HpodContainer .Hpod03 ul li{display:block; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 5px 10px; margin:0; }
.homePageBody .HpodContainer .Hpod03 ul li a{color:#666; text-decoration:underline;}
.homePageBody .HpodContainer ul.tLink{margin:10px 0 11px 0; padding:0; list-style:none; display:block}
.homePageBody .HpodContainer ul.tLink li{margin:0; padding:0; display:block; background:none}
.homePageBody .HpodContainer ul.tLink li a,
.homePageBody .HpodContainer ul.tLink li a:visited{color:#903; text-decoration:underline;}
.homePageBody .HpodContainer ul.tLink li a:hover{color:#666;}
.homePageBody .HpodContainer img{display:block; border:1px solid #666; margin:8px 0 0 17px;}*/

.homePageBody .rightHomeSection{width:236px; padding:20px 0 0 11px}
.homePageBody .rightHomeSection h1{margin:0; padding:0 0 14px 13px; font-size:x-large; font-weight:bold; color:#333; font-family:"Times New Roman", Times, serif}
.homePageBody .rightHomeSection h3{background:url(http://www.lexisnexis.com/images/red_block_arrow.gif) left 3px no-repeat; padding:0 0 0 15px; color:#333; font-size:1.4em; font-family:"Times New Roman", Times, serif}

.homePageBody .rightHomeSection .formArea{padding-left:15px; margin-bottom:20px;}
.homePageBody .rightHomeSection select{width:177px; margin-right:4px; font-size:0.8em}
.homePageBody .rightHomeSection input{border:1px solid #666; text-transform:uppercase; color:#666; background:#fff; font-size:0.8em; padding:0 4px 0 4px; margin:0;}
.homePageBody .rightNav{margin:3px 0 0 13px; padding:0;}
.homePageBody .rightNav ul{display:block; margin:0 0 0 5px; padding:1px 0 1px 0; list-style:none; background:url(http://www.lexisnexis.com/images/right_nav_bg.gif) left top repeat-y; width:211px;}
.homePageBody .rightNav ul li{background:#fff; margin:1px 1px 2px 5px; display:block; padding:0; border-bottom:1px solid #fff}
.homePageBody .rightNav ul li a{color:#c03; padding:6px 0 6px 9px; display:block; font-weight:bold; font-size:0.9em}
.homePageBody .rightNav ul li a:hover{background:#903; color:#fff; text-decoration:none;}

.helpArea{border:1px solid #E4E4E4; border-left:none; border-right:none; padding:3px 0 10px 13px; margin-top:5px;}
.helpArea p{margin:0; padding:0;}
.helpArea p span{font-weight:bold;}
.helpArea p img{vertical-align:middle; border:none; margin-left:5px;}
.helpArea p a{color:#6D6D6D; text-decoration:underline;}

/* V2.6 By HCL Start here*/
.noBorder{border-bottom:none;}
.helpSection{padding:3px 0 10px 13px; margin-top:5px; width:200px}
.helpSection p{margin:0; padding:0;}
.helpSection p span{font-weight:bold;}
.helpSection p img{vertical-align:middle; border:none; margin-left:5px;}
.helpSection p a{color:#6D6D6D; text-decoration:underline;}
/* V2.6 By HCL ended*/

.privacyArea{border-bottom:1px solid #E4E4E4; padding:3px 0 10px 13px;}
.privacyArea h4{color:#222222; font-weight:bold; font-size:1em;}
.privacyArea p{margin:0; padding:0;}
.privacyArea ul{margin:0; padding:0; list-style:none;}
.privacyArea ul li{display:block; margin:11px 0 0 0; padding:0;}
.privacyArea ul li a{text-decoration:underline; color:#c03; font-weight:bold}

/* Column 4*/
.homePageBody .HpodContainer .Hpod04{width:160px; padding:0 5px 0 18px;}
.homePageBody .HpodContainer .Hpod04 img{margin:0; padding:0; border:none}
.homePageBody .HpodContainer .Hpod04 h5{padding:0; color:#666; font-size:1.2em; margin-bottom:9px;}
.homePageBody .HpodContainer .Hpod04 ul{margin:0; padding:0; list-style:none;}
.homePageBody .HpodContainer .Hpod04 ul li{display:block; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 10px 10px; margin:0; font-size:1.2em; line-height:17px;}
.homePageBody .HpodContainer .Hpod04 ul li a,
.homePageBody .HpodContainer .Hpod04 ul li a:visited{color:#666; text-decoration:none; display:block; width:100%;}
.homePageBody .HpodContainer .Hpod04 ul li a:hover{color:#903;text-decoration:underline;}

.homePageBody .HpodContainer .Hpod04 ul li.red{display:block; background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 0 5px 10px; margin:0; }
.homePageBody .HpodContainer .Hpod04 ul li.red a,
.homePageBody .HpodContainer .Hpod04 ul li.red a:visited{color:#c03; text-decoration:underline;}
.homePageBody .HpodContainer .Hpod04 ul li.red a:hover{color:#666; text-decoration:none;}

.HleftNav{background:url(http://www.lexisnexis.com/images/left_pod_bg.gif) left top repeat-y; width:165px; padding:0; margin:0 0 0 25px}
.HleftNav h5{font-size:0.9em; margin:0 0 0 5px; padding:0; display:block; background:url(http://www.lexisnexis.com/images/top_dotted_line.gif) left 1px repeat-x;}
.Htoptext h1{display:block; padding:0; margin:21px 0 0 25px; font-weight:bold; font-size:large; color:#666}
.Htoptext h2{display:block; padding:0; margin:21px 0 0 25px; font-weight:bold; font-size:1em; color:#666}
.Htoptext h2.arrowHead{background:url(http://www.lexisnexis.com/images/countryleadershi_arrow.gif) left 5px no-repeat; padding-left:14px;}

.HleftNav .HnavHolder{background:url(http://www.lexisnexis.com/images/top_dotted_line.gif) 1px bottom repeat-x; padding:0 0 1px 0;}
.HleftNav h5 a{padding:6px 0 4px 5px; color:#cf1040; display:block; width:97%; font-size:1.1em}
.HleftNav h5 a:hover{background:#903; color:#fff; text-decoration:none; display:block;}
.HleftNav h5.activeTab{background:#903; padding:6px 0 4px 5px; color:#fff; font-size:1em}
.HleftNav h5.activeTab a{color:#fff;}
.HleftNav img{vertical-align:middle; margin-left:10px; border:none;}
.HleftNav ul{margin:7px 0 0 6px; padding:0; list-style:none;}
.HleftNav ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; padding:0 5px 0 8px; margin:0 5px 4px 10px;}
.HleftNav ul li a{color:#666; font-size:1em}
.HleftNav ul li a.currLink{font-weight:bold;}
.HetcDetails{width:165px; padding:0; margin:0 0 10px 20px}
.HetcDetails ul{list-style:none; margin:5px 0 0 5px; padding:0; display:block}
.HetcDetails ul li{background:url(http://www.lexisnexis.com/images/red_listed_arrow.gif) left 5px no-repeat; margin:0; padding:0 0 0 7px; font-weight:bold; font-size:0.8em; color:#666;}
.HetcDetails ul li a{color:#666; font-size:1em; text-decoration:none;}
.HetcDetails ul li a:hover{text-decoration:underline;}

/*Map in About Us - Corporate Responsibility*/
#map { margin-top:10px;}

/* Quotes in Rule Of Law sections */
#quotes { padding-bottom:1px; margin-top:15px; margin-left:20px; padding-right:30px;}
#quotes h2 { font: italic 1.3em Georgia, "Times New Roman", Times, serif; color:#333; margin-bottom:5px;}
#quotes p { color:#333;	text-align:right;}

/* Did You Know? area */
#did-you-know-container { background:url(http://www.lexisnexis.com/images/bkg_didyouknow.gif) no-repeat top left #fff; width:224px; height:108px; }
#did-you-know-container .Didyouknow h4 { font:bold 16px Arial, Helvetica, sans-serif; color:#903; /*margin-left:35px;*/}
#did-you-know-container .Didyouknow #didyouknow_text { font-size:11px; font-family:Arial, Helvetica, sans-serif; margin-left:15px;}
 /* V2.6 HCL start here*/
.siteType{margin-left:7px; padding:1px 0 1px 0}
.siteType h1{color:#333; font-size:1.2em; font-weight:bold;}
.border{border:1px solid #A50039; height:81px; width:153px;}
.border{border:1px solid #A50039; height:81px; width:153px;}

/* Survey */
#survey { font: 1em Arial, Helvetica, sans-serif; background:url(http://www.lexisnexis.com/images/foot_background.gif) left bottom no-repeat; padding-bottom:20px;}
#survey h1 { font-size:1.2em; color:#c03;}
#survey button {border-top: #F2F0EE; border-right: #75736E; border-bottom: #75736E; border-left: #F2F0EE; border-width:2px; background:#F2F2F2; padding:3px; border-style: solid;}
#survey a:hover button { text-decoration:none; background:#ccc;}
#survey hr { width:95%; height:1px; color:#ccc; margin-bottom:5px;}
html>body #survey hr { border-bottom:none; border-top:#666 1px dotted; height:1px; margin-bottom:10px;}
#survey input { vertical-align:middle;}

/*v2.7 starts*/
/* Envioronmenatl RSS Feeds and Podcast / about-us/corporate-responsibility/environment/*/
#rss-podcast-environment { padding-left:18px;}
html>body #rss-podcast-environment { margin-bottom:10px;}
#rss-podcast-environment img { border:none; padding:0; margin:0; vertical-align:middle;}

/*Envioronmenatl RSS Feeds and Podcast / Homepage*/
#rss-podcast-environment .rss-podcast-homepage { float:left; padding-right:3px; height:16px;}
/*v2.7 ends*/

/*v2.11 starts*/
/*Iraq Request form and Thank you page*/
#case-study-req-form h2 { text-align:center; margin-bottom:20px; margin-top:30px;}
#IEroot #case-study-req-form h2 { font-size:1.5em;}
#case-study-req-form { margin-top:15px;}

#thank-you-page { width:520px; margin:50px auto;}
#thank-you-page p { font-size:1.1em;}
#thank-you-page a,
#thank-you-page a:visited { font-size:1em; color:#903; text-decoration:underline;}
#thank-you-page a:hover { color:#666; text-decoration:none;}
/*v2.11 ends*/

/*v2.12 Ricardo Zea starts*/
/* Communities button/image on the homepage */
/*#communities-button { margin-top:15px;}*/
#communities-button img { border:none;}
html>body #communities-button img { border:#fff 1px solid; padding:2px;}
html>body #communities-button img:hover { border:#ccc 1px solid;}

/* Four columns on the homepage */
.homePageBody .HpodContainer .Hpod01,
.homePageBody .HpodContainer .Hpod02,
.homePageBody .HpodContainer .Hpod03,
.homePageBody .HpodContainer .Hpod04 { min-height:360px; height:auto !important; height:390px;}
/*v2.12 Ricardo Zea ends*/

/*v2.13 Ricardo Zea starts*/
/*This is the Products page*/
.contentDiv .contentBody table a { font-size:12px;}
.contentDiv .contentBody table a:visited { font-size:12px; color:#666;}
.contentDiv .contentBody table a:hover { font-size:12px; color:#333;}
/*Blogs - Thirda column of the homepage*/
#blogs p { color:#666; line-height:18px; margin-bottom:0;}
#blogs #blog-images { width:114px; height:145px; margin:auto; border-top:#999 1px solid; border-right:#999 1px solid; padding-right:1px;}
div.Hpod03 hr { width:100%;}
#IEroot6 div.Hpod03 hr  { border-bottom: #999 1px solid;}
#blogs a,
#blogs a:visited { font-size:1em; color:#903; text-decoration:underline;}
#blogs a:hover { color:#333; text-decoration:none;}

/* TV ad - Lawyers.com */
div.Hpod04 hr  { width:92%; text-align:left;}
#IEroot6 div.Hpod04 hr  { border-bottom: #999 1px solid;}
#tv-ad  a,
#tv-ad  a:visited { font-size:1em; color:#903; text-decoration:underline;}
#tv-ad  a:hover { color:#333; text-decoration:none;}

/* Small  Container used in the four columns of  the home page*/
div.small-body-container a,
div.small-body-container a:visited { font-size:1em; color:#903; text-decoration:underline;}
div.small-body-container a:hover { color:#666; text-decoration:none;}
/*v2.13 Ricardo Zea ends*/

/* Thumbnail Image block for Global Leadership page */
div.thumbnailImageHolder {text-align:center;}
div.thumbnailImageHolder span {color:#7A7A7A; font-size:0.9em; display:block; margin-bottom:5px;}
div.thumbnailImageHolder a {text-decoration:none;}
div.thumbnailImageHolder a:hover {text-decoration:none;}
div.thumbnailImageHolder a:hover span {text-decoration:underline;}
/* Danny Patton ends */


/*========CSS For Search Site=================================================================================================*/
table.registrationTable { border:0; width:320px; font-size:1em; background:transparent; word-wrap:break-word; word-spacing:normal; white-space:normal; }
table.registrationTable .headmenu { display:none; }
table.registrationTable tr { border:0px; }
table.registrationTable tr td { border:none; display:block; white-space:normal; width:315px; word-spacing:normal; }
table.registrationTable tr td avisited,
table.registrationTable tr td alink,
table.registrationTable tr td aactive,
table.registrationTable tr td ahover { width:315px; font-weight:bold; word-wrap:break-word; word-spacing:normal; white-space:normal; }
table.registrationTable tr th { border:0; /*background:#fff;*/ vertical-align:bottom; word-wrap:break-word; word-spacing:normal; white-space:normal; }
table.registrationTable tr td input { padding:1px 3px; margin:0; color:#333; font-size:.85em; font-weight:normal; }
.contentDiv .grayPod table tr td avisited {  font-weight:bold; font-size:1em }
.contentDiv .grayPod table tr td aactive { font-weight:bold; font-size:1em }
.contentDiv .grayPod table tr td alink { font-weight:bold; font-size:1em }
.contentDiv .grayPod table tr td ahover { font-weight:bold; font-size:1em }
.contentDiv .contentBody .ukCase tr td a img { padding:0; border:none }


/*===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== 
--->> 404 Page CSS Rules
 ========== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/* Credits */
.siteFooter { border:0; clear:both; margin-top:20px; position:relative; }
.siteFooter #credits404 { margin:0; padding:8px 0 0 23px; color:#808284; }
.siteFooter #credits404 a,
.siteFooter #credits404 a:visited { font-size:1em; color:#808284; text-decoration:none; }
.siteFooter #credits404 a:hover { text-decoration:underline; }

/* The center protion of site where the message comes */
.pageContainter { margin:0; padding:0 0 10px 19px; height:100%;	}

/* Box 404 Message */
.box-404 { width:900px; font-size:1em; margin:40px 0 0 0; padding:10px 20px; background:url(http://www.lexisnexis.com/images/box-404-dotted-line-bg.jpg) left top repeat-y; }
.box-404 h2{ margin:0; padding:0 0 30px 275px; width:595px; display:block; color:#333; font-size:1.8em; font-weight:bold; text-align:left; }
.box-404 h2 a:link,
.box-404 h2 a:visited { margin:0; padding:0; color:#903; font-size:1em; font-weight:bold;	text-decoration:underline; }
.box-404 h2 a:hover { color:#333; font-size:1em; font-weight:bold; text-decoration:none; }
.box-404 h3{ color:#903; font-size:1.2em; font-weight:bold; text-align:right; margin:0; padding:0 0 5px 55px; width:185px; display:block; }
.box-404 p.small-text { margin:0; padding:0 0 30px 55px; width:185px; display:block; color:#333333; font-size:1.1em; text-align:right; }
.box-404 p.large-text { margin:0; padding:0 0 30px 275px; width:595px; display:block; color:#333333; font-size:1.3em; text-align:left; }

/*	US STORE SITEMAP PAGE
=================================*/
h1.us-store-title { margin:20px 0 10px 40px; }
div.sitemap-column { float:left; min-width:225px; width:auto !important; width:225px; margin:0 0 20px 30px; }

div.sitemap-column a,
div.sitemap-column a:visited { color:#903; }
div.sitemap-column a:hover { color:#c03; }
	
	/*	SUBTITLES
	--------------------------*/
	div.sitemap-column h2 { width:auto; height:auto; padding:10px 0 10px 5px; font-weight:bold; font-size:1.4em; color:#000; border-bottom:#666 1px dotted; }
	
	/*	LISTS
	--------------------------*/
	div.sitemap-column ul { margin:0; padding:5px 10px; list-style-type:none; background: url(http://www.lexisnexis.com/images/bg-gradient-gray-white.gif) top repeat-x; }
	div.sitemap-column ul li { font-size:1.3em; padding-left:7px; background:url(/careershttp://www.lexisnexis.com/images/arrow-black-small.gif) left 7px no-repeat; }
	div.sitemap-column ul li.view-all { margin-top:15px; font-weight:bold; }
	
	/*	DOUBLE COLUMNS
	--------------------------*/
	div.double div.wrapper { overflow:hidden; background: url(http://www.lexisnexis.com/images/bg-gradient-gray-white.gif) top repeat-x;}
	div.double ul { float:left; background:none; }
	div.double ul.first { margin-right:10px; }
	
/*	SURVEY BUTTON
=================================*/
.survey-btn { display:none; float:left; width:153px; padding:4px; position:relative; top:-8px; font-size:1.2em; margin-left:60px; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.survey-btn:hover { background:#e8e8e8; }
.survey-btn span { display:block; width:112px; text-align:right; cursor:pointer; background:url(http://www.lexisnexis.com/images/img-double-red-arrows.gif) 3px 3px no-repeat; }
.survey-btn span:hover { text-decoration:underline; }
.survey-btn img { position:absolute; top:-3px; right:0; border:none; }
.survey-btn a,
.survey-btn a:visited { color:#333; }

/*	RIGHT COLUMN
=================================*/
#right-col { float:left; width:265px; padding:10px 0 0 10px; }

	/*IE*/
	* html #right-col { width:260px; }

	/*	GENERAL CLASSES
	--------------------------*/
	#right-col hr { height:1px; border-bottom:0; border-top:#999 1px solid; margin:10px 0; }
	#right-col p { font-size:12px; }
	
	#right-col img { border:none; vertical-align:middle; }
	#right-col a img { border:#999 1px dotted; padding:3px; }
	#right-col a:hover img { border:#000 1px solid; }
	
	#right-col a,
	#right-col a:visited { font-size:12px; color:#903; text-decoration:underline; position:relative; }
	#right-col a:hover { color:#666; text-decoration:none; }

	/*	HEADINGS & SUBHEADINGS
	--------------------------*/
	#right-col h3 { font:bold 28px 'Omnes Medium'; color:#000; }
	#right-col h4 { font:bold 20px 'Omnes Medium'; color:#000; margin:15px 0 5px; }
	
	/*	PHONE NUMBER
	--------------------------*/
	.phone-number { font-size:12px; color:#000; }

/*	QUOTES
=================================*/
.quotes-container { margin:26px 0 10px; background:#f6f6f6; border:#ccc 1px solid; border:1px solid rgba(255,255,255,1); -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.quotes-container .quote { padding:20px 10px 0 20px; color:#000;font:italic 1.7em/1.3em Georgia, "Times New Roman", Times, serif; background:url(http://www.lexisnexis.com/images/img-quotes.gif) -10px -10px no-repeat; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }

	/*Links*/
	.quotes-container .quote a,
	.quotes-container .quote a:visited { font:italic 1em Georgia, "Times New Roman", Times, serif !important; color:#903 !important; }
	.quotes-container .quote a:hover { color:#666 !important; }
	.quotes-container .quote a:focus { color:#c03 !important; }
	
.quotes-container .author { padding:20px 20px 20px 40px; color:#903; text-align:right; font:bold 1.2em Arial, Helvetica, sans-serif; background:url(http://www.lexisnexis.com/images/img-quotes.gif) 99% 5px no-repeat; }
.reg { font:.7em Arial, Helvetica, sans-serif; vertical-align:super; }

	/*IE*/
	* html .quotes-container .quote { padding:20px 0 10px; }
	* html .quotes-container .author { padding:10px 10px 40px 20px; }
	
/*	OPINIONLAB LINK IN THE FOOTER
=================================*/
.opinionlab-footer { position:absolute; right:14px; top:40px; font-size:1em; color:#5A889E; }
	
/*	BORDER RADIUS
=================================*/	
.quotes-container,
.quotes-container .quote,
.quotes-container .author { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; }
.button { -moz-border-radius:100%; -webkit-border-radius:100px; border-radius:100%; }

/*	BOX SHADOW
=================================*/	
.siteBanner, #text-under-picture { -moz-box-shadow:0 2px 2px rgba(0,0,0,.1); -webkit-box-shadow:0 2px 2px rgba(0,0,0,.1); box-shadow:0 2px 2px rgba(0,0,0,.1); }
.quotes-container { -moz-box-shadow:0 0 5px rgba(0,0,0,.2); -webkit-box-shadow:0 0 5px rgba(0,0,0,.2); box-shadow:0 0 5px rgba(0,0,0,.2); }
.colored-bucket { -moz-box-shadow:inset 2px 0 0 #fff, inset 0 2px 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff; -webkit-box-shadow:inset 2px 0 0 #fff, inset 0 2px 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff; box-shadow:inset 2px 0 0 #fff, inset 0 2px 0 #fff, inset -2px 0 0 #fff, inset 0 -2px 0 #fff; }
a.button { -moz-box-shadow:0 2px 2px rgba(0,0,0,.2); -webkit-box-shadow:0 2px 2px rgba(0,0,0,.2); box-shadow:0 2px 2px rgba(0,0,0,.2); }

/*	CAREERS SITE - OVERRIDING RULES
=================================*/	
#siteWrapper { margin:auto; }
#pageBanner { background:#fff; }
#did-know-container { width:230px !important; height:106px !important; padding:0 !important; }
#did-know-container h4 { padding:15px 0 0 15px !important; }
#email-print-page { margin-right:15px; }
#email-print-page ul li a:hover { text-decoration:none !important; color:#98B6C4; }
.siteBannerText span { top:150px !important; }
div.jobList,
div.jobDesc { background-color:#fff !important; }
#brandArea p, #column2 p, #column3 p, #column3 dd { font-size:12px !important; text-align:left !important; }
#column3 dt, #column2 div h3, #column2 label { font-size:12px !important; font-weight:bold; color:#903 !important; }
#topBar ul li { font-size:14px !important; }


/*	GENERAL OVERRIDING RULES
=================================*/	
#mainCtr { margin:auto; }
.logoSection { margin-right:15px; }
.homePageBody .dotBottomCurve { display:none; }
.homePageBody h2 { width:auto !important; padding:5px 5px 10px !important; }
#right-column-home select { font-size:11px !important; padding:2px; color:#333 !important; }
.siteFooter .footTop ul li.footerQuote,
.siteFooter ul li.imgGap img { display:none; }
.siteFooter .footTop { height:auto !important; }
.siteFooter .footTop ul { padding:8px; }
.siteFooter .footTop ul li,
.siteFooter ul li  { padding:0 8px !important; }

#nav-bar { margin-top:20px; }

	/*E-mail This Page*/
	.fontRed { color:#903; font-weight:bold; font-size:15px; }
	
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation { width:580px !important; margin:auto; overflow:hidden; zoom:1; }
	
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage input[type="text"],
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation input[type="text"],
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation input[type="text"],
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage textarea,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation textarea,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation textarea { width:480px !important; margin:5px 0 10px; padding:4px; border:#999 1px solid; background:#fff; font:12px Arial, Helvetica, sans-serif; }
	
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage input[type="text"]:hover,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation input[type="text"]:hover,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation input[type="text"]:hover,
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage textarea:hover,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation textarea:hover,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation textarea:hover { border:#D7AD74 1px solid; }
	
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage input[type="text"]:focus,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation input[type="text"]:focus,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation input[type="text"]:focus,
	#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage textarea:focus,
	#ctl00_ContentPlaceHolder1_uxpnlSenderInformation textarea:focus,
	#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation textarea:focus { border:#CA8832 1px solid; background:#FAF1E7; }
	
	.fontNormal { font-size:12px; } 
	.fontNormal a,
	.fontNormal a:visited { font-size:12px; color:#903; text-decoration:underline; }
	.fontNormal a:hover { color:#666; text-decoration:none; }
	
		/*Specifics*/
		
			/*Inputs	
			#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage input[type="text"],
			#ctl00_ContentPlaceHolder1_uxpnlSenderInformation input[type="text"],
			#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation input[type="text"] { }*/	
			
			/*Text Area
			#ctl00_ContentPlaceHolder1_uxpnlEmailThisPage textarea,
			#ctl00_ContentPlaceHolder1_uxpnlSenderInformation textarea,
			#ctl00_ContentPlaceHolder1_uxpnlReceiverInformation textarea { }*/