html {

}
body {
	background-color:#fff;
	color:#404040;
	font:normal 12px Arial,Verdana,Helvetica,Trebuchet MS,sans-serif;
	margin:10px 0 20px 0;
	padding:0px
}
a {
	color:#2e58ac;
}
a:hover {
	color:#ff9100;
}
strong {
	font-style:normal;
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:normal;
}
td {vertical-align:top;}
p {
	margin:0 0 10px 0;
}
img {
	border:none;
	/* vertical-align:text-bottom; */
}
h1 {
}
h2 {
}
h3 {
	font-size:12px;
	margin:15px 0;	
}
h4 {
}
h5 {
}

/* Header */
.headerb 
{
	width:100%;
	background:#fff url(/fcwsite/img/bg_header.gif) left bottom repeat-x;
	height:102px;
	border-bottom:1px solid #fff;
}
.header {
	width:989px;
	margin:0 auto;
	position:relative;
	height:101px;
}
.header .logo {
	padding:52px 0 0 30px; /* was padding:25px 0 0 40px; */
	float:left;
}
.header .logo_elite {
	position:absolute;
	right:0;
	top:42px; /* was top:14px; */
}
.header .sitesearch {
	position:absolute;
	right:0;
	top:-3px; /* was top:20px; */
}
.header .sitesearch .text {border:1px solid #ddd;font-size:10px;width:170px;background-color:#fff;}
.header .sitesearch .advancedlink {float:left;padding-right:10px;}
.header .sitesearch a.guidemelink {float:right;font-size:11px;text-transform:uppercase;font-weight:bold;color:#2e58ac;}
.header .sitesearch a.guidemelink:visited {color:#2e58ac;}
.header .sitesearch a.guidemelink:hover {color:#ff9100;}
.searchlinks a {background:transparent url(/fcwsite/img/bullet_search.gif) right 2px no-repeat;padding-right:9px;color:#999;text-decoration:none;font-size:10px;}
.searchlinks a:hover {color:#ff9100;}

/* Main Navigation */
.nav1 {
	position:absolute;
	bottom:0px;
	left:223px;
}
.nav1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav1 ul li {
	display:inline;
	margin:0 14px 0 0;
	display:block;
	float:left;
}
.nav1 ul li a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	position: relative;
	top: 11px;
}
.nav1 ul li a.active {
	color:#ff9100;
}

/* Secondary Navigation */
.nav2 {
	float:right;
	position:absolute;
	top:0;
	right:200px; /* was right:110px; */
	z-index:1000;
}
.nav2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav2 ul li {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	position:relative;
	height:12px;
	line-height:12px;
}
.nav2 ul li.dropdown {
	background:url(/fcwsite/img/bg_sidenav_normal2.gif) right 3px no-repeat;
	margin-right:5px;
}
.nav2 ul li:hover.dropdown {
	background:url(/fcwsite/img/bg_sidenav_active2.gif) right 4px no-repeat;
	margin-right:5px;
}
.nav2 ul li.separator {
	margin:0;
	padding:0 10px 0 0;
}
.nav2 ul li.separator img {
	vertical-align:middle;
}
.nav2 ul li a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#9a9a9a;
	font-size:9px;
}
.nav2 ul li a:hover {
	color:#ff9100;
}
.nav2 ul li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:12px;
	right:-6px;
	width:150px;
	background:#fff;
	text-align:right;
	border-right:1px solid #9a9a9a;
	padding:5px 0;
}
.nav2 ul li:hover ul {
	display:block;
	position:absolute;
	top:12px;
	right:-6px;
	width:150px;
	background:#fff;
	text-align:right;
	border-right:1px solid #9a9a9a;
	padding:5px 0;
}
.nav2 ul li ul li{
	float:none;
	padding-right:16px;
	line-height:16px;
	height:auto;
	zoom:1; /* Yes, I'm lazy. */
	font-size:9px;text-transform:uppercase;
}
.nav2 ul li ul li a {
	display:block;
}
.nav2 ul li ul li a:hover, .nav2 ul li ul li a.active {
	color:#ff9100;
}

/* Body */
.bodyd { /* Yes, there sure are a lot of wrapper divs in this layout...  */
    width:100%;
	background:#d4e0ea url(/fcwsite/img/bg_bottom.gif) left bottom repeat-x;
}
.bodyc 
{
	width:100%;
	background:transparent url(/fcwsite/img/bg_top.gif) left top repeat-x;
}
.bodyb 
{
	width:991px;
	margin:0 auto;
}
.body {
	width:989px; /* was width:984px; which fixes scrollbar appearing in firefox, but breaks layout of ie */
	background:#fff url(/fcwsite/img/bg_bodytop.gif) left top repeat-x;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	float:left;	/* Fix for wacky Safari margin bug related to the top-margins on columns 2 and 3 http://www.webmasterworld.com/forum83/3850.htm */
	min-height:320px;
	height:auto !important; /* Make sure short pages can't be TOO short - need to use min-height fast hack here, because IE is a jerk http://www.dustindiaz.com/min-height-fast-hack/ */
	height:320px;
}
.column1 {
	float:left;
	width:214px;
	margin:28px 0 0 0;
	padding:0;
	/* position:absolute; */
}
.column1 .snWrapB {
	display:table;
	height:40px;
	width:100%;
	overflow: hidden;
}
.column1 .snWrapB .snWrap {
	display:table-cell;
	vertical-align:middle;
	height:40px;	
}
.column1 .snWrapB .snWrap h2 {
	font-size:12px;
	line-height:normal;
	color:#333;
	text-align:right;
	padding-right:27px;
	margin:0;
}
* html .column1 .snWrapB { /* IE6 */
	position:relative;
}
* html .column1 .snWrapB .snWrap {
	position:absolute;
	top:50%;
	height:auto;
	right:0;	
}
* html .column1 .snWrapB .snWrap h2 {
	position:relative;
	top:-50%;
}
*:first-child+html .column1 .snWrapB { /* IE7 */
	position:relative;
}
*:first-child+html .column1 .snWrapB .snWrap {
	position:absolute;
	top:50%;
	height:auto;
	right:0;
}
*:first-child+html .column1 .snWrapB .snWrap h2 {
	position:relative;
	top:-50%;
}
.column1 .sidenav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	font-size:11px;
}
.column1 .sidenav ul li {
	margin:0;
	padding:5px 0px 11px 0;
	background:#fff url(/fcwsite/img/bg_sidenav.gif) right top no-repeat;
	zoom:1;
}
/* .column1 .sidenav ul li.active {background:#fff none;} */

.column1 .sidenav ul li a {
	text-decoration:none;
	color:#2e58ac;
	padding-right:14px;	
}
.column1 .sidenav ul li a:hover {
	color:#666;
}
.column1 .sidenav ul li a.active {
	color:#666;
	padding-right:15px;
	font-weight:bold;
}
.column1 .sidenav ul li ul {
	margin:10px 0px 0 0;
	padding:0 0 10px 0;
}
.column1 .sidenav ul li.active ul {padding-bottom:4px;background-color:#fff;}
.column1 .sidenav ul li ul li {
	margin:0;
	padding:0;
	background:#FFFFFF url(/fcwsite/img/bg_sidenav.gif) no-repeat scroll right bottom
}
.column1 .sidenav ul li ul li a {
	background:none;
	padding:0;
	right:0;
	margin-top:-1px;
	background:transparent url(/fcwsite/img/bg_sidenavsub.gif) no-repeat scroll right -7px;
	display:block;
	margin:-1px 0 0;
	padding:5px 25px 5px 0;
}
.column1 .sidenav ul li ul li a.active {
	background:none;
	padding:0;
	font-weight:bold;
	margin-top:-1px;
	background:transparent url(/fcwsite/img/bg_sidenavsub.gif) no-repeat scroll right -7px;
	display:block;
	margin:-1px 0 0;
	padding:5px 25px 5px 0;
}
.column1 .sidenav .subnav ul {
	margin-bottom:-15px;
}
.column2c {
	display:table; /* Create strict table structure for Safari http://www.quirksmode.org/css/display.html */
	margin-top:65px;
	background:transparent url(/fcwsite/img/bg_divider.gif) left top repeat-y;
	/* margin-left:214px; */
	min-height:360px;
	height: auto !important;
	height: 360px;
	height:100%; 
}
* html .column2c {width:450px;}

.column2b {
	display:table-row; /* Create strict table structure for Safari */
	background:transparent url(/fcwsite/img/bg_divider_bottom.gif) left bottom no-repeat;
	position:relative;
	min-height:360px;
	height: auto !important;
	height: 360px;
	height:100%; /* Need this to make sure IE doesn't throw a tantrum, and also (since table-cell is buggy in IE6)  conveniently triggers a bug that prevents wrapping around floats */
}
.column2 {
	background:transparent url(/fcwsite/img/bg_divider_top.gif) left top no-repeat;
	display:table-cell; /* Prevent body from wrapping around floated columns in compliant browsers */
	padding:0 50px;
	min-height:360px;
	height: auto !important;
	height: 360px;
	height:100%; /* See column2b -- same deal  */
	clear:both;
}
.column2x { /* Allow min-height and width for browsers that correctly interpret display:table-cell */
	min-height:360px;
	min-width:470px;
}
.pagetools {
	float:right;
	position:relative;
	top:15px;
	height:10px;
}
.pagetools .print {
	padding-right: 15px;
}
.pagetools img {
	vertical-align:top;
	display:block;
	float:left;
}
.column2 h1 {
	line-height:39px;
	font-size:16px;
	color:#4e4e4e;
	margin:0 0 10px 0;
}
.column2 h2 {
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
	margin:0px;
}
.column2 .toplink {
	clear:both;
}
.column2 .office_name {font-weight:bold;}
.column2 .line {border-top:1px solid #ccc;clear:both;margin:1.6em 0 0 0;padding-top:0.6em;}
.column3 {
	float:right;
	width: 205px;
	margin-top:65px;
	padding-top:1px;
	background:transparent url(/fcwsite/img/bg_col3_bottom.gif) left bottom no-repeat;
}
body.general .column3 {background:transparent url(/fcwsite/img/bg_col3_bottomA.gif) left top no-repeat;}
.panel {
	zoom:1; /* I know. This doesn't validate. */
	padding-left:1px;
	font-size:11px;
}
* html .panel {width:251px;}
.panel ul {
	list-style-type:none;
	padding:0 10px;
	margin:15px 0;
}
.tab {
	background:#fff url(/fcwsite/img/bg_tabtop.gif) left top no-repeat;
	position:relative;
	padding:15px;
	zoom:1; /* Can everyone please stop using IE6? */
}

.tab_transparent {
	background:transparent url(/fcwsite/img/bg_tabtop.png) left top no-repeat;behavior:url(/fcwsite/include/iepngfix.htc);
	position:relative;
	padding:15px 15px 0 15px;
	zoom:1; /* Can everyone please stop using IE6? */
}
body.general .tab_transparent {background:#ffffff url(/fcwsite/img/bg_tabtopA.gif) left top no-repeat;}
.tab h3{
	color:#6a6a6a;
	font-size:12px;
	line-height:auto;
	margin:-10px 0 10px 0;
	width:120px;
}
.tab_transparent h3{
	color:#6a6a6a;
	font-size:12px;
	line-height:auto;
	margin:-10px 0 10px 0;
	width:120px;
}
.calltoaction 
{

}
.calltoaction  input 
{
	font-size:11px;
	color:#666;
	padding-left:3px;
	margin-bottom:3px;
}

.calltoaction input.name {
	width:244px;
}

.pubscalltoaction .calltoaction input.name {
	width:174px;
}

.calltoaction input.title
{
    width:244px;
}

.pubscalltoaction .calltoaction input.title
{
    width:174px;
}

.calltoaction input.firm
{
    width:244px;
}

.pubscalltoaction .calltoaction input.firm
{
    width:174px;
}

.calltoaction input.phone
{
    width:244px;
}

.pubscalltoaction .calltoaction input.phone
{
    width:174px;
}

.calltoaction input.email
{
    width:244px;
}

.pubscalltoaction .calltoaction input.email
{
    width:174px;
}

.calltoaction input.otherTB
{
    width:244px;
    display:none;
}

.calltoaction .proLawCBspan
{
    display:none;
}

.calltoaction select {
	width:252px;
	font-size:11px;
	color:#666;
	margin-bottom:3px;
}

.pubscalltoaction .calltoaction select {
	width:180px;
	font-size:11px;
	color:#666;
	margin-bottom:3px;
}
.calltoaction option {
	width:252px;
}
.calltoaction input.submit {
	width:66px;
	height:17px;
	background:white;
	display:block;
	margin:0 0 0 185px;
	padding-top:5px;
	font-size:11px;
}

.pubscalltoaction .calltoaction input.submit {
	width:66px;
	height:17px;
	background:white;
	display:block;
	margin:0 0 0 110px;
	padding-top:5px;
	font-size:11px;
}

.calltoaction2 select {width:173px;font-size:11px;color:#666;margin-bottom:3px;}
.calltoaction2 option {width:173px;}

.calltoaction2 input {width:167px;font-size:11px;color:#666;padding-left:3px;margin-bottom:3px;}

.calltoaction2 .proLawCBspan
{
    display:none;
}

.calltoaction2 input.submit {width:66px;height:17px;background:white;display:block;margin:0 0 0 104px;padding-top:5px;font-size:11px;}

/* Footer */
.footer {
	clear:both;
	width:961px;
	margin:0 auto;
	background:#fff url(/fcwsite/img/bg_footer.gif) left top no-repeat;
	padding:15px 19px 15px 11px;
	font-size:10px;color:#666;
}
.footer a {
	text-decoration:none;
}
.footer .navleft {
	float:left;
}
.footer .navright {
	float:right;
}
.footer div.secondfooter 
{
	text-align:center;
}
.footer .copyright {
	clear:both;
	float:right;
	font-size:11px;
	color:#636363;
}
.footer .copyright_footer {font-weight:bold;font-size:11px;}

/* For use on all pages */
.clear {
	line-height:1px;
	font-size:1px;
	clear:both;
}
.label {
	font-weight:bold;font-size:11px;
}
.resultslabel {
	font-weight:bold;
	margin:10px 0;
}
.pageslabel {
	margin:10px 0;
}
.toplink {
	text-transform:uppercase;
	font-size:12px;
}

/* Software, Service & Industry Solution Pages */
.ssis .body {
	background:#fff url(/fcwsite/img/bg_ssis.jpg) left -31px repeat-x;
}

.ssis .column2 {
	padding-top:39px;
	height:auto;
}
.ssis  .column2 h1 {
	line-height:15px;
	font-size:15px;
	color:#ff9100;
	margin:1em 0 1.5em 0;
	font-weight:bold;
}
.ssis .column2 h2 {
	text-transform:none;
	font-size:12px;
	line-height:16px;
	color:#ff9100;
	margin:2em 0 -1em 0;
}
.ssis .column2x {
	min-width:394px;
}
.ssis .column3, .biodetail .column3 {
	width: 281px;
}
.ssis .column3 ul li {
	list-style-type:none;
	font-size:11px;
	line-height:normal;
	padding-bottom:6px;
}
.ssis .first { /* Align and remove background from first tab, or it'll ugly up the header image */
	margin-top:10px;
}
.ssis .first .tab {
	background-image:none;
	margin-top:-10px;
}
.ssis .first .tab_transparent {
	background:transparent url(/fcwsite/img/bg_tabtop_ssis_top.gif) left top no-repeat;
	margin-top:-10px;
	position:relative;
	left:-1px;
	top:0;
}
.ssis .first .panel {
	background-color:transparent;
}

.ssis .productfamilyimage  img 
{
    z-index: 1000;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/fcwsite/img/bg_productfamilyimage.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:98px;
	left:255px;
	position:relative;
	top:0;
	width:292px;
	margin-bottom:-107px;
	padding:1px 7px 8px 7px;
}
.ssis .column1 .sidenav ul li a {
	text-decoration:none;
	color:#2e58ac;
	/* background:#fff url(/fcwsite/img/bg_sidenav_normal.gif) right 4px no-repeat; */
	padding-right:14px;	
}
.ssis .column1 .sidenav ul li a.active {
	color:#666;
	/* background:#fff url(/fcwsite/img/bg_sidenav_active.gif) right 6px no-repeat; */
	padding-right:15px;
	font-weight:bold;
}
.ssis .column1 .sidenav ul li ul {
	margin:10px 0px 0 0;
	padding:0px;
	background:#fff url(/fcwsite/img/bg_sidenav.gif) right bottom no-repeat;
}
.ssis .column1 .sidenav ul li ul li {
	margin:0;
	padding:0px;
	background:#fff url(/fcwsite/img/bg_sidenav.gif) right bottom no-repeat;

}
.ssis .column1 .sidenav ul li ul li a {
	background-position:0 -7px;
	padding:0;
	right:0;
	margin:-1px 0 0 0;
	padding:1px 25px 5px 0;
	display:block;
}
.ssis .column1 .sidenav ul li ul li a.active {
	padding:0;
	font-weight:bold;
	margin:-1px 0 0 0;
	padding:1px 23px 5px 0;
	display:block;
}
/* Executive Pages */
.proimg {
	clear:left;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.professional {
	clear:both;
}
table.listing {
	margin-top:15px;
}
table.listing th {
	display:none;
}
table.listing td {
	padding-bottom:15px;
}
table.listing .date {
	width:100px;
	padding-right:30px;
}
.relfiles ul {
	list-style-type:none;
	padding:0;
	margin-left:0;
}
.location {
	margin-top:10px;
}

/* Event Registration Form */
.regform td {
	padding-bottom:5px;
}
.regform td.label {
	text-align:right;
	padding-right:7px;
	font-size:11px;
}
.regform input, .regform textarea {
	width:200px;
	font-size:11px;
}
.regform select {
	width:203px;
	font-size:11px;
}
.regform select.yn, .regform select.state {
	width:203px;
	font-size:11px;
}
.regform input.submit {
	width:auto;
	background:#d4e0ea;
	margin-top:3px;
	font-size:11px;
}
.regform td.submit {
	text-align:center;
	font-size:11px;
}
.regform td.radio input, .regform td.check input {
	margin:2px 5px 0 0px;
	display:block;
	position:absolute;
	float:left;
	clear:left;
	left:0;
	line-height:16px;
	height:12px;
	width:12px;
	vertical-align:middle;
}
.regform td.radio .regform td, .regform td.check .regform td {
}
.regform .regform {
	padding:0;
	border-collapse:collapse;
}

table.regform2 {border-collapse:collapse;border:0px;}
.regform2 td {padding-bottom:5px;font-size:11px;padding-left:25px;line-height:18px;position:relative;display:block;}
.regform2 td.label {text-align:right;padding-right:7px;font-size:11px;}
.regform2 input {width:auto;font-size:11px;}

/* Client Partner Pages */
.clientname {
	font-weight:bold;
	margin-top:10px;
}
.clientabstract {
}
.clientlogo {
	float:right;
	margin-left:20px;
}

/* Office Pages */

.offices .column2c {display:block;float:left;}
.offices .column2b {display:block;}
.offices .column2 {display:block;width:470px;}
* html .offices .column2 {display:block;width:423px;}

.officeheader {
}
.officeimage {
	float:right;
	margin-left:20px;
}
.officeheader .contact {
	margin:10px 0;
}
.officelisting {
	margin:10px 0 15px;
}
.officelisting .office {
	margin-bottom:10px;
}
.officelisting .officename {font-weight:bold;}
.officelisting .street, .officelisting .contact {font-weight:normal;}
.regionjumplinks {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
a.anchor {
	color:#404040;
}
a.anchor h2 {padding-top:15px;border-top:1px solid #bebebe;color:#FF9100;}

/* Search Pages */
.advancedsearch .keyword, .advancedsearch .section {
	width:150px;
}
.advancedsearch td {
	padding-right:5px;
}
.results .title {
	font-weight:bold;
	margin-top:15px;
}
.guidemeform {
	text-align:center;
}
.guidemeform select {
	width:250px;
	margin-bottom:5px;
}

/* Site Map */
.sitemap {
}
.sitemapleft {
	float:left;
	padding-right:50px;
}
.sitemapright {
	float:left;
}
.sitemap ul {
	list-style-type:none;
	padding:0;
	margin:0;
	line-height:22px;
}
.sitemap ul li {
	padding-bottom:15px;
}
.sitemap ul ul {
	list-style-image:url(/fcwsite/img/bullet_sitemap.gif);
	padding-left:12px;
	margin-left:5px;
}
.sitemap ul ul li {
	padding-bottom:0;
}

/* Home */
.home .content {	
	clear:both;
	position:relative;
}
.home .panel1 {
	width:275px;
	position:relative;
	left:0px;
	top:-101px;
	padding:0 23px 15px 34px;
	float:left;
	margin-bottom:-101px;
	background:url(/fcwsite/img/home/started_header.gif) no-repeat 14px 0px;
}
.home .panel2 {
	width:279px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0 23px 15px 23px;
	float:left;
	background:url(/fcwsite/img/home/tab_header.gif) no-repeat 7px 0px;
	/*background:transparent url(/fcwsite/img/bg_panel2.gif) left top no-repeat;*/
	margin-bottom:-101px;
}
.home .panel2 {behavior:url(/fcwsite/include/iepngfix.htc);}
.home .panel3 {
	width:278px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0 31px 15px 23px;
	float:right;
	background:url(/fcwsite/img/home/tab_header.gif) no-repeat 6px 0px;
	/*background:transparent url(/fcwsite/img/bg_panel3.gif) left top no-repeat;*/
	margin-bottom:-101px;
}
.home h2 {
	font-size:12px;
	line-height:19px;
	margin:0 0 10px 0;
	display:inline;
	float:left;
	clear:none;
	color:#2e58ac;
}
.home h2.right {
	float:right;
}
.home .body a {
	text-decoration:none;
	color:#666;
}
.home .body a:hover {
	color:#2e58ac;
}
.home .body {
	background:#fff url(/fcwsite/img/home/bg_homebody.gif) 0 377px no-repeat; /* background:#fff url(/fcwsite/img/bg_homebody.gif) 0 340px no-repeat; */
}
.home .panel3 ul {
	list-style-type:none;
	padding:0 10px;
	margin:0;
}
.home ul.toggle {
	position:absolute;
	top:301px;
	right:0;
	z-index:1001;
	width:130px;
	padding:0px;
	text-align:center;
	color:#999;
	font-size:9px;
	text-transform:uppercase;
	list-style-type:none;
	margin:0;
}
.home ul.toggle li {
	float:left;
	list-style-type:none;
}
.home ul.toggle li.separator {
	padding:0 5px;
}
.home .toggle a {
	color:#999;
	display:block;
}
.home .toggle a:hover {
	color:#ff9100;
}
.home .toggle .togglePrev a {
	background:transparent url(/fcwsite/img/arrow_left.gif) left -5px no-repeat;
	padding-left:12px;
}
.home .toggle .toggleNext a {
	background:transparent url(/fcwsite/img/arrow_right.gif) right -5px no-repeat;
	padding-right:12px;
}
.home .bodyb {position:relative;}
.home .slideshow_nav {position:absolute;top:298px;right:20px;z-index:1001;}
.home .slideshow_nav li {display:inline;text-transform:uppercase;font-size:10px;color:#999;}
.home .slideshow_nav li a {color:#999;}
.home .slideshow_nav li a:visited {color:#999;}
.home .slideshow_nav li a:hover {color:#ff9100;}
.home .slideshow_nav li img {margin:0 9px -1px 9px;}
.home .slideshow_nav li.separator {padding:0 8px;font-size:12px;}

.more {
	text-align:right;
	margin-top:5px;
}
.haspopup {
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:23;
}
.popup 
{
	visibility:hidden;
	position:absolute;
	width:85%;
	top:-100%;
	left:16%;
	padding:3px;
	font-size:11px;
	line-height:13px;
	background-color:#f6f6f6;
	border:1px solid #bebebe;
	margin:0;
	z-index:99;
}
/* Workaround for IE z-index bug - See: http://therealcrisp.xs4all.nl/ie7beta/css_zindex.html */
.z30 { 
	z-index:10;
}
.z20 {
	z-index:20;
}
.z10 {
	z-index:30;
}

.panel2hidden {
	width:279px;
	position:absolute;
	top:0;
	left:0;
	padding:0 23px 15px 23px;
	float:left;
	background:transparent url(/fcwsite/img/home/bg_panel2.gif) 7px 0 no-repeat;
	margin-bottom:-101px;
	visibility:hidden;
}

.panel3hidden {
	visibility:hidden;
	position:absolute;
	width:278px;
	top:0px;
	left:0px;
	padding:0 31px 15px 23px;
	float:left;
	background:transparent url(/fcwsite/img/home/bg_panel3.png) 0 0 no-repeat;
	margin-bottom:-101px;
	z-index:108;
}

/* Webinars */

.webinars li, .podcasts li {
	clear:both;
	margin-bottom:5px;
}

.webinars img, .podcasts img {
	border:2px solid #aab1bd;
	margin-right:5px;
	margin-bottom:5px;
	display:block;
	float:left;
	vertical-align:text-bottom;
}

.webinars img.rollover, .podcasts img.rollover
{
	border:2px solid #6d89c2;
	cursor:pointer;
}

.webinars img.rollovernolink, .podcasts img.rollovernolink
{
	border:2px solid #6d89c2;
	cursor:default;
}

.webinars .rollovertext, .podcasts .rollovertext, .webinars a.rollovertext, .podcasts a.rollovertext, 
{
	color:#2e58ac;
	cursor:pointer;
}

.webinars a:hover img, .podcasts a:hover img {
	border:2px solid #6d89c2;vertical-align:text-bottom;
}
.webinars a, .podcasts a {
	
}


.countrydrop {
	z-index:1000;
}

.panelactive {
	background:url(/fcwsite/img/bg_panelactive.gif) left bottom no-repeat;
}

.panelactive .tab {
	background:transparent url(/fcwsite/img/bg_tabtopactive.gif) left top no-repeat;	
}

.panelactive .tab_transparent {
	background:transparent url(/fcwsite/img/bg_tabtopactive.gif) left top no-repeat;	
}

.callouts {position:absolute;top:0;right:0;padding:0px;text-align:center;height:150px; z-index:1;}
* html .callouts {right:-12px;}

.callouts .clicklist 
{
	float:right;
	width:270px;
	padding-right:0px;
}

.callouts ul {
	width:270px;
	margin:0 auto;
	list-style-type:none;
	padding:0 10px 10px 0;
	text-align:right;
	behavior:url(/fcwsite/include/iepngfix.htc);
}
.callouts li {
	font-size:15px;
	font-weight:bold;
}
.callouts li a {
	color:#666;
	text-decoration:none;
	padding-right:7px;
}

.callouts li a:hover, .callouts li a.active {
	color:#2e58ac;
}
.hidden {
	display:none;
}
.panelactive .hidden {
	display:block;
}
.panelactive .more {
	display:none;
}

/* custom select lists on home page */
.content .guidemeform 
{
	width: 246px;
}
.guidemeform .selectlist
{
	margin-bottom:10px;
	border:1px solid #bbbbdd;
	font: normal 10px/12px verdana, sans-serif;
	width:246px;
	height:18px;
	overflow-y:hidden;
	padding:0px;
	display:block;
	background:#fff url(/fcwsite/img/dropdown.gif) no-repeat 8px -1px;
}
.guidemeform .selectlist .selecteditem
{
	margin:0px;
	padding:2px 0px 2px 27px;
	cursor:default;
	text-align:left;
}
.guidemeform .optionlist
{
	display:none;
	position:absolute;
	border:1px solid #bbbbdd;
	font: normal 10px/12px verdana, sans-serif;
	width:246px;
	height:auto;
	overflow-y:hidden;
	padding:0px;
	background:#fff url(/fcwsite/img/dropdown.gif) no-repeat 8px -1px;
}

.guidemeform .optionlist .option
{
	margin:0px;
	padding:2px 0px 2px 27px;
	cursor:default;
	text-align:left;
	color:#404040;
}

.guidemeform .optionlist .optionhighlight
{
	margin:0px;
	padding:2px 0px 2px 27px;
	cursor:default;
	text-align:left;
	background-color:Highlight;
	color:#fff;
}
.ComboBoxInput_Site_DropDown, .ComboBoxInputHover_Site_Dropdown {height:auto !important;}
.guidemeform img {vertical-align:middle;position:relative;top:-1px;}

.breadcrumbs {font-size:11px;padding-top:5px;}
.breadcrumb_target {color:#404040;}
.breadcrumb_target a {color:#404040;}
.breadcrumb_target a:visited {color:#404040;}
.breadcrumb_target a:hover {color:#404040;}

.prolaw_flash {padding-top: 5px; padding-bottom:10px;}


/* TEXT EDITOR */

.NAL_dk_blue_sm {color:#003479;font-size:13px;}
.TR_dk_grey_sm {color:#666666;font-size:13px;}
.TR_orange_sm {color:#ff9100;font-size:13px;}
.TR_dk_red_sm {color:#a00000;font-size:13px;}
.TR_dk_green_sm {color:#387c2b;font-size:13px;}
.TR_white_sm {color#:fff;font-size:13px;}

.NAL_dk_blue_med {color:#003479;font-size:16px;}
.TR_dk_grey_med {color:#666666;font-size:16px;}
.TR_orange_med {color:#ff9100;font-size:16px;}
.TR_dk_red_med {color:#a00000;font-size:16px;}
.TR_dk_green_med {color:#387c2b;font-size:16px;}
.TR_white_med {color#:fff;font-size:16px;}

.NAL_dk_blue_lg {color:#003479;font-size:19px;}
.TR_dk_grey_lg {color:#666666;font-size:19px;}
.TR_orange_lg {color:#ff9100;font-size:19px;}
.TR_dk_red_lg {color:#a00000;font-size:19px;}
.TR_dk_green_lg {color:#387c2b;font-size:19px;}
.TR_white_lg {color#:fff;font-size:19px;}