 /*div { border: 1px solid #FF0000; } */

/*###################### reset ######################*/

* { margin: 0px; padding: 0px; }
#left li { margin: 0px 0px 10px 20px; line-height: 1.5em; }
#pagebody ul { margin-bottom: 20px; }


/*###################### top-level elements ######################*/

body {
	font-family: Arial; 
	font-size: 12px; 
	line-height: 1.8em; 
	color: #666;
	background: #FFF url(../images/bg.jpg) top center no-repeat;
}

body#home { background: #FFF url(../images/bg-home.jpg) top center no-repeat; }

/* ####################### page structure ####################### */

#wrapper { 	
	margin: 0 auto 0px auto;
	width: 960px; 
	position: relative;
}
	#home #wrapper { margin-bottom: 0px; }

#header {
	/*height: auto;*/
	width: 960px;
	margin: 0 auto;
	height: 145px;
	position: relative;
}

#logo { 
	position: absolute;
	top: 40px;
	left: 20px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 195px;
	height: 92px;
	overflow: hidden;
}

a#contact { 
	position: absolute;
	top: 10px;
	left: 895px;
	background: url(../images/b-contact.png);
	text-indent: -9999px;
	width: 53px;
	height: 17px;
	overflow: hidden;
	z-index: 200;
}

a#careers { 
	position: absolute;
	top: 10px;
	left: 825px;
	background: url(../images/b-careers.png);
	text-indent: -9999px;
	width: 53px;
	height: 17px;
	overflow: hidden;
	z-index: 200;
}

#pagebody { 
	width: 920px; 
	margin: 5px auto 0px auto;
	padding: 10px 0px 90px 40px;
	float: left;
	position: relative;
	background: url(../images/bg-pagebody.jpg) top right repeat-y;
}
	#home #pagebody { 
		width: 100%; 
		height: auto;
		float: left;
		padding: 0px;
		margin: 0px;
		background: url(../images/home-bg-columns.gif) top center repeat-y;
		color: #9EAAB1;
		}
		
#pagebodybottom { width: 960px; height: 20px; background: url(../images/bg-pagebody-bottom.jpg) no-repeat;  clear: both; }

#pageheadline {	
	width: 880px;
	height: 50px;
	padding: 40px;
	vertical-align: middle;
	margin-top: 30px;
}

#left {
	width: 580px;
	float: left;
	padding: 20px 0px 0px 0px;
	/*vertical-align: top;*/

}

#right {
	width: 252px;
	margin: -14px 0px 0px 662px;
	background: url(../images/bg-subnav.jpg) top left no-repeat;
	/*margin-left: 40px;	
	padding: 15px 0px 45px 0px;
	vertical-align: top;*/
}

#extras {
	background-image: url(../images/bg-gettingstarted.png);
	padding: 30px;
}

#footer {
	width: 900px;
	height: 26px;
	padding: 30px;
	margin: 0px auto 0px auto;
	color: #999999;
	font: 9px Tahoma;
	clear: both;
}
	#footer a {  }
	#footer a:hover {  }

#home-intro { width: 940px; height: 191px; padding-left: 20px; margin: 0 auto; }
#home-strip { height: 69px; width: 100%; background: url(../images/home-strip.gif) top center no-repeat; }
#home-contentstable { width: 920px; margin: 5px auto 20px auto; }
	#home-contentstable td { vertical-align: top; }
	#home-contentstable a { text-decoration: none; color: #9EAAB1; line-height: 1.6em; }
		#home-contentstable a:hover { text-decoration: underline; }

/*###################### font styles ######################*/

p { margin: 20px 0px 20px 0px; }
h1 { font: bold 70px TradeGothic; color: #FFF; letter-spacing: -1px; }
h2 { font: bold 24px TradeGothic; color: #B8C606; letter-spacing: -1px; }
h3 { font: bold 16px TradeGothic; color: #B8C606; line-height: 110%; margin-bottom: 15px; letter-spacing: -.3px; margin-top: 20px; }
h4 { font: bold 16px TradeGothic; color: #B8C606; line-height: 100%; margin: 5px 0px 5px 0px; letter-spacing: -.3px;  }
h5 { font: bold 16px TradeGothic; color: #FFF; line-height: 120%; margin: 3px 0px 2px 0px; letter-spacing: -.3px; }
h6 { font: bold 17px TradeGothic; color: #FFF; line-height: 100%; margin-bottom: 5px; padding: 0px; height: 25px; letter-spacing: -.2px; }

#left li { list-style-type: circle; }

.blue { color: #305F92; }
.white { color: #FFFFFF; }
.small { font: 11px Arial; line-height: 140%; }
.smallest { font: 10px Tahoma; line-height: 120%; }
.lessleading { line-height: 120%; }

.headline { font-weight: bold; text-align: center; text-transform: uppercase; }
.subhead { font-style: italic; text-align: center; }

/*###################### miscellaneous ######################*/

img#logo-print { display: none; }
a img { border: 0px; }
.clear { clear: both; }
.floatright { float: right; margin: 0px 0px 20px 20px; }
.pagetitlespacer { display: block; height: 140px; }

a.rollover { border: 1px solid #FFF; display: block; }
a:hover.rollover { border: 1px solid #CFD67A; }

.padded-10 { padding: 10px; }
.padded-20 { padding: 20px; }
.padded-sidesonly { padding: 0px 20px 0px 20px; }
.padded-left { padding-left: 20px; }
.padded-right { padding-right: 20px; }
.padded-topbottom { padding: 20px 0px 20px 0px; }
.padded-top { padding-top: 20px; }
.padded-bottom { padding-bottom: 20px; }
.bg-green { background: #FAFBF4; }
.bg-black { background-image: url(../images/bg-black-50percent.png); }

.bordered-a { border: 1px solid #292E05; }
.bordered-dullwhite { border: 1px solid #999; }
.border-bottom { border-bottom: 1px solid #666; }

#home input, #home textarea { margin: 14px 0px 0px 0px; }

#formContact input, #formContact textarea { border: 1px solid #4A4C38; padding: 5px 6px 0px 3px; font: 10px Tahoma; color: #666666; width: 200px; height: 17px; }
	#formContact textarea { height: 100px;  }
	#formContact #send { width: 45px; border: 0px; }
	#formContact .submit { height: 22px; width: 47px; border: 0px; padding: 0px; }
	

#home-contentstable a.button-a{ 
	padding: 4px 16px 4px 16px; 
	font: bold 11px Arial narrow; 
	color: #FFF;
	background-color: #DD9322; 
	overflow: visible; /* otherwise IE7 doesn't respect the padding setting */
	}
#home-contentstable a.button-a:hover { background-color: #E6AC57; text-decoration: none; }


/* ####################### links ####################### */

a, a:visited { color: #3E6B82; line-height: 130%; text-decoration: underline; cursor: pointer; }
a:active,a:hover { color: #000; text-decoration: underline; }

a.undecorated, a.undecorated:visited { color: #145B70; text-decoration: none; }
a.undecorated:active,a.undecorated:hover { color: #000; text-decoration: underline; }

.linkWhite, .linkWhite:visited { color: #FFF; font: 11px Arial; line-height: 1.5em; text-decoration: none; }
.linkWhite:hover, .linkWhite:active { color: #FC0; text-decoration: underline; }

.linkBlue, .linkBlue:visited { color: #4A6179; font: 12px Tahoma; line-height: 130%; text-decoration: underline; }
.linkBlue:hover, .linkBlue:active { color: #AA0000; text-decoration: underline; }

.linkSmall, .linkSmall:visited { color: #FFF; font: 10px Tahoma; line-height: 1.5em; text-decoration: none; }
.linkSmall:hover, .linkSmall:active { text-decoration: underline; }

.linkGreySmall, .linkGreySmall:visited { color: #666666; font: 10px Tahoma; line-height: 170%; text-decoration: none; }
.linkGreySmall:hover, .linkGreySmall:active { text-decoration: underline; font-weight: bold; }


/*###################### left ######################*/

#subnav {
	width: 238px;
	padding: 0px 0px 30px 0px; 
	margin: 0px 0px 60px 20px;
	/*background-image: url(../images/bg-subnav.png);*/

}

#subnav ul {
	width: 195px;
	margin: 0px;
	padding: 85px 0px 0px 12px;
	list-style-type: none;
}

#subnav ul li { 
	padding: 3px 0px 1px 0px; 
	margin: 0px; 
	width: 185px;
}

#subnav ul a {
	color: #95A500;
	text-decoration:none;
	padding: 2px 0 2px 0px;
	display: block;
	width: 145px;
	/*background: 0px 9px url(../images/bullet1.gif) no-repeat;*/

}
#subnav ul a:hover {
	text-decoration:none;
	font-weight: bold;
}



/* ####################### pagetitles ####################### */

#about #pageheadline { background-image: url(../images/t-about.png); }
#leadership #pageheadline { background-image: url(../images/t-leadership.png); }
#technology #pageheadline { background-image: url(../images/t-technology.png); }
#products #pageheadline { background-image: url(../images/t-products.png); }
#partnerships #pageheadline { background-image: url(../images/t-partnerships.png); }
#news #pageheadline { background-image: url(../images/t-news.png); }
#contact #pageheadline { background-image: url(../images/t-contact.png); }
#careers #pageheadline { background-image: url(../images/t-careers.png); }


/* ####################### table & table cell formats ####################### */

.tablePadded-a td { padding: 2px 10px 0px 0px; vertical-align: top; }

.tablePadded-b { margin-top: 10px; }
.tablePadded-b td { padding: 0px 10px 5px 0px;  vertical-align: top; }

.tablePadded-c td { padding: 0px 10px 10px 0px;  vertical-align: top; }

.tablePadded-d td { padding: 10px 10px 10px 0px;  vertical-align: top; }

.tablePadded-e td, .tablePadded-f td { padding: 4px 10px 1px 10px;  vertical-align: top; }
	.tablePadded-e h2, .tablePadded-e h4, .tablePadded-e h5, .tablePadded-e h6 { padding: 0px; margin: 0px; }

#tableHome { width: 920px; }
#tableHome td { padding: 20px; }
	#tableHomeleft { width:  }
	#tableHomeright {  }

#tableHomenews td { padding: 5px 0px 5px 0px; }

.tablePipeline td { border: 1px dotted #FFFFFF; font: 12px Arial; padding: 2px 0px 2px 0px; vertical-align: middle; }
.tablePipeline thead td { color: #FFFFFF; padding: 5px; text-align: center; }
.tablePipeline p { margin: 5px 10px 5px 5px; color: #333; }


/* ####################### inset gallery ####################### */

#insetgallery-plain { float: right; margin: 0px 0px 20px 30px; background-image: url(../images/bg-black-50percent.png);  } 
#insetgallery-plain td { padding: 15px; }

#insetgallery-threelines { margin-top: -90px; }
#insetgallery-fourlines { margin-top: -120px; }
#insetgallery-fivelines { margin-top: -150px; }
#insetgallery-sixlines { margin-top: -180px; }
#insetgallery-sevenlines { margin-top: -210px; }


/* ####################### callouts ####################### */

.calloutpadding { margin: 30px 0px 30px 0px; }

#calloutLatestNews {
	font-size: 11px;
	line-height: 1.1em;
	color: #FFF;
	text-decoration: none;
}
	#calloutLatestNews td { padding: 10px 20px 5px 20px; }
	#calloutLatestNews a { color: #FFF; font: 11px Arial; line-height: 1.3em; text-decoration: none; }
	#calloutLatestNews a:hover { color: #FC0; text-decoration: underline; }

	#calloutLatestNews a.small { font: 10px Tahoma;  }
	#calloutLatestNews a.small:hover { color: #FC0;}


.callout-yellow-a { background:url(../images/bg-yellow-40percent.png); }



/* ####################### vendor rollovers ####################### */

div.vendor {
	float: left;
	margin: 0 6px 6px 0;
	padding: 0;
	width: 206px;
	height: 113px;
}
div.vendor a {
	display: block;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	width: 206px;
	height: 113px;
	overflow: hidden;
	background: #000;
}
div.vendor img {
	position: absolute;
	top: 0;
	left: 0;
	height: 113px;
	width: 206px;
	margin: 0px;
	padding: 0px;
}




/* ####################### slider ####################### */

#slider{ 

	border: 1px solid #E3E3E3;
	margin-bottom: 60px;
	}	
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}	
#slider, #slider li{ 
	height:480px;
	width:624px;
	overflow:hidden;
	}	
#slider img { 
	display: block;
	padding: 20px;
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left: 10px;
	top:561px;
	overflow: hidden;
	}	
#nextBtn{ 
	left:665px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(../images/slider/btn_prev.gif) no-repeat 0 0;
	text-indent: -9000px;
	}	
#nextBtn a{ 
	background:url(../images/slider/btn_next.gif) no-repeat 0 0;	
	}								

											

.col strong, .full strong{
	padding:0 2px;
	background:#f1f1f1;
	}
.col a, .full a{
	font-weight:bold;
	text-decoration:underline;
	}		


.full ul, .full li{
	margin:0;
	padding:0;
	list-style:none;
	}
.full li{
	padding:3px 15px;
	background:#f1f1f1;
	margin-bottom:1px;
	}		
