
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
* { margin: 0px; padding: 0px; }
html, body {font-family: 'proxima_novalight'; 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:#4dbfbf; }
	#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: 200px; background:url(../images/menu_bg.png) no-repeat; }
		#leftCntr ul{ margin:0px; padding:0px 0px; list-style:none; float:left; width:100%;}
		#leftCntr ul li{ float:left; display:block; clear:both; width:95%; padding-left:10px; line-height:44px;}
		#leftCntr ul li a{ display:block; padding:0px 0px; color:#ffffff; font-weight:bold; text-decoration:none;font-family: 'proxima_novalight'; font-size:16px;}
		#leftCntr ul li:hover, #leftCntr ul li.active{ color:#000;}
		#leftCntr ul li:hover a, #leftCntr ul li.active a{ color:#000;}
			
		/*  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: 10px 24px; padding-top:0px; min-height:200px; width: 620px; background: url(../images/text_mid.png) left top repeat-y; float:left;  }
			.textBox h2 { display: block;  padding-bottom: 22px; padding-top:10px; color: #333333; font-size:25px; line-height: 15px; font-family: 'proxima_novalight'; font-weight:bold;}
			.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: #333333; font-family: arial; font-weight: normal;font-family: 'proxima_novalight';  line-height: 16px; font-size: 14px; }
			.textBox span {color: #000000; font-family: arial; font-size: 16px; padding-bottom:8px; display:block; }
			.textBox address {padding-bottom: 10px; color: #333333; font-style: normal; }
			.textBox p img{ float:left; margin-right: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;}	