/*========================================================


/* CSS Document - Sentec CSS*/
/*orange:#FD8000
  font colour:#3b3b3b*/

body
{
	background:#fff;
}
div
{
	font-family:Verdana, Arial, serif;
	font-size:12px;
	color:#3b3b3b;
}
strong{
	
}
/*Styles*/
.clear
{
	clear:both;
}
a:link
{
  	text-decoration:underline;
	color:#FD8000;
}
a:visited
{
  	text-decoration:underline;
	color:#003366;
}
a:hover
{
  	text-decoration:underline;
	color:#FD8000;
}
a:active
{
  	text-decoration:underline;
	color:#FD8000;
}


a.arrowlink, a.arrowlink:hover
{
  	text-decoration:underline;
	color:#FD8000;
	background:transparent url(/cssimages/arrow.gif) no-repeat 0px 3px;
	padding:5px 0px 5px 25px;
}
p
{
	padding:4px 0px 4px 0px;
	margin:0px 0px 3px 0px;
}
ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

dl, dt, dd{
	margin:0;
}

#pagecontent ul{
	margin:0 0 0 15px;
}
#pagecontent li {
	line-height: 1.5em;
}
#pagecontent ul
{
	margin-left:5px;
}
#pagecontent ul li
{
	background:transparent url(/cssimages/bullet.gif) no-repeat 0px 8px;
	padding:5px 0px 5px 20px;
}
.searchbox
{
	width:100px;
	height:15px;
	border:1px solid #3b3b3b;
	margin:0px 10px 0px 0px;
	padding-bottom:2px;
	position:relative;
	top:1px;
}
h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#3b3b3b;
	padding:5px 0px 5px 0px;
	margin:0px;
}
h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FD8000;
	padding:5px 0px 5px 0px;
	margin:0px;
}
h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FD8000;
	padding:5px 0px 0px 0px;
	margin:0px ;
}
h4
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FD8000;
	padding:5px 0px 0px 0px;
	margin:0px ;
	display:inline
}
h1.intro
{
	position:relative;
	top:10px;
	margin-left:20px;
	z-index:9;
}
h1.intro a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	color:#3b3b3b;
}
/*Nav*/
#navigation ul
{
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
}
#navigation ul li
{
	position:relative;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navigation ul li a
{
	color:#3b3b3b;
	text-decoration:none;
	font-size:14px;
	display:block;
	width:95px;
	padding:8px 0px 10px 40px;
}
#navigation ul li.first a
{
	padding:8px 0px 10px 45px;
	width:90px;
}
#navigation ul li.about a
{
	padding:8px 0px 10px 30px;
	width:105px;
}
#navigation ul li.products a
{
	padding:8px 0px 10px 35px;
	width:100px;
}
#navigation ul li.consulting a
{
	padding:8px 0px 10px 30px;
	width:105px;
}
#navigation ul li.news a
{
	padding:8px 0px 10px 48px;
	width:85px;
}
#navigation ul li.last a
{
	padding:8px 0px 10px 43px;
}

#navigation ul li.last a
{
	padding:8px 0px 10px 43px;
}

#navigation ul li.first a.on
{
	background:transparent url(/cssimages/first_on.png) no-repeat 0px 0px;
}
#navigation ul li.mid a.on
{
	background:transparent url(/cssimages/mid_on.png) no-repeat 0px 0px;
}
#navigation ul li.last a.on
{
	background:transparent url(/cssimages/last_on.png) no-repeat top right;
}


/*subnav*/
#navigation ul.subnav
{
	display: none;
	position: absolute; 
	top: 1em;
	left: 0px;
	z-index:2000;
}

#navigation li > ul 
{
	top: auto;
	left: auto;
	z-index:3500;
}
#navigation li:hover ul, #nav li.over ul
{
	position:absolute;
	display:block;
	margin-top:23px;
	width:135px;
	padding:0px 0px 10px 0px;
	background: transparent url(/cssimages/subnav_sml.gif) bottom left no-repeat;
	font-size:12px;
	z-index:3000;
}
#navigation li.last:hover ul
{
	position:absolute;
	display:block;
	margin-top:23px;
	width:149px;
	padding:0px 0px 10px 0px;
	background: transparent url(/cssimages/subnav_sml.gif) bottom left no-repeat;
	font-size:12px;
	z-index:3000;
}
#navigation li:hover ul li, #nav li.over ul li
{
	margin:0px;
	padding:0px;
	display:block;

}
#navigation li:hover ul li a, #nav li.over ul li a
{
	padding:5px 15px 4px 15px;
	display:block;
	font-size:12px;
	
}
#navigation ul li ul.subnav li
{
	
	
	display:block;
}
#navigation ul li ul.subnav li a:hover
{
	text-decoration:underline;
	display:block;
}
#navigation ul.subnav li ul
{
	display:none;
	border-top:1px solid #d6d6d6;
	position:absolute;
	top:-23px;
	left:134px;
}
#navigation ul.subnav li:hover ul,
#navigation ul.subnav li.over ul
{
	display:block;
}

/*Nav
#navigation ul
{
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
}
#navigation ul li
{
	position:relative;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#navigation ul li a
{
	color:#3b3b3b;
	text-decoration:none;
	font-size:14px;
	display:block;
	padding:8px 40px 10px 40px;
}

#navigation ul li.first a.on
{
	background:transparent url(/cssimages/first_on.png) no-repeat 0px 0px;
	padding:8px 40px 10px 40px;
}
#navigation ul li.mid a.on
{
	background:transparent url(/cssimages/mid_on.png) no-repeat 6px 0px;
	padding:8px 40px 10px 40px;
}
#navigation ul li.last a.on
{
	background:transparent url(/cssimages/last_on.png) no-repeat 10px 0px;
	padding:8px 40px 10px 40px;
}
/*subnav
#navigation ul.subnav
{
	display: none;
	position: absolute; 
	top: 1em;
	left: 5px;
	z-index:2000;
}

#navigation li > ul 
{
	top: auto;
	left: auto;
	z-index:3500;
}
#navigation li:hover ul, #nav li.over ul
{
	position:absolute;
	display:block;
	margin-top:23px;
	width:149px;
	padding:0px 0px 10px 0px;
	background: transparent url(/cssimages/subnav.gif) bottom left no-repeat;
	font-size:12px;
	z-index:3000;
}
#navigation li.last:hover ul, #nav li.over ul
{
	position:absolute;
	display:block;
	margin-top:23px;
	width:149px;
	padding:0px 0px 10px 0px;
	background: transparent url(/cssimages/subnav_last.gif) bottom left no-repeat;
	font-size:12px;
	z-index:3000;
}
#navigation li:hover ul li, #nav li.over ul li
{
	margin:0px;
	padding:0px;
	display:block;

}
#navigation li:hover ul li a, #nav li.over ul li a
{
	padding:5px 20px 4px 20px;
	display:block;
	font-size:12px;
	
}
#navigation ul li ul.subnav li
{
	background:transparent url(/cssimages/bullet.gif) no-repeat 10px 7px;
	padding-left:12px;
	display:block;
}
#navigation ul li ul.subnav li a:hover
{
	text-decoration:underline;
	display:block;
}
*/

/* Layout ID's */
#pagecontrol 
{
	width: 970px;
	margin: 0 auto;
	background:transparent url(/cssimages/bgslice.png) repeat-y 0px 0px;
	border-top:1px solid #CDCEDA;
	border-bottom:1px solid #CDCEDA;
}
#contentholder
{
	width:948px;
	margin: 0 auto;
	padding:10px 0px 5px 0px;	
}
#branding
{
	height:120px;
}
#brand
{
	position:relative;
	float:left;
	left:20px;
	top:10px;
	width:120px;
}
#login
{
	position:relative;
	float:right;
	width:380px;
	height:30px
}
#login form
{
	display:inline;
}
.searchbtn
{
	position:relative;
	top:6px;
}

#strapline
{
	position:relative;
	float:right;
	top:45px;
	margin-right:10px;
	font-size:20px;
	clear:right;
	color:#000;
	height:42px;
	background:transparent url(/cssimages/strapline.png) no-repeat 1px bottom;
}


#hpbanner {
	position:relative;
	float:right;
	top:15px;
	margin-right:2px;
	clear:right;
	height:73px;
}




#navigation
{
	height:35px;
	background:transparent url(/cssimages/nav.png) no-repeat 0px 0px;
}
#masthead
{
	margin-top:10px;
	background:transparent url(/cssimages/welcome.jpg) no-repeat 0px 0px;
	width:948px;
	height:218px;
	margin-left:10px;
	z-index:10;
}
#masthead_txt
{
	position:relative;
	top:35px;
	width:490px;
	height:120px;
	margin:0px 0px 0px 30px;
	font-size:14px;
	z-index:15;
}
#masthead h1
{
	visibility:hidden;
	z-index:8;
	
}
#masthead h2
{
	font-size:14px;
	color:#fff;
	margin-bottom:0px;
	padding-bottom:5px;
	z-index:16;
}

#masthead_txt p
{
	font-size:14px;
	color:#fff;
	margin-bottom:0px;
	padding-bottom:0px;
	z-index:16;
}
#intro span
{
	position:relative;
	top:54px;
	left:325px;
}

.intro_txt
{
	position:relative;
	top:40px;
	left:5px;
	width:180px;
	height:110px;
}
#consulting
{
	position:relative;
	float:left;
	margin-top:25px;
	left:50px;
	height:230px;
	width:447px;
	background:transparent url(/cssimages/consulting.jpg) no-repeat 0px 0px;
}
#products
{
	position:relative;
	float:left;
	margin-top:25px;
	left:25px;
	height:230px;
	width:447px;
	background:transparent url(/cssimages/products.jpg) no-repeat 0px 0px;
}

#hiring
{
	position:relative;
	float:left;
	margin:25px 0px 25px 0px;
	left:25px;
}

#hiring_top
{
	background:transparent url(/cssimages/hiring_top.png) no-repeat 0px 0px;
	height:11px;
	width:274px;
	padding:0px;
	margin:0px;
}
#hiring_body
{
	background:transparent url(/cssimages/hiring_slice.png) repeat-y 0px 0px;
	width:274px;
	padding:0 0 5px;
}
#hiring_content
{
	width:234px;
	margin:0px 0px 0px 20px;
	padding:0px;
}
#hiring_content ul
{
	list-style-type:none;
	padding-bottom:10px;
}
#hiring_content ul li
{
	list-style-type:none;
	padding:8px 0px 8px 0px;
}
#hiring_bottom
{
	background:transparent url(/cssimages/hiring_bottom.png) no-repeat 0px 0px;
	height:11px;
	width:274px;
}
#news
{
	position:relative;
	float:left;
	margin:25px 0px 25px 12px;
	left:21px;
}
#news_top
{
	background:transparent url(/cssimages/news_top.png) no-repeat 0px 0px;
	height:11px;
	width:637px;
}
#news_body
{
	background:transparent url(/cssimages/news_slice.png) repeat-y 0px 0px;
	width:637px;
}
#news_content
{
	width:600px;
	margin-left:20px;
	padding-bottom:15px;
}
#news_content a
{
	margin-left:500px;
}
#news_content h3 a
{
	padding-top:5px;
	margin-left: 0px;
}
#news_bottom
{
	background:transparent url(/cssimages/news_bottom.png) no-repeat 0px 0px;
	height:11px;
	width:637px;
}

/*===================================================================
CONTACT FORM
===================================================================*/
dl#contact_form{
	margin:20px 0 20px 0;
}

dl#contact_form dt{
	width:150px;
	float:left;
	clear:both;
	margin:5px 0 5px 0;
}

dl#contact_form dd{
	float:left;
	margin:5px 0 5px 0;
	width: 400px;
}
.fields
{
	width:200px;
}

#footer 
{
	height:108px;
}

#welcome #footer 
{
	margin: 0px 11px 10px 11px;
}

#footerleft
{
	position:relative;
	background:transparent url(/cssimages/footerleft.png) no-repeat 0px 0px;
	height:108px;
	width:7px;
	float:left;
}
#footercontent
{
	position:relative;
	float:left;
	background:transparent url(/cssimages/footerslice.png) repeat-x 0px 0px;
	height:108px;
	width:934px;
}
#footer_logo
{
	float:left;
	margin:20px 0px 0px 15px;
}
#footer_text
{
	position:relative;
	float:left;
	margin:25px 0px 0px 30px;
}
#footerright
{
	position:relative;
	background:transparent url(/cssimages/footerright.png) no-repeat 0px 0px;
	height:108px;
	width:7px;
	float:right;
}
#footer_text ul li
{
	display:inline;
	font-size:11px;
	
}
#footer_text ul li a
{
	color:#3b3b3b;
	text-decoration:none;
	padding:0px 5px 15px 0px;
}
#footer_text ul li a:hover
{
	color:#3b3b3b;
	text-decoration:underline;
}
p.footertxt
{
	font-size:11px;
	padding:20px 0px 0px 0px;
}
p.footersubtxt
{
	font-size:10px;
}
.footerFL
{	
	float:right;
	margin:30px 15px 0px 0px; 
	text-align:right;
}
a.FLlink
{
	font-size:9px;
	color:#848B91;
	text-decoration:none
}

/* Additional for secondary pages*/
#masthead2
{
	width:948px;
	height:133px;
	background:transparent url(/cssimages/masthead2.jpg) no-repeat 0px 0px;
	margin-top:10px;
}
#breadcrumb
{
	position:relative;
	top:107px;
	margin-left:15px;
}
a.bc_home, a.bc_next
{
	color:#fff;
	text-decoration:none;
}
a.bc_home:hover, a.bc_next:hover
{
	color:#fff;
	text-decoration:underline;
}
a.bc_home
{
	padding-left:15px;
	background:transparent url(/cssimages/bc_home.gif) no-repeat 0px 2px;
}
a.bc_next
{
	margin-left:10px;
	padding-left:10px;
	background:transparent url(/cssimages/bc_next.gif) no-repeat 0px 3px;
}
#pagecontent
{
	position:relative;
	float:left;
	width:610px;
	margin:25px 0px 25px 0px; 
	background:transparent url(/cssimages/fade.png) no-repeat top left;
	padding:0px 30px 0px 20px;
}
#col2
{
	position:relative;
	float:left;
	width:260px;
	margin-top:30px;
}
.rh
{
	position:relative;
	margin:0px 0px 20px 20px;
}

.rh_top
{
	background:transparent url(/cssimages/rh_top.png) no-repeat 0px 0px;
	height:11px;
	width:240px;
	padding:0px;
	margin:0px;
}
.rh_body
{
	background:transparent url(/cssimages/rh_slice.png) repeat-y 0px 0px;
	width:240px;
}
.rh_content
{
	width:195px;
	margin:0px 0px 0px 20px;
	padding:0px;
}
.rh_content H2
{
	color:#3b3b3b
}

.rh_content img
{
	margin:10px 0px 10px 21px;
	z-index:20;
}
.img_frame
{
	position:absolute;
	top:25px;
	left:41px;
	z-index:1000;
}
.rh_content p
{
	margin:0px;
	font-size:12px;
	width:160px;
}
#col2 .rh .rhbody .rh_content p:nth-child(2n) {color:red;}

.rh_content ul
{
	padding-bottom:15px;
}
.rh_content li
{
	padding:4px 0px 4px 0px;
}
.rh_bottom
{
	background:transparent url(/cssimages/rh_bottom.png) no-repeat 0px 0px;
	height:11px;
	width:240px;
	clear:left;
}

/*===================================================================
SUBNAV
===================================================================*/
#sub_navigation ul li li{
	padding-left:20px;
}

#subnav li.subnav_level_1 a {
	margin: 3px;
}

#subnav li.subnav_level_2 a {
	margin: 3px;
	width: 160px;
	margin-left: 23px;
}

#subnav li.subnav_level_3 a {
	margin: 3px;;
	width: 140px;
	margin-left: 43px;	
}

#breadcrumb a {
	color: #FFF;
}

/*===================================================================
My Account
===================================================================*/
.overview_box {
	float: left;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	min-width:150px;
}
#my_account {
	position:relative;
	float:left;
	width:890px;
	margin:30px 30px 25px 25px;
}

.green_header_bar {
	border: 1px solid #FE9A50;
	background-color: #FEBF92;
	color: #000;
	padding: 7px 20px 7px 20px;
	clear:both;
	margin: 10px 0px 20px 0px;
}

#my_account .modify_form dt {
	clear:left;
	float:left;
	width:180px;
	padding: 0px 0px 10px 10px;
}

#my_account .modify_form dd {
	float:left;
	margin: 0px 0px 15px 0px;
	width:450px;
}

.account_nav {
	float:left;
	margin: 0px 10px 0px 0px;
	width:300px;
	border: 1px solid #999;
	background-color: #EBEBEB;
}
.account_nav_header
{
	background-color:#999999;
	color:#fff;
	font-weight:bold;
	height:24px;
	padding:8px 0px 0px 10px;
}
.account_nav a {
	color: #000;
}

.account_nav li {
	padding: 5px 0px 5px 10px;
}
.account_nav li a
{
	color:#666666;
	text-decoration:none;
}

.modify_form {
	float:left;
	width:420px;
	padding-left:20px;
}

#sidebar{
	float:left;
	width:274px;
	position:relative;
	left:25px;
	margin:25px 0;
}
#sidebarnew{
	float:right;
	width:274px;
	margin:25px 20px 25px 0px;
	
}
#sidebar .box_container{
	margin:0 0 8px 0;
}

#sidebar .box_container .top{
	background:transparent url(/cssimages/hiring_top.png) no-repeat 0px 0px;
	height:11px;
	width:274px;
}

#sidebar .box_container .content{
	background:transparent url(/cssimages/hiring_slice.png) repeat-y 0px 0px;
	width:234px;
	padding:0 20px 5px;
}

#sidebar .box_container .bottom{
	background:transparent url(/cssimages/hiring_bottom.png) no-repeat 0px 0px;
	height:11px;
	width:274px;
}

#sidebar .box_container_lrg .top{
	background:transparent url(/images/news-top.png) no-repeat 0px 0px;
	height:11px;
	width:353px;
}

#sidebar .box_container_lrg .content{
	background:transparent url(/images/news-slice.png) repeat-y 4px 0px;
	width:353px;
	padding:0 20px 5px 25px;
}

#sidebar .box_container_lrg .newsholder{
	width:294px;
	margin-left:5px;
}
#sidebar .box_container_lrg .bottom{
	background:transparent url(/images/news-bottom.png) no-repeat 0px 0px;
	height:11px;
	width:353px;
}



#sidebar #industry .top{background:transparent url(/cssimages/industry_top.png) no-repeat 0px 0px;}
#sidebar #industry .content{background:transparent url(/cssimages/industry_slice.png) repeat-y 0px 0px;}
#sidebar #industry .bottom{background:transparent url(/cssimages/industry_bottom.png) no-repeat 0px 0px;}
#sidebar #industry h2{ color:#2a2a2a;}

#main{
	float:left;
	width:637px;
	position:relative;
	left:33px;
	margin:25px 0;
}
#main .box_container{
	margin:0 0 8px 0;
}
#main .box_container .top{
	background:transparent url(/cssimages/news_top.png) no-repeat 0px 0px;
	height:11px;
	width:637px;
}
#main .box_container .content{
	background:transparent url(/cssimages/news_slice.png) repeat-y 0px 0px;
	width:597px;
	padding:0 20px 5px;
}
#main .box_container .bottom{
	background:transparent url(/cssimages/news_bottom.png) no-repeat 0px 0px;
	height:11px;
	width:637px;
}

img.newsimage {float:right; margin:5px;  border:1px solid #aaa;}



/*Tabs*/
#pagecontent .tab_nav {
	margin:15px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	position:relative;
	white-space:nowrap;
	z-index:2;
	background:transparent url(../cssimages/tabs-bg.gif) no-repeat 0px 0px;
	width:614px;
	height:34px;
}
#pagecontent .tab_nav li { 
	margin:0;
	padding:0;
	display:inline;
	background:none;
	line-height:34px;
}
#pagecontent .tab_nav li a {
	color:#3B3B3B ! important;
	/*background-color:#D3D3D3; !important
	border:1px solid #99c;*/
	text-decoration:none;
	padding:10px 42px;
	border-left-width:0;
	border-bottom:none;
	outline:none;
}
#pagecontent .tab_nav li a:hover {
	color:#3B3B3B ! important;
	background-color:#FC8327 ! important;
	padding-bottom:11px;
}
#pagecontent .tab_nav li a.active {
	color:#FC7A19!important;
	background-color:white ! important;
	border:1px solid #D6D6D6;
	cursor:default;
	border-bottom:white;
	padding:10px 41px 11px 41px;
}
#pagecontent .tab_nav li.first a { 
	border-left-width:1px
}
#pagecontent .tab_container div {
	border:1px solid #D6D6D6;
	background-color:white;
	width:572px;
	position:relative;
	padding:20px 20px;
	display:none;
	z-index:1;
	border-top:none;
}

/*new css for new hp layout*/
#intro_new{
	background:transparent url(../cssimages/intro_bg.png) no-repeat 5px 5px;
	height:320px;
	width:958px;
}
#introleft, #introright{
	width:440px;
	float:left;
	margin:20px 0px 0px 25px;
	height:280px;

}
#introleft{
	background:transparent url(../cssimages/tech_bg.jpg) no-repeat 10px 0px;
}
#introright{
	background:transparent url(../cssimages/consulting_bg.jpg) no-repeat 10px 0px;
}
#introleft p, #introright p{
	width:350px;	
	margin:205px 0px 0px 60px;
	
}
#bottom_new
{
	width:900px;
	margin:0px auto;
	padding:20px 0px;
	background:transparent url(../cssimages/bottom_bg.gif) repeat-x 0px 0px;
}
.col{
	width:200px;
	float:left;
	padding:0px 10px 20px 10px;
	margin-bottom:10px;
}
.col h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
}
.col a{
	text-decoration:none;
}
.col ul li{
	background:transparent url(../cssimages/bullet_new.gif) no-repeat 0px 6px;
	line-height:15px;
	padding:5px 0px 5px 15px;
}
#colone, #coltwo, #colthree{
	margin-right:5px;
	
}







