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


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

body {
	background: #CCCCCC 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;
	border-left: solid 1px #091C5B;
	border-right: solid 1px #091C5B;
	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: 125px;
	}

	#masthead h1 {
		float: left;
		margin: 10px 0 0 0;
		display: block;
		height: 100px;
		text-indent: -10000px;
		width: 215px;
		}

		#masthead h1 a { display: block; line-height: 100px; width: 215px; }


#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 {
	 position:relative;
	float:left;
	width:100%;
	padding:0;
	margin:0;
      background:#fff  repeat-x bottom;
	}

	#mainnav ul {
		margin:0;
      padding:10px 10px 0;
      list-style:none;
		}

	#mainnav ul li {
		float: left;
    background:url(../imgs/norm_right.gif)
      no-repeat right top;
    margin:0;
    padding:0 0 0 0px;
	display:block;
	margin-top:0px;
		}

	#mainnav a {
display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;		}

		#mainnav a:hover {
			color: #333;
			}

		.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,
		.new #nav-new a, .new #nav-new a:hover,
		.contact #nav-contact a, .contact #nav-contact a:hover,
		.technology #nav-tech a, .technology #nav-tech a:hover,
		.casestudies #nav-case a, .casestudies #nav-case a:hover
			{
			color: #f90;
			}

		.press #nav-press a,
		.login #nav-login a {
			font-weight: bold;
			color: #1133a6;
			}

	#mainnav a:hover {
  background-image:url(../imgs/norm_right_on.gif);
		}

	#mainnav a:active {
  background-image:url(../imgs/norm_left_on.gif);
  color:#333;
  padding-bottom: 4px;
  		}
/*-------- Second Nav ---------*/
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	 background:url(../imgs/norm_left_on.gif)

}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
 background:url(../imgs/norm_right.gif)
      no-repeat right top;	text-decoration:none;
}
#nav a:hover{
	color:#fff;
  background-image:url(../imgs/norm_left_on.gif);
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:url(../imgs/norm_right.gif)
      no-repeat right top;	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
background:url(../imgs/norm_right.gif)
      no-repeat right top;	text-decoration:none;}
/*------------ End Second Name -----------*/

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

#subnav {
	border-top: solid 1px #eee;
	margin: 0 0 30px 0;
	}

	#subnav li a {
		display: block;
		font-size: 13px;
		text-transform: none;
		text-decoration: none;
		line-height: 15px;
		padding: 8px 35px 7px;
		border-bottom: solid 1px #eee;
		color: #666;
		width: 260px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		text-shadow: 0 1px 1px rgba(255,255,255,.8);
		}

		#subnav li a:hover {
			color: #091b58;
			background-color: rgba(255,255,255,.15);
			}

		#subnav li.current a, #subnav li.current a:hover {
			color: #091b58;
			background-image: url(../imgs/subnav-arrow.gif);
			background-position: left center;
			background-repeat: no-repeat;
			cursor:default;
			background-color: rgba(255,255,255,0);
			}



/* 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: .6px;
		text-shadow: 0 -1px 1px rgba(0,0,0,.5);
		}

	.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 tr {
		border-top: dotted 1px #bbb;
		}

	.product-overview td {
		padding: 6px 6px 20px;
		width: 168px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		}

	.product-overview td:hover {
		-webkit-transform: scale(1.06);
		-moz-transform: scale(1.06);
		-o-transform: scale(1.06);
		transform: scale(1.06);
		background: #eee;
		cursor: pointer;
		-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
		-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
		-o-box-shadow: 2px 2px 4px rgba(0,0,0,.3);
		box-shadow: 2px 2px 4px rgba(0,0,0,.3);
		}

		.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;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	}

#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; }
