body {
	background:#fff url(../images/cea_bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#525252;
	margin-top: 0px;
}

a img, :link img, :visited img {
	border: 0;
}
/*  global styles  */
a, a:link, a:visited, a:active {
	color:#525252;
	text-decoration:none;
}
a:hover {
	color:#007dc3;
	text-decoration:underline;
}

h2 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #666
}

p {
	font-size: 11px; 
	color: #666 
}

p.heading {
	color: #fff;
	font-weight: bold
}

td {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	color: #666
}
/*  end global styles  */

.otherpage {
	position:relative;
	background: #fff url(../images/cea_page-bg.gif) no-repeat;
	margin: 0px auto;
	width: 964px;
}

#head{
	width:964px;
	height:92px;
}
#logo {
	width:204px;
	height:80px;
	margin:5px 0 0 22px;
}
#utilnav {
	float:right;
	padding:12px 30px;
	color:#738691;
	font-size:11px;
	font-weight:500;
}
#utilnav a {
	color:#007dc3;
	text-decoration:underline;
}

#foot {
	clear:both;
	margin:0 auto;
	padding:5px 0 10px 0;
	width:950px;
	border-top:3px solid #007DC3;
	text-align:center;
	color:#738691;
	font-size:10px;
	position:relative;
}

#legal-notice {
	padding:5px 0 10px 0;
	color:#738691;
	font-size:10px;
	position:absolute;
	top:0;
	left:0;
	text-decoration:underline;
}

#legal-notice a {
	color: #738691;
}

/* gray 3-d bar */
.navgraybar {
	background: url(../PIX/back_grey.gif) repeat;
	_width: 100%;
	height: 20px;
}

.leftcol {
	border-left: 1px solid #336699; 
	border-right: 1px solid #336699; 
	padding: 5px;
}
.middlecol {
	border-right: 1px solid #336699; 
	padding: 5px;
}
.rightcol {
	border-right: 1px solid #336699; 
	padding: 5px;
}


/* top menu */
.nav {
	background-color: #000;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	height: 18px;
	padding: 0;
	margin: 10px;
	list-style: none;
	line-height: 1;
}

.nav a {
	background-color: transparent;
	color: #fff;
	display: block;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	/* width: 15em; */
}

.nav a:hover {
	text-decoration: none;
	color: #a2bae6;
}

.nav li { /* all list items */
	background-color: #000;
	float: left;
	padding: 4px 10px;
	/* width: 15em; */ /* width needed or else Opera goes nuts */
}

.nav .separator {
	color: #fff;
	font-size: 10px;
	padding-left: 0;
	padding-right: 0;
}

#nav1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 260px; /* Required by Opera */
}
#nav2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 202px; /* Required by Opera */
}
.Footer { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 9px; 
	color: #999; 
	vertical-align: bottom; 
	padding-top: 5px;
	text-align:center
}	
/*
#home #top-menu-home a, 
#help #top-menu-help a, 
#contactce #top-menu-contactce a, 
#signin #top-menu-signin a {
	background-color: #000;
	color: #a2bae6;
	text-decoration: none;
}

*/
/* tab menu */
ul.menu {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	float: left;
	width: 925px;
}

ul.menu, ul.menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: normal;*/
}

ul.menu a {
	/* background-color: transparent; */
	color: #fff;
	display: block;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	/* width: 15em; */
}

ul.menu a span {
	position: absolute;
	right: 5px;
}	

ul.menu a.tab, 
ul.menu span.tab {
	width:150px;
	height:20px;
	color: #ffffff;
	text-align: center;
	background: url(../PIX/button_gray_01.gif) no-repeat left top;
	text-decoration:none;
	display: block;
	padding-top: 1px;
	padding-bottom:0px;
	margin-left: 4px;
}

#headtab {
	margin-left: 0px;
}
ul.menu a:hover {
	text-decoration:none;
}	

ul.menu a.tab:hover {
	background: url(../PIX/button_gray_02.gif) no-repeat left top;
	text-decoration:none;
}

ul.menu li { /* all list items */
	float: left;
	/* padding: 0px 5px; */
	/* width: 15em; */ /* width needed or else Opera goes nuts */
}

ul.menu ul { /* second-level lists */
	border: solid #000 1px;
	border-width: 0px 1px 0 1px;
	position: absolute;
	background-color: #a2bae6;
	width: 148px;
	_width: 148px;
	/* left: -999em; */ /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: none;
	margin: -3px 0px 0px 4px;
	_margin: 0px 0px 0px 4px;
}

ul.menu li li {
	background-color: #a2bae6;
	border-bottom: solid #000 1px;
	/*padding: 2px 5px;*/
	width: 100%;
}

ul.menu ul a {
	padding: 2px 5px;
	display: block;
	width: 80%;
}	

ul.menu li ul ul { /* third-and-above-level lists */
	border-top: 1px #000 solid;
	margin: -10px 0 0 110px;
}

ul.menu li:hover ul ul,
ul.menu li:hover ul ul ul,
ul.menu li.sfhover ul ul,
ul.menu li.sfhover ul ul ul {
	/* left: -999em; */
	display: none;
}

ul.menu li:hover ul,
ul.menu li li:hover ul,
ul.menu li li li:hover ul,
ul.menu li.sfhover ul,
ul.menu li li.sfhover ul,
ul.menu li li li.sfhover ul { /* lists nested under hovered list items */
	/* left: auto; */
	display: block;
	z-index: 1;
}

ul.menu li li:hover, 
ul.menu li.sfhover li.sfhover {
	background-color: #336699;
}

ul.menu li:hover li a, 
ul.menu li.sfhover li a {
	color: #fff;
}
.gray_bg {
	height:20px;
	background: url(../PIX/back_grey.gif) repeat-x left top;
}
.endspacer {
	height:20px;
	width: 100%;
	background: url(../PIX/button_gray_1pix.gif) repeat-x left top;
}

/* main menu */
#aboutce #main-menu-aboutce, 
#products #main-menu-products,
#services #main-menu-services, 
#solutions #main-menu-solutions,
#work #main-menu-work {
	width:150px;
	height:20px;
	background-image: url(../PIX/button_sel.gif);
	text-align: center;
	color:#ffffff;
	font-family:"Verdana", "Arial", "Helvetica", sans-serif; 
	font-size:10px; 
	font-weight:bold;
}

/* slide show */
.slideshow {
	position:absolute;
	top:32px; 
	right:10px;
	width:200px;
	height:58px;
	border:solid 1px #000;
	background-color:#fff;
	cursor: pointer; 
	cursor: hand;
}

.slideshow #title {
	background-color:#000;
	width:200px;
	height:13px;
	font-size: 10px;
	color:#fff;
	text-align:center;
	font-weight: bold;
}



a.topicon {
	background: url(../PIX/button_bw_up.gif) no-repeat;
	padding: 0 0 0 14px;
	height: 14px;
	width: 14px;
}

ul.loadlist {
	list-style: url(../images/button_bw_r.gif) outside;
	margin: 10px;
	padding: 0;
}

ul.loadlist li {
	margin: 10px;
	padding-left: 5px;
}

/* side menu */
.sidemenu {
	padding: 4px;
	margin: 0px;
}

.sidemenu ul {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none;
	color: #fff;
	font-weight: bold;
}

.sidemenu a:link, .sidemenu a:visited {
	color: #fff;
	display: inline;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	/* width: 15em; */
}

.sidemenu a:hover {
	text-decoration: underline;
}

.sidemenu li { /* all list items */
	padding-left: 4px;
	padding-top: 6px;
	padding-right: 1px;
	vertical-align: middle;
	/* width: 15em; */ /* width needed or else Opera goes nuts */
}

.sidemenu li li {
	padding-left: 6px;
}


.sidemenu li li a {
	padding-left: 7px;
	background: url(../PIX/navside_bullet.gif) no-repeat left;
	padding-bottom: 2px;
}

.sidemenu li li a.nextline {
	background: url(../PIX/trans_space.gif) no-repeat left;
}	

.sidemenu .askce, 
.sidemenu .gotocompliance { 
	margin: 10px 0px 10px 0px;
	display: block;
}

.sidemenu .gotocompliance {
	margin-top: 20px;
}	

.sidemenu .askce li, 
.sidemenu .gotocompliance li {
	padding-top: 0px 0px 2px 4px;
}	

.NavSideBackground { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-weight: bold; 
	background-color: #a2bae6; 
	font-size: 11px;
}

/* open up the selected section on sidebar */
#legal #side_menu_legal,
#legal #side_menu_legal ul, 
#terms_of_service #side_menu_legal, 
#terms_of_service #side_menu_legal ul, 
#privacy #side_menu_legal, 
#privacy #side_menu_legal ul, 
#security #side_menu_legal, 
#security #side_menu_legal ul, 

#aboutce #side_menu_about, 
#aboutce #side_menu_about ul.sub_menu, 
#products #side_menu_products, 

#help #side_menu_help, 
#contactce #side_menu_contact, 

#managementteam #side_menu_management, 
#legalteam #side_menu_management, 
#board #side_menu_management, 
#advisoryteam #side_menu_management, 
#innews #side_menu_news, 
#article #side_menu_news, 
#awards #side_menu_news, 

#products #side_menu_products,
#products #side_menu_product,

#solutions #side_menu_solutions, 
#solutions #side_menu_solutions ul.sub_menu, 

#services #side_menu_services, 
#services #side_menu_services ul.sub_menu, 

#ai #side_menu_tech, 
#nlp #side_menu_tech, 
#knowledgebase #side_menu_tech, 

#work #side_menu_work, 
#work #side_menu_work ul.sub_menu, 

#help #side_menu_help, 
#help #side_menu_help ul.sub_menu, 

#contactce #side_menu_contact, 
#contactce #side_menu_contact ul.sub_menu 

{
  	display: block;
}

/* highlight the selected menu item on sidebar */
#legal #side_legal a,
#about #side_aboutce a,
#prod #side_prod a,
#solutions #side_solutions a,
#services #side_services a, 
#cework #side_work a, 
#sidehelp #side_help a,
#sidecontact #side_contact a
{
	color: #336699;
	text-decoration: none;
}

/* highlight the bullet if sub-item selected */
#terms_of_service #side_terms_of_service a, 
#privacy #side_privacy a, 
#security #side_security a, 

#management #side_management a, 
#news #side_news a, 
#events #side_events a, 
#clients #side_clients a, 
#partners #side_partners a, 
#investors #side_investors a, 
#career #side_career a, 
#logicease #side_logicease a, 
#managementteam #side_managementteam a, 
#legalteam #side_legalteam a, 
#board #side_board a, 
#advisoryteam #side_advisoryteam a, 
#innews #side_innews a, 
#article #side_article a, 
#awards #side_awards a, 

#prod #side_products a, 
#tech #side_tech a, 

#ca_overview #side_ca_overview a, 
#tpo_overview #side_tpo_overview a, 
#ac_overview #side_ac_overview a, 
#xpress_overview #side_xpress_overview a,
#ssnxpress_overview #side_ssnxpress_overview a,
#bt_overview #side_bt_overview a, 
#rm_overview #side_rm_overview a, 
#id_overview #side_id_overview a,
#hmda_overview #side_hmda_overview a, 
#cra_overview #side_cra_overview a,
#choice_overview #side_choice_overview a,
#ra_overview #side_ra_overview a,
#auto_compliance #side_auto_compliance a, 
#risk_management #side_risk_management a,

#ca_certify #side_ca_certify a,
#total_compliance #side_total_compliance a,
#exam_ready_services #side_exam_ready_services a,
#cr_services #side_cr_services a,

#anti_pl #side_anti_pl a, 
#professional #side_professional a, 
#consulting #side_consulting a,
#client_support #side_client_support a,

#ai #side_ai a, 
#nlp #side_nlp a, 
#knowledgebase #side_knowledgebase a, 

#dnf #side_dnf a,
#webinar #side_webinar a,
#online_training #side_online_training a,
#alert #side_alert a, 

#sitemap #side_sitemap a, 
#directions #side_directions a, 
#form #side_form a 
{
	background: url(../PIX/navside_bullet_blue.gif) no-repeat left;
	color: #336699;
	text-decoration: none;
}

#managementteam #side_managementteam a.nextline, 
#board #side_board a.nextline,
#ai #side_ai a.nextline, 
#nlp #side_nlp a.nextline, 
#security #side_security a.nextline, 
#knowledgebase #side_knowledgebase a.nextline, 
#auto_compliance #side_auto_compliance a.nextline, 
#anti_pl #side_anti_pl a.nextline, 
#professional #side_professional a.nextline, 
#consulting #side_consulting a.nextline, 
#client_support #side_client_support a.nextline, 
#form #side_form a.nextline,
#prod #side_ac_overview a.nextline,
#prod #side_choice_overview a.nextline,
#total_compliance #side_total_compliance a.nextline,
#exam_ready_services #side_exam_ready_services a.nextline
{
	background: url(../PIX/trans_space.gif) no-repeat left;
}

.NavBar, .NavBar a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #fff; 
	background-color: #000; 
	text-align: center; 
	vertical-align: middle;
	font-weight: bold 
}

a.NavBar:hover, .NavBar a:hover { 
	color: #a2bae6; 
	text-decoration: none;
}

.StripedBackground {  
	background: url(../images/stripes_tile.gif) repeat fixed top left; 
}

td.TextNav { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999; 
	background-color: #fff; 
	text-align: left; 
	vertical-align: top; 
	height: 30px; 
	padding-top: 5px
}

a.TextNav { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #999; 
	font-weight: normal;
	text-decoration: none; 
}

a.TextNav:hover { 
	text-decoration: underline; 
	color: #999; 
}

.ListTitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #666
}

a.SiteMap:link, a.SiteMap:visited {
	font-size: 11px;
	text-decoration: none; 
	color: #666; 
	font-weight: normal
}

a.SiteMap:hover { 
	text-decoration: underline; 
}

.Blank { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	vertical-align: bottom; 
	font-weight: bold; 
	font-size: 11px ; 
	background-color: #fff
}

.NavBarFooter {
 	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
 	font-size: 9px; 
 	color: #999; 
 	background-color: #000; 
 	text-align: center; 
 	vertical-align: middle; 
 	font-weight: normal
 }
 
.Inputbox {
 	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: .65em;
	color: #000;
	border: 1px solid #000;
	background-color: #fff;
}

.Selectbox {
	border: 1px solid #000;
	FONT-SIZE: 11px; 	
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif; 
}

.PageTopic { 
	font-family: "Arial", "Helvetica", "sans-serif"; 
	text-align: left; 
	font-size: 30pt; 
	font-weight: normal; 
	font-style: italic
}

.GeneralText {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	color: #666
}
	
.DoubleColorTitleLeft { 
	font-size: 14px; 
	color: #000; 
	font-weight: bold; 
}

.DoubleColorTitleRight { 
	font-size: 14px; 
	font-weight: bolder; 
	color: #999;
}

.DoubleColorTextLeft {
	font-size: 13px; 
	font-weight: bold; 
	color: #000;
}

.DoubleColorTextRight { 
	font-size: 13px; 
	font-weight: bold; 
	color: #999; 
}

.DoubleColorTextLight { 
	font-size: 13px; 
	font-weight: bold; 
	color: #666
}

.WeightedList { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; 
	font-weight: bold; 
	height:30px 
}

.TableTitleWhite { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	color: #fff; 
	text-align: left; 
	vertical-align: middle; 
	font-weight: bold; 
	padding-bottom: 5px 
}

.SmallMark { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 7px; 
	font-variant: small-caps; 
	vertical-align: super
}

.BoldText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; 
	color: #666; 
	font-weight: bold
}

.button { 
	cursor:pointer;
	cursor:hand;
	background-color:#efefef; 
	color:#504f69; 
	font-size:10px; 
	border:solid #9c9cc2 1px; 
	padding:3px 10px 
}

/* collapsible section with icon change */
a.switchlink {
	height: 16px;
	padding: 1px 1px 1px 18px;
	background: url(../PIX/button_bw_r.gif) no-repeat bottom left;
	cursor:pointer;
	cursor:hand;
}

a.open {
	background: url(../PIX/button_wb_r.gif) no-repeat bottom left;
	padding: 1px 1px 1px 18px;
}

.switchlink span {
	border-bottom: 2px #a2bae6 solid;
	height:20px;
}

.switchblock {
	margin:0px;
	padding:0px 0px 10px 18px;
}

/* product brochure */
#ca_brochure, #ac_brochure, #bt_brochure, #id_brochure, #xpress_brochure, #rm_brochure {
	display: none;
}
#ca #ca_brochure, 
#ac #ac_brochure, 
#bt #bt_brochure, 
#id #id_brochure, 
#rm #rm_brochure,
#xpress #xpress_brochure {
	display: block;
}	


