@charset "utf-8";
/* CSS Document */
/* Default settings */
*:focus {
	outline: none;
}
div {
	position:relative; 
	}
body { 
	font-size: 62.5%; /*converts from default browser font size 16px*0.625=10px (1em=10px)*/
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*behavior: url(/incl/csshover.htc); WinIE behavior call */
	line-height:1.4; 
	margin: 0 auto;
	padding:0;
	}
img {border:none;}
.image_container {margin-bottom: 0;}
.invisible {
	visibility: hidden;
	height: 0;
	display: none;
}

/* Headings -------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	color: #003e7e; /* dark blue */
	margin:0;
	padding:0;
	margin-bottom: 10px; 
	} 
h1 { 
	font-size: 2.4em; 
	line-height: 1.1; 
	} 
h2 { 
	font-size: 1.6em; 
	line-height: 1.2;
	} 
h3 { 
	font-size: 1.4em;
	line-height: 1.3; 
	color: #917d4a; /* gold */
	} 
h6 {
	font-size: 1.0em;
	color:#7F9EBE; /* light blue */
	} 


/* Text elements -------------------------------------------------------------- */  

p { 
	margin: 0 0 1.5em 0; 
	font-size:1.2em;
	padding:0;
	line-height: 2.0;
	} 
p img.left { 
	float: left; 
	margin: 0.5em 1.5em 1.5em 0; 
	padding: 0; 
	} 
p img.right { 
	float: right; 
	margin: 0.5em 0 1.5em 1.5em; 
	} 
ol, ul {
	margin:0;
	padding:0;
	margin-bottom: 1.25em; 
	line-height: 1.4;
	border-top: #003e7e dotted 1px; 
}
ol li, ul li {
	/*display:block;*/
	margin:0;
	padding:0;
	padding:10px 0;
	border-bottom: 1px solid #d9e2ec;
	line-height:1.4;
	}
ol li:hover, ul li:hover {
	background-color: #d9e2ec; /* light blue */
}
ol li a, ul li a {
	color: #003e7e;
	font-size:1.2em;
	text-decoration:none;
	}
ol li a:hover, ul li a:hover {
	text-decoration:underline;
	}
#main ol, #main ul {
	margin-left:40px;
	border:none; 
	font-size:1.2em;
}
#main ol li, #main ul li {
	padding:0;
	border:none;
	line-height:2;
	}
#main ol li:hover, #main ul li:hover {
	background:none;
	}
a {
	text-decoration: none;
	color: #3280d1; /* med blue */
}
a:focus, a:hover {
	text-decoration: underline;
}
strong { 
	font-weight: bold; 
	} 
	
/* Menu elements -------------------------------------------------------------- */  
#mainmenu-wrap {
	width:960px;
	height:120px;
	z-index:200; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#mainmenu{
	width: 700px;
	position:relative;
	float:left;
	margin-top:0;
	margin-bottom: 5px;
	z-index:500; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
}
#mainmenu ul{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	}
#mainmenu li{
	/*display:block;*/
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	cursor:pointer;
	border:1px solid #fff;
	background-color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	z-index:1000; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
}

#mainmenu li.menuHome {padding: 0; border-right: 1px solid #003e7e;}
#mainmenu li.menuPress {padding: 0; border-right: 1px solid #003e7e;}
#mainmenu li.menuInvestors {padding:0; border-right: 1px solid #003e7e;}
#mainmenu li.menuCorporate {padding: 0; border-right: 1px solid #003e7e;}
#mainmenu li.menuCareers {padding: 0;}

#mainmenu li a {display:block; height:25px; padding:0 10px 0 10px; margin:0; line-height:1.7;}
#mainmenu li.menuHome a {padding: 0 10px 0 0;}

#mainmenu li a:hover {color: #3280d1; text-decoration:none; background-color:#fff;}
#mainmenu li.active a  {color: #3280d1; text-decoration:none; background-color:#fff;}
#mainmenu li.menuInvestors:hover {border-top: 1px solid #003e7e;}
#mainmenu li.menuCorporate:hover {border-top: 1px solid #003e7e;}

/* STYLE TO MAKE THE NAVIGATION BUTTON "STICK" WHEN PAGE IS ACTIVE 	
body#pageHome #menuHome a {color: #3280d1; text-decoration:none; background-color:#fff;}
body#pagePress #menuPress a {color: #3280d1; text-decoration:none; background-color:#fff;}
body#pageInvestors #menuInvestors a {color: #3280d1; text-decoration:none; background-color:#fff;}
body#pageCorporate #menuCorporate a {color: #3280d1; text-decoration:none; background-color:#fff;}
body#pageCareers #menuCareers a {color: #3280d1; text-decoration:none; background-color:#fff;}*/

/*SUB NAVIGATION ------------------------*/

#mainmenu li ul { /* the submenu list block */
	position:relative; /* MAKING THIS RELATIVE WILL EXPAND THE WIDTH OF THE MAIN NAV TAB TO FIT THE SUBNAV */
	display: none;
	list-style-type:none;
	list-style:none;
	border:1px solid #003e7e;
	background-color:#fff; 
	background-image:none;
	padding:0;
	margin:0;
}
#mainmenu li:hover ul, #mainmenu li.over ul {
	display: block;
	position: absolute;
	background-color:#fff; 
	background-image:none;
	list-style: none;
	margin:0;
	padding:0;
	margin-top:1px;
	margin-left:-2px;
	padding-bottom:0px;
}
#mainmenu li li {
	font-family:Georgia, "Times New Roman", Times, serif;
	float: none;
}

#mainmenu li li a {
	display: block;
	background-image:none;
	background-color:#fff; 
	font-size: 12px;
	height: 16px;
	color: #003e7e; 
	font-weight: normal;
	text-decoration: none;
	padding-bottom:5px;
	border-bottom:1px solid #d9e2ec;
}

#mainmenu li li a:hover {
	display: block;
	background-image:none;
	color: #3280d1; 
}
.menuInvestors .level_2 a {
	width:150px;
}
.menuCorporate .level_2 a {
	width:200px;
}

/*SECONDARY NAVIGATION ------------------------*/

#secondarymenu {
	width:960px;
	border-top: solid 5px #003e7e;
	padding:20px 0;
	clear:both;
	overflow: hidden;
	}
#secondarymenu ul {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	}
#secondarymenu li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
	cursor:pointer;
	border:none;
	background:none;
	border-left:solid 1px #d9e2ec;
	border-bottom:solid 7px #fff; 
	height: 53px;
}
#secondarymenu .financials {width: 85px;}
#secondarymenu .communications {width: 119px;}
#secondarymenu .engineering {width: 105px;}
#secondarymenu .healthcare {width: 70px;}
#secondarymenu .technology {width: 90px;}
#secondarymenu .manufacuring {width: 107px;}
#secondarymenu .transportation {width: 72px;}
#secondarymenu .retail {width: 81px;}
#secondarymenu .energy {width: 65px;}
#secondarymenu .realestate {width: 60px;}
#secondarymenu .humanresources {width: 75px;}

#secondarymenu li a {
	display:block;
	margin:0;
	padding:0 15px 8px 5px;
	cursor:pointer;
	color: #917d4a; /*gold*/
	font-size:1.0em;
	line-height:1.2;
	text-decoration:none;
}
.secondary-item {
	color: #003e7e;
	font-style:italic;
	font-size:1.4em;
	}
#secondarymenu li:hover {
	text-decoration:none;
	border-bottom:solid 7px #a29061; /* gold */
}
/* DIFFERENT UNDERLINE COLORS FOR EACH DIVISION PAGE WHEN ACTIVE */
#secondarymenu li.active.financials {border-bottom:solid 7px #e2b24e; /* gold */
}
#secondarymenu li.active.communications {border-bottom:solid 7px #3c9bb1; /* teal blue */
}
#secondarymenu li.active.engineering {border-bottom:solid 7px #666666; /* dark grey */
}
#secondarymenu li.active.healthcare {border-bottom:solid 7px #bcf1ff; /* ice blue */
}
#secondarymenu li.active.technology {border-bottom:solid 7px #065a00; /* dark green */
}
#secondarymenu  li.active.manufacuring {border-bottom:solid 7px #68837a; /* blue grey */
}
#secondarymenu li.active.transportation {border-bottom:solid 7px #d15411; /* orange */
}
#secondarymenu li.active.retail {border-bottom:solid 7px #ebd187; /* light yellow */
}
#secondarymenu li.active.energy {border-bottom:solid 7px #a1d936; /* lime green */
}
#secondarymenu li.active.realestate {border-bottom:solid 7px #503226; /* brown */
}
#secondarymenu li.active.humanresources {border-bottom:solid 7px #48bd95; /* seafoam green */
}
/* STYLE TO MAKE THE NAVIGATION BUTTON "STICK" WHEN PAGE IS ACTIVE */	
body#pageDiversified #menuDiversified {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageCommunications #menuCommunications {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageEngineering #menuEngineering {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageHealthcare #menuHealthcare {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageTechnology #menuTechnology {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageManufacturing #menuManufacturing {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageTransportation #menuTransportation {text-decoration:none; border-bottom:solid 7px #d15411;}
body#pageRetail #menuRetail {text-decoration:none; border-bottom:solid 7px #a29061;}
body#pageEnergy #menuEnergy {text-decoration:none; border-bottom:solid 7px #a29061;}

/* block elements -------------------------------------------------------------- */  
	
#wrapper {
	width:960px;
	margin: 0 auto;
	padding:0;
	background: #ffffff; /* white */
	z-index:0; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#header {
	width:960px;
	float: left;
	background: #ffffff url(/tl_files/design/bg_banner.gif) no-repeat;
	z-index:100; /* IMPORTANT! UNDERLYING LAYERS THAT CONTAIN MAIN NAVIGATION NEED A Z-INDEX IN ORDER FOR SUBNAVIGATION TO DROP DOWN OVER REST OF CONTENT */
	}
#header .inside {
	float: left;
}
#logo {
	float:right;
	width:336px;
	}
.stock {
	color: #917d4a;
	font-size:1.2em;
	line-height: 1.2em;
	margin:0;
	padding:0;
	position: absolute;
	top: 90px;
	right: 0;
	width: 328px;
	}
.stock-title {
	font-weight:normal;
	margin-right: 10px;
}
.stock-data {
	margin-right: 10px;
	font-weight:bold;
}
#container {
	width:960px;
	float: left;
	margin:0 auto;
	border-top: #d9e2ec solid 1px;
	overflow: hidden;
	}
.subpage #container {
	background: top left repeat-y url(/tl_files/design/bg_pg_column.gif);
}
.subpage #main {
	width: 600px;
	float:right;
	padding:20px 18px 20px 20px;
	overflow:hidden;
	min-height: 400px;
	}
#translations {
	width: 389px;
	}
.subpage .mod_newslist .even {
	border-right: dotted 1px #d9e2ec;
	clear:both;
}
.mod_newsreader .image_container {
	float:right;
	padding-left:10px;
	}
.subpage #main .mod_newslist h1 {
	border-top: solid 1px #d9e2ec;
	border-bottom: solid 1px #d9e2ec;
	padding: 10px 0;
	margin-bottom: 10px;
}
.subpage #main .layout_latest {
	width: 250px;
	float:left;
	padding: 20px;
}
.layout_latest .info {
	font-size: 1em;
}
.layout_latest h2 {
	font-size:1.4em;
	clear:both;
	}
.layout_latest p {
	font-size:1.1em;
	line-height:1.3;
	margin-bottom:1.0em;
	}
#main .layout_latest .image_container {
	margin-bottom:10px;
	}
#left {
	width: 239px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	background:url(/tl_files/design/bg_blue-slice.gif) repeat-y top center;
	padding:20px 40px;
	overflow: hidden;
	}
#left h1 { 
	font-size: 1.6em;
	line-height: 1.3; 
	color: #917d4a; /* gold */
	text-transform:uppercase;
	display:block;
	border-bottom:solid 1px #fff;
	margin-bottom:10px;
	padding-bottom: 5px;
	} 
#left p {	
	line-height:1.2;
	color: #003e7e;
	}
#left ul {
	border:none;
	}
#left ul li {
	margin:0;
	padding:0.5em 0 0 2.0em;
	background:url(/tl_files/design/bullet.gif) .5em 1.1em no-repeat;
	list-style:none;
	border:none;
	}
#left ul li a {
	color: #3280d1;
	font-style:italic;
	}
#left ul li.active a {
	color: #fff;
}
#left .mod_customnav .active {
	font-size:1.2em;
	line-height:1.0;
	font-style:italic;
	color:#fff;
	padding-left:10px;
	}
#left .layout_short {
	display:block;
	margin:0;
	padding:0;
	padding: 8px 10px;
	list-style:none;
	border-bottom: 1px dotted #fff;
	}
#left .layout_short p {
	font-size:1.0em;
	margin:0;
	padding:0;
	}
#left .layout_short h2 {
	font-size:1.2em;
	text-decoration:none;
	margin: 0;
	line-height: 1.4;
	}
#right {
	width: 283px;
	float:right;
	padding:10px 20px;
	}
#right h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	text-transform:uppercase;
	padding-bottom:5px;
	letter-spacing:3px;
	border-bottom: #003e7e dotted 1px;
}
#right p {
	font-size:1.0em;
	color: #917d4a; /* gold */
	margin:0;
	padding:0;
}
#right .inside {
	margin:0;
	padding:0;
	margin-bottom: 1.0em; 
	line-height: 1.4;
	 
}
#right .layout_short {
	display:block;
	margin:0;
	padding:0;
	padding: 8px 10px;
	list-style:none;
	border-bottom: 1px solid #d9e2ec;
	}
#right .layout_short:hover {
	background-color: #F0F3F7; /* very light blue */
}
#right .layout_short h2 {
	font-size:1.2em;
	text-decoration:none;
	margin: 0;
	line-height: 1.4;
	}
#right .layout_short a {
	color: #003e7e;
}
#right .layout_short a:hover {
	text-decoration:underline;
	}
.mod_newslist {
	margin-bottom: 1em;
	clear: both;
}
.rss_items_only {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #d9e2ec;
	}
.rss_items_only p, .rss_items_only h2 {
	margin-bottom: 5px;
}
.rss_items_only p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.rss_items_only:hover {
	background: #F0F3F7;
}
.caption {
	padding:6px;
	width: 188px;
	background: #012965;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
.ce_teaser {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dotted #d9e2ec;
	}
.ce_teaser p {
	margin-bottom:0;
	padding-bottom:0;
	}
.ce_teaser h1 {
	font-size: 1.8em;
	margin-bottom:0;
	padding-bottom:0;
	}
.ce_nonverblaster_description {
	width: 260px;
	float: right;
}
.ce_nonverblaster_description p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.ce_nonverblaster_movie {
	width: 330px;
	float: left;
}
#home-left {
	width: 637px;
	float:left;
	}
.menuHome #main {
	z-index: 0;
}
.menuHome #right {
	z-index: 10;
}
.featured-mask {
	height: 239px;
	overflow: hidden;
	width: 637px;
	z-index: 5;
	}
#featured-area {
	position: absolute;
}
#featured-nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
#featured-nav span {
	float: left;
	width: 19px;
	height: 25px;
	display: block;
	background: url(/tl_files/design/slide-nav.png);
	background-position: top left;
}
#featured-nav span:hover {
	background-position: bottom left;
}
#featured-nav .active {
	background: url(/tl_files/design/slide-nav.png);
	background-position: bottom left;
}
.featured {
	width:637px;
	height:239px;
	float: left;
	}

.bg-financial {background: url(/tl_files/design/home_diversified_financials.jpg);}
.bg-communication {background: url(/tl_files/design/home_communication.jpg);}
.bg-engineering {background: url(/tl_files/design/home_engineering.jpg);}
.bg-healthcare {background: url(/tl_files/design/home_medical.jpg);}
.bg-technology {background: url(/tl_files/design/home_technology.jpg);}
.bg-manufacturing {background: url(/tl_files/design/home_manufacturing.jpg);}
.bg-transportation {background: url(/tl_files/design/home_transportation.jpg);}
.bg-retail {background: url(/tl_files/design/home_commerce.jpg);}
.bg-energy {background: url(/tl_files/design/home_energy.jpg);}
.bg-realestate {background: url(/tl_files/design/home_realestate.jpg);}
.bg-humanresources {background: url(/tl_files/design/home_hr.jpg);}

.featured h1, .featured p {
	color: #fff;
	}
.featured h1 {
	font-style:italic;
	margin-bottom: 0.5em;
	padding: 25px 0 0 25px;
	text-align: left;
	}
.featured p {
	width: 355px;
	font-size:1.4em;
	line-height:1.5;
	margin-bottom: 1.0em;
	padding: 0 0 0 25px;
	}
.featured a {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
#feature-button-wrap {
	clear:both;
	width:960px;
	height:63px;
	padding:20px 0;
	}
#feature-button {
	display: block;
	width: 206px;
	height:43px;
	float:left;
	background: #d9e2ec url(/tl_files/design/bg_button.jpg) no-repeat;
	padding:20px 0 0 20px;
	filter: Alpha(Opacity=100);
	opacity: 1;
	}
#feature-button h1 {
	margin-bottom: 4px;
}
#feature-button:hover {
	filter: Alpha(Opacity=75);
	opacity: 0.75;
}
#feature-button a {
	display: block;
	color: #003e7e; /* dark blue */
	font-size:1.0em;
	text-decoration:none;
	/*padding:20px 0 0 25px;*/
	}
#feature-button h1 a {
	font-size: 14px;
	color: #917d4a; /* gold */
	text-transform:uppercase;
	text-decoration:none;
	line-height:0;
	padding-bottom: 15px;
	}
.button-space {
	margin-right:18px;
	}
#main .small-text p, #main .small-text ul li, #main .small-text ol li {
	font-size:10px;
	line-height:1.2;
	}
	
/* footer -------------------------------------------------------------- */  

#footer {
	width:960px;
	float: left;
	margin: 0 auto;
	clear:both;
	color:#7F9EBE; /* light blue */
	font-size:1.0em;
	background:url(/tl_files/design/footer-slice.gif) repeat-x top left;
	height:60px;
}
#footer a {
	text-decoration:none;
	color:#7F9EBE; /* light blue */
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer-column {
	float:left;
	padding: 20px 30px 20px 0;
	}
#ph3 {margin:0; padding:0;}
#ph3 a {color:#ccc; text-decoration:none;}
#ph3 a:hover {color:#ccc; text-decoration:underline;}

/* contact form -------------------------------------------------------------- */  

.ce_form	{
		border:solid 1px #d9e2ec;
		padding:20px;
		width: 300px;
	}
.formbody input, .formbody textarea, .formbody select {
	width: 300px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	}
.formbody input.radio {
	width: 25px;
	margin-left:25px;
	}
.formbody .submit_container .submit {
	width: 75px;
	text-align:center;
	}
.formbody .error {
	font-size:10px;
	margin-bottom:0;
	}
p.error {
	color: red;
}

	