@charset "utf-8";
/* CSS Document */

/* Meyer's Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
#header span, #globalNav span {
	display:none;
}

/* Layout */
body {
	background-color:#FFFFFF;
}
#wrapper {
	width:980px;
	position:relative;
	left:50%;
	margin-left:-490px;
}
#header {
	height:75px;
}
#globalNav {
	height:32px;
	margin-bottom:12px;
}
#columnOne, #columnTwo, #columnThree, #columnFour {
	width:206px;
	min-height:239px;
	float:left;
	margin-top:15px;
	padding: 15px 15px 18px 15px;
	background:url(../images/column_edge.png) top right no-repeat;
}
#columnSubnav {
	width:156px;
	min-height:239px;
	float:left;
	margin-top:15px;
	padding: 15px 15px 18px 15px;
}
#columnMain {
	width:504px;
	min-height:239px;
	float:left;
	margin-top:15px;
	padding: 15px 15px 18px 15px;
}
#columnOne, #columnTwo, #columnThree, #columnSubnav, #columnMain {
	margin-right:12px;
}
#columnOne img, #columnTwo img, #columnThree img {
	margin-bottom:15px;
}
#footer {
	clear:both;
}
.addrLeft {
	float:left;
	margin-right:45px;
}
.clearBoth {
	clear:both;
}
/* Header and Logo  404x30 */
#header h1 {
	float:left;
	width:489px;
	height:48px;
	margin-top:20px;
	background:url(../images/logo_new.png) top left no-repeat;
}
#header p {
	margin-left:750px;
	height:62px;
	width:228px;
	background:url(../images/tagline.png) bottom left no-repeat;
}
#rotator ul {
	margin-left:15px;
}
/* Global Nav */
#globalNav ul {
	margin-left:0px;
	list-style:none;
}
#globalNav li {
	list-style-type:none;
	float:left;
}
#globalNav a {
	display:block;
	height:32px;
}
#globalNav #home a {
	width:165px;
	background:url(../images/navSprite.jpg) 0px -32px no-repeat;
}
#globalNav #aboutus a {
	width:163px;
	background:url(../images/navSprite.jpg) -165px -32px no-repeat;
}
#globalNav #solutions a {
	width:163px;
	background:url(../images/navSprite.jpg) -328px -32px no-repeat;
}
#globalNav #customers a {
	width:163px;
	background:url(../images/navSprite.jpg) -491px -32px no-repeat;
}
#globalNav #press a {
	width:163px;
	background:url(../images/navSprite.jpg) -654px -32px no-repeat;
}
#globalNav #contactus a {
	width:163px;
	background:url(../images/navSprite.jpg) -817px -32px no-repeat;
}
#globalNav #home a:hover {
	background-position: 0px -64px;
}
#globalNav #aboutus a:hover {
	background-position: -165px -64px;
}
#globalNav #solutions a:hover {
	background-position: -328px -64px;
}
#globalNav #customers a:hover {
	background-position: -491px -64px;
}
#globalNav #press a:hover {
	background-position: -654px -64px;
}
#globalNav #contactus a:hover {
	background-position: -817px -64px;
}
#pageHome #globalNav #home a {
	background-position: 0px 0px;
	cursor: default;
}
#pageAboutus #globalNav #aboutus a {
	background-position: -165px 0px;
	cursor: default;
}
#pageSolutions #globalNav #solutions a {
	background-position: -328px 0px;
	cursor: default;
}
#pageCustomers #globalNav #customers a {
	background-position: -491px 0px;
	cursor: default;
}
#pagePress #globalNav #press a {
	background-position: -654px 0px;
	cursor: default;
}
#pageContactus #globalNav #contactus a {
	background-position: -817px 0px;
	cursor: default;
}

/* Sub Nav */
#subNav {
	margin-left:-15px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
#subNav span {
	width:170px;
	height:32px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}
#subNav .first {
	margin-left:-12px;
	margin-top:-8px;
	padding-left:12px;
	padding-top:8px;
	background:url(../images/subnavCorners.gif) no-repeat top left;
	*background:none;
	z-index:1000;
}

#subNav a {
	display:block;
	width:170px;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.2em;
	text-indent:12px;
	background:url(../images/subnavSprite.gif) repeat-x;
	background-position: 0px -32px;
}
#subNav li {
	display:inline;
}
#subNav .selected a {
	background-position: 0px 0px;
}
#subNav a:hover, #subNav .selected a {
	color:#FFCC33;
}


/* Typography */
body {
	font-size: 62.5%;   /* 1em = 10pt */
}
a {
	font-family:Verdana, Geneva, sans-serif;
	color:#004286;
}
p, li, td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:10px;
}
#pageAboutus em {
	font-size:1.2em;
	line-height:1.2em;
	font-style:italic;
}
.boldit {
	font-weight:bold;
}
strong {
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
}
.final {
	margin-bottom:20px;
}
#columnFour .final {
	margin-bottom:40px;
}
#columnFour table {
	margin-bottom:15px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	color:#666666;
	margin-bottom:10px;
}
.CollapsiblePanel h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	margin-bottom:1px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;
}

#columnOne a, #columnTwo a, #columnThree a, #columnFour a {
	float:right;
}
ul {
	margin-left:22px;
	margin-bottom:10px;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}


/* Login */
#customerLogin table {
	margin-bottom:9px;
}
#customerLogin td {
	vertical-align:middle;
	text-align:right;
}
form td {
	vertical-align:middle;
	text-align:left;
}
#customerLogin input, form input {
	margin-left:5px;
	width:130px;
}