body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.banner-logo {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 5px;
    top: 7px;
}
    
.banner-holder {
	position: absolute;
	height: 75px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(/img/banner_bg_small.jpg);
	min-width:1000px;
}
.banner-highlight {
	background-image: url(/img/banner_highlight_small.jpg);
	position: relative;
	height: 75px;
	width: 175px;
	top: 0px;
	right: 0px;
}
.banner-rectangles {
	background-image: url(/img/banner_rectangles-120.jpg);
	position: absolute;
	top: -1px;
	right: 0px;
	height: 75px;
	width: 227px;
	background-image: url(/img/banner_rectangles_small.png);
}
.grey-bar {
	position: absolute;
	height: 225px;
	width: 100%;
	left: 0px;
	top: 75px;
	background-image: url(/img/grey_bg.jpg);	
	min-width:1000px;
	/*width:auto !important;
	width:1000px;*/

}
.grey-bar-narrow {
	position: absolute;
	height: 60px;
	width: 100%;
	left: 0px;
	top: 75px;
	background-image: url(/img/grey_bg.jpg);	
	min-width:1000px;
	/*width:auto !important;
	width:1000px;*/

}
.grey-grid {
	height: 225px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-image: url(/img/grid-squares-grey.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
.grey-grid-narrow {
	height: 60px;
	width: 100%;
	position: absolute;
	top: 0px;
	background-image: url(/img/grid-squares-grey.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
.white-block {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	height: 300px;
	width: 100%;
	top: 310px;
}
.white-block-interior {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	height: 300px;
	width: 100%;
	top: 145px;
}
#logo-holder {
	/*background-image: url(/img/logo-50px.png);*/
	position: absolute;
	height: 50px;
	width: 160px;
	left: 10px;
	bottom: 15px;
}

/* people styles */
.grey-bar .grey-grid .person {
	position: absolute;
	bottom: 0px;
	right: 110px;
}
.grey-bar .grey-grid .pointer {
	position: absolute;
	bottom: 0px;
	right: 85px;
}
.grey-bar .grey-grid .person-1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.grey-bar .grey-grid .pointer-1 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.grey-bar .grey-grid .pointer-2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.grey-bar .grey-grid .pointer-3 {
	position: absolute;
	bottom: 0px;
	right: -10px;
}
.grey-bar .grey-grid .pointer-4 {
	position: absolute;
	bottom: 0px;
	right: 40px;
}
.grey-bar .grey-grid .pointer-5 {
	position: absolute;
	bottom: 0px;
	right: 360px;
}
.grey-bar .grey-grid .person-quote-1 {
	color: #FFFFFF;
	position: absolute;
	top: 47px;
	right: 183px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	width: 229px;
	height: 73px;
}
.grey-bar .grey-grid .person-quote-2 {
	color: #FFFFFF;
	position: absolute;
	top: 47px;
	right: 183px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	width: 239px;
	height: 73px;
}
.grey-bar .grey-grid .person-credits {
	color: #FCB123;
	font-weight: bold;
}
.grey-bar .grey-grid .person-quote {
	color: #FFFFFF;
	position: absolute;
	top: 47px;
	right: 224px;
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 11px;
	width: 188px;
	height: 73px;
}



#width-holder {
	position: absolute;
	height: 5px;
	width: 1000px;
	top: 0px;
	left: 0px;
}



#highlight-text-narrow {
	position: absolute;
	left: 18px;
	top: 40px;
}
#highlight-image-narrow {
	position: absolute;
	left: 18px;
	top: -13px;
}
#highlight-text {
	position: absolute;
	left: 18px;
	top: 18px;
	height: 59px;
	width: 551px;
}
#highlight-image {
	position: absolute;
	left: 0px;
	bottom: 5px;
}
.orange-text {
	font-size: 14px;
	font-weight: bold;
	color: #FCB123;
}
.white-text-highlight 
{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
	width: 600px;
}

    #tabs { 
      width:100%;
	  position:absolute;
	  bottom:0px;
	  border-bottom:solid 5px #010101;
      }
      
    #tabs .tab 
    {
    	display: inline;
    	position: relative;
    	bottom: 0px;
    }
    #tabs .tab .tab-left
    {
    	display: inline;
    	bottom: 0px;
    	float: left;
    	padding: 0px;
		background-image: url(/img/grey_tab_left.png);
		background-position: top left;
		width: 24px;
		height: 30px;
    }
    #tabs .tab .tab-middle a 
    {
		display: block;
		float: left;
		text-decoration:none;
		color: #FFFFFF;
		font-family: "trebuchet ms", arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding-top: 6px;
		padding-bottom: 6px;
		background-image: url(/img/grey_tab_middle.png);
		background-repeat: repeat-x;
	  }
    #tabs .tab .tab-right 
    {
		display:block;
		float: left;
		background:url(/img/grey_tab_right.png) no-repeat right top;
		width: 24px;
		height: 30px;
	}
	
	#tabs .tab-on 
    {
    	display: inline;
    	position: relative;
    	bottom: 0px;
    }
    #tabs .tab-on .tab-left
    {
    	display: inline;
    	bottom: 0px;
    	float: left;
    	padding: 0px;
		background-image: url(/img/black_tab_left.png);
		background-position: top left;
		width: 24px;
		height: 30px;
    }
    #tabs .tab-on .tab-middle a 
    {
		display: block;
		float: left;
		text-decoration:none;
		color: #FFFFFF;
		font-family: "trebuchet ms", arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		padding-top: 6px;
		padding-bottom: 6px;
		background-image: url(/img/black_tab_middle.png);
		background-repeat: repeat-x;

	  }
    #tabs .tab-on .tab-right 
    {
		display:block;
		float: left;
		background:url(/img/black_tab_right.png) no-repeat right top;
		width: 24px;
		height: 30px;
      }


  

  

  
  

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs .tab .tab-middle a:hover  {
      color:#FF9834;
      }
   /* #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
    #tabs a:hover span .tabback{
      background-position:100% -42px;
      }*/
      
      
.home-box {
	padding: 0px;
	height: 250px;
	width: 199px;
	border: 1px solid #C8C8C8;
}
.home-box-header {
	text-align: center;
	padding: 5px;
}
.home-header-orange {
clear:both; margin:0 0 5px 0; padding:4px 10px 3px 10px; background-color:rgb(252,177,35); font-family:"trebuchet ms",verdana,arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:140%;
text-align:center;
}
.warning-text
{
	color: #ff9900;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
	margin-bottom: 15px;
}


.nav3-bullet {width:170px; margin:10px 0 0 20px;}
.nav3-bullet dt a.sidnav-on, .nav3-bullet dt a.sidenav-on:visited {line-height:2.0em; padding:0 0 0 10px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%; text-decoration:none; color:rgb(255,122,0); font-weight:bold; font-size:120%;}
.nav3-bullet dt a.sidenav-on:hover {background:url(../img/bg_bullet_full_2.gif) no-repeat 0px 50%; text-decoration:underline; color:rgb(255,122,0);}
.nav3-bullet dd a.sidnav-on, .nav3-bullet dd a.sidenav-on:visited {text-decoration:underline; color:rgb(255,122,0);}

/*career path*/
 .career-path {
	background-image: url(/img/career-path.jpg);
	background-repeat: no-repeat;
	background-color: #9CB2C9;
	position: relative;
	width: 632px;
	border: 1px solid #CCC;
}
.career-path-in {
	background-image: url(/img/career-path_in.jpg);
	background-repeat: no-repeat;
	background-color: #9CB2C9;
	position: relative;
	width: 632px;
	border: 1px solid #CCC;
}
    .career-path-nav {
	position: relative;
	height: 160px;
}
    .career-path-content {
	position: relative;
	height: 400px;
	padding: 10px;
}
    .career-path-button {
	position: absolute;
	height: 56px;
	width: 57px;
	top: 68px;
}
    .career-path-button-on {
	position: absolute;
	height: 56px;
	width: 58px;
	top: 68px;
	background-image: url(/img/career-arrow-on.png);
	background-repeat: no-repeat;
}
    .career-path-button a {
	background-image: url(/img/career-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 56px;
	width: 57px;
}
    #career-path-analyst {position: absolute; left: 40px;}
    #career-path-analyst1 {position: absolute; left: 136px;}
    #career-path-associate {position: absolute; left: 136px;}
    #career-path-seniorassociate {position: absolute; left: 232px;}
    #career-path-manager {position: absolute; left: 328px;}
    #career-path-principal {position: absolute; left: 424px;}
    #career-path-partner {position: absolute; left: 520px;}
	.career-bullet {width:300px; margin:10px 0 0 20px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%;}
	.career-bullet li {line-height:2.0em; padding:0 0 0 10px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0px 50%; text-decoration:none; color:rgb(70,122,167); font-weight:bold; font-size:120%;}
	h2.career-path-header
	{
		color:#ff9900;
	}
	
	#crains-logo
	{
		position:absolute;
		left:40px;
		bottom:43px;
		border: solid 1px #333333;
	}
	#vault-logo
	{
		position:absolute;
		left:123px;
		bottom:60px;
		border: solid 1px #333333;
	}
	#crains-press
	{		
		position:absolute;
		left:300px;
		bottom:60px;
	}
	#crains
	{		
		font-family:"trebuchet ms", arial, sans-serif;
		text-decoration: underline;
		font-weight:bold;
		font-size: 10px;
		color:#ffffff;
	}
	#diamond-global-links
	{
		position:absolute;
		right:240px;
		bottom:0px;
		color:#ffffff;
	}
	
	#diamond-global-links a
	{
		color:#ffffff;
		font-family:"trebuchet ms", arial, sans-serif;
		font-size:120%;
		font-weight:bold;
		text-decoration:none;
	}
	
	#diamond-global-links a:hover
	{
		color:#ff9900;
		text-decoration:underline;
	}
	.contact-warning
	{
		
	}
	
	.main-content .search-results td
	{
		background-color:#ffffff;
		height:10px;
	}
	.main-content .search-results td a .l
	{
		color:rgb(70,122,167);
	}
	
	#capsuleleft {	
	position: absolute;
	bottom: 5px;
	left: 200px;
	top: 5px;
	background-image: url(/img/capsuleleft.jpg);
	height: 60px;
	width: 13px;
	}
	
	#capsulecenter {	
	position: absolute;
	left: 213px;
	background-image: url(/img/capsulecenter.jpg);
	background-repeat:repeat-x;
	height: 60px;
	width: 275px;	
	bottom: 5px;
	top: 5px;
	}
	
	#capsuleright {	
	position: absolute;
	bottom: 5px;
	top: 5px;
	left: 488px;
	background-image: url(/img/capsuleright.jpg);
	height: 60px;
	width: 12px;
	}
   
   .capsule ul {list-style:none; margin:0 10px 0 10px; z-index:2; visibility: visible;}
.capsule ul li {margin:1.3 0 0 2px; padding:0px 0px 0 8px; background:url(../img/bg_bullet_full_1.gif) no-repeat 0 0; font-size:x-small; color:#ffffff; z-index:2; background-position: -1px .5em; visibility: visible;}
.capsule p {color:#ffffff; font-weight:normal; font-size: x-small; z-index:2; visibility: visible;}
.capsulehighlight {font-weight:bold; color:#5da3e0; font-size:x-small; z-index:2; visibility: visible;}
.capsule a {text-decoration:underline; color:#ff9900; font-weight: bold; z-index:2; float:right; visibility: visible;}