body{
	background: #fff url(../img/bg-repeat-x.png) repeat-x;
}
.widget-button a:hover, #utility-nav a:hover, .logo a:hover{
	border:none;
}

input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

hr.dotted {background: transparent url(../img/hr-dot-repeat-x.png) repeat-x bottom left;color:transparent;border:none;height:1px;margin:0 30px 10px 30px;}

/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
.txtleft {text-align:left;}
.txtright {text-align:right;}


#wrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	height:122px;
	width:1000px;
	background: transparent url(../img/header-notch.png) no-repeat 71px 88px;
	position:relative;
	z-index:500;
}
.logo{
	position:absolute;
	top:20px;
	left:30px;
}
#utility-nav{
	position:absolute;
	top:10px;
	right:30px;
}
#utility-nav .social-icons {margin-right:10px;}
#nav{
	padding:55px 0 0 200px;
	}
#nav ul{
}
#nav li{
	float:left;
	display:inline;
	padding:4px 10px 3px 10px;
	background: transparent url(../img/nav-divider.png) no-repeat;
	}
#nav li:first-child{
	background:none;
}
#nav li a:hover{
	border:none;
	margin-top:-2px;
}

a.nav-what-we-do {
	background: #fff url(../img/nav-what-we-do-off.png) no-repeat; 
	width:80px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-what-we-do {
	background: #fff url(../img/nav-what-we-do-on.png) no-repeat; 
}

a.nav-our-solutions {
	background: #fff url(../img/nav-our-solutions-off.png) no-repeat; 
	width:99px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-our-solutions {
	background: #fff url(../img/nav-our-solutions-on.png) no-repeat; 
}

a.nav-clients {
	background: #fff url(../img/nav-our-clients-off.png) no-repeat; 
	width:82px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-clients {
	background: #fff url(../img/nav-our-clients-on.png) no-repeat; 
}

a.nav-resources {
	background: #fff url(../img/nav-resources-off.png) no-repeat; 
	width:75px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-resources {
	background: #fff url(../img/nav-resources-on.png) no-repeat; 
}

a.nav-about-us {
	background: #fff url(../img/nav/about-us-off.png) no-repeat; 
	width:69px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-about-us {
	background: #fff url(../img/nav/about-us-on.png) no-repeat;
}

a.nav-product-service-offering {
	background: #fff url(../img/nav/product-service-off.png) no-repeat; 
	width:153px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-product-service-offering {
	background: #fff url(../img/nav/product-service-on.png) no-repeat; 
}

a.nav-industry {
	background: #fff url(../img/nav/industries-off.png) no-repeat; 
	width:80px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-industry {
	background: #fff url(../img/nav/industries-on.png) no-repeat; 
}

a.nav-tradingpartners-network {
	background: #fff url(../img/nav/tradingpartners-network-off.png) no-repeat; 
	width:99px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-tradingpartners-network {
	background: #fff url(../img/nav/tradingpartners-network-on.png) no-repeat; 
}

a.nav-contact-us {
	background: #fff url(../img/nav/contact-us-off.png) no-repeat; 
	width:84px; 
	height:21px;
	text-indent:-3000px;
}

a:hover.nav-contact-us {
	background: #fff url(../img/nav/contact-us-on.png) no-repeat; 
}

/* nav drop down */
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	display:inline;
}
ul.topnav li {
	float: left;
	display:inline;
	margin: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.subnav{
	background-color:#FFF;
}
#nav li li{
	background:none;
}
ul.topnav li a{
	display: block;
	text-decoration: none;
	float: left;
	font-weight:normal;
}
ul.topnav li a:hover{}
  
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 2px; top: 28px;
	margin: 0; padding: 0;
	display: none;
	float: left;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding:1px 10px !important;
	width:125px;
	clear: both;
}

html ul.topnav li ul.subnav li a {
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5f6062;
	padding: 5px 0 5px 0;
	/*width: 145px;*/
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#f57b20;
	padding: 7px 0 5px 0;
}

ul.topnav li ul.subnav li ul.subnav {
	list-style: none;
	position: relative; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 0;
	margin: 0; padding: 0;
	display: block;
	float: none;
}
ul.topnav li ul.subnav li ul.subnav li{
	margin: 0; 
	padding:0;
	width:auto;
	clear: both;
}

/* Popout Navigation Styles */
li.popout ul.subnav.level-1 {position:absolute !important;left:145px !important;background-color:#fff !important;padding:10px;}
li.popout ul.subnav.level-2 {position:absolute !important;left:72px !important;background-color:#fff !important;width: 175px;padding:10px;}
  
  /* For testing....
  li.popout ul.subnav.level-1, li.popout ul.subnav.level-2, li.popout ul.subnav.level-3 {border:1px solid red;}
  */

/* nav down down */
	
#content{
	position:relative;
	z-index:30;}
.home-center-stage{
	margin-bottom:0;
	}
#flash{
	float:left;
	display:inline;
	width:664px;
	height:368px;
	margin-left:24px;
	padding-bottom:7px;
	}

#sidebar-wrapper {
  position:relative;
  float:right;
  width:271px;
  margin-top:7px;
  margin-right:29px;
  }
  #sidebar-wrapper hr {background-color:#CCC;height:1px;border:none;margin:0;}

#sidebar-wrapper a#btn-homepage-contact-form {position:absolute;top:97px;left:70px;z-index:1000;}
#sidebar-wrapper a#btn-homepage-contact-form:hover {text-decoration:none;border-bottom:none;}

#cta-container {background: url(../img/bg-home-cta.png) no-repeat 0 0;width:270px;height:321px;}
#cta-container li{
  display:none;
  font-size:20px;
  font-weight:bold;
  color:#00245f;
  text-align:center;
  width:270px;
  margin:80px auto 0 auto;
}
  #cta-container p.first {}
  #cta-container p.second {margin-top:130px;}
  #cta-container p sup {font-size:.6em;}

.testimonial{
	float:right;
	display:inline;	
	width:271px;
	height:320px;
	margin: 0;
	position:relative;
	/*display:none;*/
	}
.home-widgets{
	margin-left:30px;
}
.widget{
	width:271px;
	float:left;
	display:inline;
	position:relative;
	line-height:15px;
}
.widget-wide .widget{
	width:370px !important;
	margin: 0 15px;
}
.widget-content{
	margin-top:19px;
	background:#cdcdcd url(../img/widget-bg-repeat-x.png) repeat-x;
	min-height:140px;
	}
.widget-content p, .widget-content ul{
	margin: 0 15px 25px 15px;
	padding-top: 15px;
}
.widget-content li{
	margin-bottom:4px;
}
.widget-narrow .widget-content img{
	margin-right:10px;
	padding:0;
	display:inline;
	float:left;
}
.widget-content img{
	padding:0;
	display:inline;
	float:left;
}
.widget-wide .widget-content p{
	margin:0px 15px;
}

.testimonial .widget-title{
	position:absolute;
	top:0;
	left:0;
	background:none;
	background-color:#fff;
	height:21px;
	width:100%;
	padding-top:4px;
	}
.testimonial .widget-title h4{
	margin-left:8px;
}
.testimonial .widget-content img{
	margin:0;
	display:block;
}
.testimonial .widget-notch{
	background:transparent url(../img/testimonial-notch.png) no-repeat;
	position:absolute;
	top:25px;
	left:0;
	height:8px;
	width:8px;
}
.testimonial .widget-content{
	background:none;
}
.testimonial-quote{
  height:236px;
	background: transparent url(../img/bg-comment-bubble.png) no-repeat top left;
	padding:55px 20px 0 40px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f1f1f1;
	line-height:16px;
	}
.testimonial-quote p {margin:0;}	

.testimonial-name{
	font-size:13px;	
	}

ul.client-savings {list-style:none;color:#0f2f66;}
ul.client-savings li {display:inline;margin-right:10px;}

.widget-button{
	position:absolute;
	right:5px;
	bottom:8px;
	}
	.testimonial .widget-button{
	  bottom:10px;
  }
  
.widget-button img{
	margin:0 4px 0 0 !important;
	border:none !important;
}
.widget-title{
	position:absolute;
	top:0;
	left:0;
	background:transparent url(../img/widget-headline-repeat-x.png) repeat-x;
	height:23px;
	width:100%;
	padding-top:2px;
	}
.widget-title h5{
	margin-left:8px;
}
.widget-notch{
	background:transparent url(../img/widget-notch.png) no-repeat;
	position:absolute;
	top:19px;
	left:0;
	height:8px;
	width:8px;
}
#sub-nav-log-in{
	width:145px;
	float:left;
	display:inline;
	margin:15px 0 15px 30px;
	position:relative;
	padding-bottom:10px;
}
.login-form td{
	padding: 10px 5px 10px 0;
}
#sub-nav{
	width:140px;
	float:left;
	display:inline;
	margin:15px 0 15px 30px;
	position:relative;
	background: transparent url(../img/hr-dot-repeat-x.png) repeat-x bottom left;
	padding-bottom:10px;
}
.sub-nav-content{
	background:transparent url(../img/sub-nav-bg-repeat-x.png) repeat-x;
	padding-top:28px;
	min-height:80px;
	}
#sub-nav h5 a, #sub-nav h5 a:hover{color:#fff;}
#sub-nav li{
	padding:5px 0 5px 0px;
	}
#sub-nav li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5f6062;
	display:block;
	padding-left:10px;
	}
#sub-nav li a.current{
	border:none;
	background-color:#fff;
	color:#F57B20;
}
#sub-nav li a:hover{
	border:none;
	color:#f57b20;	
	background-color:#fff;
}
.sub-nav-title{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-top:2px;
	height:21px;
	background-color:#f57b20;
	}	 
.sub-nav-notch{
	height:8px;
	width:8px;
	background:transparent url(../img/sub-nav-notch.png) no-repeat;
	position:absolute;
	top:23px;
	left:0;
}

/*  
  .sub-nav-content.product-service-offering {padding-top:42px;}
  .sub-nav-content.product-service-offering + .sub-nav-title {height:36px;}
  .sub-nav-content.product-service-offering + .sub-nav-title .sub-nav-notch {top:38px;}  
  
  .sub-nav-content.tradingpartners-network {padding-top:42px;}
  .sub-nav-content.tradingpartners-network + .sub-nav-title {height:36px;}
	.sub-nav-content.tradingpartners-network + .sub-nav-title .sub-nav-notch {top:38px;}  
*/
	
#sub-nav h5{
	margin-left:8px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#sub-nav ul.subnav {}
  #sub-nav ul.subnav li {padding:0 0 0 15px;}

#widget-rail{
	float:left;
	display:inline;
	width:140px;
	margin:15px 0;
}
#widget-rail .widget{
	margin-bottom:20px;
}
#footer{
	clear:both;
	margin:24px 0;
	font-size:11px;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 730;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 800;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../js/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 790;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 800;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 800;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 800;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../js/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 881;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 811; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 812; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../js/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../js/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 770;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 770;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../js/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 800;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../js/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../js/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../js/fancybox/fancy_title_right.png') repeat-x;
}

/**** Feedburner styles ****/
div.feedburnerFeedBlock ul {
margin-left:0 !important;
padding-left:0 !important;
list-style-type: none !important;
}

div.feedburnerFeedBlock ul ul {
list-style-type: disc !important;
}

div.feedburnerFeedBlock ul ol {
list-style-type: decimal !important;
}

div.feedburnerFeedBlock ul li span.headline {
   font-weight:bold;
   font-size:14px;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.feedburnerFeedBlock ul li p.feedItemAuthor {
   font-style: italic;
}
div.feedburnerFeedBlock ul li p.date {
   font-style: italic;
}



/* Hompage -----------*/
.home-widgets .widget-1 .widget {width:271px;}
.widget-wide .widget {width:330px !important;}
.home-widgets .widget-3 .widget {width:311px;}

.home-widgets .widget-content {height:169px;overflow:none !important;}

.home-widgets span#text-pager a.active_text {color:#00204e}

#recent-tweets ul.tweet_list li {position:relative;}
#recent-tweets ul.tweet_list li.tweet_first {padding-bottom:5px;border-bottom:1px solid #999;}
#recent-tweets ul.tweet_list li.tweet_even {padding-top:5px;}
#recent-tweets span.tweet_time {display:none;}

#case-studies-homepage {}
  #case-studies-homepage img {float:left;margin: 10px;}
  
.home-widgets #case-studies-homepage-pager {text-align:right;}
.home-widgets #case-studies-homepage-pager a {text-indent:-3000px;display:block;height:6px;width:6px;background:#333;margin-left:2px;}
.home-widgets #case-studies-homepage-pager a.activeSlide {background:#f57a1f;}
