/*  Open Silicon - Coded by Bruce Clark of Imulus
	print.css - Print Styles */ 

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 62.5% Arial, Helvetica, Sans-serif;
	color: #444;
}

body { 
	position: relative;
	font-size: 1em;
	margin: 0 auto;
	min-width: 962px;
	background: #1b2b37;
}

body.sub { 
	background: #1b2b37 url(/images/layout/header/header-bg.jpg) repeat-x 130% top;
}

#header { 
	position: relative;
	height: 365px;
	font-size: 1.2em;
	background: #d3dbdb url(/images/layout/bg.gif) repeat-x left bottom;
} 

.home #header .wrap {
	vertical-align: middle;
	height: 365px;
} 

.sub #header { 
	height: 164px;
	background: transparent;
}

#navigation { 
	position: relative;
	float: left;
	clear: left;
	overflow: hidden;
	width: 100%;
	font-size: 1.2em;
	line-height: 1em;
	background: #324f63 url(/images/layout/navigation/full-nav-bg.gif) repeat-x left top;
	z-index: 100;
}

#content { 
	position: relative;
	clear: both;
	font-size: 1.2em;
	line-height: 1.7em;
	background: #fff url(/images/layout/content/content-bg.gif) repeat-x left top;
	padding: 25px 0 15px 0;
	z-index: 0;
}

.sub #content { 
	padding: 40px 0 25px 0;
}

.sub#alternate #content { 
	padding: 0 0 25px 0;
	background: #fff url(/images/layout/content/content-alt-bg.jpg) repeat-x left top;
}

.sub#alternate #content #main.news h2 { 
	background: url(/images/layout/border.gif) repeat-x left bottom;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
}

.sub#alternate #content #main.news ul { 
	padding: 0 0 15px 0;
}

.sub#alternate #content #main.news ul li { 
	padding: 0 0 5px 165px;
}

.sub#alternate #content #main.news ul li { 
	background: transparent;
}

.sub#alternate #content #main.news.full ul li { 
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.sub#alternate #content #main.news ul li strong { 
	float: left;
	display: block;
	width: 155px;
	margin-left: -165px;
	text-align: right;
	padding: 0 10px 0 0;
}

.sub#alternate #content #main.news ul li a { 
	text-decoration: none;
}

#sub-content { 
	clear: both;
	padding: 65px 0 15px 0;
	background: #fff url(/images/layout/content/rounded-gradient-seperator.gif) no-repeat 50% 0;
}

#footer { 
	position: relative;
	clear: both;
	padding: 15px 0;
	margin-top: 2px;
	border-top: 1px solid #ddd;
	font-size: 1.2em;
	color: #999;
	z-index: 0;
}

.wrap { 
	width: 944px;
	margin: 0 auto;
}

.sub #header .wrap { 
	position: relative;
	height: 164px;
}

#content .wrap,
#footer .wrap { 
	width: 904px;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-family: Georgia, times, serif;
	background: transparent;
	color: #666;
}

h1 { 
	font-size: 1.8em;
}

h2 { 
	font-size: 1.6em;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p { 
	padding-bottom: 1em;
}

.spacer { 
	padding-top: 1em;
}

input { 
	font: 12px Arial, Helvetica, Sans-serif;
	padding: 2px;
	border: 1px solid #ccc;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #6791C1;
}

a:visited { 
	color: #6791C1;
}

a:hover { 
	color: #3F4855;
	text-decoration: none;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Colors |---------- */ 

/* 
	gray-blue: #426882
	gold: #c0861a
	dark-blue: #1b2b37
*/ 

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* ----------| =Forms |---------- */ 

.forms p { 
	position: relative;
	float: left;
	clear: left;
	padding: 0 0 15px 150px;
	width: 570px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	font: 1em Arial, Helvetica, Sans-serif;
	padding: 2px;
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	font: 1em Arial, Helvetica, Sans-serif;
	border: 1px solid #ccc;
	width: 300px;
	padding: 2px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { }

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	font: 1em Arial, Helvetica, Sans-serif;
	width: 306px;
}

/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 

.sub #header strong { 
	float: left;
	display: block;
	width: 286px;
	height: 70px;
	text-indent: -9999px;
	padding: 35px 0 0 20px;
	background: url(/images/layout/header/logo.gif) no-repeat right bottom;
}

.sub #header strong a { 
	display: block;
	width: 100%; 
	height: 100%;
}

#header p.search { 
	position: absolute;
	right: 15px;
	bottom: 0;
	width: 230px;
	height: 41px;
	background: url(/images/layout/header/search-bg.gif) no-repeat left bottom;
	padding: 0;
	margin: 0;
}

#header p.search span { 
	display: block;
	padding: 10px 13px 0 15px;
	line-height: 1em;
}

#header p.search span * { 
	vertical-align: bottom;
}

#header p.search span input { 
	border: 1px solid #8ab0be;
	font-size: 12px;
	color: #777;
	width: 160px;
}

#header p.search span input:focus { 
	background: #eee;
	color: #333;
}

#header p.search span input.submit { 
	width: auto;
	border: 0;
	margin-bottom: -4px;
	padding: 0 0 0 2px;
}

	/* ----------| =Navigation |---------- */

#navigation ul { 
	clear: left;
	float: right;
	position: relative;
	right: 50%;
	text-align: center;
}

#navigation ul li { 
	position: relative;
	left: 50%;
	display: block;
	float: left;
	background: url(/images/layout/navigation/item-nav-bg.gif) repeat-x 0 -54px;
}

#navigation ul li a { 
	display: block;
	padding: 8px 32px;
	color: #d6dfe6;
	border-left: 1px solid #5c8baa;
	border-right: 1px solid #073c70;
	background: url(/images/layout/navigation/item-nav-bg.gif) repeat-x left top;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li.first { 
	border-left: 1px solid #073c70;
}

#navigation ul li.last { 
	border-right: 1px solid #073c70;
}

#navigation ul li.last a { 
	border-right: 1px solid #5c8baa;
}

		/* ----------| =Navigation (Drop Down) |---------- */ 

		#navigation ul#nav li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 140px;
			background: transparent url(/images/layout/navigation/sub-nav-bg.png) repeat-x left bottom;
			padding: 0px 4px 14px 4px;
		}
	
		#navigation ul#nav li:hover ul, 
		#navigation ul#nav li.over ul /* used to target IE via script */ { 
			display: block;
			width: 140px;
			left: -4px;
			top: 100%;
			position: absolute;
			z-index: 4000;
			margin: 0;
		}

		#navigation ul#nav li ul li.first { 
			background: url(/images/layout/navigation/sub-nav-item-top.gif) no-repeat 50% 0;
			padding-top: 8px;
		}

		#navigation ul#nav li ul li { 
			width: 138px;
			left: 0;
			background: transparent;
			text-indent: 0;
			border: 0;
			padding: 0 1px;
			height: auto;
		}

		#navigation ul#nav li:hover ul li a, 
		#navigation ul#nav li.over ul li a { 
			display: block;
			background: transparent;
			padding: 7px 8px 8px 8px;
			height: auto;
			text-decoration: none;
			margin: 0;
			border: 0;
			color: #2d5674;
			text-indent: 0;
			text-align: left;
			font-size: .9em;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #000;
			background: #fff;
			border-top: 1px solid #c2dce9;
			border-bottom: 1px solid #c2dce9;
			padding: 6px 8px 7px 8px;
		}


#navigation ul li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a,   
#navigation ul li#active a { 
	background: transparent;
	color: #f3e9d2;
}
		
	/* ----------| =Content |---------- */ 

#content h1 {
	padding: 0 0 10px 0;
	color: #476c7e;
	line-height: 1.4em;
}

#content h2 { 
	font-size: 1.2em;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	color: #c0861a;
}

#content h3 { 
	font-size: 1.2em;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	color: #888;
}

#content #sidebar { 
	float: right;
	width: 270px;
}

#content #sidebar .grid { 
	padding-bottom: 15px;
}

.sub#alternate #content #sidebar { 
	position: relative;
	float: left;
	width: 259px;
	background: url(/images/layout/navigation/side-nav-alt.jpg) no-repeat left top;
	padding: 25px 0 10px 0;
	min-height: 600px;
}

.sub#alternate #content #sidebar.short { 
	background: url(/images/layout/navigation/side-nav-alt-short.jpg) no-repeat left top;
}

.sub#alternate #content #sidebar ul { 
	font-family: georgia, times, serif;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 17px 0 17px;
}

.sub#alternate #content #sidebar ul li { 
	padding: 0 0 6px 0;
	text-indent: 15px;
}

.sub#alternate #content #sidebar ul ul { 
	padding: 7px 0 2px 10px;
	font-size: 1em;
	text-transform: none;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sub#alternate #content #sidebar a { 
	display: block;
	color: #314c60;
	text-decoration: none;
	background: url(/images/layout/border.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
}

.sub#alternate #content #sidebar a:hover { 
	color: #333;
}

.sub#alternate #content #sidebar ul ul a { 
	color: #c1871a;
	background: transparent;
	padding: 0;
}

.sub#alternate #content #sidebar ul ul a:hover { 
	color: #d1ab63;
}

.sub#alternate #content #sidebar ul ul ul {
	border: 0;
}

.sub#alternate #content #sidebar ul ul ul a { 
	color: #777;
	text-transform: none;
}

.sub#alternate #content #sidebar ul ul ul a:hover { 
	color: #444;
}

#content #main { 
	position: relative;
	float: left;
	width: 480px;
	padding: 0 10px;
}

.sub #content #main { 
	min-height: 450px;
	padding: 0 170px 0 0;
	width: 450px;
	background: url(/images/layout/content/side-bg.gif) no-repeat right top;
}

.sub#alternate #content #main { 
	padding: 20px 20px 0 20px;
	width: 570px;
	background: transparent;
}

.sub#full #content #main { 
	width: 100%;
	padding: 0;
	min-height: 0;
	background: transparent;
}

.sub#full #content #main h1 { 
}

.sub #content #main ul {
	padding: 0 0 15px 0;
}

.sub #content #main ul li { 
	padding: 0 0 5px 20px;
	background: url(/images/icons/bullet.gif) no-repeat 2px 5px;
}

.sub#full #content #main #selector { 
	width: 778px;
	height: 280px;
	margin: 0 auto;
	padding: 0;
}

.sub#full #content #main ul#sub-nav { 
	position: relative;
	width: 760px;
	padding-bottom: 19px;
	margin: 0 auto;
	background: url(/images/layout/navigation/full-width/bottom-gradient.gif) no-repeat 50% 100%;
}

.sub#full #content #main ul#sub-nav li { 
	float: left;
	border-left: 1px solid #b7b7b7;
	text-align: center;
	padding: 0;
	cursor: pointer;
	background: url(/images/layout/navigation/full-width/nav-tile-hover.gif) repeat-x left top;
}

.sub#full #content #main ul#sub-nav li.first {
	background: url(/images/layout/navigation/full-width/nav-tile-left-hover.gif) no-repeat left top;		
	border: 0;
} 

.sub#full #content #main ul#sub-nav li.last {
	background: url(/images/layout/navigation/full-width/nav-tile-right-hover.gif) no-repeat right top;		
}

.sub#full #content #main ul#sub-nav li a { 
	display: block;
	text-decoration: none;
	background: url(/images/layout/navigation/full-width/nav-tile.gif) repeat-x left top;
	color: #777;
	border-left: 1px solid #fafafa;
	cursor: pointer;
}

.sub#full #content #main ul#sub-nav li a span { 
	display: block;
	padding: 12px 38px 10px 38px;
	line-height: 1em;
	cursor: pointer;
}

.sub#full #content #main ul#sub-nav li.first a { 
	background: url(/images/layout/navigation/full-width/nav-tile-left.gif) no-repeat left top;
	border: 0;
}

.sub#full #content #main ul#sub-nav li.last a { 
	background: url(/images/layout/navigation/full-width/nav-tile-right.gif) no-repeat right top;
}

.sub#full #content #main ul#sub-nav li.first a span { 
	display: block;
	background: url(/images/layout/navigation/full-width/corner-b-l.gif) no-repeat left bottom;
}

.sub#full #content #main ul#sub-nav li.last a span { 
	display: block;
	background: url(/images/layout/navigation/full-width/corner-b-r.gif) no-repeat right bottom;
}

.sub#full #content #main ul#sub-nav li.last a:hover,
.sub#full #content #main ul#sub-nav li.first a:hover,
.sub#full #content #main ul#sub-nav li a:hover { 
	background: transparent;
	color: #333;
}

#content #main img.chip {
	position: absolute;
	right: -340px;
	bottom: -59px;
}

#content .grid {
	position: relative;
	float: left;
	width: 270px;
	padding: 0 14px;
}

.sub#full #content .grid {
	width: 500px;
	min-height: 150px;
	margin: 10px 0 0 0;
	padding: 20px 20px 10px 60px;
	background: url(/images/layout/content/full-width/seperator.gif) no-repeat 100% 50%;
}

.sub#full #content .grid#sub-alternate {
	width: 200px;
	padding: 20px 20px 10px 30px;
	background: transparent;
}

.sub#full #content .grid#sub-alternate h2 {
	padding-top: 8px;
}

#content .grid h2 {
	color: #666;
	background: url(/images/layout/border.gif) repeat-x left bottom;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
}

#content .grid h2 span { 
	display: block; 
	padding: 0 0 0 25px;
} 

#content .grid h2.customers span { 
	background: url(/images/icons/cart.gif) no-repeat left top; 
}

#content .grid h2.partners span {
	background: url(/images/icons/people.gif) no-repeat left top; 
}

#content .grid h2.news-and-events span {
	background: url(/images/icons/rss.gif) no-repeat left top; 
}

#content .grid h2 a {
	float: right;
	font-size: .8em;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/icons/orange-arrow.gif) no-repeat 0 50%;
	padding-left: 7px;
	color: #cb9f4c;
}

#content .grid h2 a:hover {
	color: #333;
}

#content .grid ul li {
	background: url(/images/icons/bullet.gif) no-repeat 0 5px;
	padding: 0 0 6px 15px;
}

#content .grid ul li a {
	display: block;
	text-decoration: none;
	color: #555;
}

#content .grid ul li a strong {
	font-family: Georgia, Times, serif;
	color: #628fa6;
	font-size: 1.1em;
}

#content .grid ul li a:hover strong {
	color: #3A5B7D;
}

	/* ----------| =Footer |---------- */ 

#footer p { }

#footer ul { 
	position: relative;
	left: -12px;
}

#footer li { 
	float: left;
	padding: 0 12px;
	border-right: 1px solid #999;
}

#footer li.last { 
	border: 0;
}

#footer li a { 
	color: #ddd;
	text-decoration: none;
}






