#skipnav { display: none; }
.printonly { display: none; }


/* Primary Page Layout
---------------------------------------------------------------------------------------------------- */

body {
	background: #091C5B url(../imgs/pagebg.jpg) top center no-repeat;
	font-family: arial, helvetica, sans-serif;
	}
	
	#maincontent a { color: #091C5B; text-decoration: none; border-bottom: dotted 1px; }
	#maincontent a:visited {color: #333; }
	#maincontent a:hover {color: #e6860d; }
	#maincontent a:active {color: #e6860d; }
	
#pagewrap {
	width: 960px;
	margin: 0 auto;
	background: #fff url(../imgs/content-bg.gif) 0 0 repeat-y;
	}
	
#masthead {
	position: relative;
	background: #fff url(../imgs/masthead-bg.gif) 0 0 no-repeat;
	height: 140px;
	}
	
	#masthead h1 {
		float: left;
		margin: 10px 0 0 0;
		display: inline;
		height: 120px;
		text-indent: -10000px;
		width: 215px;
		}
		
		#masthead h1 a { display: block; line-height: 120px; width: 215px; }	


#mainnav { 
	margin: 0 5px;
	height: 35px;
	background: #fff url(../imgs/mainnav-bg.gif) 0 0 no-repeat;
	border-bottom: solid 5px #fff;
	}
	
#content {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 950px;
	background: url(/imgs/content-top.jpg) 0 230px no-repeat;
	}
	
	.homepage #content {
		background: url(../imgs/homepg-hdr.jpg) 0 0 no-repeat;
		padding-top:  60px;
		}
		

#maincontent {
	float: left;
	display: inline;
	margin: 30px 0 30px 35px;
	width: 550px;
	font-size: 13px;
	line-height: 18px;
	}
	
	.homepage #maincontent {
		margin-top: 250px;
		}
		
#sidebar {
	float: right;
	display: inline;
	margin: 100px 0 50px 0;
	width: 330px;
	}
	
	.homepage #sidebar { margin-top: 30px; }
	
#footer {
	clear: both; 
	padding: 20px 40px 0;
	background: url(../imgs/footer-bg.gif) 0 0 no-repeat;
	height: 60px;
	}
	
	#footer p {
		font-size: 11px;
		line-height: 15px;
		}
		
	#footer p a {
		color: #555;
		padding-left: 5px;
		margin-left: 5px;
		border-left: solid 1px #ccc;
		}

/* Secondary Navigation Styles
---------------------------------------------------------------------- */
	#secondarynav {
		float: right;
		display: inline;
		margin: 115px 15px 0 0;
		}
		
		#masthead ul li {
			float: left;
			border-left: solid 1px #d7d7d7;
			display: inline;
			}
			
			#masthead ul li#nav-contact { border: none; }

		#masthead ul li a{
			float: left;
			font-size: 10px;
			color: #777;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			padding: 0 5px;
			line-height: 14px;
			}

		#masthead ul li a:hover { color: #000; }




/* Main Navigation Styles
---------------------------------------------------------------------- */

	#mainnav ul { 
		padding: 0 20px;
		margin: 0;
		}
	
	#mainnav ul li { 
		float: left;
		}
		
	#mainnav a {
		display: block;
		line-height: 35px;
		padding: 0 10px;
		font-size: 12px;
		color: #d7d7d7;
		text-decoration: none;
		text-transform: uppercase;
		margin-right: 2px;
		}
		
		.homepage #nav-home a, .homepage #nav-home a:hover,
		.products #nav-products a, .products #nav-products a:hover,
		.company #nav-company a, .company #nav-company a:hover,
		.industries #nav-industries a, .industries #nav-industries a:hover,
		.geographies #nav-geos a, .geographies #nav-geos a:hover,
		.technology #nav-tech a, .technology #nav-tech a:hover,
		.casestudies #nav-case a, .casestudies #nav-case a:hover
			{
			background: url(../imgs/mainnav-active.gif) top center no-repeat;
			color: #f90;
			}
			
		.contact #nav-contact a,
		.press #nav-press a,
		.login #nav-login a {
			font-weight: bold;
			color: #1133a6;
			}
	
	#mainnav a:hover {
		background: url(../imgs/mainnav-hover.gif) top center no-repeat;
		}
	
	#mainnav a:active {
		color: #fff;
		}
	

/* Subnav Styles
---------------------------------------------------------------------- */

#subnav {
	border-top: solid 1px #fff;
	margin: 0 0 30px 0;
	}
	
	#subnav li a {
		display: block;
		font-size: 13px;
		text-transform: none;
		text-decoration: none;
		line-height: 15px;
		padding: 5px 35px 3px;
		border-bottom: solid 1px #fff;
		color: #666;
		width: 260px;
		}
		
		#subnav li a:hover {
			color: #091b58;
			}

		#subnav li.current a {
			color: #091b58;
			background: url(../imgs/subnav-arrow.gif) left center no-repeat;
			}

	
	
/* Homepage Product Viewer
---------------------------------------------------------------------- */

#productviewer {
	height: 215px;
	width: 260px;
	margin: 0 0 45px 35px;
	padding: 0;
	overflow:hidden;
	}

	.product {
		height: 215px;
		width: 260px;
		top:0;
		left:0;
		background: transparent !important;
		}
		
		.product h3 {
			font-size: 14px;
			line-height: 18px;
			color: #e6e2af;
			margin: 7px 0 10px 0;
			}
			
	.product img {
		border: solid 1px #fff;
		}
		
	.product p {
		margin: 0 0 7px 0;
		font-size: 11px;
		line-height: 14px;
		color: #fff;
		}
		
		.product p a {
			color: lightblue;
			font-size: 10px;
			text-transform: uppercase;
			}
		

	.pagination{
		width: 253px;
		text-align: right;
		margin: 0 0 7px 35px;
		}
	
		.pagination a{
			text-decoration: none; 
			margin-left: 7px;
			}
		
			.pagination a:hover, .pagination a.selected{
				}


.logoticker {
	background: yellow;
	margin: 15px 15px 0 15px;
	}

				
/* Quicklink Styles
------------------------------------------------------------------------------------ */

.quicklinks {
	background: #efefef url(../imgs/quicklinks-btm.gif) left bottom no-repeat;
	padding: 0 0 12px 0;
	margin: 0 35px 20px;
	}
	
	.quicklinks h4 {
		background: url(../imgs/quicklinks-top.gif) 0 0 no-repeat;
		line-height: 31px;
		padding: 0 15px;
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		letter-spacing: .06em;
		}
		
	.quicklinks table {
		width: 230px;
		margin: 5px 15px 0;
		}
		
		.quicklinks table td {
			width: 50%;
			}
	
		#sidebar .quicklinks td p {
			font-size: 11px;
			line-height: 15px;
			margin: 4px 0;
			}

		#sidebar .quicklinks a, #sidebar .quicklinks a:visited {
			color: #1133a6;
			padding-right: 10px;
			}
			
		#sidebar .quicklinks a:hover {
			color: #000;
			background: url(../imgs/quicklinks-arrow.gif) right center no-repeat;
			}



/* Product Overview on main products page
------------------------------------------------------------------------------------ */

.product-overview {
	width: 549px;
	}
	
	.product-overview td {
		border-top: solid 1px #ccc;
		border-right: solid 2px #fff;
		padding: 6px 6px 20px;
		width: 168px;
		}
		
	.product-overview td:hover {
		background: #eee;
		cursor: pointer;
		}
		
		.product:hover, .newsticker p:hover {
			}
		
	#maincontent .product-overview a, #maincontent .product-overview td:hover a, #maincontent a.moreinfo {
		text-decoration: none;
		color: #3683ff;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: bold;
		background: url(../imgs/arrows-gray.gif) right center no-repeat;
		border: none;
		padding-right: 15px;
		}

	#maincontent .product-overview a:hover, #maincontent a.moreinfo:hover {
		color: #1133a6;
		background-image: url(../imgs/arrows-orange.gif);
		}

	#maincontent .product-overview h3 {
		margin-top: 0;
		height: 40px;
		font-size: 13px;
		margin-bottom: 6px;
		}

	#maincontent .product-overview p {
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 15px;
		}

	#maincontent .product-overview img {
		border: solid 1px #1133a6;
		}

	

/* Tabbed Content on Product Pages
------------------------------------------------------------------------------------ */

.shadetabs{
	margin: 0 0 18px;
	padding: 0;
	width: 100%;
	height: 30px;
	border-left: solid 1px #bebebe;
	background: url(/imgs/shadetab-line.gif) left bottom repeat-x;
	}


.shadetabs li {
	float: left;
	display: inline;
	}


#maincontent .shadetabs a {
	display: block;
	background: #fff;
	padding: 0 15px 0 9px;
	font-size: 10px;
	line-height: 28px;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #bebebe;
	border-left: none;
	font-weight: bold;
	}

#maincontent .shadetabs a:visited{
	color: #888;
	}

#maincontent .shadetabs a:hover{
	background: #efefef;
	}

#maincontent .shadetabs a.selected{ /*selected main tab style */
	color: #1133a6;
	font-weight: bold;
	border-bottom: solid 1px #fff;
	}

#maincontent .shadetabs a.selected{ /*selected main tab style */
	}

#maincontent .shadetabs a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background: none;
	}

.tabcontent{
	display: none;
	clear: left;
	padding: 15px;
	background: #fff url(../imgs/tabcontent-bg.gif) 0 0 no-repeat;
	}

@media print {
	.tabcontent {
		display: block !important;
		}
	}


/* Main Content Area Styles
------------------------------------------------------------------ */

 #maincontent h2 {
	color: #ababab;
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
	margin: 0 0 30px;
	}
	
	#maincontent h2 sup { font-size: 50%; }
	#maincontent h2 span { font-size: 16px; font-weight: bold; color: #999; }
	
	.homepage #maincontent h2 {
		color: #f90;
		font-size: 17px;
		line-height: 33px;
		font-weight: bold;
		}

 #maincontent h3 {
	font-size: 14px;
	line-height: 18px;
	color: #0A1C5C;
	margin: 24px 0 6px;
	}

 #maincontent h4 {
	font-size: 12px;
	line-height: 18px;
	color: #E6860D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 6px;
	letter-spacing: .4px;
	}

 #maincontent p {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px;
	}

#maincontent ul.bullets {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px;
	list-style: disc;
	padding: 0 0 0 25px;
	}
	
	#maincontent ul.bullets li {
		margin: 0 0 9px;
		}
		
		#maincontent ul.bullets ul {
			margin: 5px 0 18px;
			}
			
			
		#maincontent ul.bullets ul li {
			list-style: circle;
			margin: 0 0 4px 15px;
			}


#maincontent blockquote {
	color: #3683ff;
	font-size: 17px;
	line-height: 21px;
	margin: 4px 0 17px;
	padding: 10px 0;
	border-top: dashed 1px #f90;
	border-bottom: dashed 1px #f90;
	}

	
/* Case Studies 
--------------------------------------------------------------------------- */

.case-studies {
	font-size: 13px;
	line-height: 17px;
	padding: 15px 18px 0;
	margin: 36px 0;
	background: #fff url(/imgs/round-box-bgs.jpg) 0 0 no-repeat;
	border-top: solid 1px #fff;
	overflow:auto;
	}
	
	.case-studies dt {
		font-weight: bold;
		color: red;
		}

	.case-studies dd {
		margin: 10px 0 0 0;
		}
		
	#maincontent .case-studies h3, #maincontent .case-studies h4 {
		margin-top: 0px;
		}
		
		.newsticker {
			font-size: 13px;
			line-height: 17px;
			padding: 15px 18px 0;
			margin: 24px 0;
			background: #fff url(/imgs/round-box-bgs.jpg) -550px 0 no-repeat;
			border-top: solid 1px #fff;
			overflow:auto;
			}
			
		#maincontent .newsticker p {
			margin-bottom: 12px;
			}
		
		.newsticker p em {
			font-size: 10px;
			text-transform: uppercase;
			font-weight: bold;
			color: #333;
			font-style: normal;
			}
			
			#maincontent .newsticker a.moreinfo {
				border-bottom: none;
				}
			
		.news_header {
			margin-bottom: 30px;
			}
		
		.news_boiler {
			border-top: solid 1px #ccc;
			padding-top: 15px;
			margin-top: 30px;
			}
			
		.news_boiler h4 {
			font-size: 10px;
			}
			
		#maincontent .news_boiler p {
			font-size: 11px;
			line-height: 15px;
			}

sup {
	font-size: 60%;
	vertical-align: super;
	line-height: 1px;
	}
	
.note {
	background: #ff9; 
	padding: 3px 6px;
	}
	
.sidebar {
	margin: 20px 0;
	border-top: solid 1px #fff;
	padding: 20px 35px;
	font-size: 12px;
	line-height: 15px;
	}
	
	.sidebar p {
		margin: 0 0 15px;
		}
		
blockquote {
	padding: 0 35px;
	margin: 0 0 24px;
	}
	
	blockquote p {
		font-size: 18px;
		line-height: 24px;
		color: #091C5B;
		margin: 0 18px 12px 0;
		text-indent: -4px;
		}
		
		blockquote .author {
			font-size: 11px;
			line-height: 15px;
			color: #333;
			margin: 0 20px 18px 0;
			}
			
.insetleft {
	float: left;
	display: inline;
	margin: 3px 20px 10px 0;
	width: 180px;
	border-right: solid 1px #ccc;
	}
	
.insetright {
	float: right;
	display: inline;
	margin: 3px 0 10px 20px;
	width: 180px;
	border-left: solid 1px #ccc;
	}
	
	#maincontent .insetleft a, #maincontent .insetright a { text-decoration: none; border: none;}
	#maincontent .insetleft p { margin: 0 0 20px 0; }
	#maincontent .insetright p { margin: 0 0 0 20px; }

			
.floatLeft {
	float: left;
	margin: 3px 20px 10px 0;
	}
	
.floatRight {
	float: right;
	margin: 3px 0 10px 20px;
	}
	
	.floatRight.wBorder {
		border-left: solid 1px #ccc;
		padding: 0 0 0 15px;
		}
		
	.floatLeft.wBorder {
		border-right: solid 1px #ccc;
		padding: 0 15px 0 0;
		}
		
	.productscreens {
		font-size: 13px;
		line-height: 17px;
		padding: 15px 18px 0;
		margin: 36px 0;
		background: #fff url(/imgs/round-box-bgs.jpg) -550px 0 no-repeat;
		border-top: solid 1px #fff;
		}
		
		#maincontent .productscreens a { border: none; }
		.productscreens img { background: #fff; float: left; margin: 0 10px 10px 0; border: solid 1px #ccc; padding: 5px; }
		
	table.contacts {
		margin: 0 0 18px;
		width: 100%;
		border-top: solid 2px #ccc;
		border-bottom: solid 2px #ccc;
		}
		
	.contacts td {
		padding: 6px 20px 6px 0;
		border-top: solid 1px #ccc;
		font-size: 13px;
		line-height: 18px;
		}
		
	.investorlogos {
		overflow: auto;
		width: 570px;
		}

	.investorlogos img {
		float: left; 
		display: inline;
		margin: 0 18px 20px 0;
		border: solid 2px #eee;
		overflow: hidden;
		}
		
			.investorlogos img:hover { border-color: #ddd; }