body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #414141;	
}

/***** =PAGE WRAPPER *****/

#wrapper { 
	width: 940px;
	margin: 0 auto;
}

/***** =CLEARFIX *****/

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/***** HEADER *****/

#header {
	height:120px;
	text-align:left;
}

#header h1 a {
	display:block;
	margin-top: 13px;	
	float:left;
	width:224px;
	height:0;
	padding-top:94px;
	background:url(../img/header-logo-abc.gif) no-repeat top left;
	overflow:hidden;
}

#header #tag-line {
	margin-top: 13px;	
	float:left;
	width:291px;
	height:0;
	padding-top:94px;
	background:url(../img/header-tagline.gif) no-repeat top left;
	overflow:hidden;
}

#header #sign-in {
	margin-top: 10px;
	width: 288px;
	height: 98px;
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #d2d2d2;
	background-color: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#666666;
}

#header #sign-in-padding {
	padding:6px 10px 0 10px;
}

#header #sign-in table, #sign-in table td, #sign-in table tr { vertical-align:top; }

#header #sign-in table th { /* AW 030810 */
	vertical-align:middle; 
	padding-left:5px;
	font-weight:normal;
}

#header #sign-in table td#sign-in-links { /* AW 030810 */
	text-align:right;
	font-size:10px;
	padding:3px 3px 0 0;
}

#header #sign-in a {
	color:#666666;
	text-decoration:none;
}

#header #sign-in a:hover { text-decoration:underline; }

#header #sign-in table input#txtbxUsername, #sign-in table input#txtbxPassword {
	font-size:12px;
	width:106px;
	margin:3px 0 3px 6px;	
}

#header #sign-in table td#sign-in-button {
	padding-right:3px;
	vertical-align:middle; 
	text-align:right;
}


/***** =NAVIGATION *****/
#nav-wrapper { margin-bottom:1px; }

#nav {
	background: url('../img/nav-sprite.gif') no-repeat 0 0;
	display: inline;
	float: left;
	height: 30px;
	width: 940px;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	display: inline;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 30px 1px 0 1px;
	width: 186px;
}

#nav li#nav-home a, #nav li#nav-contact a{ padding-left: 0; width: 187px;  }

#nav li#nav-home a:hover {
	background: url('../img/nav-sprite.gif') no-repeat 0 -30px;
}

#nav li#nav-firm a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -188px -30px;
}

#nav li#nav-services a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -376px -30px;
}

#nav li#nav-careers a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -564px -30px;
}

#nav li#nav-contact a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -752px -30px;
}

/* FOR S&S Implementation */
/*
#nav-wrapper { margin-bottom:1px; }

#nav {
	background: url('../img/nav-sprite.gif') no-repeat 0 0;
	display: inline;
	float: left;
	height: 30px;
	width: 940px;
}

#nav li {
	display: inline;
	float: left;
}

#nav li a {
	display: inline;
	float: left;
	height: 0;
	overflow: hidden;
	padding: 30px 1px 0 1px;
}

#nav li#nav-home a, #nav li#nav-contact a{ padding-left: 0; }

#nav li#nav-home a {
	width:149px;
}

#nav li#nav-home a:hover {
	background: url('../img/nav-sprite.gif') no-repeat 0 -30px;
}

#nav li#nav-firm a {
	width:171px;
}

#nav li#nav-firm a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -150px -30px;
}

#nav li#nav-services a {
	width:254px;
}

#nav li#nav-services a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -323px -30px;
}

#nav li#nav-careers a {
	width:169px;
}

#nav li#nav-careers a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -579px -30px;
}

#nav li#nav-contact a {
	width:189px;
}

#nav li#nav-contact a:hover {
	background: url('../img/nav-sprite.gif') no-repeat -750px -30px;
}
*/

/***** =BANNER *****/

#banner { /* AW 030810 - 2 */
	background: url('../img/banner-bg.png') no-repeat 0 bottom;
	height: 258px;
	margin-bottom: 14px;
	padding-bottom: 7px;
	position: relative; 
	width: 940px;
	color:#000000;
}

#banner #controls { 
	background: url('../img/control_bg.png') repeat 0 0;
	bottom:  7px; 
	display: none;
	left: 0; 
	margin: 0 0 5px 5px;
	padding: 5px 0;
	position: absolute; 
    z-index: 1000; 
}

#banner #controls a {
	background-repeat: no-repeat;
	background-position: 0 -18px;
	float: left;
	height: 0;
	margin: 0 5px;
	overflow: hidden;
	padding-top: 16px;
	width: 16px;
}

#banner #controls #play {
	background-image: url('../img/control_play.png');
}

#banner #controls #pause {
	background-image: url('../img/control_pause.png');
}

#banner #controls #next {
	background-image: url('../img/control_next.png');
}

#banner #controls #prev {
	background-image: url('../img/control_prev.png');
}

#banner #controls #play:hover, #banner #controls #pause:hover, 
#banner #controls #next:hover, #banner #controls #prev:hover {
	background-position: 0 0px;
}

#banner #controls span { margin: 0 5px }

/***** =SLIDES *****/

#slides h2 {
	height: 0;
	overflow: hidden;
}

#slides .outer { 
	height: 258px;
	width: 940px;
}

#slides .inner { /* AW 030410 */
	display:inline;
	float: right;
	margin: 59px 29px 0 0;
	width: 456px;	
}

#slides p.value { /* AW 030410 */
	font: normal 13px/20px Georgia, "Times New Roman", Times, serif;
	padding-right:8px;
}

#slides #slide_3 p.value { /* AW 030410 */
	padding-right:0; /*To account for content*/
}

#slides p.value span { 
	color: #900;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;;
}

#slides p.value a {
	color: #003d7b;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#slides p.value a:hover { color: #900; } /* AW 031110 */

#slides #slide_1 { /* AW 030410 */
	background: url('../img/leading-practice.jpg') no-repeat 0 0;
}

#slides #slide_2 { /* AW 030410 */
	background: url('../img/force-of-ideas.jpg') no-repeat 0 0;
}

#slides #slide_3 { /* AW 030410 */
	background: url('../img/strength-of-analytics.jpg') no-repeat 0 0;
}

#slides #slide_4 { /* AW 030410 */
	background: url('../img/power-of-the-network.jpg') no-repeat 0 0;
}


/***** =ALL OFFERINGS *****/

.offering { /* AW 030410 */
	background: url('../img/offer-bottom.png') 0 bottom no-repeat; 
	padding: 0 0 14px 0;
	margin: 8px 0 0 -3px;
}

.offering h3, .offering p { /* AW 030410 */
	background: url('../img/offer-middle.png') 0 0 repeat-y; 
	padding: 0 20px 0 17px;
	zoom:1;
}

.offering h3 { /* AW 030410 */
	color: #900;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}

.offering h3 a { /* AW 031110 */
	color: #900;
	text-decoration:none;
}

.offering h3 a:hover { /* AW 031110 */
	text-decoration:underline;
}

.offering p { /* AW 030410 */
	padding-top:3px;
	color: #414141;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

.offering p span { /* AW 030410 */
	color: #900;
	font-size: 13px;
	font-weight: bold;
}

.offering p a { /* AW 031110 */
	color: #003d7b;
	font-weight:bold;
	text-decoration: none;
}

.offering p a:hover { color: #900; } /* AW 031110 */

/***** =MAIN CONTENT *****/

#main { margin-bottom: 20px; }

#main #center { margin: 0 35px; }

#main .col { 
	display: inline;
	float: left;
	width: 290px;
}
 
/***** =LEFT/CENTER COLUMN *****/

#left h2 {
	background: url('../img/txt-sprite.gif') no-repeat 0 0;
	height: 22px;
	margin-bottom: 10px;
	text-indent: -9999em;
}

#center h2 { /* AW 031010 */
	background: url('../img/txt-sprite.gif') no-repeat 0 -43px;
	height: 22px;
	margin-bottom:4px; 
	text-indent: -9999em;
}

#center .intro { /* AW 031010 */
	color: #8c8c8c;
	font: italic 11px/14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
}

.insight, .event { margin-bottom: 15px; }

.insight h3, .event h3  { /* AW 031010 */
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
}

.insight h3 a, .event h3 a {
	color: #003d7b;
	text-decoration: none;
}

.insight h3 a:hover, .event h3 a:hover { /* AW 031110 */
	color: #900;
}

.insight p, .event p { /* AW 030810 - 2 */  /* AW 031010 */
	color: #414141;
	font: normal 11px/16px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 2px 0;
}

.insight p.meta, .event p.meta { /* AW 030810 - 2 */  /* AW 031010 */
	color: #8c8c8c;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
	margin: 2px 0 0 0;
}

.main-link { font: bold 11px/14px Arial, Helvetica, sans-serif; } /* AW 031010 */

.main-link a { /* AW 031010 */
	color: #003d7b;
	text-decoration: none;
}

.main-link a:hover { /* AW 031110 */
	color: #900;
}

.main-link a span { /* AW 031010 - 2 */
	color: #900;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;;
}

a.article {
	background: url('../img/icon-article.gif') no-repeat 0 center;
	padding: 0 0 0 18px;
}

a.register {
	background: url('../img/icon-calendar.gif') no-repeat 0 center;
	padding: 0 0 0 18px;
}

a.play {
	background: url('../img/icon-play.gif') no-repeat 0 center;
	padding: 0 0 0 18px;
}

/***** =RIGHT COLUMN *****/

.ad { margin-bottom: 15px; } /* AW 031110 */

.ad, .briefings { 
	border: 1px solid #d2d2d2;
	padding: 5px;
} 

.ad h4.new-offering { /* AW 031010 */
	background: url('../img/txt-sprite.gif') no-repeat 0 -85px;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	text-indent: -9999em;
	margin: 2px 7px 0 7px;
}

.ad h3 { /* AW 031010 */
	color: #900;
	font: bold 15px/18px Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	padding: 0 7px;
}

.ad h3 a { /* AW 031010 */
	color: #900;
	text-decoration:none;
}

.ad h3 a:hover { /* AW 031110 */
	text-decoration:underline;
}

.ad p { /* AW 031010 */
	color: #414141;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
	padding: 0 7px;
}

.learn-more { /* AW 031010 */
	font: bold 11px/14px Arial, Helvetica, sans-serif;
}

.learn-more a { /* AW 031010 */
	color: #003d7b;
	background: #eef0f6;
	display:block;
	min-height:16px;
	padding: 2px 7px;
	margin-top: 7px;
	text-decoration: none;
}

.learn-more a:hover { /* AW 031110 */
	background: #e6e9f0;
	color: #900;
}

.learn-more a span { /* AW 031010 */
	color: #900;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.briefings a#twitter {  /* AW 031110 */
	display:block;
	float:right;
	width:77px;
	height:0;
	margin: 4px 4px 0 0;
	padding-top:28px;
	background:url('../img/twitter-bu.gif') no-repeat top left;
	overflow:hidden;
}

.briefings h3 { /* AW 031110 */
	background: url('../img/txt-sprite.gif') no-repeat 0 -114px;
	text-indent: -9999em;
	width: 180px;
	margin: 4px 0 2px 5px;
}

.briefings .intro { /* AW 031110 */
	color: #8c8c8c;
	font: italic 11px/14px Georgia, "Times New Roman", Times, serif;
	width: 180px;
	margin-bottom: 7px;
	padding-left: 6px;
}

.briefings ul li { /* AW 031110 */
	background: #eef0f6; 
	margin-bottom: 2px;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}

.briefings ul li.last { margin-bottom: 0px;	} /* AW 031110 */

.briefings ul li a {  /* AW 031110 */
	background: #eef0f6;	
	color: #003d7b;
	display: block;
	min-height: 28px;
	padding:  5px 5px 5px 35px;
	position: relative;
	text-decoration: none;
}

.briefings ul li a:hover {  /* AW 031110 */
	background: #e6e9f0;	
	color: #900;
}

.briefings ul li a span { /* AW 031110 */
	background: url('../img/txt-sprite.gif') no-repeat -3px -147px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 26px;
}

.briefings ul li a span.two { /* AW 031110 */
	background-position: -3px -187px;
}

.briefings ul li a span.three { /* AW 031110 */
	background-position: -3px -227px;
}

.briefings ul li a span.four { /* AW 031110 */
	background-position: -3px -267px;
}

.briefings ul li a span.five { /* AW 031110 */
	background-position: -3px -307px;
}


/***** =FOOTER *****/

#footer { /* AW 031010 */
	background: #f2f2f2;
	border-top: 4px solid #d2d2d2;
	padding-bottom: 15px;
}

#footer .links { /* AW 031010 */
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-top: 15px;
}

#footer .links .col { /* AW 031010 */
	display: inline;
	float: left; 
	margin-left: 15px;
}

#footer .links #footer-firm { /* AW 031010 */
	margin-left:20px;
	width: 148px;	
}

#footer .links #footer-services { width: 192px; } /* AW 031010 */

#footer .links #footer-investor { width: 125px; } /* AW 031010 */

#footer .links #footer-careers { width: 155px; } /* AW 031010 */

#footer .links h5 { /* AW 030910 */
	margin-bottom: 6px;
	font: bold 11px/13px Georgia, "Times New Roman", Times, serif;
}

#footer .links h5 a { /* AW 030910 */
	color: #003D7B;
}

#footer .links a { /* AW 030910 */
	color: #666;
	text-decoration: none;
}

#footer .links a:hover { /* AW 031010 */
	text-decoration: underline;
}

#footer .links li { /* AW 030910 */
	margin-bottom: 3px;
	font: normal 11px/13px Arial, Helvetica, sans-serif; 
} 

#footer .links li.sub-head, #footer .callout li.sub-head { /* AW 031110 */
	font-weight:bold;
}

#footer .links li ul, #footer .callout li ul { /* AW 031110 */
	margin: 3px 0 9px 0;
}

#footer .links li ul.last, #footer .callout li ul.last { /* AW 031110 */
	margin-bottom: 0;
}

#footer .callout { /* AW 032410 */
	display: inline;
	float: right;
	width: 240px;
	color:#666;
}

#footer .callout .inner { /* AW 031010 */
	background: #e8e8e8;
	padding: 15px 20px; 
}

#footer .callout h5 { /* AW 031010 */
	margin-bottom: 1px;
	font: bold 11px/13px Georgia, "Times New Roman", Times, serif;
}

#footer .callout h5 a { /* AW 030910 */
	color: #900;
}

#footer .callout .intro { /* AW 031010 */
	color: #666;
	font: italic 11px/13px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

#footer .callout .intro span { /* AW 031010 */
	color:#900;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-style: normal;
	font-weight:bold;
}

#footer .callout a { /* AW 030910 */
	color: #666;
	text-decoration: none;
}

#footer .callout a:hover { text-decoration: underline; } /* AW 030910 */

#footer .callout li { /* AW 030910 */
	margin-bottom: 3px;
	font: normal 11px/13px Arial, Helvetica, sans-serif; 
}

#footer .legals { /* AW 031010 */
	background: url('../img/footer-logo.gif') no-repeat 0 0;
	clear: both;
	margin-left: 15px;
	height: 60px;
}

#footer .legals ul, #footer .legals p { margin-left: 47px; }

#footer .legals ul { padding: 13px 0 1px 0; } /* AW 031010 */

#footer .legals li { /* AW 031010 */
	display: inline;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
}

#footer .legals li a { /* AW 031010 */
	border-right: 1px solid #003D7B;
	color: #003D7B;
	padding: 0 7px 0 3px;
	text-decoration: none;
}

#footer .legals li.last a{ /* AW 031010 */
	border: none;
	padding-right: 0;
}

#footer .legals li a:hover { text-decoration: underline; } /* AW 031010 */

#footer .legals p { /* AW 031010 */
	color: #666;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
