/* -- colors -- */
/* logo green: #8bac5c; */
/* green: #8bac5c; */
/* green2: #8bac5c; */
/* green yellow: #b8c750; */
/* -- colors -- */
* {
	padding: 0;
	margin: 0;
}

body {
	padding: 45px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #576066;
	line-height: 20px;
	font-size: 12px;
}

/* FIREFOX FIX FOR LINK OUTLINES */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #8bac5c;
}

a:hover, a:active {
	background-color: #e7eede;
}

#clear {
	clear:both;
}

.clear {
	clear:both;
}

#shell {
	margin: 0 auto;
	width: 690px;
}

.divider, .divider-top-padding {
	background: url(../images/divider.jpg) no-repeat;
	width: 690px;
	height: 1px;
	overflow: hidden;
}

.divider-top-padding {
	padding-top: 30px;
}
	

/* -- IE6 -- */
body.body-ie6 {
	padding: 0 0 45px 0;
}
body.body-ie6 #shell {
	padding-top: 45px;
}
.ie6 {
	padding-top: 3px;
	width: 100%;
	height: 47px;
	background: #C2D3AD;
	color: #626262;
}
	.ie6 p {
		margin: 0 auto;
		width: 750px;
	}
	.ie6 a, .ie6 a:link, .ie6 a:visited {
		color: #006CFF;
	}
	.ie6 a:hover, .ie6 a:active {
		color: #003F94;
	}

/* -- Page Header Text (Font = Archer Semibold) -- */


#page-header { padding: 28px 30px 17px 30px; }
#page-subheader {
	padding: 0 30px 25px 30px;
	font-family: "Archer Semibold", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #626262;
}

h1 {
	font-family: "Archer Semibold", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #576066;
}

h1 strong {
	font-weight: normal;
	color: #b8c750;
}


/* -- Header / Navigation -- */


#header {
	padding-bottom: 14px;
}
	.logo {
		width: 82px;
		height: 27px;
		float: left;
	}
		.logo a,
		.logo a:link,
		.logo a:visited,
		.logo a:hover,
		.logo a:active {
			background: url(../images/kaa_new_logo.png) no-repeat scroll 0 0;
			text-indent: -9999px;
			display: block;
			width: 82px;
			height: 27px;
			overflow: hidden;
		}
	.tagline {
		margin-top: 17px;
		background: url(../images/tagline.png) no-repeat scroll 0 0;
		width: 164px;
		height: 9px;
		text-indent: -9999px;
		overflow: hidden;
		float: right;
	}

ul.kaa-nav {
	margin: 15px 0;
	list-style: none;
	background: url(../images/navigation.png) no-repeat scroll 0 0;
	width: 690px;
	height: 23px;
	overflow: hidden;
}
	ul.kaa-nav li {
		padding-right: 5px;
		float: left;
	}
	ul.kaa-nav li.kaa-nav-login {
		padding-right: 0;
	}
		ul.kaa-nav li a {
			display: block;
			text-indent: -9999px;
			height: 23px;
			overflow: hidden;
		}
		ul.kaa-nav li.kaa-nav-firm a,
		ul.kaa-nav li.kaa-nav-firm a:link,
		ul.kaa-nav li.kaa-nav-firm a:visited {
			width: 190px;
			background: url(../images/navigation.png) no-repeat scroll 0 0;			
		}	
		ul.kaa-nav li.kaa-nav-firm a:hover,
		ul.kaa-nav li.kaa-nav-firm a:active {
			background: url(../images/navigation.png) no-repeat scroll 0 -23px;			
		}
		ul.kaa-nav li.kaa-nav-firm a.on {
			background: url(../images/navigation.png) no-repeat scroll 0 -46px;			
		}
		ul.kaa-nav li.kaa-nav-disciplines a,
		ul.kaa-nav li.kaa-nav-disciplines a:link,
		ul.kaa-nav li.kaa-nav-disciplines a:visited {
			width: 190px;
			background: url(../images/navigation.png) no-repeat scroll -195px 0;			
		}	
		ul.kaa-nav li.kaa-nav-disciplines a:hover,
		ul.kaa-nav li.kaa-nav-disciplines a:active {
			width: 190px;
			background: url(../images/navigation.png) no-repeat scroll -195px -23px;			
		}
		ul.kaa-nav li.kaa-nav-disciplines a.on {
			background: url(../images/navigation.png) no-repeat scroll -195px -46px;			
		}
		ul.kaa-nav li.kaa-nav-work a,
		ul.kaa-nav li.kaa-nav-work a:link,
		ul.kaa-nav li.kaa-nav-work a:visited {
			width: 190px;
			background: url(../images/navigation.png) no-repeat scroll -390px 0;			
		}	
		ul.kaa-nav li.kaa-nav-work a:hover,
		ul.kaa-nav li.kaa-nav-work a:active {
			width: 190px;
			background: url(../images/navigation.png) no-repeat scroll -390px -23px;			
		}
		ul.kaa-nav li.kaa-nav-work a.on {
			background: url(../images/navigation.png) no-repeat scroll -390px -46px;			
		}
		ul.kaa-nav li.kaa-nav-login a,
		ul.kaa-nav li.kaa-nav-login a:link,
		ul.kaa-nav li.kaa-nav-login a:visited {
			width: 105px;
			background: url(../images/navigation.png) no-repeat scroll -585px 0;			
		}	
		ul.kaa-nav li.kaa-nav-login a:hover,
		ul.kaa-nav li.kaa-nav-login a:active {
			background: url(../images/navigation.png) no-repeat scroll -585px -23px;			
		}	
#navigation {
	padding: 15px 0;
}
	.nav {
		margin-right: 5px;
		width: 190px;
		height: 23px;
		float: left;
		overflow: hidden;
	}
	
	.nav-login {
		width: 105px;
		height: 23px;
		float: left;
		overflow: hidden;
	}
	
#sub-navigation {
	padding: 0 0 0 11px;
	height: 38px;
	font-size: 12px;
	line-height: 38px;
}

	#sub-navigation ul { 
		list-style: none;
	}
	
	#sub-navigation ul li {
		padding-right: 19px;
		float: left;
	}
	
	#sub-navigation li a,
	#sub-navigation li a:link,
	#sub-navigation li a:visited {
		padding: 2px 4px;
		color: #8bac5c;
		text-decoration: none;
		font-weight: normal;
	}
	
	#sub-navigation li a:hover,
	#sub-navigation li a:active {
		color: #FFFFFF;
		background-color: #8bac5c;
	}
	#sub-navigation li .current-page a,
	#sub-navigation li .current-page a:link,
	#sub-navigation li .current-page a:visited,
	#sub-navigation li .current-page a:hover,
	#sub-navigation li .current-page a:active {
		color: #ffffff;
		background-color: #b8c750;	
	}

#page-title {
	display: none;
}	

/* -- Page Text -- */


.dropdown-content {
	display: none;
	padding: 0 30px;
}

#blog.dropdown-content {
	padding: 0 15px 0 30px;
}

#text {
	padding: 0 30px 26px 30px;
}

	.text-left {
		width: 400px;
		float: left;
	}
	
	.text-right {
		width: 200px;
		float: right;
	}
	
	#text p, .text-right p, .text-left p {
		padding-top: 14px;
	}
	
	#text ul {
		padding-top: 7px;
		padding-left: 17px;
	}
	
	#text ul li {
		padding-top: 7px;
	}
	
#team-profile {
	padding: 0 30px;
	
}

.internship-title {
	background: url(../images/internship_title.png) no-repeat scroll 0 0;
	width: 590px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}
.internship-button {
	padding-top: 30px;
}
.internship-button a,
.internship-button a:link,
.internship-button a:visited {
	display: block;
	background: url(../images/internship_button.png) no-repeat scroll 0 0;
	width: 347px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
}
.internship-button a:hover,
.internship-button a:active {
	background: url(../images/internship_button.png) no-repeat scroll 0 -23px;
}


/* -- PAGE "Index" -- */


	.page-index .text-left {
		width: 300px;
		float: left;
	}
	
	.page-index .text-right {
		width: 300px;
		float: right;
	}


/* -- PAGE "Team" -- */

	.divider415 {
		background: url(../images/divider415.gif) no-repeat;
		width: 415px;
		height: 1px;
		overflow: hidden;
	}
	
	.divider185 {
		background: url(../images/divider185.gif) no-repeat;
		width: 185px;
		height: 1px;
		overflow: hidden;
	}
	
	#team-pictures {
		padding: 0 0 25px 30px;
		width: 660px;
	}		
	.page-team .text-left {
		width: 415px;
		float: left;
	}
	
	.page-team .text-right {
		padding-top: 29px;
		width: 185px;
		float: right;
	}
	
	.page-team .profile a {
		display: block;
	}
	
		.page-team .profile .team-bio a {
			display: inline;
		}
	
	.page-team .profile a:hover {
		background-color: #e7eede;
	}
	
	.page-team .team-label, .page-team h3, .page-team a h3 {
		font-size: 12px;
		font-weight: normal;
		line-height: 30px;
	}	
	
	.page-team .team-label {
		width: 90px;
		float: left;
		color: #727272;
	}
		
		.page-team .team-bio {
			padding-top: 6px;
		}
	
	.page-team .team-name {
		line-height: 30px;
		color: #86A85B;
	}
	
	.page-team .team-name:hover {
		background-color: #e7eede;
		cursor: pointer;
	}
	
	.page-team #page-header {
		padding-bottom: 0;
	}
	
	.page-team #team-pictures {
		height: 305px;
	}
	
	#ka-off, #ka-off:hover {
		background: url(../images/team/team_off.jpg) no-repeat;
		width: 85px;
		height: 290px;
		float: left;		
	}
	#ns-off, #ns-off:hover {
		background: url(../images/team/team_off.jpg) -85px 0 no-repeat;
		width: 85px;
		height: 290px;
		float: left;		
	}
	#kw-off, #kw-off:hover {
		background: url(../images/team/team_off.jpg) -170px 0 no-repeat;
		width: 80px;
		height: 290px;
		float: left;		
	}
	#jr-off, #jr-off:hover {
		background: url(../images/team/team_off.jpg) -250px 0 no-repeat;
		width: 100px;
		height: 290px;
		float: left;		
	}
	#jb-off, #jb-off:hover {
		background: url(../images/team/team_off.jpg) -350px 0 no-repeat;
		width: 95px;
		height: 290px;
		float: left;		
	}
	#cr-off, #cr-off:hover {
		background: url(../images/team/team_off.jpg) -445px 0 no-repeat;
		width: 80px;
		height: 290px;
		float: left;		
	}
	#cb-off, #cb-off:hover {
		background: url(../images/team/team_off.jpg) -525px 0 no-repeat;
		width: 105px;
		height: 290px;
		float: left;		
	}
	#ka-off:hover, #ns-off:hover, #kw-off:hover, #jr-off:hover, #jb-off:hover, #cr-off:hover, #cb-off:hover {
		height: 305px;
		cursor: pointer;
	}
	#ka-on {
		background: url(../images/team/team_on.jpg) no-repeat;
		width: 85px;
		height: 305px;
		float: left;		
	}
	#ns-on {
		background: url(../images/team/team_on.jpg) -85px 0 no-repeat;
		width: 85px;
		height: 305px;
		float: left;		
	}
	#kw-on {
		background: url(../images/team/team_on.jpg) -170px 0 no-repeat;
		width: 80px;
		height: 305px;
		float: left;		
	}
	#jr-on {
		background: url(../images/team/team_on.jpg) -250px 0 no-repeat;
		width: 100px;
		height: 305px;
		float: left;		
	}
	#jb-on {
		background: url(../images/team/team_on.jpg) -350px 0 no-repeat;
		width: 95px;
		height: 305px;
		float: left;		
	}
	#cr-on {
		background: url(../images/team/team_on.jpg) -445px 0 no-repeat;
		width: 80px;
		height: 305px;
		float: left;		
	}
	#cb-on {
		background: url(../images/team/team_on.jpg) -525px 0 no-repeat;
		width: 105px;
		height: 305px;
		float: left;		
	}
	#cb-shadow {
		background: url(../images/team/team_on.jpg) -630px 0 no-repeat;
		width: 30px;
		height: 305px;
		float: left;		
	}
		


/* -- PAGE "Branding" -- */


	.page-branding .text-left {
		width: 400px;
		float: left;
	}
	
	.page-branding .text-right {
		font-weight: bold;
		width: 200px;
		float: right;
	}
	
	.page-branding .text-right ul{
		list-style-image: url(../images/list_bullet.jpg);
		padding-left: 10px;
	}
	

/* -- PAGE "Careers" -- */


	.page-careers .text-left {
		width: 300px;
		float: left;
	}
	
	.page-careers .text-right {
		width: 300px;
		float: right;
	}
	
	.page-careers .text-right ul{
		list-style-image: url(../images/list_bullet.jpg);
		padding-left: 10px;
	}
	
/* -- PAGE "Featured Work" -- */

.featured-work-grid {
	padding: 30px;
}
	#featured-content {
		padding: 20px 30px;
	}
		.featured-thumb {
			width: 415px;
			height: 215px;
			float:left;
		}
		#featured-content #swap0 .featured-thumb {
			background: url(../images/featured/featured_db_big.jpg);
		}
		#featured-content #swap1 .featured-thumb {
			background: url(../images/featured/featured_ac_big.jpg);
		}
		#featured-content #swap2 .featured-thumb {
			background: url(../images/featured/featured_chacha_big.jpg);
		}
		#featured-content #swap3 .featured-thumb {
			background: url(../images/featured/featured_compendium_big.jpg);
		}
		#featured-content #swap4 .featured-thumb {
			background: url(../images/featured/featured_bl_big.jpg);
		}
		#featured-content #swap5 .featured-thumb {
			background: url(../images/featured/featured_et_big.jpg);
		}
	.featured-text {
		font-size: 10px;
		line-height: 18px;
		width: 200px;
		float: right;
	}
	.featured-text p{
		padding-top: 14px;
	}
	
/* -- PAGE "Client List" -- */


	#client-table {
		padding: 0 30px 30px 30px;
	}
	
	#client-table table tbody tr td {
		height: 31px;
		line-height: 31px;
		position: relative;
	}
	
	#client-table table tbody tr {
		background: url(../images/divider630.gif) no-repeat;
	}
	/*
	#client-table table tbody tr:hover {
		background-color: #e7eede;
		cursor: pointer;
	}
	*/
	.divider630 {
		background: url(../images/divider630.gif) no-repeat;
		width: 630px;
		height: 1px;
		overflow: hidden;
	}
	
	#client-table table tbody tr td.cs {
		height: 31px;
		line-height: 22px;
		position: relative;
	}

.page-case-study #subcontent {
	padding: 0 30px 32px 30px;
}
.page-case-study .dropdown-content {
	display: block;
	padding-bottom: 14px;
}
	.page-case-study .dropdown-content p {
		padding-top: 14px;
	}
	.page-case-study .dropdown-content ol,
	.page-case-study .dropdown-content ul{
		padding: 14px 0 0 30px;
	}
.page-case-study h2 {
	padding: 20px 0 0 30px;
}
.download-pdf {
	padding: 29px 0 27px 70px;
	background: url(../images/pdf_icon.jpg) 30px 30px no-repeat;
}
.download-pdf p {
	padding-top: 0;
	margin-top: 0;
	line-height: 16px;
}
.download-pdf h3 {
}
.download-pdf h3 a {
	background-color: #ffffff;
}
.download-pdf h3 a:hover {
	background-color: #e7eede;
}
	

/* -- Dropdown Headers / Conteeeent -- */


.dropdown-header {
	padding-left: 11px;
	padding-top: 20px;
	height: 35px;
}
	 .dropdown-header h2 {
		float: left;
	}

	.dropdown-header .expand, .dropdown-header .collapse {
		padding: 4px 10px 0 0;
		float: left;
	}


/* -- Subcontent -- */


#subcontent { padding: 0 30px 30px 30px; }

h2 {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #b8c750;
	font-weight: normal;
	font-size: 18px;
}

h2 strong {
	font-weight: normal;
	color: #81a7c4;
}

.grid_l, .grid_m, .grid_r {
	float: left;
}

.grid_l, .grid_m {
	padding-right: 15px;
}

.cleargrid {
	height: 15px;
	clear:both;
}


/* -- Closer Loooook -- */


#closer-look {
	padding: 15px 0;
}

.closer-look-text {
	background: #FFFFFF url(../images/kaa_closer_look.png) no-repeat;
	width: 445px;
	height: 23px;
	float: left;
}
	#closer-look form {
		float: right;
		width: 230px;
	}
		
	#closer-look input.newsletter-submit {
		width: 23px;
		float: right;	
	}
	#closer-look input.newsletter-text-field {
		float: left;
		padding: 4px 5px 0 5px;
		border: solid 1px #c4c8cb;
		width: 188px;
		height: 17px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #8a9298;
		background-color: #fafafa;
	}
	

/* -- Foooooter -- */


#footer {
	padding-top: 10px;
	font-size: 9px;
	color: #b2b6b9;
}

#footer .copy {
	color: #b2b6b9;
}

#footer a,
#footer a:link,
#footer a:visited {
	color: #8bac5c;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	background-color: #8bac5c;
	color: #FFFFFF;
}
