html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
  background: #9c9c9c;
  font: normal 12px Verdana, Tahoma, Helvetica, Arial, sans-serif;
  color: #333;
  }
  
a img {border: none;}  
  

a {
  text-decoration: none; 
  color: #0071b6;
  }

a:hover {
  text-decoration: underline;
  color: #000;
  }  

/*
a:visited {
  color: #b400ff;
  }  
*/


ul li, ol li, p {
  font-size: 12px;
  margin: 0 0 10px 0;
  }  

ol, ul {
  padding: 0 0 0 20px;
  margin: 0;
}  
  
h1, h2, h3, h4 {
  font: normal 12px Helvetica, Arial, Verdana, sans-serif;
  margin: .5em 0;
  padding: 0;
  }

h1 {
  font-size: 16px;
  font-weight: normal;
/*   color: #fff; */
  text-shadow: 1px 1px 2px #666;
  margin: 0 0 10px 0;
  }

h2 { 
  font-size: 16px;
  color: #0071b6;
  margin: 0 0 0 0;
  font-weight: bold;
  }

h3 {
  font: bold 14px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #333;
  }

h4 {
  font: bold 12px Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #333;
  }

#container {
  width: 900px;
  margin: 0 auto;
  position: relative;

}

#content {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; 
  -webkit-box-shadow: 0 0 10px #333; 
  -moz-box-shadow: 0 0 10px #333; 
  overflow: auto;
  height: 1%;
  }


#footer {
  text-align: center;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0 0 20px 0;
  width: 100%;
  line-height: 1.5em;
  }  

#footer a {
  color: #fff;
  }  

 
#header {
  position: relative;
  height: 130px;
  background: url(../images/header-bg.gif) no-repeat;
  -webkit-box-shadow: 0 0 20px #333; 
  -moz-box-shadow: 0 0 20px #333; 
  }  
  
#logo {
  margin: 10px 0px 0px 15px;
  }  
  
#nav {
  position: absolute;
  background: url(../images/nav-bg.gif) repeat-x;
  bottom : 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 34px;
}  
  
#nav li {
  list-style: none;
  float:left;
  margin: 0;
  padding: 0;
  } 
  
  
#nav li a{
  height: 34px;
  display: block;
  }
  
#nav li a span{ display: none;}
    
#nav li a:hover { background-position: 0 -34px; }   
#nav li a.on { background-position: 0 34px; }   

#nav-home a { 
  background-image: url(../images/nav-home.gif); 
  width: 57px;
  } 

#nav-about a { 
  background-image: url(../images/nav-about.gif); 
  width: 61px;
  } 

#nav-services a { 
  background-image: url(../images/nav-services.gif); 
  width: 72px;
  } 

#nav-clients a { 
  background-image: url(../images/nav-clients.gif); 
  width: 113px;
  } 

#nav-awards a { 
  background-image: url(../images/nav-awards.gif); 
  width: 68px;
  } 

#nav-contact a { 
  background-image: url(../images/nav-contact.gif); 
  width: 76px;
  } 
       
#dlButton {
  margin: 4px 20px 0 0 ;
  }

#dlButton a {
  height: 25px;
  float:right;
  margin: 0 0 0 10px;
  }

#dlButton a span {display: none}
#dlButton a:hover { background-position: 0 -25px; }   

#dlButton .wp {
  background: url(../images/bu-whitepaper.png) no-repeat;
  width: 132px;
  }
  
#dlButton .cs {
  background: url(../images/bu-schraft.png) no-repeat;
  width: 229px;
  }
       
       
       
/* ! HOME */

#tagline {
  width: 437px;
  margin: 16px auto;
  display: block;
  }

#flash {
  margin: 0 0 0 19px;
  }
  
#homeBuckets {
  margin: 0 0 10px 5px;
  }
  
#homeBuckets .item {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 20px 0 0 12px;
  padding: 0 15px 0 15px;
  background: url(../images/homebucket-bg.gif) no-repeat bottom;
  position: relative;
  height: 235px;
 } 
 
#homeBuckets .item {
  *display: inline;
  }
  
#homeBuckets .item p {
  font-size: 11px;
  line-height: 1.5em;
  }

#homeBuckets .homeBu {
  float: right;
  position: absolute;
  right: 8px;
  bottom: 13px;
  }
 
#homeBottom {
  background-color: #084c7f; 
  overflow: auto;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; 
  padding: 0 0 18px 0;
  height: 1%;
  }
   
.greybox {
  background: #e5e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  width: 47%; 
  height: 225px; 
  float: left;
  margin: 30px 0 0 17px;
  display:inline;
  position: relative;
  }

.greybox h3 {
  color: #e6e2e2;
  position: absolute;
  left: 2px;
  top: -16px;
  width: 100%;
  }

.greybox h3 span a {
  text-transform: capitalize;
  font-weight: normal;
  float:right;
  margin: 3px 8px 0 0;
  *margin: -14px 8px 0 0;
  color: #e6e2e2;
  font-size: 11px;
  }

.greybox h3 span a:hover {
  color:#fff;
  }


.greybox p {
  margin: 8px 10px 0 10px;
  padding: 0 0 8px 0;
  border-bottom: 1px dashed #666;
  color: #333;
  }

.greybox .item {
  float:left;
  margin: 10px 20px 20px;
  display:inline;
  position: relative;
  width: 160px;
  }

#fancybox-outer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  -webkit-box-shadow: 0 0 20px #111; 
  -moz-box-shadow: 0 0 20px #111; 
}

#whitepaper {
  font: normal 14px Helvetica, Arial, sans-serif;
  }  

#whitepaper ul {
  }

#whitepaper p.note {
  font: normal 11px Helvetica, Arial, sans-serif;
  color: #333 !important;
  margin: 10px 10px 0 10px;
  float:left;
  }
      
#whitepaper .curveBox {
  margin: 0 10px 0 10px;
  clear:left;
  height: 220px;
  }        
      
#whitepaper form li {
  display: inline-block;
  }

#whitepaper form li {
  *display: inline;
  }


      
#whitepaper form #submit {
  float: none;
  margin: -10px 0 0 5px;  
  }

#whitepaper form .text {
  width: 290px;
  }

#whitepaper form .text.error {
  border: 2px solid red;
  }     

#whitepaper form label.error {
  display:none !important;
  }     


/* ! About */

#aboutBox {
  padding: 20px;
  }


.aboutTabs {
	border: 1px solid #d1e4f2;
  -webkit-border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0;	
  background-color:#fff;
  background: url(../images/about-gradient.gif) repeat-x bottom;
  overflow: auto;
  _height: 1%;
  }


div.aboutTabs .tab {
	padding: 20px;
	min-height:200px;
	font-size:14px;
}
       

ul.tabs { 
	list-style:none; 
	margin: 0 ; 
	padding:0;	
	height:31px;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	margin:0 3px 0 0 !important;
	list-style-image:none !important; 
}

ul.tabs a { 
	float:left;	 
  font: normal 15px Helvetica, Arial, sans-serif;
	text-shadow: -1px -1px 1px #333;
	display:block;
	height: 30px;  
	line-height:29px;
	text-align:center;	
	text-decoration:none;
	color: #fff;
	padding: 0 19px;
	margin: 0;	
	position:relative;
	top:1px;
	background: #1064a8;
	border-top: 1px solid #1064a8;
	border-left: 1px solid #1064a8;
	border-right: 1px solid #1064a8;
  }

ul.tabs a:visited { color: #fff} 


.first a {
	-webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
}
.tabs .last a {
	-webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;

}

ul.tabs a:active {
	outline:none;		
}

ul.tabs a:hover {
	color:#afdef2;
	text-decoration: none;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
	background: #fff;
	text-shadow: 1px 1px 2px #888;
	border-top: 1px solid #d1e4f2;
	border-left: 1px solid #d1e4f2;
	border-right: 1px solid #d1e4f2;
	height: 30px;  
}
 

#accordion {
  margin: 20px;
  padding: 15px;
	border: 1px solid #d1e4f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/about-gradient.gif) repeat-x bottom;
  }
       
#accordion h2 {
  background: url(../images/about-accordion-hed.gif) right no-repeat;
  font-size: 14px;
  padding: 5px 5px 3px 8px;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
  cursor: pointer;
  }

#accordion h2:hover {
  text-decoration: underline;
  }

#accordion h2.current {
  background: url(../images/about-accordion-hed-down.gif) right no-repeat;
  }

#accordion .pane {
  display: none;
	border: 1px solid #d1e4f2;
  background: #fff;
  overflow: auto;
  _height: 1%;
  padding: 10px 10px 0 10px;
/*   max-height: 220px; */
  }


#accordion ul {
  margin: 0 0 0 20px;
  padding:  0 0 0 20px;
  
  }

#accordion .pane img {
  float: left;
  margin: 2px 20px 10px 0;
  }
       
#our-approach  {
  overflow: auto;
  _height: 1%;
  }

#our-approach p  {
  font-size: 14px;
  line-height: 1.6em;
  color: #0165a2;
  }

#col {
  float:left;
  width:240px;
  margin: 0 37px 0 0;
  }
  
#col img {
  margin: 0 0 20px 0;
  }  

#our-approach ol {
  width: 490px;
  margin: 0 0 0 260px;
  *width: 465px;
  *padding: 0 0 0 30px;
  color: #0074ae;
  font-size: 11px;
  line-height: 1.3em;
  }

#our-approach ol span {
  color: #333;
  }
  
#tics-news div {
  border-bottom: 1px dashed #666;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  overflow: auto;
  }  
  
#tics-news span {
  font-style: italic;
  }
  
#testimonials img {
  margin: 5px 0 25px 0;
  }  
  

/* !CLIENTS AND WORK */

#clientsBox {
/*   width:860px; */
  height:550px;
  position: relative;
  margin: 20px;
  padding: 5px;
	border: 1px solid #d1e4f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/about-gradient.gif) repeat-x bottom;
  }
  

#clientToggle {
  position: absolute;
  right: 15px;
  top:10px;
  }  
  
#clientToggle a span { display:none}

#cList {
  float:left;
  background: url(../images/clients-list-bu.gif) no-repeat 0 -24px;
  width: 41px;
  height: 24px
  }

#cList.current, #cIcon.current {
  background-position: 0 0;
  }


#cIcon {
  float:left;
  background: url(../images/clients-icons-bu.gif) no-repeat  0 -24px;
  width: 40px;
  height: 24px
  }

h2.pageHed  {
  font: normal 16px Georgia, Times, serif;
  color: #003b5f;
  padding: 20px 0 0 0;
  margin: 0 40px;
  }

#clientsBox #logos  {
  padding: 50px 0 0 25px;
  text-align: center;
  }

#clientsBox #logos a {
  display: inline-block;
  margin: 0px 55px 40px 0px;
  vertical-align: middle;
  }
  
#clientsBox #logos a {
  *display: inline;
  }

#clientList {
  display: none;
  }

#clientList .item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #136eb7;
  padding: 5px;
  margin: 15px 10px;
  overflow: auto;
  height: 1%;
  
}
  
#clientList .item img {
  float: left;
  margin: 5px 10px 5px 5px;
  }

#clientList .item p {
  float: left;
  }

#clientList .item p.project {
  padding-top:5px;
  color: #fff;
  width: 165px;
  }

#clientList .item a {
  color: #fff;
  text-decoration: underline;
  }


#clientList .item p.description {
  float: right;
  width: 475px;
  margin: 0;
  background: #fff;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;  
  min-height: 60px;
  height:auto !important;
  height: 60px;
  line-height: 1.3em;
  font-size: 11px;
  }


#clientList .slide {
  float:left; 
  }

#clientNav { 
  position: absolute;
  bottom: 10px;
  left: 355px;
  width: 142px;
  }

#clientPager {
  border-top: 1px solid #d1e4f2;
  border-bottom: 1px solid #d1e4f2;
  background: #fff;
  height: 27px;
  text-align: center;
  float:left;
  padding: 0 10px;
  width: 80px
  }

#clientPager a{
  background: url(../images/nav-dot.gif) no-repeat;
  width: 10px;
  height: 10px;
  float:left;
  margin: 8px 3px 0 6px
  }

  
#clientPager a.current {
  background: url(../images/nav-dot-current.gif) no-repeat;
}  
  

.backward, .forward {
  cursor: pointer;
  width: 20px;
  height: 29px;
/*   margin:0 1px; */
  }

#back {
  float:left;  
  margin:0 1px 0 0;
  }

#fwd {
  float:right;  
  width: 20px;
  height: 29px;
/*   margin:0 0 0 1px; */
}

#back .backward {
  background: url(../images/prev.gif) no-repeat;
  float:left;
  
  }
  
#fwd .forward {
  background: url(../images/next.gif) no-repeat;
  float:right;
  }

#back .disabled {
  background: url(../images/prev-off.gif) no-repeat ;
  }

#fwd .disabled {
  background: url(../images/next-off.gif) no-repeat;
  }


/* !CONTACT */


#contactBox .curveBox {
  height: 540px;
  *margin: 0 0 20px 0;
  }
  
#left {
  width: 365px;
  float: left;
  margin: 18px 0px 20px 30px;
  display: inline;
  }

#right {
  width: 445px;
  float: left;
  margin: 18px 0px 20px 30px;
  }

#address {
  margin: 10px 0;
  padding: 10px;
}  

#address img {
  float:left;
  margin: 0 10px 0 0;
  }

#left iframe {
  margin: 15px 0 10px 10px;
  border: 1px solid #666;
}

form ul {
  margin: 0;
  *margin: 10px 0 0 0;
  padding: 10px;
  *padding: 0 10px;
}

form ul li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  }

form ul li {
 *display: inline;
 }

form label {
  font-weight: bold;
  }

form input.text {
  border: 1px solid #838383;
  padding: 4px;
  width: 180px;
  margin: 0 10px 10px 0;
  }

form input.textShort {
  border: 1px solid #838383;
  padding: 4px;
  width: 90px;
  margin: 2px 10px 0 0;
  }

form textarea {
  width: 400px;
  height:130px;
  *height:100px;
  margin: 2px 0 5px 0;
  }
       
#submit {
  float:right;
  margin: -25px 25px 15px 0;
  }       
     
.error {
  margin: -8px 0 5px 0;
  padding: 0;
  display: block;
  font-size: 11px;
  color: red;
  width: 200px;
  }     
     
form span {color: #000;}     

form .text.error {
  border: 2px solid red;
  }     

p.rule {
  border-bottom: 1px dashed #ccc;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  }


/* AWARDS */

.curveBox {
	border: 1px solid #d1e4f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  overflow: auto;
  background: url(../images/about-gradient.gif) repeat-x bottom #fff;
  height: 1%;
  }

#aboutBox .curveBox {
  margin: 0 0 15px 0;
  padding: 10px;
  background-image: none;
  }


#awards div.item {
  display: inline-block;
  vertical-align: bottom;
  margin: 10px 0 10px 15px;
  width: 180px;
  text-align: left;
  }    

#awards div.item {
  *display: inline;
  }


#awards div.item p {
  text-align: left;
  }

#awards div.item img {
  max-width: 170px;
  }

#awards .col {
  float: left;
  width: 375px;
  margin: 0 10px 0 0;
  font-size: 11px;
  }

#awards .col p, #awards .item p {
  font-size: 11px;
  }

#awards h3 {
  margin: 0 0 2px 3px;
  }     
  
  
  
/* White Paper */

#wpContent {
  margin: 20px;
/*   padding: 15px; */
/* 	border: 1px solid #d1e4f2; */
/*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/about-gradient.gif) repeat-x bottom;
*/
  }
       
#wpContent h5 {
  font-size: 12px;
  margin: 25px 0 0 0;
  }
       
#wpContent p.note {
  font-size: 11px;
  font-style: italic;
  }
       
             
.wpNav {
  float: left;
  list-style: none;
  margin: 0 20px 10px 0;
  padding: 0;
  width: 200px;
  background: #d8e9f3;
  }  

.wpNav li {
  margin: 0 0 0 0;
  padding: 0;
}  

.wpNav li a {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #d8e9f3;
  border-top: 1px solid #d8e9f3;
}

.wpNav li a.current, .wpNav li a:hover {
  background: #e6f2f8;
  border-top: 1px solid #d1e4f2;
  border-bottom: 1px solid #d1e4f2;
  text-decoration: none;
  color: #333;
  }




.wpTabs {
  margin-left: 230px;
  }
  
.wpTabs ol,
.wpTabs ul {
  margin: 10px 0 20px 10px;
  }  
  
.insetBox {
  background: #e6f2f8;
  border: 1px solid #d1e4f2;
  margin: 20px 0;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  clear:right;
  }  
  
.wpTabs h1 {
  color: #4b458b;
  text-shadow: none;
  font-weight: bold;
  font-size: 20px;
  }
    
.insetBox {
  overflow: auto;
  height: 1%;
  }

.insetBox h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #4b458b;
  }
    
.left {
  float:left;
  margin: 0 10px 10px 0;
  }
  
.right {
  float:right;
  margin: 0 0 10px 10px;
  }  
  
blockquote  {
  color: #666;
  font: normal 14px/20px Georgia, Times, serif;
  }  

  
