html {

}
body {
	background-color:#fff;
	color:#404040;
	font:normal 12px Arial,Verdana,Helvetica,Trebuchet MS,sans-serif;
	margin:0px 0 0px 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:141px;
	border-bottom:1px solid #fff;
}
.header {
	width:989px;
	margin:0 auto;
	position:relative;
	height:101px;
	z-index:999;
}
.header .logo {
	padding:22px 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:180px; top:28px;}
*:first-child+html .header .sitesearch {top:23px;}
* html .header .sitesearch {top:23px;}
.header .sitesearch {top /*\**/:23px\9;}

.header .sitesearch .text {border:1px solid #dddddd; font-size:11px; width:170px; background-color:#f2f2f2; color: #000; padding: 3px 3px 4px 6px;}
*:first-child+html .header .sitesearch .text {padding: 2px 3px 4px 6px;}
* html .header .sitesearch .text {padding: 2px 3px 4px 6px;}
.header .sitesearch .text {padding /*\**/: 2px 3px 4px 6px\9;}

.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(http://www.elite.com../img/bullet_search.gif) right 2px no-repeat;padding-right:9px;color:#999;text-decoration:none;font-size:10px;}
.searchlinks a:hover {color:#ff9100;}
.header .sitesearch img.submit {margin-top: 0px;}
*:first-child+html .header .sitesearch img.submit {margin-top: 1px;}
* html .header .sitesearch img.submit {margin-top: 1px;}
.header .sitesearch img.submit {margin-top /*\**/: 1px\9;}

/* Main Navigation */
.nav1 {
	position:absolute;
	left:210px;
	top: 75px;
}
.nav1 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.nav1 ul li {
	display:inline;
	display:block;
	float:left;
	height: 66px;
	padding: 0px;
}
.nav1 ul li.separator {padding: 0px;}
.nav1 ul li a {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.nav1 ul li a.active {
	color:#ff9100;
}

#softwareBtn {left: 210px; position: absolute; top: 75px; cursor:pointer; z-index:99999;}
#servicesBtn {left: 364px; position: absolute; top: 75px; cursor:pointer; z-index:99999;}
*+html #servicesBtn {left: 364px;}
* html #servicesBtn {left: 364px;}
#companyBtn {left: 510px; position: absolute; top: 75px; cursor:pointer;}
#industryBtn {left: 637px; position: absolute; top: 75px; cursor:pointer;}
#newsBtn {left: 828px; position: absolute; top: 75px; cursor:pointer;}


/* Main Navigation Menus */

#softwareMenu {position: absolute; background-color: #ffffff; z-index: 2000; top:141px; left: 210px; z-index:99999;}
#servicesMenu {position: absolute; background-color: #ffffff; z-index: 2000; top:141px; left: 364px; z-index:99999;}
*+html #servicesMenu {left: 364px;}
* html #servicesMenu {left: 364px;}
#companyMenu {position: absolute; background-color: #191919; z-index: 2000; top:141px; left: 510px; padding: 18px 26px; min-width: 200px;}
#industryMenu {position: absolute; background-color: #191919; z-index: 2000; top:141px; left: 637px; padding: 18px 26px; min-width: 200px;}
#newsMenu {position: absolute; background-color: #191919; z-index: 2000; top:141px; left: 828px; padding: 18px 26px; min-width: 200px;}

.menuDD {}
.menuDD td {padding: 18px 26px 30px 26px;}
.menuDD td:hover {background-color: #eaeaea;}
.menuDD td.line {padding: 18px 0 0 0;}
.menuDD td .img {margin-top: 12px;}
.menuDD td .contentDD {font-size: 12px; line-height: 15px; margin-top: 21px; width: 205px;}

ul.ddlist {list-style: none; margin: 0px; padding: 0px;}
ul.ddlist li {margin-bottom: 10px;}
ul.ddlist li a {font-size: 13px; color: #e7e7e7; text-decoration: none;}
ul.ddlist li a:hover {color: #c4e1ff;}

/* Secondary Navigation */
.nav2 {
	float:right;
	position:absolute;
	top:30px;
	right:400px; /* 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 {
	text-decoration:none;
	color:#2e58ac;
	font-size:13px;
}
.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;
}


/* Icon Navigation */
.iconnav {width: auto; float:right; margin-top: 23px; margin-right: 102px;}
*:first-child+html .iconnav {margin-top: 30px;}
* html .iconnav {margin-top: 30px;}
.iconnav {margin-top /*\**/: 30px\9;}

.iconnav ul {list-style: none;}
.iconnav ul li {}
.iconnav .icons {position: relative; top: -3px;}
.iconnav .icons a {margin-left: 4px;}

/* Body */

.bodyd { /* Yes, there sure are a lot of wrapper divs in this layout...  */
    width:100%;
	background-color:#d4e0ea;
	padding-top: 10px;
}
.bodyd, #ie8#fix { /* Yes, there sure are a lot of wrapper divs in this layout...  */
    width:100%;
	background-color:#d4e0ea;
	min-height: 600px;
	padding-top: 10px;
}
.bodyc 
{
	width:100%;
	background-color:#d4e0ea;
}
.bodyb 
{
	width:991px;
	margin:0 auto;
}
.body {width:989px; 	background-color:#d4e0ea; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.body, #ie8#fix  {
	width:989px; /* was width:984px; which fixes scrollbar appearing in firefox, but breaks layout of ie */
	background-color:#d4e0ea;	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:820px;
	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:820px;
	
}
.body .feature {z-index:10; position:relative;}

.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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../img/bg_col3_bottom.gif) left bottom no-repeat;
}
body.general .column3 {background:transparent url(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../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(http://www.elite.com../img/bg_sidenav.gif) right bottom no-repeat;
}
.ssis .column1 .sidenav ul li ul li {
	margin:0;
	padding:0px;
	background:#fff url(http://www.elite.com../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(http://www.elite.com../img/bullet_sitemap.gif);
	padding-left:12px;
	margin-left:5px;
}
.sitemap ul ul li {
	padding-bottom:0;
}

/* Home */
.home .content {	
	clear:both;
	position:relative;
	height: 377px;
	display:block;
	top: 5px;
}
.home h2.right {
float:right;
}
.home .panel1 h2 a:visited {
color:#FFFFFF;
}
.home .panel1 {
	width:275px;
	position:relative;
	left:0px;
	top:-101px;
	padding:0 23px 15px 34px;
	float:left;
	margin-bottom:-165px;
	background:url(/FCWSite/img/home/tab_headernew.gif) no-repeat scroll 14px 0 transparent;
	height: 500px;
}
.home .panel1 h2 {
color:#636363;
text-transform:uppercase;
display:block;
width: 130px;
}
home .panel1 h2 {color: #636363; text-transform:uppercase;}
.home .panel1 h2 a {color: #ffffff;}
.home .panel1 h2 a:link {color: #ffffff;}
.home .panel1 h2 a:visited {color: #ffffff;}
.home .panel1 h2 a:hover {color: #ffffff;}
.home .panel1 h2 a:active {color: #ffffff;}
.home .panel2 h2 {color: #636363; text-transform:uppercase;}
.home .panel2 h2 a {color: #ffffff;}
.home .panel2 h2 a:link {color: #ffffff;}
.home .panel2 h2 a:visited {color: #ffffff;}
.home .panel2 h2 a:hover {color: #ffffff;}
.home .panel2 h2 a:active {color: #ffffff;}
.home .panel3 h2 {color: #636363; text-transform:uppercase;}
.home .panel3 h2 a {color: #ffffff;}
.home .panel3 h2 a:link {color: #ffffff;}
.home .panel3 h2 a:visited {color: #ffffff;}
.home .panel3 h2 a:hover {color: #ffffff;}
.home .panel3 h2 a:active {color: #ffffff;}
.home .panel1 .content {margin-left: -8px;}
.home .panel1 .content .news_feature {width: 288px; padding-bottom: 10px; border-bottom: 1px solid #c8c8c8;}
.home .panel1 .content .news_feature .desc {margin-top:10px; width: 288px;}
.home .panel2 {
	width:279px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0 23px 15px 23px;
	float:left;
	background:url(/FCWSite/img/home/tab_headernew.gif) no-repeat 7px 0px;
	/*background:transparent url(/FCWSite/img/bg_panel2.gif) left top no-repeat;*/
	margin-bottom:-101px;
}
* html .home .panel2 {behavior:url(http://www.elite.com/fcwsite/include/iepngfix.htc); margin-left: -5px;}
.home .panel2 .content {margin-left: -4px;}

.home .panel2hidden .content {margin-left:-4px;}
.home .panel2 .content .desc {margin-top: 5px;}
.home .content .more2 {text-align:left;
	top:12px;
	color: #467cae; 
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	position:relative;}
.home .content .more2 a {margin-top: 16px;}
.home .content .more2 a {color: #f5923f !important;}
.home .content .more2 a:link {color: #f5923f !important;}
.home .content .more2 a:visited {color: #f5923f !important;}
.home .content .more2 a:hover {color: #f5923f !important;}
.home .content .more2 a:active {color: #f5923f !important;}

.home .content .more3 {text-align:left;
	top:12px;
	color: #467cae; 
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:15px;
	margin:0;
	}
.home .content .more3 a {margin-top: 16px;}
.home .content .more3 a {color: #f5923f !important;}
.home .content .more3 a:link {color: #f5923f !important;}
.home .content .more3 a:visited {color: #f5923f !important;}
.home .content .more3 a:hover {color: #f5923f !important;}
.home .content .more3 a:active {color: #f5923f !important;}

.home .content #Panel2Conferencesection1 .more3 {padding-top:0;position:absolute;top:347px;}

.home .panel3 {
	width:278px;
	position:relative;
	top:-101px;
	left:0px;
	padding:0 31px 15px 23px;
	float:right;
	background:url(/FCWSite/img/home/tab_headernew.gif) no-repeat 6px 0px;
	/*background:transparent url(/FCWSite/img/bg_panel3.gif) left top no-repeat;*/
	margin-bottom:-101px;
}
*html .home .panel3 {margin-top:-316px;}

.home h2 {
clear:none;
color:#2E58AC;
display:inline;
float:left;
font-size:12px;
line-height:19px;
margin:0 0 10px;
padding-top:3px;
}

.home h2.right {
display:block;
float:right;
text-align:right;
width:130px;
}
.home .body a {
	text-decoration:none;
	color:#467cae;
}
.home .body a:link {
	text-decoration:none;
	color:#467cae;
}
.home .body a:visited {
	text-decoration:none;
	color:#467cae;
}
.home .body a:hover {
	color:#666666;
}
.home .body a:active {
	text-decoration:none;
	color:#467cae;
}
.home .body {
	background:#fff url(/FCWSite/img/home/bg_homebodynew.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 0px;
	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(http://www.elite.com../img/arrow_left.gif) left -5px no-repeat;
	padding-left:12px;
}
.home .toggle .toggleNext a {
	background:transparent url(http://www.elite.com../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;}

.home #slideshow-container {height: 349px; display:block;}
.home #slideshow-container .slideshow-screen {height: 120px; display:block;}
.home #slideshow-container .slideshow-screen .nav {width: 209px; height: 121px; background-color:#FFFFFF;}
.home #slideshow-container .slideshow-screen .msg {width: 781px;}


.more {
	text-align:left;
	top:0px;
	color: #467cae; 
	text-transform: uppercase;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	top:347px;
}

.pagination {margin-left:0; position:absolute; text-transform:uppercase; top:370px; width:285px;}


.pagination a {color: #666666; padding: 0px 2px;}
.pagination a:link {color: #666666 !important;}
.pagination a:visited {color: #666666 !important;}
.pagination a:hover {color: #467cae !important;}
.pagination a:active {color: #666666 !important;}
.pagination a.on {color: #f5923f !important;}
.pagination .pag {margin-left: 10px;}
.pagination .prev {padding: 0px;}
.pagination .next {float: right; padding: 0px;}
*:first-child+html .pagination .next {position: relative; top: -14px;}
* html .pagination .next {position: relative; top: -14px;}

.more img {margin-left: 4px;}
.haspopup {
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index:23;
}
.popup 
{
	visibility:hidden;
	position:absolute;
	width:85%;
	top:10%;
	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;
}

.panel1hidden {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/FCWSite/img/home/bg_panelnew1.gif) 6px 0 no-repeat;
float:left;
margin-bottom:-101px;
margin-left:-26px;

padding:0 31px 15px 26px;
position:absolute;
top:0;
visibility:hidden;
width:278px;
z-index:108;
}
*:first-child+html .panel1hidden {margin-left: -26px;}
* html .panel1hidden {margin-left: -26px;}

.panel2hidden {
	width:279px;
	position:absolute;
	top:0;
	left:0;
	padding:0 23px 15px 23px;
	float:left;
	background:transparent url(/FCWSite/img/home/bg_panelnew2.gif) 7px 0 no-repeat;
	margin-bottom:-101px;
	visibility:hidden;
}

.home .panel3 .content .news_feature {
border-bottom:1px solid #C8C8C8;
padding-bottom:10px;
width:288px;
}
.panel3hidden {
	visibility:hidden;
	position:absolute;
	width:278px;
	top:0px;
	left:0px;
	padding:0 31px 15px 23px;
	float:right;
	background:transparent url(/FCWSite/img/home/bg_panelnew3.png) 6px 0px no-repeat;
	margin-bottom:-101px;
	z-index:108;
}

/* News */

ul.news {list-style: none; margin: 8px 0px 0px 0px; padding: 0px;}
ul.news li {margin-bottom: 14px;}


/* Webinars */
ul.webinars {list-style: none; margin: 8px 0px 0px 0px; padding: 0px;}
ul.webinars li {margin-bottom: 5px;}
table.video {}
table.video td {padding-bottom: 10px;}
table.video td.desc {padding-bottom: 10px; padding-left: 10px;}

.webinars li, .podcasts li {
	clear:both;
	margin-bottom:5px;
}

.webinars img, .podcasts img {
	margin-right:5px;
	margin-bottom:5px;
	display:block;
	float:left;
	vertical-align:text-bottom;
}

.webinars img.rollover, .podcasts img.rollover
{

	cursor:pointer;
}

.webinars img.rollovernolink, .podcasts img.rollovernolink
{

	cursor:default;
}

.webinars .rollovertext, .podcasts .rollovertext, .webinars a.rollovertext, .podcasts a.rollovertext, 
{

	cursor:pointer;
}

.webinars a:hover img, .podcasts a:hover img {
	
}
.webinars a, .podcasts a {
	
}


.countrydrop {
	z-index:1000;
}

.panelactive {
	background:url(http://www.elite.com../img/bg_panelactive.gif) left bottom no-repeat;
}

.panelactive .tab {
	background:transparent url(http://www.elite.com../img/bg_tabtopactive.gif) left top no-repeat;	
}

.panelactive .tab_transparent {
	background:transparent url(http://www.elite.com../img/bg_tabtopactive.gif) left top no-repeat;	
}

.callouts {position:absolute;top:0;left:0;padding:0px;text-align:center;height:120px; z-index:1; width: 209px !important; background-color:#FFFFFF; display:block;}
* html .callouts {right:-12px;}
.callouts .clicklist {float:left; width:209px; padding-right:0px;}
.callouts ul {width:209px;margin:0 auto;list-style-type:none;padding:0px;text-align:left;behavior:url(http://www.elite.com/fcwsite/include/iepngfix.htc);}
* html .callouts ul {padding:0px;}
.callouts li {font-size:15px;font-weight:bold;}
.callouts li a {color:#666;text-decoration:none;font-size: 15px; font-weight: normal; padding-left: 30px; display:block; height: 23px; width: 179px;}
.callouts li a#clickitem5{height:24px;}

.callouts li a:hover, .callouts li a.active {color:#ffffff !important; background-color: #3e3e3e;}
#headerClickList {background: none !important;}
#headerClickList a {color: #666666;}
#headerClickList a:link {color: #666666;}
#headerClickList a:visited {color: #666666;}
#headerClickList a:hover {color: #666666;}
#headerClickList a:active {color: #666666;}
#headerClickList li {}

.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(http://www.elite.com../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(http://www.elite.com../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;}


#cover {background-color: #000000; opacity:0.4; filter:alpha(opacity=40); width: 200%; height: 2000%; -khtml-opacity: .4;  -moz-opacity: .4; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";position:absolute;z-index:9999; top: 0px; left: -200px;}

div.overlay div.close {right:700px !important;}
