/*  general  */
* { margin: 0px; padding: 0px; }
html, body { font-family:Myriad Pro, Arial; height: 100%; font-size: 14px; color: #373737; }
input, select, textarea { font-family:Myriad Pro, Arial; font-size: 14px; color: #373737; }
body { background: #fff; }
img { border: 0px; display: block; }
a, input { outline: none; }

/*  global classes  */
.clear { clear: both; height: 0px; overflow: hidden; }

/*  wrapper  */
#wrapper { padding-top: 20px; position: relative; display: block; width: 100%; min-height: 100%; padding-bottom:20px; }

/*  main container  */
#mainCntr { margin: 0 auto; width: 874px; overflow: hidden; }

	/*  header container  */
	#headerCntr { position: relative; width: 874px; height: 70px; margin-bottom: 13px; background: url(../images/header.png) left top no-repeat; }
	#headerCntr a.mckinsey {float: right;}
	#headerCntr a.logo {float: left;}
	
	/*  banner container  */
	#bannerCntr { float: left; width: 874px; }
	
	/*  content container  */
	#contentCntr { margin-top: 16px; float: left; width: 874px; }
	
		/*  left container  */
		#leftCntr { float: left; width: 204px; }
		
			/*  category box  */
			.categoryBox { overflow: hidden; padding-top: 11px; float: left; width: 204px; background: url(../images/menu_top.png) left top no-repeat;  }
			.categoryBox .bottom { padding-bottom: 9px; float: left; width: 204px; background: url(../images/menu_bottom.png) left bottom no-repeat;  }
			.categoryBox .mid { padding: 10px 4px 4px 4px; margin-bottom:6px; width: 196px; float: left; background: url(../images/menu_mid.png) left top repeat-y;  }
			.categoryBox .center {width: 196px; float: left; margin-top: -18px; margin-bottom: -14px;  }
			.categoryBox ul { list-style: none; list-style-type: none; }
			.categoryBox li { border-bottom: 1px solid #fff; padding-left: 10px; height: 33px; line-height: 33px;}
			.categoryBox li.last { border-bottom: 0; }
			.categoryBox li a { color: #ffffff; display: block; text-decoration: none; font-family: Myriad Pro, arial; font-size: 14px; }
			.categoryBox li:hover { background: url(../images/menu_hover_bg.jpg) left bottom repeat-x #ffffff; color:#373737;  }
			.categoryBox li:hover a{ color:#373737; }
			.categoryBox li.active  { background: url(../images/menu_hover_bg.jpg) left bottom repeat-x #ffffff; color:#373737; }
			.categoryBox li.home.active   { background: url(../images/home_select.png) -4px -3px no-repeat; }
			.categoryBox li.active a  {color:#000000; }
			
		/*  right container  */
		#rightCntr { float: right; width: 664px; }
		
			/*  text box  */
			.textBox { width: 664px; padding-top: 16px; float: right; background: url(../images/text_top.png) no-repeat;  }
			.textBox .bottom  { width: 664px; padding-bottom: 15px; background: url(../images/text_bottom.png) left bottom no-repeat; float:left;  }
			.textBox .mid { padding: 7px 24px; width: 620px; background: url(../images/text_mid.png) left top repeat-y; float:left;  }
			.textBox h2 { display: block;  padding-bottom: 22px; color: #ff5a00; font-size: 22px; line-height: 15px;}
			.textBox h3 { display: block; padding-top: 10px; padding-bottom: 10px; color: #333333; font-family: Myriad Pro, arial; font-weight: bold; }
			.textBox p { padding-bottom: 15px; color: #373737; font-family: Myriad Pro, arial; font-weight: normal; line-height: 18px; font-size: 14px; }
			.textBox address {padding-bottom: 10px; color: #333333; font-style: normal; }
			.textBox p img{ float:right; margin-left:20px; margin-bottom:7px;}
			.textBox a { text-decoration: underline; color: #333333;}
			.textBox a:hover { text-decoration: none;}
			
	/*  footer container  */
	#footerCntr {  width: 874px; overflow: hidden; }
	.textBox .mid ul{ margin-left:20px; list-style:none;}
	.textBox .mid ul li{ background: url(../images/arrow.png) 0px 10px no-repeat; padding-left:15px; line-height:25px; color:#373737; }
	.gellery a{float:left; margin:0 30px 20px 0px;}
	.gellery a img{border:#d4d4d4 solid 1px; padding:2px;}	