html{
	background:#fff;
	height:100%;
}
body {
	margin:0;
	color:#636363;
	font:12px Arial, Verdana, Tahoma, sans-serif;
	background:#fff url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:1003px;
	min-height:100%;
}
* html body{height:100%;}
img {border:none;}
a{ color:#5bafd5; text-decoration:none; }
a:hover{text-decoration:underline;}
#holder{
	width:100%;
	position:relative;
	overflow:hidden;
}
#wrapper01{
	width:1057px;
	position:relative;
	left:50%;
	float:left;
}
#wrapper02{
	width:1057px;
	left:-50%;
	float:left;
	position:relative;
	overflow:hidden;
}
#wrapper{
	width:1057px;
	margin:0 auto;
	padding:62px 0 87px;
	overflow:hidden;
}
/* main */
#main{
	width:100%;
	overflow:hidden;
	position:relative;
	margin:0 0 -22px;
}
.holder{
	width:100%;
	background:url(../images/bg-holder-t.png) no-repeat;
	padding:19px 0 0;
}
.holder .frame{
	width:100%;
	background:url(../images/bg-holder.png) repeat-y;
	display:table;
}
.holder .bg-b{
	height:19px;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-holder-b.png) no-repeat;
}
/* content */
#content{
	width:100%;
	overflow:hidden;
	padding:58px 0 76px;
	min-height:371px;
}
.subnav {
	position:absolute;
	top:138px;
	right:66px;
	width:300px;
	text-align:right;
	font-size:10px;
	text-transform:uppercase;
}
#content h1{
	margin:0 0 10px;
	font-size:24px;
	color:#5bafd5;
	font-weight:normal;
}
#content h2{
	margin:0 0 12px;
	padding:0 0 10px;
	color:#636363;
	font-size:14px;
	font-weight:normal;
	background:url(../images/blue-dot.gif) repeat-x 0 100%;
}
#content p {
	xmargin:0 0 16px;
}
/* main-column */
.main-column {
	float:right;
	margin:0 66px 0 0;
	overflow:hidden;
	display:inline;
	text-align:justify;
}
/*column widths */
.index-clmn { width:930px;margin:0 66px 62px 0; }
.home-clmn, .approach-clmn { width:650px; }
.portfolio-clmn { width:926px; }
.contact-clmn { width:372px;padding-top:37px; }
.knowledge-clmn { 
	width:225px;
	height:365px;
	float:left;
	margin:0 30px 0 63px;
	overflow:hidden;
	display:inline;
	text-align:justify;
	padding:0 30px 0 0;
	border-right:2px dotted #5bafd5;
}
.knowledge-clmn p { 
	font-size:14px;
	line-height:28px;
	color:#6d6e71;
	text-align:left;
}
.about-clmn {
	float:left;
	margin:0 0 0 63px;
	overflow:hidden;
	display:inline;
	text-align:justify;
	width:926px;
}
.home-clmn p{ font-size:14px;line-height:28px; }
.news{
	margin:65px 0 0;
	text-align:left;
}
.news p{
	line-height:15px;
	font-size:11px;
}
.click{
	background:url(../images/arrow-blue.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
	font-size:11px;
}
/* sidebar */
.sidebar{
	overflow:hidden;
	margin:0 0 0 63px;
	float:left;
	display:inline;
}
.img-box {
	padding:4px;
	border:1px solid #5bafd5;
}
/* sidebar widths */
.home-side, .approach-side { width:255px; }
.contact-side { width:533px; }
.knowledge-side {
	width:640px;
	overflow:hidden;
	margin:20px 0 0;
	float:left;
	display:inline;
}
.knowledge-intro a {
	text-transform:uppercase;
	font-size:10px;
}
.knowledge-side img{
	float:left;
	padding:4px;
	border:1px solid #5bafd5;
	margin:0 13px 0 0;
}
.knowledge-side ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.knowledge-side ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 18px;
	padding:0;
	clear:both;
	font-size:11px;
	line-height:15px;
	display:block;
}
.logo{
	position:absolute;
	top:63px;
	right:85px;
}
.logo a{
	display:block;
	width:177px;
	height:41px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	outline:none;
}
/* header */
#header{
	width:100%;
	display:table-header-group;
}
#header .box{display:table-row;}
/* menu */
#menu{
	padding:0 0 11px 15px;
	list-style:none;
	margin:86px 0 0 63px;
	width:911px;
	background:url(../images/blue-dot.gif) repeat-x 0 100%;
	font-size:12px;
}
#menu:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
#menu li{
	float:left;
	height:10px;
	margin:0 35px 0 0;
}
#menu li:hover,
#menu li.hover{position:relative;}
#menu li:hover ul,
#menu li.hover ul{display:block;}
#menu a{
	height:10px;
	overflow:hidden;
	color:#5bafd5;
	float:left;
	white-space:nowrap;
	position:relative;
	z-index:100;
}
#menu img{float:left;}
#menu a:hover img,
#menu .active img{margin:-10px 0 10px;}
#menu ul{
	margin:0;
	padding:17px 20px 20px 0;
	list-style:none;
	display:none;
	position:absolute;
	top:10px;
	left:0;
	z-index:100;
}
#menu ul li{
	float:none;
	height:auto;
	margin:0 0 3px 3px;
	background:url(../images/arrow-blue.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
}
#menu ul a{
	height:auto;
	float:none;
}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
}
#footer a{color:#939598;}
#footer .frame{
	padding:11px 0 12px;
}
/* l-column */
.l-column{
	font-size:10px;
	color:#939598;
	width:617px;
	float:left;
	margin:0 0 0 63px;
	display:inline;
	padding:13px 0 0;
}
.l-column p{margin:30px 0 0;}
.l-column ul{
	margin:0 0 2px -9px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.l-column ul li{
	float:left;
	background:url(../images/separator2-footer.gif) no-repeat 0 50%;
	padding:0 7px 0 8px;
	font-size:11px;
}
.l-column ul li:first-child{background:none;}
.l-column .add-nav{margin:0 0 0 -6px !important;}
.l-column .add-nav li{
	background:url(../images/separator-footer.gif) no-repeat 0 50%;
	margin:0 3px 2px -3px;
	padding:0 6px 0 9px;
	font-size:10px;
}
.sitemap li {
	margin:0 0 15px;
}
.sitemap li ul {
	margin:5px 0 0 5px;
}
.sitemap li ul li {
	margin:0 0 5px;
}
/* r-column */
.r-column{
	position:relative;
	width:282px;
	padding:0 0 14px 48px;
	float:left;
	background:url(../images/bg-r-column.gif) repeat-y;
	font-family:Georgia, Times, serif;
}
.r-column p{margin:11px 0 0;}
.r-column ul{
	padding:0 0 0 13px;
	margin:0 0 0 5px;
	list-style:none;
	font-size:11px;
}
.r-column ul li{
	float:left;
	width:100%;
}
.r-column p strong{color:#6d6e70;}
.r-column p em{
	font-size:11px;
	color:#939598;
	margin:0 0 0 12px;
}
.r-column p span{
	font-size:12px;
	color:#939598;
}
#footer-quotes td {
	height:86px;
	margin:0 auto;
}
#footer-quotes q {
	color:#5bafd5;
	font-style:italic;
	vertical-align:middle;
}
/* contact styles */
#soc-links {
	margin:155px 0 0;
}
#soc-links-icons {
	list-style:none;
	margin:12px 0 0;
	padding:0;
}
#soc-links-icons li {
	float:left;
	margin:0 7px 0 0;
}
/* Accordian styles */
#slides-container {
	list-style:none inside;
	margin:0;
	padding:0;
}
#slides-container li {
	margin:0 0 10px;
	padding:0;
}
#slides-container .slide-item h1 {
	font-size:14px;
	font-weight:bold;
	display:inline;
	margin:0;
	background: url(../images/list-arrow.gif) 0 50% no-repeat;
	padding:0 0 0 14px;
	color:#636363;
}
#slides-container .slide-item h1:hover, #slides-container .slide-item h1:active {
	cursor:pointer;
	color:#5bafd5;
}
#slides-container .slide-item .slide p {
	border:2px dotted #5bafd5;
	border-width:1px 0;
	display:block;
	margin:10px 0 0;
	padding:13px 5px;
}
/* Tabs styles */
#about_tabs {
	position:relative;
	top:-20px;
	width:926px;
	height:358px;
	overflow:hidden;
}
.morphtabs_title {
	list-style-image:none;
	list-style-type:none;
	margin:0 14px 0 0;
	padding:0px;
	height:24px;
	z-index:999;
}
.morphtabs_title li {
	float:right;
	background-color:white;
	margin-left:2px;
	cursor:pointer;
	height:30px;
	text-indent:-9999px;
	z-index:999;
}
.morphtabs_title li.opportunity {
	width:78px;
	background:url(../images/about_opportunity.gif) no-repeat 0 0;
}
.morphtabs_title li.talent {
	width:52px;
	background:url(../images/about_talent.gif) no-repeat 0 0;
}
.morphtabs_title li.success {
	width:63px;
	background:url(../images/about_success.gif) no-repeat 0 0;
}
.morphtabs_title li.culture {
	width:56px;
	background:url(../images/about_culture.gif) no-repeat 0 0;
}
.morphtabs_title li.economics {
	width:100px;
	background:url(../images/about_economics.gif) no-repeat 0 0;
}
.morphtabs_title li.value {
	width:48px;
	background:url(../images/about_value.gif) no-repeat 0 0;
}
.morphtabs_title li.over { 	background-color:#fff;background-position:0 -30px;z-index:999; }
.morphtabs_title li.active { background-color:#fff;background-position:0 -30px;z-index:999; }
.morphtabs_panelwrap {
	position:absolute;
	top:29px;
	overflow:hidden;
	width:916px;
	height:319px;
	border:1px solid #5bafd5;
	padding:4px;
	z-index:1;
}
.morphtabs_panel {
	width:916px;
	height:319px;
	display:none;
	color:#6d6e71;
	z-index:1;
}
.tab-text {
	width:359px;
	float:right;
	margin-right:24px;
	text-align:left;
}
.tab-text p {
	margin:18px auto 0;
}
.morphtabs_panel img {
	float:left;
	margin:0;
}
.tab-text .dvdr { 
	background:url(../images/blue-dot.gif) repeat-x scroll 0 100%;
	padding:0 0 18px;
}
.morphtabs_panel.active { display:block; }
.morphTabsLinks {
	float:right;
	margin:0 0 -20px 0;
	position:relative;
	top:-20px;
}
.morphTabsLinks a {
	background:url(../images/about_readmore.gif) no-repeat 0 0;
	display:block;
	height:35px;
	position:relative;
	text-indent:-9999px;
	width:148px;
}
.morphTabsLinks a:hover {
	background-position:0 -35px;
}
