/* general tag styles */

body {
	font:14px Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: #fff;
	padding: 0;
	margin: 0 10px;
	text-align: center;
}

p, td, li, dt, label {
	font-size: .75em;
	line-height: 130%;
}

p.intro {
	font-size: .8em;
	line-height: 150%;
	padding-top:10px;
}

p.small {
	font-size: .6em;
	line-height: 140%;
}

li p, li li, td p, td td {
	font-size: 1em;
}

td, dl, li, form, div, img {
	padding: 0;
	border: 0;
	margin: 0;
}

ul {
	padding: 0 0 5px 0;
	border: 0;
	margin: 0;
}

ul ul {
	padding: 5px 0 5px 0;
}

ul li {
	list-style: none;
	vertical-align: top;
	background: url(../images/gen-bullet.gif) top left no-repeat;
	padding: 0 0 3px 10px;
}

ol {
	padding: 0 0 5px 0;
	margin:  0 0 0 22px;
}

ol ol {
	padding: 5px 0 5px 0;
	margin:  0 0 0 22px;
}

ol li {
	padding: 0 0 5px 0;
}

ol ol li {
	list-style-type: lower-roman;
}

ol li p, ul li p {
	padding: 0;
}

li, td {
	line-height: 130%;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

h1 {
	color: #059;
	font-size: 1.5em;
	border-bottom:1px solid #5aaedc;
	font-style:normal;
}

h2 {
	color: #059;
	font-size: 1.2em;
	border-bottom:1px solid #5aaedc;
}

h3 {
	color: #333;
	font-size: .8em;
}

h3.dotted {
	color: #015a9b;
	font-size: .75em;
	background: url(../images/h-divider.gif) top left repeat-x;
	padding: 7px 0;
	margin: 12px 0 0 0;
}

h4 {
	font-size: .75em;
}

h5 {
	color: #999;
	font-size: .7em;
}

h6 {
	font-size: .7em;
	font-weight: normal;
}

input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding: 0;
	margin: 0;
} 
 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #fff;
}

a:link, a:visited, a:active {
	color: #5baddf;
	text-decoration: none;
}

a:hover {
	color: #5baddf;
	text-decoration: underline;
}

label {
	color: #666;
	font-weight: bold;
}

p label {
	font-size: 1em;
}

label span {
	font-weight: normal;
}


/* tabular data cell styles */

td {
	text-align: left;
	vertical-align: top;
}

td.lm {
	text-align: left;
	vertical-align: middle;
}

td.lb {
	text-align: left;
	vertical-align: bottom;
}

td.ct {
	text-align: center;
	vertical-align: top;
}

td.cm {
	text-align: center;
	vertical-align: middle;
}

td.cb {
	text-align: center;
	vertical-align: bottom;
}

td.rt {
	text-align: right;
	vertical-align: top;
}

td.rm {
	text-align: right;
	vertical-align: middle;
}

td.rb {
	text-align: right;
	vertical-align: bottom;
}


/* hide */

.hide {
	display: none;
}


/* bold */

.boldit {
	font-weight: bold;
}


/* non-bold */

.normalize {
	font-weight: normal;
}


/* center */

.centerit {
	text-align: center;
}



/* white */

.ko {
	color: #fff;
}


/* gray */

.gray6 {
	color: #666;
}

.gray9 {
	color: #999;
}

.grayC {
	color: #ccc;
}


/* error message */

.error {
	color: #c00;
	font-weight: bold;
	display: block;
}


/* no wrapping */

.no-wrap {
	white-space: nowrap;
}


/* no padding */

.no-pad {
	padding: 0;
	margin: 0;
}


/* floated images */

.img-flush-left {
	float: left;
	padding: 0;
	margin: 0 12px 5px 0;
}

.img-flush-right {
	float: right;
	padding: 0;
	margin: 0 0 5px 12px;
}

.img-flush-left-border {
	float: left;
	padding: 0;
	border: 1px solid #f0f0f0;
	margin: 0 12px 5px 0;
}

.img-flush-right-border {
	float: right;
	padding: 0;
	border: 1px solid #f0f0f0;
	margin: 0 0 5px 12px;
}

.img-flush-left-caption {
    float: left;
    padding: 0;
    margin: 0 12px 10px 0;
}

.img-flush-left-caption p {
	color: #666;
    padding: 5px 5px 0 5px;
    margin: 0;
}

.img-flush-right-caption {
    float: right;
    padding: 0;
   	margin: 0 0 10px 12px;
}

.img-flush-right-caption p {
	color: #666;
    padding: 5px 5px 0 5px;
    margin: 0;
}


/* bordered images */

.border-f0 {
	border: 1px solid #f0f0f0;
}


/* clear float */

div.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}

p.clearit {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

p.clearit-tall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0 0 20px 0;
	margin: 10px 0 0 0;
}


/* horizontal divider */

div.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider.gif) top left repeat-x;
	padding: 0;
}

p.h-divider {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider.gif) top left repeat-x;
}

p.h-divider-tall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider.gif) top left repeat-x;
	padding: 0 0 20px 0;
	margin: 10px 0 0 0;
}

div.h-divider-ko {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider-ko.gif) top left repeat-x;
	padding: 0;
}

p.h-divider-ko {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: url(../images/h-divider-ko.gif) top left repeat-x;
}


/* main container */ 

#main-container {
	text-align: left; 
	margin: 0 auto;
	width: 798px;
}

#logo-print {
	display: none;
}


/* main logo and search area */ 

#logo-login {
	width: 798px;
	height: 90px;
	background: url(../images/logo-login-back.jpg) top left no-repeat;

}

#logo {
	float: left;
	width: 415px;
	margin: 24px 10px 0 15px;
	padding: 0 0 0 0;

}

#login {
	float: right;
	text-align: right;
	width: 300px;
	height: 90px;
	margin: 0px 10px 0px 2px;
}

#usr {
	width: 100px;
	height: 12px;
	background: url(../images/usr-back.gif) top left no-repeat;
	padding: 2px;
}

#pw {
	width: 100px;
	height: 12px;
	background: url(../images/pw-back.gif) top left no-repeat;
	padding: 2px;
}

#login-go {
	width: 200px;
	height: 30px;
	float:right;
}

#twitter {
	width:200px;
	height: 30px;
	font-weight: bold;
	float:right;
}

#chat {
	height: 30px;
	width:280px;
	float:right;

}

#customer-login {
	margin-bottom: -3px;
}

#request-newsletter {
	float: right;
	width: 121px;
	padding: 27px 0 0 10px;
}


#request-chat {
	clear:right;
	float: right;
	width: 280px;
	height: 20px;
	overflow:hidden;	
}

/* home flash */ 

#home-flash {
	padding: 0 0 1px 0;
	background: url(../images/home-flash-back.gif) bottom left repeat-x;
}


/* main navigation */ 

#nav {
	padding: 0;
	clear:left;
	z-index:50;
}

#nav-bottom {
	padding: 0 0 14px 0;;
}


/* dropdown menus */

.subnav {
	width: 177px;
	margin-top: -20px;
	position: absolute;
	display: none;
}

.subnav-bottom {
	padding: 0;
}

.subnav ul {
	width: 172px;
	padding: 0 4px 0 1px;
	background: url(../images/dropdown-back.png) top left repeat-y;
}

.subnav ul li {
	list-style: none;
	width: 141px;
	background: url(../images/s.gif) top left no-repeat;
	padding: 7px 11px 7px 20px;
	margin: 0;
}
	
.subnav ul li.subnav-divider {
	width: 167px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	padding: 0 2px 0 3px;
	margin: 0;
}

#sub-solutions {
	margin: 0 0 0 82px;
	z-index: 101;
}

#sub-insights {
	margin: 0 0 0 255px;
	z-index: 102;
}

#sub-newsroom {
	margin: 0 0 0 407px;
	z-index: 102;
}

#sub-customer {
	margin: 0 0 0 386px;
	z-index: 103;
}

#sub-about {
	margin: 0 0 0 537px;
	z-index: 104;
}

#sub-sales {
	margin: 0 0 0 624px;
	z-index: 105;
}

.subnav ul li.dr-off {
	background: #fff;
}

.subnav ul li.dr-on {
	background: #fa8919;
}

.subnav ul li.dr-select {
	background: #fa8919;
}

.subnav ul li.dr1-off {
	background: #fff url(../images/dropdown-back-off.jpg) top left repeat-x;
}

.subnav ul li.dr1-on {
	background: #fa8919 url(../images/dropdown-back-on.jpg) top left repeat-x;
}

.subnav ul li.dr1-select {
	background: #fa8919 url(../images/dropdown-back-on.jpg) top left repeat-x;
}

.subnav ul li.dr-off a, .subnav ul li.dr1-off a {
	color: #005999;
	text-decoration: none;
}

.subnav ul li.dr-on a, .subnav ul li.dr-select a, 
.subnav ul li.dr1-on a, .subnav ul li.dr1-select a {
	color: #fff;
	text-decoration: none;
}


/* main content areas */

.content-l {
	float: left;
	width: 554px;
	padding: 0 15px 0 17px;
	margin: 0;
	overflow: hidden;
}

.content-full {
	float: left;
	width: 766px;
	padding: 0 15px 0 17px;
	margin: 0;
	overflow: hidden;
}

.content-r {
	float: left;
	width: 212px;
	padding: 0;
	margin: 0;
}

.content-r_joc {
	float: left;
	width: 212px;
	padding: 0;
	margin: 0;
}


/* floated areas */

.area-162-14 {
	float: left;
	width: 162px;
	padding: 0 14px 0 0;
}

.area-169 {
	float: left;
	width: 169px;
}

.area-169 h2{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.area-169-22 {
	float: left;
	width: 169px;
	padding: 0 22px 0 0;
}

.area-169-22 h2{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.area-15-176-9 {
	float: left;
	width: 176px;
	padding: 10px 9px 0 18px;
}

.area-15-176-9 h2{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.area-176 {
	float: left;
	width: 176px;
	padding: 10px 0 0 0;
}

.area-176 h2{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.area-176-9 {
	float: left;
	width: 176px;
	padding: 10px 9px 0 0;
}

.area-176-9 h2{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.area-186 {
	float: left;
	width: 184px;
	padding: 10px 0 0 0;
}
.area-186-9 {
	float: left;
	width: 184px;
	padding: 10px 9px 0 0;
}

.area-330 {
	float: left;
	width: 330px;
}


/* callouts */

.content-r p, .content-r h3 {
	color: #fff;
	font-size: .6em;
}

.content-r a:link, .content-r a:visited, .content-r a:active {
	color: #2657ac;
	text-decoration: none;
}

.content-r a:hover {
	color: #2657ac;
	text-decoration: underline;
}



.content-r_joc p, .content-r_joc h3 {
	color: #fff;
	font-size: .6em;
}

.content-r_joc p a:link, .content-r_joc p a:visited, .content-r_joc p a:active {
	color: #ED373B;
	text-decoration: none;
}

.content-r_joc p a:hover {
	color: #ED373B;
	text-decoration: underline;
}



.callout-grey {
	background: #4C4C4C;
	padding: 20px 14px 10px 14px;
}
.callout-grey2 {
	background: #373737;
	padding: 20px 14px 10px 14px;
}


.callout-blue {
	background: #75bce2;
	padding: 20px 14px 10px 14px;
}

.callout-blue2 {
	background: #62adda;
	padding: 20px 14px 10px 14px;
}

.callout-blue-pattern {
	background: #044680 url(../images/callout-blue-pattern-back.gif) top left no-repeat;
	padding: 20px 14px 10px 14px;
}

.callout-orange-pattern {
	background: #f8983e url(../images/callout-orange-pattern-back.gif) top left no-repeat;
	padding: 20px 14px 10px 14px;
}

p.callout-divider {
	clear: both;
	font-size: 1px;
	line-height: 6px;
	padding: 0;
}

#callout-newsletter-request p {
	line-height: 100%;
}

#email {
	width: 138px;
	height: 15px;
	background: url(../images/newsletter-email-back.gif) top left no-repeat;
	padding: 2px;
	border: 1px solid #afa37d;
}

#newsletter-go {
	width: 28px;
	height: 17px;
	margin-bottom: -3px;
}

/* footer */

#footer {
	margin: 15px 12px;
}

#footer-print {
	display: none;
}


/* information request form */

p.info-asterisk {
	float: left;
	width: 10px;
}

p.info-label {
	float: left;
	width: 215px;
	margin: 0 10px 0 0;
}

p.info-field {
	float: right;
	width: 310px;
}

#info input.long {
	width: 302px;
	height: 12px;
	background: #fbfbfb;
	padding: 2px;
	border: 1px solid #ccc;
}

#info input.short {
	width: 100px;
	height: 12px;
	background: #fbfbfb;
	padding: 2px;
	border: 1px solid #ccc;
}

#info input.checkbox {
	width: 12px;
	height: 12px;
	background: #fff;
	padding: 0;
	border: 0;
}


/* misc */

p.link-arrow {
	font-size: .6em;
	background: url(../images/arrow-link.gif) top left no-repeat;
}

p.link-arrow a {
	padding: 0 0 0 16px;
	display: block;
}

p.link-arrow-ko {
	font-size: .6em;
	background: url(../images/arrow-link-ko.gif) top left no-repeat;
}

p.link-arrow-ko a {
	padding: 0 0 0 16px;
	display: block;
}

p.link-arrow-ko a:link, p.link-arrow-ko a:visited, p.link-arrow-ko a:active, p.link-arrow-ko a:hover {
	color: #fff;
}

p.link-arrow-orange {
	font-size: .6em;
	background: url(../images/arrow-link-orange.gif) top left no-repeat;
}

p.link-arrow-orange a {
	padding: 0 0 0 16px;
	display: block;
}

p.link-arrow-orange a:link, p.link-arrow-orange a:visited, p.link-arrow-orange a:active, p.link-arrow-orange a:hover {
	color: #9d4505;
}

ul.link-arrow li {
	font-size: .6em;
	background: url(../images/arrow-link.gif) top left no-repeat;
}

ul.link-arrow li a {
	padding: 0 0 0 6px;
	display: block;
}

.margin-l-3 {
	margin-left: -3px;
}

.content-r span.more-arrow {
	color: #2657ac;
}

.box-intro {
	background: #f9f9f9;
	padding: 18px 20px 8px 20px;
	border: 1px solid #dce5e6;
	margin: 0 0 30px 0;
}

.box-intro p {
	font-size: .8em;
	line-height: 150%;
}

.pad5b {
	padding: 0 0 2px 0;
}

.quote {
	font-style: italic;
}



