@CHARSET "UTF-8";

body {
	color: #666;
	font-family: Arial, sans-serif;
    background: url(/risk/img/bg.jpg) repeat-y fixed center top transparent; /*==Modified by Engauge==*/	
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #CC0033;
	text-decoration: underline;
}

em {
font-style:italic;
}

strong {
font-weight:bold;
}

#wrapper {
	margin: 0;
	width: 990px;
	text-align: left;
	display:block; /*==Modified by HCL==*/	
    margin: 0 auto; /*==Modified by Engauge==*/	
}

a.skip {position: absolute; left: -1000em; display:none} /*==Modified by HCL==*/	

#global_header {
	padding: 15px 25px 15px 25px;
}

#global_header div#ln {
	float: left;
	background-image: url(/risk/img/logo_lexisnexis.gif);
	background-repeat: no-repeat;
	margin-right: 17px;
}

#global_header div#ln a {
	display: block;
	width: 174px;
	height: 34px;
	overflow: hidden;
	text-indent: -500em;
}

#global_header div#rs {
	float: left;
	background-image: url(/risk/img/bg_vertical_dotted.gif);
	background-repeat: repeat-y;
	background-position: top left;
	font-weight: bold;
	margin-top: 5px;
}

#global_header div#rs span {
	display: block;
	background-image: url(/risk/img/bg_vertical_dotted.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding: 5px 17px 3px 17px;
	color: #990033;
}

#global_header div#rs span a {
	color: #CC0033;
}

#global_sites_nav {
	display: block;
	float: right;
	font-size: 60%;
	margin-top: 10px;
}

#global_sites_nav select {
	border: 1px solid #E1E1E1;
	color: #666;
	font-size: 100%;
	margin-left: 10px;
	padding: 3px 3px 5px 3px; /*==Modified by HCL==*/
}

#global_sites_nav a.feedback{padding-left:10px;}

#primary_navigation {
	background-image: url(/risk/img/primary_nav_stroke.gif);
	background-position: top;
	background-repeat:repeat-x;
	border-bottom:1px solid #757575;
}

#primary_navigation ul {
	width: 990px;
	float: left;
}

#primary_navigation ul li {
	float: left;
	font-size: 80%;
}

#primary_navigation ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px 7px 20px;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #757575;
}

#primary_navigation ul li a:hover, #primary_navigation ul li a.selected {
background-image:url(/risk/img/bg_main_menu_over.gif);
}

#primary_navigation ul li.first-item {
	padding-left: 10px;
}

#primary_navigation ul li ul {
	float:left;
	width:auto;
	padding-left:5px;
	margin-left:23px;
}

#primary_navigation ul li ul a {
	padding: 10px 5px 8px 5px;
	font-weight: bold;
	font-size: 11px;
	border: none;
	color:#ccc;
	margin-right:10px;
}

#primary_navigation ul li ul a:hover {
	color:#CCC;
	text-decoration: underline;
	background-image:none;
}

#primary_navigation ul li#global_search {
	position: relative;
	margin-left:10px;
	padding-right:0;
}

#primary_navigation ul li#global_search input {
	border: 1px solid #CCC;
	color:#999;
	margin-top: 5px;
	padding: 3px 18px 2px 2px;
	font-size: 10px;
	width: 105px;
	float:left;
	margin-right:5px;
	height:13px;
	float:left;
}

#primary_navigation ul li#global_search a {
	display: block;
	padding: 0;
	background-image: url(/risk/img/bg_go_btn.gif);
	width: 21px;
	height: 21px;
	overflow: hidden;
	background-repeat: no-repeat;
	font-size: 1%;
	text-indent: -500em;
	position:relative;
	top:4px;
	/* TODO: Cut and measure image - measure and set sizes - finnese the positioning */
}

#content_wells {
	background-image: url(/risk/img/content_wells_stroke.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	/* IE6 rule in global-ie6.css : height:200px */
	/*min-height: 200px;*/
}

#content_wells h1 {
	color: #333;
	font-size: 130%;
	margin-bottom: 10px;
}

#content_wells p {
	font-size: 72.5%;
	color: #666;
}

#homepage #content_wells #solution_finder {
	height:161px;
	position:relative;
	}

#content_wells #solution_finder {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
#content_wells #solution_finder {
	height:40px;
}

/*#sub_footer {
	width:990px;
	background-image: url(/risk/img/bg_sub_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
	margin-top: 30px;
}*/

/*==Modified by Engauge==*/
#sub_footer {
	width:990px;
	background-image: url(../img/bg_sub_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
    margin: 30px auto 0 auto; 
	
}

#sub_footer ul {
	float: left;
	background-color: #991535;
	width: 965px;
	padding: 5px 0 5px 25px;	
}


#sub_footer li {
	float: left;
	font-size: 70%;
	padding-right: 20px;
}

#sub_footer li a {
	color: #999999;
}

#sub_footer li.current a,#sub_footer li a:hover {
	color: #FFF;
}

/*#global_footer {
	width: 940px;
	clear: left;
	float: left;
	font-size: 70%;
	padding: 10px 25px;
}*/

/*==Modified by Engauge==*/
#global_footer {
	width: 940px;
	font-size: 70%;
	padding: 10px 25px;
    margin: 10px auto 0 auto;
    padding-top: 20px; 
}

#global_footer p {
	float: left;
	clear: left;
	margin-bottom: 5px;
}

#gf_navigation {
	float: left;
	margin-bottom: 15px;
}

#gf_navigation li {
	float: left;
	margin: 0 20px 0 0;
}

/* COMPONENTS */ /* BASIC GRIDS */
a.cta_chevron {
	background-image: url(/risk/img/bg_gt.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 8px;
	color: #CC0033;
	cursor:pointer;
}


/* HOMEPAGE GRID - unique because the flash nav sits above the content (pushes down) */
#home_grid {
	padding: 0 25px 0 25px;
	position:relative;
}

/* GRID for all other pages - flash layers over content when open. */
#grid, #auxiliary_grid {
/*	padding: 65px 25px 0 25px; Modified by Engauge */
	/*padding: 0 25px;*/
	padding: 0 0 !important; /* Changes done by HCL on 14 Feb 2011 */
}

#sub_wrap {
	margin: 20px 0 0 0;
}
#news_events_wrapper {
margin-top:20px;
}
#news_wrap, #auxiliary {
width:710px;
float:left;
}
#news_wrap #news_leadin, #auxiliary_wrap {
margin-bottom:25px;
}
#news_wrap p em, #auxiliary_wrap p em {
color:#999;
}
#news_wrap #news_leadin img {
float:left;
width:220px;
}
#auxiliary .col {
float:left;
width:220px;
}
#auxiliary .double_col {
float:right;
width:470px;
}

#auxiliary .single_col {
padding-right:20px;
}

#auxiliary .double_col p, #auxiliary .single_col p {
margin-bottom:10px;
line-height:150%;
}
#auxiliary .double_col.plaintext p, #auxiliary .single_col.plaintext p {
margin-bottom:20px;
}

#auxiliary .double_col h2,#auxiliary .single_col h2 {
margin-bottom:20px;
line-height:140%;
}

#auxiliary .double_col h3,#auxiliary .single_col h3 {
margin-bottom:20px;
line-height:140%;
color:#009ddb;
font-size:72.5%;
font-weight:bold;
}

#auxiliary .double_col h2 .release_date {
color:#333;
display:block;
font-size:80%;
font-weight:bold;
}


#auxiliary .double_col.plaintext p a,#auxiliary .single_col.plaintext a {
	color:#CC0033;
}
.col .news_navigation {
background:none;
}
.col .news_navigation dt {
font-family:Georgia,serif;
color:#b1b1b1;
font-style: italic;
font-size:14px;
padding:7px 0 10px 0;
}
.col .news_navigation dd {
padding-bottom:1px;
margin-bottom:2px;
}
.col .news_navigation dd.last {
background:none;
}
.col .news_navigation dd a {
background:url(/risk/img/bg_gt.gif) no-repeat left;
padding-left:10px;
}

.col .news_navigation dd a.selected {
color:#CC0033;
}

#content_wells .col .pullquote p {
color:#b1b1b1;
}

#content_wells .col img {margin-bottom:25px;}

#content_wells .col p.quote {
	font-family:Georgia,serif;
	font-size:90%;
	padding:0 0 25px 0;
	font-style:italic;
}

.news_results {padding-top:0;width:460px;padding-bottom:15px;}

.news_results div.pagination{
margin-bottom:5px;
}

.news_result, .press_result {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:5px;
margin-bottom:5px;
}

.news_result.last, .press_result.last {
background:none;
padding-bottom:0;
margin-bottom:0;
}

.press_result.last h2 {
padding-bottom:5px;
}

#auxiliary .news_result h2 {
color:#333;
font-size:72.5%;
font-weight:bold;
margin-bottom:5px;
line-height:140%;
}
#auxiliary .double_col .news_result p {
margin-bottom:5px;
}

#auxiliary .double_col .press_result h2 {
font-size:72.5%;
font-weight:normal;
margin-bottom:5px;
line-height:140%;
width:450px;
/*background-image:url(/risk/img/bg_gt.gif);
background-repeat:no-repeat;
background-position:0 6px;*/
padding-left:10px;
margin-bottom:0;

}

#auxiliary .double_col .press_result h2 strong {
	font-weight:bold;
	display:block;
	float:left;
	background:url(/risk/img/bg_gt.gif) left 6px no-repeat;
	padding-left:10px
}
#auxiliary .double_col .press_result h2 span {
float:right;
width:375px;
display:block;
padding-right:10px;
}


#news_wrap #news_leadin_text {
float:right;
width:470px;
line-height:120%;
}
#news_wrap #news_leadin_text p {
margin-bottom:10px;
}
#news_wrap #news_leadin_text.single_column {
width:auto;
}
#news_wrap strong {font-weight: bold}
#news_wrap .col {
float:left;
width:220px;
margin-right:20px;
margin-bottom:25px;
}
#news_wrap #upcoming-events {
clear:both;
}
#news_wrap #upcoming-events #ue-wrap {
width:700px;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:10px;
margin-bottom:10px;
}
#news_wrap #upcoming-events p {
padding-bottom:7px;	
	}
.col dl {
font-size: 72.5%;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:10px;
margin-bottom:10px;
line-height:150%;
}
.col dl dt {
margin-bottom:0px;
}
.col dl dd {
margin-bottom:9px;
}

.col dl.classes_events {
background:none;
padding-bottom:0;
}

.col dl.classes_events dt, .col ol.articles li, #vf_inner_wrap dl.classes_events dt {
background-image:url(/risk/img/bg_gt.gif);
background-repeat:no-repeat;
background-position:0 6px;
padding-left:10px;
}

.col dl.classes_events dd {
padding-left:10px;
}

.col ol.articles li {
font-size:72.5%;
line-height:150%;
margin-bottom:12px;
}

div.list_separator {
margin-bottom:15px;
}

#news_wrap .col.last_col {
margin-right:0;
}
#news_wrap .b2top-cta {
clear:both;
padding-top:30px;
}
#result_set {
	width: 700px;
	float: left;
}

#result_set p {
	line-height: 130%;
	margin-bottom:15px;
}
#secondary_column {
	width: 219px;
	float: right;
}
#secondary_column p {
line-height:135%;
}

#secondary_column .navigation  ul{
	margin-top:0!important;
	padding-top:0!important;
}

#secondary_column .navigation .accordion>li{
	margin:0!important;
}

#secondary_column h4, #news_wrap h2 {
color:#009ddb;
font-weight:bold;
font-size:72.5%;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:10px;
margin-bottom:10px;
}

#news_wrap .insights_interior h3 {
background-image:none;
padding-bottom:0;
}

#news_wrap .insights_interior .subtext {
color:#999;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:10px;
margin-bottom:10px;
font-size:70%;
line-height:1.8em;
}

#news_events_wrapper ol.downloads {
margin-bottom:17px;
}

#news_wrap #video_feature_outer_wrap {
clear:both;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-color:#FFF;
padding-top:1px;
width:700px;
margin-bottom:30px;
}

#news_wrap #vf_inner_wrap {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-color:#FFF;
background-position:bottom;
padding:10px 0;
}

#news_wrap #vf_inner_wrap h3 {
color:#009ddb;
font-size:72.5%;
margin-bottom:15px;
font-weight:bold;
}
#news_wrap #vf_inner_wrap p {
line-height:150%;
margin-bottom:5px;
padding-right:20px;
}

#vf_player {float:left;}
#vf_blurb {float:right;width:480px;}

div.did-you-know {
margin-bottom:15px;
}

div.did-you-know p{
font-family:Georgia,serif;
font-style:italic;
padding-bottom:15px;
}

div.promotional_slot {
margin-bottom:15px;
}
div.extra-information {
margin-bottom:25px;
}
div.extra-information strong {
font-weight:bold;
}
div.extra-information p {
padding-bottom:5px;
}
div.extra-information ul.support-links li {
margin-bottom:5px;
font-size:67.5%;
}
div.extra-information ul.support-links a {
background-image:url(/risk/img/bg_gt.gif);
background-repeat:no-repeat;
background-position:left;
padding-left:7px;
}
div.navigation {
	margin-bottom: 30px;
}

div.navigation ul {
	background-image: url(/risk/img/bg_menu_grid.gif);
	background-position: bottom left;
	padding: 1px 1px 2px 5px;	
}
div.navigation ul#uiNav{
	#min-height:121px;
	display:block
}
#secondary_column div.navigation p {
	font-weight: bold;
	padding: 1px 1px 0 5px;
	background-image: url(/risk/img/bg_menu_grid.gif);
	background-position: left;
	line-height: 135%;
}

#secondary_column div.navigation div.no-title {
	background-image: url(/risk/img/bg_menu_grid.gif);
	background-position:top left;
	padding-top: 1px;
}

#secondary_column div.navigation p span {
	padding: 7px 10px 8px 10px; display : block;
	background-color: #ed1c24;
	color: #FFF;
	display: block;
}
#secondary_column div.plain p span {
	padding-bottom: 9px;
}

#secondary_column div.plain ul li a{font-size:0.95em;}/*====Added by HCL===*/

div.navigation ul li {
	background-color: #FFF;
	font-size: 70%;
}

div.navigation ul li a {
	display: block;
	padding: 10px 0 0 20px;
	background-image: url(/risk/img/bg_gt.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	padding-left: 20px
}

div.navigation ul li.last a {
	padding-bottom: 10px;
}


div.navigation ul li a.see-all {
	font-family: Georgia, serif;
	font-style: italic;
	color: #333;
}

div.navigation ul li a.current { color:#CC0033 }
div.navigation ul li.allProd a{color:#333333}/*===Added by HCL==*/
div.navigation ul li.allProd a:hover{color:#CC0033;}/*===Added by HCL==*/

div.navigation ul.accordion li a {
	background-image: url(/risk/img/bg_accordion_indicators.gif);
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size:0.95em; /*===Modified by HCL===*/
}

div.navigation ul li a.ui-state-default {
	background-position: -95px 50%; /*==Modified by HCL==*/
	color:#333;
}

div.navigation ul li a.ui-state-active {
	background-position: 195px 50%; /*==Modified by HCL==*/
	color: #CC0033;
}

div.navigation ul.accordion li ul {
	padding-bottom: 5px;
}

div.navigation ul.accordion li ul,div.navigation ul.accordion li {
	background-image: url(/risk/img/bg_horizontal_dotted.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow:hidden;
	
}

div.navigation ul.accordion{
	padding-top:0!important;
	margin-top:0!important;
}
div.navigation ul.accordion li:FIRST-CHILD {
	background-image: none;
	padding-top:0!important;
	margin-top:0!important;
}

div.navigation ul.accordion li ul li {
	background: none;
	font-size: 100%;
}

div.navigation ul.accordion li ul li a {
	font-weight: normal;
	background-image: url(/risk/img/bg_gt.gif);
	background-position: 5px 13px;
	padding: 10px 0 2px 15px;
}


div.blog_pullout {
margin-bottom:25px;
background-color:#e9e9e9;
padding:10px;
}

div.blog_pullout h3 {
margin-bottom:10px;
}
div.blog_pullout div.blog_intro {
margin-bottom:10px;
}
div.blog_pullout div.blog_intro img {
float:left;
}
#secondary_column div.blog_pullout div.blog_intro p {
	float:right;
	width:100px;
	padding:0;
	font-size:70%;
}

div.blog_pullout ul {
	font-size:70%;
}
div.blog_pullout ul li {
	background-image:url(/risk/img/bg_gt.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:10px;
	margin-bottom:7px;
}
div.blog_pullout ul li strong {
color:#333;
font-weight:bold;
}
#features_news {
	float: left;
	width: 700px;
}

#about_promotions {
	float: right;
	width: 220px;
	padding-top: 20px;
	display:block; /*==Modified by HCL==*/
	/*position:relative; Modifeid by HCL */
}

#news_teasers {
	clear: both;
}

/* END BASIC GRIDS */ /* PAGE LEAD-IN BLOCK*/
#auxiliary_grid #lead_in {
padding-bottom:5px;
}
#lead_in h1 {
	clear: both;
}

#lead_in p {
	color: #999;
}
#lead_in p span {
font-weight:bold;
}

/* END PAGE LEAD-IN BLOCK*/
	/* BREADCRUMB and PAGE OPTIONS (print/share) */ /* BREADCRUMB */
#bread-crumb {
	float: left;
	margin-bottom: 10px;
}

#bread-crumb li {
	background-image: url(/risk/img/bg_gt.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	padding-right: 8px;
	margin-right: 5px;
	color:#cc0033 !important; /* Changes done by HCL on 14 Feb 2011 */
	font-size:11px !important; /* Changes done by HCL on 14 Feb 2011 */
}

#bread-crumb li.last {
	background-image: none;
	padding-right: 0;
	margin-right: 0;
}

#bread-crumb li a {
	text-decoration:none !important; /* Changes done by HCL on 14 Feb 2011 */
}
#bread-crumb li a:hover {
	text-decoration:underline !important; /* Changes done by HCL on 14 Feb 2011 */
}
/* END BREADCRUMB */ /* PAGE OPTIONS (print/share)*/
#page-options {
	float: right;
	margin-bottom: 10px;
}

#page-options li{/*margin-right:10px*/ margin-left:10px; font-size:11px !important; color:#333 !important; } <!-- Changes done by HCL on 14 Feb 2011 -->

#page-options li a {
	/*color: #009ddb;*/
	color:#333; /* Changes done by HCL on 14 Feb 2011 */
	text-decoration:none !important; /* Changes done by HCL on 14 Feb 2011 */
	padding-left: 20px;
	/*margin-left: 10px;*/
}
#page-options li a:hover {
	/*color: #009ddb;*/
	color:#c03; /* Changes done by HCL on 14 Feb 2011 */
	text-decoration:underline !important; /* Changes done by HCL on 14 Feb 2011 */
}	
#po-print {
	background: url(/risk/img/bg_print.gif) no-repeat left top;
	#background: url(/risk/img/bg_print.gif) no-repeat left -3px; /* Changes done by HCL on 14 Feb 2011 */
 height:17px; padding-left:20px; /*==Modified by HCL==*/
}
#po-share {
	background: url(/risk/img/bg_share.gif) no-repeat left top;
}
#po-email {
	background: url(/risk/img/bg_email.gif) no-repeat left top;
}

#po-rss {
	background: url(/risk/img/bg_rss.gif) no-repeat left top;
	padding-left:17px; /* Changes done by HCL on 14 Feb 2011 */
}

/* END PAGE OPTIONS (print/share)*/ /* Shared styling */
#bread-crumb li,#page-options li {
	float: left;
	font-size: 72.5%;
}

/* End Shared styling */
	/* END BREADCRUMB and PAGE OPTIONS (print/share) */
	/* FEATURE CAROUSEL */
#feature_carousel {
	clear:both;
	position: relative;
	width: 220px;
	height:100px;
	margin-bottom: 20px;
}

#fc_stage {
	width: 220px;
	height: 80px;
	background-image: url(/risk/img/bg_carousel_stage.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

#fc_stage .fc_item {
	clear: left;
	height: 80px;
	width: 220px;
}

#fc_controls {
	width: 220px;
	background-color:#ededed;
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}

#fc_controls ul {
	float: left;
	margin-top: 2px;
}

#fc_controls ul li {
	float: left;
	margin-left: 10px;

}

#fc_controls ul li a {
	display: block;
	width: 8px;
	height: 8px;
	background-image: url(/risk/img/bg_carousel_button.gif);
	background-repeat: no-repeat;
	text-indent: -500em;
	overflow: hidden;
}

#fc_controls ul li.selected a {
	background-image: url(/risk/img/bg_carousel_button_sel.gif);
}

/* END CAROUSEL */ /* ABOUT LEXISNEXIS */
#about_ln {
z-index:9999;
}
#about_ln h2 {
	background: #EDEDED;
	color: #333;
	border-bottom: 1px solid #FFF;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	background-image:url(/risk/img/bg_learn_more_indicator.gif);
	background-repeat:no-repeat;
	background-position:195px 8px;



	cursor:pointer;	
}
#about_ln h2.opened {
	background-position:-45px 8px;
}

#about_ln h2 span {
	color: #CC0033;
}

#more_about_ln {
	position: relative;
	margin-bottom: 20px;
	top:4px;
	z-index:9999;
}

#maln_content {
	position: absolute;
	top: -5px;
	background-image: url(/risk/img/bg_more_about_ln.gif);
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	border-bottom: 4px solid #CCC;
	line-height: 150%;
	z-index:999;
}

#maln_content .inner {
	padding: 20px;
	padding-top: 5px;
	border-bottom: 1px solid #fff;
}

#maln_content p {
	margin-bottom: 10px;
}

.maln_cta {
	font-weight: bold;
	font-size:72.5%;
	color: #CC0033;
	margin: 0;
}

/* Promotional slots */
#about_promotions .promotional_slot {
	margin-bottom: 20px;
	width: 215px;
	overflow: hidden;
}

#about_promotions .promotional_slot.video {
	border-bottom: 4px solid #CCC;
}
#about_promotions .promotional_slot.video img {
	cursor:pointer;
}

#about_promotions .promotional_slot.video .caption {
	font-size: 80%;
	background-color: #EDEDED;
	border-bottom: 1px solid #FFF;
	text-align:center;
	padding: 15px 0 5px 0;
}

#about_promotions .promotional_slot.video .caption p {
	font-size: 80%;
	line-height: 125%;
	margin: 5px 0;
}

#about_promotions .promotional_slot.video .cta_chevron {
	color: #CC0033;
	font-size: 80%;
	font-weight: normal;
}

/*	DID YOU KNOW AND ANNOUNCEMENTS	*/

#value_prop_wrap
	{

	margin:20px 0;
	}
	#feature_imagery {
	width:340px;
	height:140px;
	overflow:hidden;
	float:left;
	}
	#value_proposition {
	float:right;
	width:340px;
	padding:5px 0;
	background-image:url(/risk/img/bg_horizontal_dotted.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

#dyk_announcements_wrap {
	background-image: url(/risk/img/bg_vertical_dotted.gif);
	background-position: 345px 0;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#dyk {
	float: left;
	width: 340px;
	padding-right:10px;
	padding-bottom: 10px;
}

#value_proposition h1 {
	margin-bottom: 10px;
	font-size:90%;
	color:#009ddb;
	font-weight:bold;
}
#dyk_announcements_wrap h2 {
	margin-bottom: 10px;
	font-size:80%;
	color:#009ddb;
	font-weight:bold;
}

#dyk p, #value_proposition p {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 7px;
}

#dyk a.cta_chevron {
	font-size: 80%;
}

#announcements {
	float: right;
	width: 339px;
	padding-left: 10px;
}
#announcements ul {margin-bottom:8px}
#announcements ul li {
	padding: 3px 0;
	margin-right: 5px;
	margin-bottom: 1px;
}

#announcements ul li.first,#announcements ul li:FIRST-CHILD {
	background-image: none;
	padding-top: 0;
}

/*#announcements ul li a {
	background-image: url(/risk/img/bg_gt.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 80%;
	display:block;
}*/
#announcements ul li a {
	background: url(/risk/img/bg_gt.gif) left 5px no-repeat;	
	padding-left: 15px;
	font-size: 80%;
	line-height:100%;
	display:block;
}

/* NEWS TEASER WIDGET */
#news_widget {
	background-image: url(/risk/img/bg_horizontal_dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 40px;
}

#news_widget h2 {
	color: #009ddb;
	font-size: 80%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#news_stage {
/*	padding: 0px 20px 10px 0;
*/}

/*#news_stage p {
	background-image: url(/risk/img/bg_gt.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 80%;
	margin:3px 0;
}*/

#news_stage p {
	background: url(/risk/img/bg_gt.gif) left 5px no-repeat;	
	padding-left: 15px;
	font-size: 80%;
	margin:3px 0;
	line-height:130%;
}

#news_stage p span {
	padding-left: 0;
}
#news_stage p a:hover {
text-decoration:none;
color:#666;
}
#news_stage p a:hover strong {
	color:#666;
	text-decoration:none;
}
#news_stage p a:hover span, #news_stage .more a:hover{
text-decoration:underline;
color:#CC0033;
}
#news_stage .more {
	margin:6px 0 12px;
	background-image: none;
	padding-left: 0;
}
/* VIDEO OVERLAY */
#colorbox,#modalBackgroundOverlay,#modalWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#modalBackgroundOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #333;
}

#colorbox {
	overflow: hidden;
	padding: 1px;
	margin-top: -1px;
	margin-left: -1px;
}

/*padding fixes a ghosting issue in IE7, the negative margin compensates */
#modalWrap {
	width: 9000px;
	height: 9000px;
}

#modalContent,#borderTopLeft,#borderTopCenter,#borderTopRight,#borderBottomLeft,#borderBottomCenter,#borderBottomRight,#borderMiddleLeft,#borderMiddleRight
	{
	float: left;
	height: 0;
	width: 0;
	overflow: hidden;
}

#borderMiddleLeft,#borderBottomLeft {
	clear: left;
}

#modalContent {
	position: relative;
	overflow: visible;
}

#contentTitle {
	margin: 0;
}

#modalClose,#contentPrevious,#contentNext {
	outline: none;
	cursor: pointer;
	border: 0;
	margin: 0;
}

#modalLoadedContent {
	overflow: auto;
	width: 0;
	height: 0;
}

#modalLoadedContent iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

#modalLoadedContent embed {
	display: block;
	border: 0;
}  /* Display:block removes the line-height gap embedded content */
#modalLoadingOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*CUSTOMIZATIONS - fold into above css when applicable / tested */
#modalContent {
	border-bottom: 4px solid #cc0033;
	background-image: url(/risk/img/bg_video_window.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#modalClose {
	display: none;
}

/*		VIDEO CONTAINER		*/
#homevideo {
	width: 530px;
	height: 425px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}
#homevideo #close h4 {
	float:left;
	font-size:72.5%;
	font-weight:bold;
	color:#009ddb;
}
#homevideo #close a {
	float:right;
	background-image:url(/risk/img/bg_popup_close.gif);
	width:9px;
	height:9px;
	display:block;
	overflow:hidden;
	text-indent:-500em;
	margin:6px 0;
	background-repeat:no-repeat;
}

#homevideo .caption {
	background-image: url(/risk/img/bg_horizontal_dotted.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	text-align: left;
	margin-top: 1px;
}

#homevideo p {
	font-size: 80%;
	color: #333;
}

/* PAGINATION */

div.imageFlip_Box { /* Changes done by HCL on 14 Feb 2011 */
	padding: 1px 0;
	/*margin-bottom:15px;*/
	position:relative;
}

div.pagination {
	background-image: url(/risk/img/bg_horizontal_dotted.gif); /* Changes done by HCL on 14 Feb 2011 */
	padding: 1px 0;
	/*margin-bottom:15px;*/
	position:relative;
}
div.pagination ul,.news_results div.pagination ol {
	float: left;
	background: #FFF;
	padding: 5px 0;
	width: 700px;	
	font-size:72.5%;
}

div.pagination ul li,.news_results div.pagination ol li {
	float: left;
	padding-top:2px;
	color:#999;
}
div.pagination ul li.pg_controls {
width:520px;
}
div.pagination ul li ol { float:left;}
.news_results div.pagination ol {
	float:left;
	background:#FFF;
	width:460px;	
}
.news_results div.pagination ol li {
	float:left;
}


div.pagination ul li.pg_number_to_show {
	padding-top:0;
	float:right;
}
div.pagination li a,
div.pagination li a:visited,
div.pagination li a:active,
div.pagination li a:link {
	font-weight:bold;
	color:#999;
	padding-right:3px;
	padding-left:3px;
}

.news_results div.pagination ol li a:visited,
.news_results div.pagination ol li a:active,
.news_results div.pagination ol li a:link{color:#999; text-decoration:none}
.news_results div.pagination ol li a:hover{color:#CE0031; text-decoration:underline}

div.pagination  li.pg_current a {color:#CC0033;}
div.pagination 	li.pg_next a, div.pagination li.pg_prev a{
 display:block;
 background-image:url(/risk/img/bg_pagination_prev_next.gif);
 background-repeat:no-repeat;
 width:6px;
 height:11px;
 text-indent:-9999em;
 overflow:hidden;
 margin-left:7px;
 margin-right:7px;
 padding:0;
}
div.pagination li.pg_next a {
 background-position: -12px 0;
}
/* RESULT (Individual result container)	*/
.result_item {
margin-bottom:15px;
background-image:url(/risk/img/bg_result_item.gif);
background-position:left bottom;
background-repeat:repeat-x;

}
.result_item .result_image {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.result_item .result_text {
	width:475px;
	float:right;
}
.result_item.no-image {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
}
.result_item.no-image .result_text {
	width:700px;
}
.result_item.last {
background-image:none;
margin-bottom:0;
}

.result_item .result_text h2 {
margin-bottom:15px;
font-weight:bold;
}

.learn_more_cta {
color:#cc0033;
background-image:url(/risk/img/bg_gt.gif);
background-repeat:no-repeat;
background-position:right;
padding-right:10px;
}



/* Back to Top CTA */
.back-to-top {
padding-left:15px;
background-image:url(/risk/img/bg_accordion_indicators.gif);
background-position:left;
background-repeat:no-repeat;
text-decoration:underline;
}

#detail_wrap {
	margin:5px 0 0 0;
}
#detail_set {
width:680px;
float:left;
}
#detail_set p.solution_intro {
	/*font-size:110%;*/
	font-size:80% ;/*==Modified by HCL==*/
	font-weight:normal;
	margin:20px 20px 20px 0;
	line-height:1.5em;
	color:#000;
}

/* PRODUCT DETAILS TABBED CONTENT */
#tabbed_content {
width:700px;
background-color:#F8F8F8;
background-image:url(/risk/img/bg_bottom_border_5px.jpg);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:4px;
}

#tabbed_content .print_title{
	display:none;
}

#tabbed_content ul.navigation {/*===Modified by HCL===*/
float:left;
background-image:url(/risk/img/bg_tab_menu.jpg);
background-repeat:repeat-x;
background-position:top;
width:695px;
padding-left:5px;
/*bg_tab_selected.jpg*/
margin-bottom:15px;
}
#tabbed_content ul.navigation li {float:left;/*===Modified by HCL===*/
padding-bottom:9px;
font-size:72.5%;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#tabbed_content li {padding-bottom:8px}
}

#tabbed_content ul.navigation li a {
	display:block;
	font-weight:bold;
	color:#FFF;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:15px;
	padding-right:15px;

}
#tabbed_content ul.navigation li a:hover{color:#FFF;}
#tabbed_content .ui-state-active {
padding-top:1px;
#padding-top:0;
_padding-top:0;
background-image:url(/risk/img/bg_tab_selected.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
#tabbed_content .ui-state-active a {
color:#4c4c4c;
}
#tabbed_content .ui-tabs-hide {
display:none;
}
#tab-content-wrap {
clear:left;
padding-left:20px;
}
#static-column {
float:left;
width:210px;
padding-bottom:15px;
}
#tab-contents {
float:right;
width:420px;
padding-right:20px;
}
#tab-contents div {
padding-bottom:15px;
}
#tab-contents p {
margin-bottom:15px;
line-height:135%;
}
#tab-contents h2 {
font-size:72.5%;
color:#4C4C4C;
font-weight:bold;
margin-bottom:10px;

}
#tab-contents h3 {
font-size:72.5%;
color:#4C4C4C;
font-weight:bold;
margin-bottom:10px;

}
#tab-contents ul.tab-content {
float:none;
background:none;
width:auto;
padding:0;
}
#tab-contents ul.tab-content li {
float:none;
background:none;
background-image: url(/risk/img/bg_tab_bullets.gif);
background-repeat:no-repeat;
background-position:0 4px;
padding-left:10px;
line-height:135%;
}
#tab-contents .tab-content h3 {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
padding-bottom:10px;
}
#tab-contents .tab-content ol li,#news_events_wrapper ol.downloads li {
font-size:72.5%;
padding-left:20px;
background-image:url(/risk/img/bg_spr_file_type.gif);
background-repeat:no-repeat;
background-position: -17px;
float:none;
margin-bottom:12px;
}
/* File extension specific cta's (iconography) */
#tab-contents .tab-content ol li.cta_excel,#news_events_wrapper ol.downloads li.cta_excel {
background-position:-450px 0;
}
#tab-contents .tab-content ol li.cta_document, #news_events_wrapper ol.downloads li.cta_document {
background-position:0 0;
}
#tab-contents .tab-content ol li.cta_doc, #news_events_wrapper ol.downloads li.cta_doc {
background-position: -900px 0;
}
#tab-contents .tab-content ol li.cta_pdf, #news_events_wrapper ol.downloads li.cta_pdf {
background-position:-1350px 0;
}
#tab-contents .tab-content ol li.cta_powerpoint,#news_events_wrapper ol.downloads li.cta_powerpoint {
background-position:-1800px 0;
}
#tab-contents .tab-content ol li.cta_webinar,#news_events_wrapper ol.downloads li.cta_webinar {
background-position:-2250px 0;
}
#tab-contents .tab-content ol li.cta_image,#news_events_wrapper ol.downloads li.cta_image {
background-position:-2700px 0;
}
#tab-contents .tab-content ol li.cta_video,#news_events_wrapper ol.downloads li.cta_video {
background-position:-3150px 0;
}
#tab-contents .tab-content ol li.cta_podcast,#news_events_wrapper ol.downloads li.cta_podcast {
background-position:-3598px 0;
}
#tab-contents .tab-content ol li.cta_audio,#news_events_wrapper ol.downloads li.cta_audio {
background-position:-4050px 0;
}

/* End extension specific cta's (iconography) */
#tab-contents .tab-content ol li a { 
display:inline;
color:#666;
font-weight:normal;
padding:0;
}
#tab-contents .tab-content ol li span, #news_events_wrapper ol.downloads li span {
display:block;
font-size:85%;
color:#999;
}

/* DEMO CTA */
#content_wells div#static-column p.demo-cta {
font-size:72.5%;
padding-top:8px;
padding-bottom:8px;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
margin-bottom:15px;
} 
p.demo-cta a {
font-weight:bold;
color:#009ddb;
}
p.demo-cta a:hover {color:#cc0033;}
#static-column p.demo-cta a span {
color:#cc0033;
}

div.sponsor {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
margin-bottom:15px;
}
#static-column h4 {
font-size:72.5%;
font-weight:bold;
color:#999;
margin-bottom:5px;
line-height:132.5%;
}
div.sponsor h4 {
float:left;
width:170px;
}
div.sponsor img {float:right;
margin-bottom:5px;
}
#content_wells div#static-column p {
clear:both;
font-size:67.5%;
line-height:125%;
margin-bottom:15px;
}
#static-column p span {
font-weight:bold;
color:#333;
}
.sc_contact p a {
color:#cc0033;
background-image:url(/risk/img/bg_gt.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:10px;
}
#content_wells p.disclaimer {
color:#999;
padding:20px 40px 20px 20px;
text-indent:20px;
line-height:150%;
background-image:url(/risk/img/bg_exclamation_disclaimer.gif);
background-position: 20px 22px;
background-repeat:no-repeat;
margin-bottom:30px;
}
#additional-product-info {
position:relative;
}
#additional-product-info p.trigger {
text-align:right;
position:relative;
top:-30px;
}
#additional-product-info a span {
font-weight:bold;
}
#additional-product-copy {
width:224px;
padding:15px;
border:3px solid #CCC;
position:absolute;
top:-200px;
right:0;
background-color:#F8F8F8;
}
#additional-product-copy #apc-title {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:10px;
margin-bottom:10px;
}
#apc-title h4 {
float:left;
font-size:72.5%;
font-weight:bold;
color:#009ddb;
}
#apc-title a {
float:right;
background-image:url(/risk/img/bg_popup_close.gif);
width:9px;
height:9px;
display:block;
overflow:hidden;
text-indent:-500em;
}
#additional-product-copy p {
line-height:135%;
} 

a.chevron-cta {
color:#CC0033;
padding-right:7px;
background-image:url(/risk/img/bg_gt.gif);
background-repeat:no-repeat;
background-position:right;
}

div.quotes {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:top;
background-repeat:repeat-x;
padding:15px 0;

}
#content_wells div.quotes p {
margin-bottom:3px;
}
#content_wells div.quotes p.quote_from {
color:#999;
background-image:url(/risk/img/bg_long_dash.gif);
background-repeat:no-repeat;
background-position:0 7px;
padding-left:18px;
margin-bottom:15px;
}

/*****		Events Table	 *****/
#events_calendar {
width:460px;
font-size:72.5%;
line-height:150%;
border-collapse:collapse;
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:bottom;
background-repeat:repeat-x;
}
#events_calendar th {
	padding:10px 0;
}
#events_calendar th a {
font-weight:bold;
color:#009ddb;
padding-right:10px;
background-image:url(/risk/img/bg_table_sort.gif);
background-repeat:no-repeat;
background-position:right;
}
#events_calendar th.headerSortDown a {
background-image:url(/risk/img/bg_table_sort_down.gif);
}
#events_calendar th#th_date { width:65px;}
#events_calendar th#th_classes {width:270px;}
#events_calendar th#th_location {width:107px;}

#events_calendar tr td {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:top;
background-repeat:repeat-x;
padding:10px 3px 5px 3px;
}

/* Added by J Becker */
.eventCalendar tr td { padding: 10px 5px 5px 5px;}


a.event_title {
	color: #666;
	text-decoration: underline;
}

a.event_title:hover {
	color: #CC0033;
	text-decoration: underline;
}

/**** END EVENTS TABLE	****/
#content_wells p.large_leadin {
font-size:120%;
line-height:130%;
}
a#rss-feed {
position:absolute;
top:6px;
display:block;
right:5px;
background-image:url(/risk/img/bg_rss-feeds.gif);
width:76px;
height:14px;
overflow:hidden;
text-indent:-500em;
}

/* RSS FEED WIDGET */

div.rss_widget {
position:relative;
height:20px;
padding:1px 0;
background-image:url(/risk/img/bg_horizontal_dotted.gif)
}
	div.rss_widget div {
	background:#FFF;
	height:20px;
	}
	div.rss_widget div a#rss-feed {
	top:4px;
	}
/*
	FAST FACTS LIST
*/


ul.fast-facts {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-repeat:repeat-x;
background-position:bottom;
margin-bottom:20px;
}

ul.fast-facts li {
background-image:url(/risk/img/bg_horizontal_dotted.gif);
background-position:top;
background-repeat:repeat-x;
padding:10px 0;

font-size:72.5;

}

#auxiliary .double_col.plaintext ul.fast-facts p {
padding:0 12px;
margin-bottom:0;
background-image:url(/risk/img/bg_facts_bullet.gif);
background-repeat:no-repeat;
background-position:0 7px;
}

/* No Flash - alternate navigation */

div#no-flash {
	width:990px;
	background-image:url(/risk/img/bg_non-flash-navigation.gif);
	height:30px;
	background-position: 0 -50px;
}
	div#no-flash p.no-flash-message {
	font-size:80%;
	line-height:160%;
	padding-top:5px;
	padding-left:30px;
	float:left;
	font-weight:bold;
	background-image:url(/risk/img/bg_no-flash-chevron.gif);
	background-repeat:no-repeat;
	background-position:20px 11px;
	padding-right:10px;
	}
	div#no-flash p.no-flash-message a {
	color:#CC0033;
	}
	div#no-flash div#no-flash-navigation {
	float:right;
	font-size:70%;
	padding-right:25px;
	padding-top:5px;
	font-weight:bold;
	}
	div#no-flash div#no-flash-navigation select {
	width:150px;
	font-size:80%;
	}	
	
/****************** added by Engauge ********************/

#header {
    height: 80px;
    margin-bottom: 24px;
    margin: 30px auto 0 auto;
    width: 990px;    
}

#logo_top a {
    display: block;
    background: url(../img/logo-lexisnexis.png) 0 0 no-repeat;
    float: left;
    height: 44px;
    margin-left: 40px;
    text-indent: -9999em;
    width: 179px;
}

#header h2 {
    background: url(../img/bg_risk_solutions.gif) 0 10px no-repeat;
    float: left;
    font-size: 16px;
    line-height: 43px;
    margin-left: 20px;
    padding: 0 18px;
    width: 142px;
    display: none;
}

#header h2 a {
    color: #ED1C24;
	font-weight: bold;
}

#header h2 a:hover {
    text-decoration: underline; 
	font-weight: bold;
}

/* top area with logo, contact, search */

#top_interaction {
    float: right;
    line-height: 36px;
    padding-right: 26px;
    position: relative;
}

#top_interaction a {
    color: #4b7183;
    font-size: 11px;
    text-decoration: none;
}

#top_interaction a:hover {
    color: #cc0033;
    text-decoration: underline;
}

#top_interaction a#contact_link {
    background: url(../img/bg_contact_us.gif) right 4px no-repeat;
    padding-right: 11px;
    margin-right: 9px;
}

.ie7 #top_interaction a#contact_link {
	position:relative;
  	top: -2px
}

#top_interaction a.feedback_link {
/*    background: url(../img/img_plusbrackets.gif) left 2px no-repeat;    
    padding-left: 16px;*/
    margin-right: 20px;
}

.ie7 #top_interaction a.feedback_link {
	position:relative;
  	top: -2px
}

#top_interaction input#site_search {
    background: url(../img/logo_lexis_nexis_tiny.gif) 3px 3px no-repeat;
    color: #4b7183;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c7c7c7;
    border-width: 1px 0 1px 1px;
    height: 13px;
    width: 220px;
    padding: 6px 0 6px 30px;
    position:relative\9;
    top:1px\9;
    *top:2px;
    _top:6px;
} 

#top_interaction input#search_submit {
    text-indent: -9999em;
    background: url(../img/btn_search.gif) 0 0px no-repeat;
    width: 26px;
    height: 27px;
    position: absolute;    
    right: 0;
    top: 7px;
    color: transparent;
    text-transform: capitalize;
    border: none !important;
}
#top_interaction input#search_submit:hover {
    cursor: pointer;
}
.webkit.mac #top_interaction input#search_submit {
    top: 6px;
}
/* main navigation */

#top_nav {
    background: url(../img/bg_top_nav.gif) 0 0 no-repeat;
    height: 39px;
    margin:0 auto 10px 0;
    width: 990px;
}
.home #top_nav {
    margin-bottom: 0;
}

#top_nav ul li.nav_primary {
    display: inline;
    float: left;
    font-size: 13px;
    height: 39px;
    line-height: 39px;
    position: relative;
    text-align: center;
    z-index: 10000;
    color: #333;
}

ul li.nav_primary a.top_link {
    color: #000;
    display: block;
    height: 39px;
}
#top_nav ul li.selected a.top_link {

       border: 1px solid #fff;
       color: #FFFFFF !important;


    border-width: 0 1px;  

}


ul li.nav_primary a.top_link:hover {
	text-decoration: none;
}


ul li.nav_tertiary_item a, 
ul li.nav_tertiary a
{
	text-decoration: none;	
	height: 31px;	
	width:100% !important;
	display:block;		
	color: #000 !important;
	padding-left:16px;
	
}


ul li.nav_tertiary_item a:hover, 
ul li.nav_tertiary a:hover 
{
	text-decoration: none;
	color: #fff !important;	
	
		
}

ul li.nav_primary:hover {
     color: #fff;

    font-weight: normal;

    background: #ED1C24;


}

li#nav_home {
    width: 130px;
}


li#nav_solutions {
    width: 143px;
}


li#nav_news {
    width: 151px;
}


li#nav_insights {
    width: 106px;
}


li#nav_customers {
    width: 173px;
}


li#nav_about {
    width: 122px;
}
/*
li#nav_home:hover {
    width: 128px;
}

li#nav_solutions:hover {
    width: 141px;
}

li#nav_news:hover {
    width: 149px;
}

li#nav_insights:hover {
    width: 104px;
}

li#nav_customers:hover {
    width: 171px;
}

li#nav_about:hover {
    width: 120px;
}
*/

#top_nav ul li.nav_primary#nav_signon {
    text-align: left;
    width: 165px;
	text-decoration: none;
}

#top_nav ul li.nav_primary#nav_signon:hover {
    border: none;
    background-color: transparent;
}

#top_nav ul li.nav_primary#nav_signon a {
    color: #fff;
    padding-left: 20px;
	text-decoration: none;
}

#top_nav ul li.nav_primary#nav_signon a:hover {
	text-decoration: none;
}

ul.nav_secondary {
    background-color: #b9b9b9;
    border-left: 0px solid #D1D1D1;
    display: none;
    font-size: 12.5px;
    left: 0;
    position: absolute;
    top: 39px;
    text-align: left; 
    z-index: 10000; 
	
}

.ie2col { 
    width: 573px;
}



ul.nav_secondary li.nav_tertiary_title {
    background-color: #807878;
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    color: #fff;
    font-weight: bold;
    padding-left: 16px;
    width: 200px;
}

ul.nav_secondary li.nav_tertiary_item {
    background: #b9b9b9 url(../img/bg_subnav_grey.gif) 0 0 repeat-x;
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    /*padding-left: 16px;*/
    width: 216px;
	display:block;
}

ul.nav_secondary li.nav_tertiary_item:hover {
    background-color: #333;
        background-image: none;
        
}

.empty_item:hover {
    background-color: #dldldl;
        background-image: none;
        
}

/*
ul.nav_secondary li.nav_tertiary_item a {
    color: #333;
}

ul.nav_secondary li.nav_tertiary_item:hover a {
    color: #fff;    
}
*/

ul.nav_secondary li.nav_tertiary {
    float: left;
    position: relative;
}

ul.nav_secondary li.nav_tertiary.right ul li.nav_tertiary_title {
    border-left: none;
    width: 200px;
}

ul.nav_secondary li.nav_tertiary.right ul li.nav_tertiary_item {
    border-left: none;
    width: 216px;
}

ul.nav_secondary li.nav_tertiary_description {
    background-color: #333;
    color: #fff;
    display: none;
    position: absolute;
    height: 322px;
    width: 224px;
    top: 0;
    left: 434px;
}

ul.nav_secondary li.nav_tertiary.right ul li.nav_tertiary_description {
    color: #fff;
    top: 0;
    left: 217px;
}

ul.nav_secondary li.nav_tertiary ul li.nav_tertiary_description h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 47px 0 0 37px;
    width: 150px;
}

ul.nav_secondary li.nav_tertiary ul li.nav_tertiary_description p {
    font-size: 12px;
    line-height: 14px;
    margin: 16px 0 0 37px;
    width: 145px;
}

ul.nav_secondary li.nav_tertiary ul li.nav_tertiary_description .nav_description p a.learn_more {
    color: #fff;
    font-weight: bold;
}

ul.nav_secondary li.nav_tertiary ul li.nav_tertiary_description .nav_description a.description_close {
    background: url(../img/btn_close_subnav.gif) 0 0 no-repeat;
    height: 21px;
    position: absolute;
    right: -1px;
    text-indent: -9999em;
    top: 0;
    width: 21px;
}

ul.nav_secondary li#product_index {
    background-color: #949494;
    float: left;
    height: 32px;
    line-height: 30px;
    padding-left: 0px;
    width: 573px;
	top:-475px;
}

ul.nav_secondary li#product_index a {
    color: #333;
    font-weight: bold;
}

ul.nav_secondary li#product_index a.biggerLink {padding-left: 16px;}

/* styles for intermediary navigation */

.intermediary #top_nav {
    background: url(../img/bg_intermediary_nav.gif) 0 0 no-repeat;
} 

.intermediary li#nav_home {
    width: 159px;
}

.intermediary li#nav_solutions {
    width: 175px;
}


.intermediary li#nav_news {
    width: 184px;
}


.intermediary li#nav_insights {
    width: 141px;
}


.intermediary li#nav_customers {
    display: none;
    width: 173px;
}


.intermediary li#nav_about {
    width: 151px;
}

.intermediary li#nav_home:hover {
	width: 157px;
}

.intermediary li#nav_solutions:hover {
	width: 173px;
}

.intermediary li#nav_news:hover {
	width: 182px;
}

.intermediary li#nav_insights:hover {
	width: 139px;
}

.intermediary li#nav_customers {
        display: none!important;
}


.intermediary li#nav_about:hover {
	width: 149px;
}

/* footer */

#footer, #secondary_footer, #copyright {
    float: left;
    margin: 0 auto;
    width: 990px;
}

#footer ul li, #secondary_footer ul li {
    display: inline;
    float: left;
}

#footer {
    margin-top: 40px;
    background: url(../img/bg_footer.gif) 0 0 no-repeat;
    height: 33px;
}

#footer ul#footer_nav {
    margin-left: 18px;
}

#footer ul#footer_nav li {
    height: 33px;
    line-height: 31px;
    margin-right: 23px;
}

#footer ul#footer_nav li a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
#footer a:hover,
#secondary_footer a:hover{
    text-decoration: underline;
}

#footer ul#social_icons {
    float: right;
    margin-right: 16px;
    height: 33px;
}

#footer ul#social_icons li {
    height: 33px;
    line-height: 31px;
}

#footer ul#social_icons li a {
    margin: 8px 3px 0 0;
    display: block;
    text-indent: -9999em;
    height: 16px;
    width: 16px;
}


a.twitter_link {
    background: url(../img/icon_twitter.gif) 0 0 no-repeat;
}

a.youtube_link {
    background: url(../img/icon_youtube.png) 0 0 no-repeat;
}

a.facebook_link {
    background: url(../img/icon_facebook.gif) 0 0 no-repeat;
}

a.linked_link {
    background: url(../img/icon_linkedin.gif) 0 0 no-repeat;
}

a.google_link {
    background: url(/risk/img/icon_google.png) 0 0 no-repeat;
}

#secondary_footer {
	height:20px;
	margin-top: 6px;
}

#secondary_footer ul {
	width:500px;
	float:left;
    margin-left: 15px;
    margin-top: 3px;
}

#secondary_footer ul li a {
    font-size: 11px;
    color: #8b8284;
    padding-right: 8px;
    background: url(../img/bg_secondary_footer_item.gif) center right no-repeat;
    margin-right: 7px;
}

#secondary_footer ul li.last-child a {
    background: none;
}

#secondary_footer a.feedback_link {
    color: #4b7183;
    font-size: 11px;
}

#secondary_footer a.feedback_link:hover {
    color: #cc0033;
    text-decoration: underline;
}

#copyright {
    color: #8b8284;
    font-size: 11px;
    margin: 14px 0 0 0;
    padding-left: 15px;
    padding: 0 15px 30px 15px;
    width: 975px;
	vertical-align:top;
}

#copyright a {
    color: #8b8284; 
}

#copyright a:hover {
    color: #cc0033;     
    text-decoration: underline;
}




#container {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 990px;
}

#wrapper{
    
 display:block;  
    
}



#wrapper #top_nav ul li.selected, 
#container #top_nav ul li.selected 
{
    background-color: #ED1C24 !important;

}


#wrapper #top_nav ul li.selected a:visited, 
#container #top_nav ul li.selected a:visited 
{
 
    color: #FFFFFF !important;
}


#wrapper #top_nav ul li.selected li a:visited, 
#container #top_nav ul li.selected li a:visited 
{ 
    color: #000000 !important;
}


#wrapper #top_nav ul li.selected li a:hover, 
#container #top_nav ul li.selected li a:hover 
{ 
    color: #ffffff !important;
}


#detail_set div.sc_contact p.dataLink {
    padding-top: 15px;
    text-align: center;
}

a.seprator {background:url("../img/bg_secondary_footer_item.gif") no-repeat scroll right center transparent; padding-right:8px; margin-right:7px; }

.borderTopWhite{border-top:1px solid #c1c1c1;}





#footer ul#footer_nav.right {
    width:260px;
    float:right;
}
#secondary_footer ul#social_icons {
    float: right;
	width:125px;
    height: auto;
    margin:0 16px 0 0;
}

#secondary_footer ul#social_icons li {
    height: auto;
    line-height: 31px;
}

#secondary_footer ul#social_icons li a {
    margin: 0;
    display: block;
    text-indent: -9999em;
    height: 16px;
    width: 16px;
}
#secondary_footer ul#social_icons li a.twitter_link {
    background: url(/risk/img/icon_twitter.gif) 0 0 no-repeat;
}


#secondary_footer ul#social_icons li a.youtube_link {
    background: url(/risk/img/icon_youtube.png) 0 0 no-repeat;
}


#secondary_footer ul#social_icons li a.facebook_link {
    background: url(/risk/img/icon_facebook.gif) 0 0 no-repeat;
}


#secondary_footer ul#social_icons li a.linked_link {
    background: url(/risk/img/icon_linkedin.gif) 0 0 no-repeat;
}


#secondary_footer ul#social_icons li a.google_link {
    background: url(/risk/img/icon_google.png) 0 0 no-repeat;
}
#secondary_footer a.feedback_link {
color:#8b8284;
}

#secondary_footer a.feedback_link:hover {
    color: #cc0033;
    text-decoration: underline;
}

