/* itechnavi*/
body {
	background-color: #6495ed;
	min-width: 960px;
	margin: 0;
}
img {
	display: block;
	border: 0;
}
/** box-shadow **/
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
	position: relative; /* This protects the inner element from being blurred */
}
.clearfix {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}
/*------------ Sprites ------------*/
.more, .subscribe, input[type='submit'] {
	background: url(../images/interface1.png) no-repeat;
}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5,.frame6, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe, input[type='submit'] {
	background-position: -107px 0;
	color: #fff;
	display: inline-block;
	font: 12px/28px 'Verdana', arial;
	height: 28px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
}
.subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 35px;
	line-height: 35px;
	width: 212px;
}
.subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;
}
.frame2 {
	background-position: 0 -517px;
	height: 300px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align:  center;
}


.frame6 {
	background-position: -630px -517px;
	height: 200px;
	width: 300px;
	padding: 3px 3px 3px 3px;
	text-align:  center;
}/*----------------------------------------------------------HEADER---------------------------------------------------*/

#header {
	position: fixed; width: 100%; top:0; z-index:999998;
background: #B3C4F2;/*url(../images/bg-header3.jpg) repeat-x left bottom;
*/	height:50px; padding: 8px 0 8px;
border-bottom:5px solid #780000;}


/*----------------------------------------LOGO---------------------------------------------------------*/

.logo {
	float: left;
	display: inline-block; 

}

/*------------------------------------------------------NAVIGATION--------------------------------------------------*/

*{
margin: 0;
padding:0;
}

nav{

width: auto;
height: 0;
margin: 0 auto;

text-align: center;
padding: 5px 0 0 24px;
}

#menu-bar{
  width: 85%;
  margin: 0px 0px 0px 5px;
  padding: 3px 3px 3px 3px;
  height: 28px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 2px 2px 3px #000000;
  -webkit-box-shadow: 2px 2px 3px #3366FF;
  -moz-box-shadow: 2px 2px 3px #3366FF;
  background: #4682B4;
  border: solid 1px #000000;
  position:relative;
  z-index:999;
text-transform: uppercase;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 2px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: normal;
  font-family: verdana;
  font-style: normal;
  font-size: 12px;
  color: #FCFCFC;
  text-decoration: none;
  display: block;
  padding: 7px 20px 22px 23px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 0px 0px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background:;
  color: #00FFFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 0px 0px 10px #F5FFFA;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: #006699;
  border: none;
  color: ;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background:  !important;
  color: #00FFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul {
  background: #B3C4F2;
  display: none;
  margin: 0;
  padding: 0;
  width: 120px;
  position: absolute;
  top: 40px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color: !important;
  font-size:12px;
  font-style:normal;
  font-family:verdana;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}

/*-------------------------------------------------CONTENTS ---------------------------------------------------------*/


#contents {
 margin:60px 0 0 0 ;	padding-bottom: 0px;
border: 0px solid #fff;}

#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}
#contents img {
	border: 1px solid rgba(231, 231, 231, 0.8);
}
h1 {
	font-size:20px; color: #780000;
	  font-family: 'Verdana', arial; 	margin: 0 0 10px;
	text-transform: uppercase;
padding:7px;}

p {
	color: #626262;
	font: 12px/20px 'Verdana', arial ;
	margin: 0 0 24px;
text-align:justify;padding:5px 5px 5px 5px;-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}
p a {
	color: #626262;
}
p a:hover {
	color: #333333;
}
/*-----------------------------------------------ADBOX--------------------------------------------------------------*/
#adbox {
	background: url(../images/bg-adbox.png) no-repeat center bottom;
	border:0px solid #fff;
	padding: 15px 0px 0px 0px;
}

#adbox > div{
	background-color: #e9e9e9;
	width: 958px;
	border: 1px solid #fff;
	margin: 0 auto;
	position: relative;
}

#adbox > div img {
	float: right;
}

#adbox .detail {
	font-family: 'Verdana', arial;
	height: 185px;
	line-height: 48px;
	width: 308px;
	text-align: center;
	position:relative;
	left: 54px;
	top: 90px;
}

#adbox .detail h1 {
	color: #4e5944;
	font-size: 20px/30px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	text-transform: none;
}

#adbox .detail p {
	color: #4e5944;
	font: 12px/20px 'Verdana', arial;
	margin: 0;
}
.highlight {
	background: #eee url(../images/bg-highlight.jpg) repeat-x left bottom;
	border-bottom: 1px solid #fff;
}
.career h1{

padding:10px 10px 10px 3px;
 color:#780000;font-size:20px;}
.career h2{

padding:5px 5px 5px 10px;
 color:#780000;
font-size:18px;   font-family:'Verdana', arial;}.career p{

padding:5px 5px 5px 5px;
 color: #626262;
	font: 12px/20px 'Verdana', arial;
	margin: 0 0 5px;
}.career ul li, {
padding: 10px 10px 10px  10px;margin-left: 4px;
color: #57614e;	background-image: url(../images/border.png);
}


/*-----------------------------------------------SERVICES--------------------------------------------------------------*/
#adbox1 {
	background: url(../images/bg-adbox.png) no-repeat center bottom;
	border-bottom: 0px solid #fff;
	padding: 0px 0px 0px 0px;
}

.services{
	
	}
.services a{
	color:#000000;
	}
.services-bg{
	background:#4682B4;/* url(../images/bg-header3.jpg) repeat-x left bottom;*/
	float: left;
	width: 960px;
	margin-left: 0px;
	}
.services .linetop{
	border-bottom:5px solid #000000;
	float:left;
	width:960px;
	height:1px;
	margin-left:0px;
	}
.services .line{
	border-bottom:5px solid #000000;

	float:left;
	width:960px;
	height:1px;
	margin-left:0;
	}

.service{
	float:left;
	width:230px;
	height:40px;
	margin:0px 0px 0px 0px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	padding-right:90px;
		}

.service:hover{
	background:#4682B4;
	color:#ffffff;
	cursor:pointer;
	}
.service h1{
	text-align:center;
	padding:0px;
	margin:2px 0px;
	}
.service h2{
	text-align:center;font-family: 'Verdana', arial;
	text-transform:uppercase;
	font-size:14px;
	padding:7px;
	margin:2px 0px;font-weight: bold;
	}
/*------------------------------------------------HIGHLIGHT-------------------------------------------------*/

.highlight .clearfix {
	width: 940px;
}
.highlight h1 {
color: #780000;line-height: 28px;
	font-family:'Verdana', arial; padding: 8px 0 8px;
	text-transform: none;
}
.highlight h2 {
	color: #780000;
	margin-bottom: 10px;
}

.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
padding: 10px 10px 10px  10px;margin-left: 5px;
color: #57614e;text-align:justify;	background-image: url(../images/border.png);
	background-position: left-top;
 	background-repeat: repeat-y;
}
 
.testimonial > h2 {color: #780000;
font-size:18px;   font-family:'Verdana', arial;text-transform: uppercase;
}
.testimonial {
	float: right;
height:auto;	width: 260px;
	margin-left: 8px;
	padding: 10px 10px;
}
.testimonial > span {
	color: #780000;
	display: block;
	font: 12px/20px 'Verdana', arial;
	text-align: right;
}
.testimonial > h3 {color: #780000;
  font-family:'Verdana', arial;text-transform: uppercase;padding: 5px 5px 5px  5px;
}.testimonial p{text-align:justify;padding:5px 5px 5px 5px;-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;}.testimonial ul {margin-left:20px;}.testimonial li a  {
	text-decoration: none;		display: block;
	color: #780000;
font-size:16px;   font-family:'Verdana', arial ;padding: 10px 10px 10px  10px;}.testimonial li a:hover span {
color:black;	
}
.consulting ul {margin-left:10px;}.consulting li{ 	text-decoration: none;		display: block;
	color: #780000;
font-size:12px;   font-family:'Verdana', arial ;padding: 5px 10px 5px  5px;}
/*-----------------------------------------------FEAUTURED-------------------------------------------------*/

.featured {
	padding: 10px 10px 10px 10px ; margin-left:195px;margin-right:194px;background-color:#C0C0C0;

}
.featured > h2 {
text-transform: uppercase;
font-size:18px; 	color: #780000;
	width: 940px;
	margin: 0 auto 10px;
	padding: 0 10px;
 font-family: 'Verdana', arial;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}.featured b{color: #780000;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: auto;
	width: 600px;
	padding: 10px 10px 10px 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
 color:#780000;font-size:18px; 	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 600px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
	position: relative;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
	font: 18px/46px 'Verdana', arial;
	height: 46px;
	width: 265px;
	text-transform: uppercase;
	position: absolute;
	bottom: 21px;
	left: 8px;
	*left: 6px;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 290px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
 color:#780000;font-size:18px; 	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
text-transform: uppercase;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 36px;
	width: 280px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: #755c02;
	font: 13px/24px 'Verdana', arial;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #728063;
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}


.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 12px;
	margin: 0;
	padding-top: 24px;
} 
.news > li h2, .details h2 {
font-size:18px; 	color: #728063;
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
#contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: #626262;
	display: block;
	font: 13px/24px Arial, Helvetica, sans-serif;
}
.message input[type='text'] {
	height: 24px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}

/*--------------------------------------------FOOTER -------------------------------------------------------*/
#footer {
	background: #d9d9d9 url(../images/bg-footer.png) repeat-x left top;
	border-top: 2px solid #780000;
}

#footer .section {
	float: left;
		width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 10px;
}
#footer .section h4 {
	color: #3399CC;
	font: bold 12px/20px 'Verdana', arial;
	margin: 0;
	text-transform: uppercase;
}

#footer .section p {
	align: center; font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}

#footer .contact p span {
 	text-transform: uppercase;
}

#footnote {
	background:#B3C4F2; /*url(../images/bg-header3.jpg) repeat-x left top;*/
 	border-top: 1px solid #780000;
	padding: 5px 0 3px;
}
#footnote p {
 align:center;	color: #000000;
	font: 12px/20px 'Verdana', arial;
	margin: 0;
	padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
#footnote .connect a.twitter {
	background-position: 0 -140px;
}
#footnote .connect a.googleplus {
	background-position: 0 -168px;
}
#footnote .connect a.pinterest {
	background-position: 0 -196px;
}


/*---------------------------slide-----------------------*/

<style type="text/css">
body{
font-family:arial
}
.clear {
clear:both
}
#slideshow {
position:relative;
height:300px
}
#slideshow a {
float:center;
position:absolute;
}
#slideshow a img {
border:2px;
}
#slideshow a.show {
z-index:100
}
#slideshow .caption {
z-index:100;
background-color:#000;
color:#ffffff;
height:100px;
width:100%;
position:absolute;
bottom:0;
}
#slideshow .caption .content {
margin:0px
}
#slideshow .caption .content h3 {
margin:0;
padding:0;
color:#1DCCE;
}
#jobs.{
	float: left;
		width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 10px;
}

.welcome{
	color:#06C;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
	padding-left:7px;
}

.submit{
	font:Arial, Helvetica, sans-serif;
	color:#06C;
	font-size:15px;
	text-decoration:none;
}

.submit:hover{
	font:Arial, Helvetica, sans-serif;
	color:#06C;
	font-size:15px;
	text-decoration:underline;
}

#joblisting{
	background-color:background: #3b679e; /* Old browsers */
background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */

width:952px;
height:35px;
line-height:35px;
text-align:left;

}

.joblisting{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	
}
#table{
	width:960px;
	margin-top:200px;
	margin:auto;
	min-height:400px;
	background-color:#CCC;
	padding:10px;
}



