@import url('main_nav.css');
@import url('tab_content.css');
@import url('layout.css');
@import url('nav_highlighting.css');
@import url('print.css');
@import url('news.css');
@import url('css/simpletabs.css');

/* ////////////////////////////////// =Global /////////////////////////////////// */
/*
Color Palette

Green: #758900
Nav Dark Blue: #17527E
Link Bright Blue: #0066FF
Dark header Blue: #092869


*/


*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	outline:none;*/
}
body{
	background:#fff;
	font-size:62.5%;
	height:100%;
}
html{
	height:100%;
}



/* /////////////////////////////////////////////// =Lists ///////////////////////////////////////////////////////// */
#util ul{
	list-style:none;
	width:100%;
	float:right;
	margin:10px 0 25px 0;
	display:inline; /* IE Double Margin Fix */
}
#util li{
	float:right;
	margin-left:16px;
	color:#17527E;
	font-size:1.1em;
}
#sub_nav{
	float:left;
	width:100%;
	background:url("../i/bg_subnav.jpg") left top repeat-x;
	list-style:none;
	height:35px;
	margin:1px 0 0 0;
	display:inline; /* IE Double Margin Fix */
}
#sub_nav li{
	float:left;
}
.numberedlist{
	font-size:1.2em;
	line-height:19px;
	margin:6px 55px 20px 70px;
	color:#666;
}
.normallist{
	font-size:1.2em;
	line-height:16px;
	margin:6px 55px 20px 15px;
	color:#666;
	list-style:none;
}
.normallist li{
	margin-bottom:12px;
	background:url("../i/bg_contentmain_li.gif") left 7px no-repeat;
	padding:0 0 0 10px;
}
.normallist li li {
	margin-bottom: 12px;
	margin-left: 15px;
	margin-top: 10px;
	background: none;
	padding: 0 0 0 0;
}
#content_main .normallist{margin-left:50px;}
.col1 .normallist{margin:6px 0 20px 15px;}
.col2 .normallist{margin:6px 0 20px 0;}

#content_wrap #comp_timeline_panel .normallist{
	font-size:1.2em;
	line-height:16px;
	margin:6px 55px 20px 15px;
	color:#666;
	list-style:none;
	clear:left;
}




.faqlist, .faqlist2{
	font-size:1.2em;
	line-height:16px;
	margin:55px 55px 20px 15px;
	color:#092869;
	font-weight:bold;
}
.faqlist{margin:25px 55px 20px 20px;}
.faqlist li{margin-bottom:8px;color:#666;font-weight:normal;}
.faqlist2 li{margin-bottom:30px;color:#666;font-weight:normal;}
.faqlist2 ul{margin:15px 0 0 25px;}
.faqlist2 ul li{margin-bottom:14px; !important}
.col1 .faqlist, .col1 .faqlist2{margin:55px 0 20px 15px;}
.referenceol{
	font-size:1em;
	line-height:16px;
	color:#999;
	margin:0 0 0 20px;
	clear:left;
}

.greylist{
    width:618px;
	padding:20px 12px 6px 20px;
	background:url("../i/bg_list_styled.jpg") left top no-repeat;
	overflow:auto;
	font-size:1.2em;
	color:#0051D1;
	line-height:17px;
}
.greylist li{
    width:180px;
	float:left;
	margin:0 0 9px 20px;
}
.pdflist, .b_pressmat .pdflist{
	font-size:1.2em;
	line-height:16px;
	margin:6px 55px 20px 15px;
	color:#666;
	list-style:none;
}
#content_main .pdflist{
	margin:6px 55px 20px 55px;
}
.pdflist li, .b_pressmat .pdflist li{
	margin-bottom:14px;
	background:url("../i/bg_link_resource_pdf.jpg") 0 50% no-repeat;
	padding-left:25px;
}
.b_pressmat .pdflist{margin:6px 55px 20px 35px;}
#footer ul{
	float:left;
	margin:25px 0 0 10px;
	font-size:1.1em;
	display:inline; /* IE Double Margin Fix */
	list-style:none;
}
#footer li{
	float:left;
	margin:0 0 0 18px;
	display:inline; /* IE Double Margin Fix */
}
#home_news_scroll ul{
	list-style:none;
	width:620px;
	float:right;
}
#landing_nav{
	background:url("../i/bg_nav_product_landing.jpg") left top repeat-y;
	width:222px;
	list-style:none;
	float:left;
}
#landing_nav li{
	float:left;
	line-height:16px;
}
.prodlist{
	width:555px;
	list-style:none;
}
.prodlist li{
	float:left;
}





/* ``````````````````````````````` bottom utility nav `````````````````````````````` */
.bot_util{
	font-size:1.1em;
	padding-top:20px;
	margin:0 0 0 35px;
	list-style:none;
}
.panel .bot_util, #landing_col1 .bot_util, #landing_content_wide .bot_util, #landing_content .bot_util, #panel_content_product .bot_util{margin:0;}
.bot_util li{
	float:left;
	margin:0 0 0 7px;
	display:inline; /* IE Double Margin Fix */
}
.bot_util a, .bot_util a:hover{outline:none;text-decoration:none;border:0;}
#content_wrap .bot_print, #content_wrap .bot_print:hover{
	padding:5px 0 5px 18px;
	background:url("../i/bg_link_print.gif") 0 50% no-repeat;
	text-decoration:none;
	border:0;
	color:#758900;
}
#content_wrap .bot_email, #content_wrap .bot_email:hover{
	padding:5px 0 5px 21px;
	background:url("../i/bg_link_email.gif") 0 50% no-repeat;
	text-decoration:none;
	border:0;
	color:#758900;
}
#content_wrap .bot_email:hover, #content_wrap .bot_print:hover{
	text-decoration:underline;	
}

/* //////////////////////////////////////// =Links ///////////////////////////////////////////////////// */
#logo{
	float:left;
	margin:18px 0;
	display:inline; /* IE Double Margin Fix */
}
#util a{
	color:#17527E;
	text-decoration:none;
}
#util a:hover{
	color:#758900;
	text-decoration:underline;
}
#sub_nav a{
	float:left;
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
	padding:10px 24px 9px 24px;
	display:block;
	background:url("../i/bg_subnavlink_1.jpg") right top no-repeat;
}
#sub_nav a:hover{
	background:url("../i/bg_subnavlink_2.jpg") right top no-repeat;
}
#hometeaser_text a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#home_callout_outer a{
	color:#758900;
	text-decoration:none;
}

#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer a:hover{
	color:#EEE;
	text-decoration:underline;
}
#home_news_scroll a{
	color:#FFF;
	font-size:1.3em;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
#home_news_scroll a:hover{text-decoration:underline;}
#content_wrap a{
	color:#758900;
	text-decoration:none;
}
#content_wrap a:hover{
	color:#FFF;
	background:#758900;
	text-decoration:none;
}




/* VIDEO LINKS */
#content_wrap .video, #content_wrap .vidz{
	padding-right:30px;
	background:url("../i/bg_link_videos.jpg") 98% 50% no-repeat;
}
#content_wrap .video:hover, #content_wrap .vidz:hover{
	padding-right:30px;
	color:#FFF;
	text-decoration:none;
	background:#758900 url("../i/bg_link_videos_hover.jpg") 98% 50% no-repeat;
}
#content_wrap .podcast, #home_callout_move .podcast{
	padding-right:30px;
	background:url("../i/bg_link_podcast.gif") 98% 50% no-repeat;
}
#content_wrap .podcast:hover, #home_callout_move .podcast:hover{
	padding-right:30px;
	color:#FFF;
	text-decoration:none;
	background:#758900 url("../i/bg_link_podcast_hover.jpg") 98% 50% no-repeat;
}
#content_wrap #novid1, #content_wrap #novid2, #content_wrap #novid1:hover, #content_wrap #novid2:hover{
	padding:0;
	background:none;
}







#content_wrap .toggler, #panel_content2 .toggler_wide, #content_wrap .toggler:hover, #content_main .toggler_wide, .resources_tab_content .toggler_pdf{
	color:#0066FF !important;
	text-decoration:none;
	background:url("../i/bg_link_toggler.jpg") left top no-repeat;
	width:400px;
	text-indent:12px;
	display:block;
	outline:none;
	line-height:34px;
	padding:0;
}
#panel_content2 .toggler_wide, #panel_content2 .toggler_wide:hover{
	background:url("../i/bg_link_toggler_wide.jpg") left top no-repeat;
	width:650px;
	font-size:1.2em;
	color:#0066FF;
	padding:0;
}
#content_main .toggler_wide, #content_main .toggler_wide:hover{
	background:url("../i/bg_link_toggler_contentmain_wide.jpg") left top no-repeat;
	width:615px;
	font-size:1.2em;
	color:#0066FF;
	padding:0;
	margin:0 0 0 35px;
}
.resources_tab_content .toggler_pdf, .resources_tab_content .toggler_pdf:hover{
	background:url("../i/bg_link_toggler_contentmain_wide.jpg") left top no-repeat !important;
	width:615px;
	font-size:1.2em;
	color:#0066FF !important;
	padding:0;
	margin:0;
}
#content_wrap .backlist{
	color:#758900;
}
#content_wrap .backtop{
	background:url("../i/bg_link_backtop.jpg") 0 50% no-repeat;
	padding-left:10px;
}
#content_wrap .backtop:hover{
	background:#758900 url("../i/bg_link_backtop_hover.jpg") 3% 50% no-repeat;
	padding-left:15px;
}
#content_wrap .googlemap{
	outline:none;
	text-decoration:none;
	margin:0 0 0 40px;
}
.b_directions #content_wrap .googlemap{
	outline:none;
	text-decoration:none;
	margin:30px 0 0 0;
	padding:0;
}
#content_wrap .googlemap:hover{border:0;background:none;padding:0;}
#content_wrap .rss_link, #content_wrap .rss_link:hover{
	float:left;
	margin:20px 0;
	display:inline; /* IE Double Margin Fix */
	padding:0;
	background:none;
}
#content_wrap .pdf_link, #content_wrap .pdf_link:hover{
	padding:15px 0 15px 45px;
	background:url("../i/bg_link_pdf.jpg") 0 50% no-repeat;
	color:#758900;
}

#content_wrap .nobg:hover{
	background:none;
	padding:0;
}

#landing_nav a, #landing_nav a:hover{
	color:#0066FF;
	font-size:1.2em;
	text-decoration:none !important;
	outline:none;
	display:block;
	width:222px;
	padding:14px 0;
	text-indent:20px;
	border-bottom:1px solid #E8E8E8;
	background:none;
}
#content_wrap .faqlist2 strong a, #content_wrap .faqlist2 strong a:hover{
	color:#17527E;
	font-weight:bold;
	text-decoration:none;
	cursor:text;
	background:none;
	padding:0;
}

.callout_link1, .callout_link2, .callout_link3, .callout_link4{
	text-indent:-9999px;
	outline:none;
	display:block;
	margin:0;
	padding:0;
}
#content_wrap .callout_link1, #content_wrap .callout_link1:hover{
	float:left;
	background:url("../i/img_link_company_stories.jpg") left top no-repeat;
	height:110px;
	width:193px;
	margin-bottom:17px;
	display:inline; /* IE Double Margin Fix */
}
/* #content_wrap .callout_link2, #content_wrap .callout_link2:hover{
	float:right;
	background:url("../i/img_link_company_rss.jpg") left top no-repeat;
	height:80px;
	width:193px;
	margin-bottom:17px;
	display:inline;
}*/
.callout_link2{
	float:right;
	height:80px;
	width:193px;
	margin-bottom:17px;
	display:inline; /* IE Double Margin Fix */
}
#content_wrap .callout_link3, #content_wrap .callout_link3:hover{
	clear:left;
	background:url("../i/img_link_company_community.jpg") left top no-repeat;
	height:110px;
	width:191px;
}
#content_wrap .callout_link4, #content_wrap .callout_link4:hover{
	clear:left;
	background:url("../i/img_link_company_careers.jpg") left top no-repeat;
	height:110px;
	width:193px;
	margin-top:17px;
}

#content_wrap .external_link{
	padding-right:15px;
	background:url("../i/bg_external_link.gif") 100% 50% no-repeat;
}
#content_wrap .external_link:hover{
	padding-right:20px;
	background:#758900 url("../i/bg_external_link_hover.gif") 98% 50% no-repeat;
}
#content_wrap .callout_link1:hover, #content_wrap .callout_link2:hover, #content_wrap .callout_link3:hover, #content_wrap .callout_link4:hover{
	border:0;	
}
#content_wrap .prodlist a{
	width:180px;
	float:left;
	display:block;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#FBFBFB url("../i/bg_link_prodlist.jpg") left bottom repeat-x;
	color:#758900;
	font-size:1.2em;
	padding:8px 0;
	text-indent:8px;
}
#content_wrap .prodlist a:hover{
	background:#FFF;
	background-image:none;
}





/* //////////////////////////////////////////// =Typography /////////////////////////////////////////////////// */

/* ``````````````````````````````` paragraphs `````````````````````````````` */
#home_callout_outer p{
	color:#666;
	font-size:1.1em;
	margin:10px 25px 0 25px;
	line-height:19px;
}
#home_callout_product_wrap div p{
	color:#555;
	font-size:1.1em;
	margin:10px 15px 20px 0px;
	padding-left:100px;
	line-height:19px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	outline:none;
}
#home_callout_product_wrap div strong{
	color:#06F;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	outline:none;
}

#home_callout_move p{
	padding-left:140px;
}
#content_main p{
	color:#666;
	font-size:1.2em;
	line-height:19px;
	margin:0 55px 15px 35px;
}
#content_wrap .callout_div_first p, #content_wrap .callout_div p{
	color:#666;
	font-size:1.1em;
	line-height:17px;
	margin:0;
}
#content_wrap .clear{
	clear:both !important;	
}
#footer p{
	color:#CCC;
	font-size:1.1em;
	float:right;
	margin:25px 25px 0 0;
}
#panel_content p, #panel_content_product p, #panel_content2 p, .col2 p, #landing_col1 p, #custcare_panel p, #comp_overview_panel p, #comp_timeline_panel p{
	color:#666;
	font-size:1.2em;
	line-height:19px;
	margin:0 0 16px 0;
}
#comp_overview_panel p{margin:0 35px 16px 0;}
#custcare_panel p{margin:0 190px 16px 0;}
#content_wrap .product_disclaimer, #content_wrap #content_main .product_disclaimer{
	color:#999;
	font-size:1em;
	line-height:16px;
	margin:30px 55px 15px 0;
	clear: both!important;
}
#content_wrap #content_main .product_disclaimer{
	margin:30px 55px 15px 35px;
}
#content_wrap .lightblu{
	color:#4A95C7;
	font-size:1.5em;
	line-height:22px;
}
#search_result_wrap .product_disclaimer{
	margin-left:35px;
}
#content_wrap #search_result_wrap #landing_col1 .product_disclaimer{
	margin-left:0px;
}

#ProductInfoUS .product_disclaimer, #ProductInfoEU .product_disclaimer {
	margin-left: -170px!important;
}
/* ``````````````````````````````` h2's ````````````````````````````````````` */
#productselect_text h2{
	font-size:1.7em;
	color:#FFF;
	display:inline; /* IE Double Margin Fix */
	float:left;
}
#home_callout_outer h2{
	color:#2E2E2E;
	font-weight:normal;
	font-size:1.7em;
	text-indent:25px;
	width:100%;
	font-weight:bold;
	background:url("../i/bg_homeh3_light.gif") right top no-repeat;
	line-height:36px;
	font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;outline:none;
}
#home_callout_product_wrap h2{
	background:url("../i/bg_homeh3_dark.gif") right top no-repeat;
}


#content_wrap h2, #custcare_panel h2, #comp_overview_panel h2, #comp_timeline_panel h2{
	color:#17527E;
	font-weight:bold;
	font-size:2em;
	margin:25px 0 18px 0px;
}
#comp_overview_panel h2, #comp_timeline_panel h2{margin:160px 0 18px 0px !important;}
#custcare_panel h2{margin:45px 180px 18px 0px !important;}
#content_wrap #content_main h2{margin:25px 0 18px 35px;}
#panel_content h2, #panel_content2 h2{
	color:#17527E;
	font-size:2em;
	margin:17px 0 16px 0px;
}



/* ```````````````````````````````` h3's ```````````````````````````````````` */
#content_wrap h3, #content_wrap h4{
	color:#17527E;
	font-weight:bold;
	font-size:1.4em;
	margin:35px 0 9px 0px;
}
#content_main h3, #content_main h4{
	margin:35px 0 9px 35px;
}
#panel_content h3, #panel_content2 h3{
	color:#17527E;
	font-weight:bold;
	font-size:1.4em;
	margin:27px 0 9px 0px;
}
#panel_content h3 a, #panel_content h3 a:hover{
	color:#17527E;
	font-weight:bold;
	text-decoration:none;
	cursor:text;
	border:0;
	background:none;
}
#home_news_scroll h3{
	font-weight:bold;
	font-size:1.3em;
	color:#FFF;
	float:left;
	line-height:32px;
	text-indent:25px;
	padding-right:165px;
}

/* ```````````````````````````````` h4's `````````````````````````````````````` */
#content_main #col_sub h4{
	margin:30px 0 12px 35px;
}

/* `````````````````````````````````` h5's ````````````````````````````````````` */
#content_wrap h5{
	color:#758900;
	font-weight:bold;
	font-size:1.2em;
	margin:-4px 0 9px 0px;
}
#content_main h5{
	margin:-4px 0 9px 35px;
}

/* ```````````````````````````````` h6's ```````````````````````````````````````` */
#content_wrap h6{
	margin:20px 0 6px 35px;
	color:#17527E;
	font-weight:bold;
	font-size:1.2em;
}


/* ``````````````````````````````````` misc ```````````````````````````````````````` */
#content_wrap sup{font-size:.7em;}
em{font-style:italic;}
strong{font-weight:bold;color:#666;}
#content_wrap .blu{
	color:#17527E !important;
}
#content_wrap .highlight, #content_wrap .panel .highlight{
	color:#0066FF !important;
}


/* ///////////////////////////////// =Tables/Forms //////////////////////////////////////////////// */
.search{
	width:100%;
	float:right;
}
#SearchInput{
	width:156px;
	height:15px;
	background:url("../i/bg_searchbar.gif") left top no-repeat;
	border:0;
	font-size:1.1em;
	padding:4px 4px 0 26px;
	color:#666;
}
#SearchSubmit{
	vertical-align:middle;
	margin:-4px 0 0 13px;
	height:23px;
	width:39px;
	border:0;
}
#productselect_text select{
	font-size:1.2em;
	width:184px;
	float:left;
	margin:0 0 0 20px;
	display:inline; /* IE Double Margin Fix */
}
#productselect_text #selectone{
	margin:0 0 0 35px;
}
#productselect_text #newUrl{
	width:250px;
}
#SelectSubmit{
	margin:-4px 0 0 15px;
	height:32px;
	width:48px;
	border:0;
	outline:none;
}
table{
	width:90%;
	margin:0 0 15px 15px;
	font-size:1.2em;
	color:#666;
	border:0;
}
table td{
	padding:4px;
	vertical-align:top;
}
/* ```````````````````````````````` products display table `````````````````````````````````````````` */
.product_table{
	width:100%;
	margin:0;
	font-size:1em;
	color:#666;
	border:0;
}
.product_table td{
	padding:4px;
	vertical-align:top;
}
#content_wrap .product_table h3{
	margin:0 0 8px 0px;
}
/* `````````````````````````````````````` contact table styles `````````````````````````````````````````````` */
#content_wrap .contactable{
	width:595px;
	margin-top:15px;
}
.formbottom{
	margin:0 0 20px 35px;
}
#content_wrap .contactable input, #content_wrap .contactable textarea{
	padding:7px;
	border:1px solid #CCC;
	color:#444;
}
#content_wrap .contactable td{
	padding:3px;
	vertical-align:middle;
}
#content_wrap #contactsubmit{
	margin:0 0 0 35px;
}
#content_wrap .contactable textarea{
	width:470px;
	height:120px;
	font-size:1em;
}
#content_wrap .contactwrap{
	background:url("../i/bg_forms.jpg") left top no-repeat;
	margin:15px 0 15px 35px;
	padding:10px 40px;
}



#content_wrap #threecol, #content_wrap .threecol, #content_wrap #threecol2, #content_wrap #twocol, #content_wrap #partnertable, #content_wrap .threecol2{
	width:95%;
	clear:left;
	font-size:1em;
}
#content_wrap #threecol2, #content_wrap .threecol2, #content_wrap #twocol, #content_wrap #partnertable{margin:0;}
#content_wrap #threecol td, #content_wrap #threecol2 td, #content_wrap #partnertable td{
	width:32%;
}
#content_wrap .threecol2 td{
	width:28% !important;
	padding-right:5px !important;
}
#content_wrap #twocol td{
	width:46%;
}
#content_wrap #partnertable{
	width:100%;
	border-left:1px solid #DDD;
}

/* `````````````````````````````````````` Contact Us table styles `````````````````````````````````````````````` */
#content_wrap #partnertable td{
	text-align:center;
	font-size:1.2em;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:10px 2px;
}

#content_wrap #contact_table_new{
	width:94%;
	clear:left;
	font-size:1em;
}
#content_wrap #contact_table_new td{
	margin:0;
	width:auto;
	padding:0;
}
#content_wrap #contact_table_new{margin:0 0 0 35px;}
#content_main #contact_table_new p{
	margin:0 0 15px 0;
	padding:0;
}
#content_main #contact_table_new h2{
	margin-left:0;
}

/* `````````````````````````````````````` HR/Employee/Check table styles `````````````````````````````````````````````` */
.employtable, .checktable{
	width:100% !important;
	margin:5px 0 25px 0;
	font-size:1.2em;
	color:#666;
	border:0;
}
.checktable{
	border-left:1px solid #888;
}
.checktable td{
	vertical-align:middle;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}
.odd{
	background:#dcdcdc;
}
.head{
	background:#809E0C url("../i/bg_table_head.jpg") left top repeat-x;
	font-weight:bold;
}
.head strong{
	color:#FFF !important;
}
.checktable p{
	font-size:1em !important;
}

/* ````````````````````````````````````` sitemap table styles `````````````````````````````````````` */
.sitemaptable{
	margin:10px 35px 0 35px;
	width:90%;
}
.sitemaptable td{
	vertical-align:top;
	padding:0 0 20px 0;
}
#content_wrap .sitemaptable h2{
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
	margin:20px 0px 0px 0px;
}
#content_wrap .sitemaptable h3{
	margin-top:4px;
	font-size:1em;
	margin-bottom:4px;
}
#content_wrap .sitemaptable ul{
	margin:0 0 0 16px;
	line-height:18px;
}
#content_wrap .sitemaptable h2 a, #content_wrap .sitemaptable h2 a:hover{
	color:#0066FF;
	background:none;
	font-size:.8em;
}

/* ````````````````````````````````````` anti-spam`````````````````````````````````````` */

.emailaddress{display:none;}

/* ///////////////////////////////////////// =Images /////////////////////////////////////////////////// */
.testingimg, .testingimg3{
	float:left;
	border:1px solid #A2D0E4;
	margin:0 10px 10px 10px;
	display:inline; /* IE Double Margin Fix */
}
.testingimg2{
	border:1px solid #A2D0E4;
	margin:0 0 10px 0;
}
.testingimg3{
	margin:0 15px 10px 10px;
	border:0;
}
.floater{
	float:left;
	padding:2px 10px 5px 0;
}
.product_margin{margin-left:60px;}
.prod_logo_right, .prod_link_right{
	float:right !important;
	margin:10px 0 10px 25px;
	display:inline; /* IE Double Margin Fix */
}
.sidebar_img2{
	margin:20px 0 0 0;	
}
.productlogo{
	padding-bottom:20px;	
}
.productlogo2{
	padding-top:20px;	
}
.productlogo3{
	padding-top:30px;	
}
.otc_product_land{
	margin-left:50px !important;	
}
.headshotz{
	float:left;
	padding:5px 15px 15px 0;
}
/* ////////////////////////////////// =Misc/Classes ///////////////////////////////////////////// */
hr{
	width:100%;
	border:0;
	height:1px;
	background:#888;
}
/*iframe{
	margin:0 0 0 5px;
}*/
.innerfade{
	z-index:1;
}

#nav_investors table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;margin:0;padding:0;font-size:.9em;}
#nav_investors iframe {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav_investors #mn_investors:hover .one {left:0; top:50px; width:200px; height:421px;margin:0;padding:0;background:transparent;
}


/* ````````````````````````````````````` Thomson styles `````````````````````````````````````` */
#content_wrap .contentTbl{
	margin:0 0 0 24px;
	width:448px;
	
}

/* ````````````````````````````````````` IE Thomson styles `````````````````````````````````````` */
#content_wrap .contentTbl{
	*margin:0;
	*width:100%;
	
}
