@import url(standard.css);

html, body{
    height:100%;
}
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:132%;
	text-align:center;/*req for ie6 page margins*/	
	color:#000;
	background:#fbfaf8;
}
.container{
	width:958px;
	/*margin:15px auto;*/
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/* TYPE*/
h1{
    font-family:Trebuchet MS, Helvetica, sans-serif;
    font-size:129%;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:-0.03em;
    color: #00aeef;
    margin-bottom: 9px;
}
h2{
    font-family:Trebuchet MS, Helvetica, sans-serif;
    font-size:129%;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:-0.03em;
    color:#605851;
    margin-bottom:10px;
}
h3{
    font-family:Trebuchet MS, Helvetica, sans-serif;
    font-size:131%;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:-0.03em;
    color:#605851;
    margin-bottom:7px;
    margin-top:3px;
}
h4{
    margin-bottom:0;
	font-weight:bold;
	color:#652300;
}
a:link, a:visited{
	text-decoration:none;
	color:#652300;
}
a:hover{
	text-decoration:underline;
	color:#00aeef;
}
p.intro_copy{
	color:#c3beaf;
	font-size:130%;
	line-height:124%;
	margin-bottom:1px !important;
	padding-bottom:10px;
	font-size:145%; /*163*/
}
body#home p.intro_copy{
	font-size:132%;
	line-height:127%;
	padding-bottom:0;
	margin-bottom:8px !important;
}
a.bullet_link{
	padding-left:10px;
	color:#652300;
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 0 4.6px;
}
ul.bullet_list_headers{
	color:#777367;
}
ul.bullet_list_headers li{
	/*zoom:1;*//*req for IE*/
}
.border_below{
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x bottom left;
	padding-bottom:5px;
	margin-bottom:6px;
}
.border_below_dark{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x bottom left;
	padding-bottom:5px;
	margin-bottom:12px;
}
p.border_below_dark{
	padding-bottom:12px;
}
ul.bullet_list{
	padding-top:2px;
	padding-bottom:11px;
}

ul.bullet_list li{
	padding-left:11px;
	line-height:134%;
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 0 5.6px;
	/*zoom:1;*/
}
ul.bullet_list_rss li{
	background:transparent url(/kbcs-media/images/icon_rss.gif) no-repeat 0 0;
	padding-left:20px;
}
/* as used on latest research module on home */
dl.research_details{
	margin:0;
	color:#777367;
	position:relative; /*Disappearing background on ie6*/
}
dl.research_details dt{
	font-style:italic;
}
dl.research_details dt.locked{
	padding-left:11px;
	background:transparent url(/kbcs-media/images/icon_lock.gif) no-repeat 0 3px;
}
dl.research_details dd{
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x bottom left;
	padding-bottom:14px;
	margin-bottom:11px;
}
dl.research_details dd em{
	display:block;
	font-style:normal;
}
dl.research_details dd p{
	color:#262626;
	margin-bottom:2px;
}

/*HEADER CONTENT*/
#header{
	background: #fff url(/kbcs-media/images/bgHeaderTop.gif) no-repeat 0 0; 
	color:#82786f;
	position:relative;
	min-height:126px;
	height:auto !important;
	height:126px;/*req for ie6*/
}
#headerBottom{
    background: #fff url(/kbcs-media/images/bgHeaderBottom.gif) no-repeat 0 0; 
    height:15px;
}
#header a.logo_header{
	position:absolute;
	display:block;
	left:22px;
	top:23px;
	width:58px;
	height:60px;
}
#header_map{
	position:absolute;
	background: #fff url(/kbcs-media/images/header_map.gif) no-repeat 0 0;
	left:100px;
	top:31px;
	width:126px;
	height:54px;
	overflow:hidden;
	text-indent:-999px;
}
/* header drop downs */
#header .head_select{
	position:absolute;
	top:105px;
	height:21px;
	color:#652300;
	background:#ede7dd;
	border-width:0;
	padding:0;
	font-size:97%;
	padding-top:1.5px;
}
#site_select {
	left:22px;
	width:195px;
}
body.hasJs #site_select {
	width:194px;
}
#platform_select {
	left:252px;
	width:222px;
}
#header #site_select_submit{
	position:absolute;
	left:200px;
	top:104px;
}
#header #platform_select_submit{
	position:absolute;
	left:481px;
	top:104px;
}
body.hasJs #header #site_select_submit{
	display:none;
}
body.hasJs #header #platform_select_submit{
	display:none;
}
/*end header drop downs*/

/* primary nav */
#primary_nav{
	list-style-type:none;
	position:absolute;
	left:239px;
	top:-1px;
	width:480px;
}
#primary_nav li{
	float:left;
	width:120px;
	height:46px;
	overflow:hidden;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
#primary_nav li a{
	display:block;
	width:120px;
	height:46px;
	padding:12px 0 0 14px;
	background-image: url(/kbcs-media/images/pimary_nav_sprite.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	cursor: pointer;
}
#primary_nav li a:link, #primary_nav li a:visited{
	text-decoration:none;
	color:#652300;
}
#primary_nav li a:hover{
	text-decoration:none;
	color:#fff;
	background-position:0 -92px;
	padding:8px 0 0 10px;
}
body#home #primary_nav li#nav_home a:link, body#home #primary_nav li#nav_home a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#about #primary_nav li#nav_about a:link, body#about #primary_nav li#nav_about a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#services #primary_nav li#nav_services a:link, body#services #primary_nav li#nav_services a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#research #primary_nav li#nav_research a:link, body#research #primary_nav li#nav_research a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#locations #primary_nav li#nav_locations a:link, body#locations #primary_nav li#nav_locations a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#news #primary_nav li#nav_news a:link, body#news #primary_nav li#nav_news a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#events #primary_nav li#nav_events a:link, body#events #primary_nav li#nav_events a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
body#careers #primary_nav li#nav_careers a:link, body#careers #primary_nav li#nav_careers a:visited{
	background-position:0 -46px;
	color:#fff;
	cursor:default;
	padding:12px 0 0 14px;
}
/* end primary nav */
/* SECONDARY NAV */
.secondary_nav{
	padding:0 0 25px 0;
	margin:0;
}
.secondary_nav ul{
	padding:0;
	margin:0;
}
.secondary_nav li{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x bottom left;
	text-transform:uppercase;
	padding:0 0 8px 0;
	color:#9b9685;
}
.secondary_nav li a:link, .secondary_nav li a:visited{
	color:#777367;
}
.secondary_nav li a:hover{
	color:#00aeef;
}
.secondary_nav li.sub_section{
	padding-top:1px;
	padding-bottom:0;
	background:none;
}
.secondary_nav li.sub_section a:link, .secondary_nav li a:visited{
	color:#652300;
}
.secondary_nav li.sub_section a:hover{
	color:#00aeef;
}
.secondary_nav li li{
	text-transform:none;
	padding:6px 0 10px 0;
}
.secondary_nav li.current{
	color:#00aeef;
}
.secondary_nav li.current a{
	color:#00aeef;
}
/* END SECONDARY NAV */

/* header search box */
form#headersearch {
	position:absolute;
	left:730px;
	top:60px;
	overflow:visible;
}
form#headersearch  label{
	display:none;
}
form#headersearch  input#searchterm {
	vertical-align:middle;
	border-width:0;
	padding:0 0 4px 0;
	margin-top:2px;
	width:179px;
	font-size:1em;
	color:#9b9685;
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x bottom left;
}
form#headersearch  input#searchSubmit {
	vertical-align:middle;
	margin-left:10px;
	margin-top:-2px;
}
/* end header search box */

/* header tools */
#header_tools{
	position:absolute;
	right:16px;
	top:108px;
	list-style-type:none;
}
#header_tools li{
	float:left;
	padding-left:30px;
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 20px 5.6px;	
}
/* end header tools */
/* end header content*/

/* homepage banner */
#hp_banner_container
{
    position:relative;
    width:950px;
    height:319px;
}

#hp_banner img
{
    position:absolute;
}

#hp_banner img.current
{
    z-index:10;
}

#hp_banner img.previous
{
    z-index:5;
}

#hp_banner_nav
{
    z-index:20;
    position:absolute;
    bottom:25px;
    left:25px;
}

#hp_banner_button
{
    float:left;
    display:none;
    width:15px;
    height:15px;
    background:url(/kbcs-media/images/btn_banner_play.gif) no-repeat 0 -15px;
    margin:0 10px 0 0;
}

#hp_banner_button.pause
{
    background-position: 0 0px;    
}

#hp_banner_button:hover
{
    text-decoration:none;
}

#hp_banner_progressbar
{
    float:left;    
    padding:3px 0 0 0;
}

#hp_banner_progressbar li
{
    float:left;
    width:8px;
    height:8px;
    background:url(/kbcs-media/images/bg_banner_progressbar.png) no-repeat 0 -8px;
}

#hp_banner_progressbar li.active
{
    background-position:0 0px;
}

/* end homepage banner */

/* MAIN FAUX BACKGROUND CONTAINERS */

/* 1 col */
div.content_top_1_col{
    background:transparent url(/kbcs-media/images/shad_top_1.gif) no-repeat 0 0;
	height:3px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.content_mid_1_col{
    background:transparent url(/kbcs-media/images/shad_mid_1.gif) repeat-y left;
	width:907px;
	padding:17px 29px 30px 22px;
}
div.content_end_1_col{
    background:transparent url(/kbcs-media/images/shad_bot_1.gif) no-repeat 0 0;
	height:5px;
	width:958px;
	font-size:0;/*req for ie6*/
}

/* 2 2 col */
div.content_top_2_2_col{
    background:transparent url(/kbcs-media/images/shad_top_2_2.gif) no-repeat 0 0;
	height:3px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.content_mid_2_2_col{
    background:transparent url(/kbcs-media/images/shad_mid_2_2.gif) repeat-y left;
	width:907px;
	padding:17px 29px 30px 22px;
}
div.content_end_2_2_col{
    background:transparent url(/kbcs-media/images/shad_bot_2_2.gif) no-repeat 0 0;
	height:5px;
	width:958px;
	font-size:0;/*req for ie6*/
}

/* 1 3 col */
div.content_top_1_3_col{
    background:transparent url(/kbcs-media/images/shad_top_1_3.gif) no-repeat 0 0;
	height:3px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.content_mid_1_3_col{
    background:transparent url(/kbcs-media/images/shad_mid_1_3.gif) repeat-y left;
	width:907px;
	padding:17px 29px 30px 22px;
}
div.content_end_1_3_col{
    background:transparent url(/kbcs-media/images/shad_bot_1_3.gif) no-repeat 0 0;
	height:5px;
	width:958px;
	font-size:0;/*req for ie6*/
}

/* 3 1 col */
div.content_top_3_1_col{
    background:transparent url(/kbcs-media/images/shad_top_3_1.gif) no-repeat 0 0;
	height:3px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.content_mid_3_1_col{
    background:transparent url(/kbcs-media/images/shad_mid_3_1.gif) repeat-y left;
	width:907px;
	padding:17px 29px 30px 22px;
}
div.content_end_3_1_col{
    background:transparent url(/kbcs-media/images/shad_bot_3_1.gif) no-repeat 0 0;
	height:5px;
	width:958px;
	font-size:0;/*req for ie6*/
}

/* 2 1 1 col */
div.content_top_2_1_1_col{
    background:transparent url(/kbcs-media/images/shad_top_2_1_1.gif) no-repeat 0 0;
	height:3px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.content_mid_2_1_1_col{
    background:transparent url(/kbcs-media/images/shad_mid_2_1_1.gif) repeat-y left;
	width:907px;
	padding:17px 29px 30px 22px;
}
div.content_end_2_1_1_col{
    background:transparent url(/kbcs-media/images/shad_bot_2_1_1.gif) no-repeat 0 0;
	height:5px;
	width:958px;
	font-size:0;/*req for ie6*/
}
div.tall_bg{
	padding-bottom:120px;
}
/* END MAIN FAUX BACKGROUND CONTAINERS */

/* CONTENT COLUMNS */

/* 25/75 two cols */
.content_mid_1_3_col .col_1{
	float:left;
	width:186px;
	margin-right:56px;
}
.content_mid_1_3_col .col_2{
	float:left;
	width:665px;
}

/* 50/50 two cols */
.content_mid_2_2_col .col_1{
	float:left;
	width:423px;
	margin-right:56px;
}
.content_mid_2_2_col .col_2{
	float:left;
	width:428px;
}

/* 75/25 two cols */
.content_mid_3_1_col .col_1{
	float:left;
	width:665px;
	margin-right:56px;
}
.content_mid_3_1_col .col_2{
	float:left;
	width:186px;
}

/* 50/25/25 three cols */
.content_mid_2_1_1_col .col_1{
	float:left;
	width:424px;
	margin-right:56px;
}
.content_mid_2_1_1_col .col_2{
	float:left;
	width:186px;
	margin-right:54px;
}
.content_mid_2_1_1_col .col_3{
	float:left;
	width:186px;
}

/* horizontal divider shadow */
div.col_divider_2{
    background:transparent url(/kbcs-media/images/shad_divider_2.gif) no-repeat 0 0;
	height:10px;
	margin:0 -32px 17px -22px;
	position:relative;/*req for ie6*/
}
/* fullwidth - remove default margins */
/* for a single 100% column */
div.col_fullwidth_100{
	padding:0 5px 0 3px;
	width:950px;
}
/* for a single 50% column */
div.col_fullwidth_50{
	padding:0 5px 0 3px;
	width:425px;
}
/* alternatively, reposition image with -ve margins for a single 50% column */
img.col_fullwidth{
	margin:-17px -29px 0 -19px;
	position:relative;/*req for ie6*/
}
/* split column */
.column_half{
	float:left;
	width:49%;
}
/* split column */
.column_third{
	float:left;
	width:33%;
}

/* detail pages columns */
div.detail_page_columns .col_1{
	float:left;
	width:429px;
	margin-right:43px;
}
div.detail_page_columns .col_2{
	float:left;
	width:186px;
	padding-top:15px;
}
/* end detail pages columns */


/* NEWS LANDING page */
div.columns_news{
	margin-top:15px;
}
div.columns_news h2{
	padding-bottom:5px;
}
div.landing div.columns_news .col_1, div.landing div.columns_news .col_2{
	float:left;
	width:330px;
	margin-right:20px;
}
div.landing div.columns_news .col_3{
	float:left;
	width:195px;
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x 0 36px;
	padding-top:49px;
}
.sIFR-active div.landing div.columns_news .col_3{
	background-position:0 38px;
}
div.landing div.columns_news ul.bullet_list{
	margin-top:10px;
	padding-bottom:11px;
}
/* news items */
ul.news_items{
	padding-top:2px;
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x 0 0;
}
ul.news_items li{
	/*min-height:24px;*/
	height:auto !important;
	height:80px;/*req for ie6*/
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x bottom left;
	padding-bottom:2px;
}
ul.news_items ul.bullet_list li{
	min-height:1%;
	height:1%;/*req for ie6*/
	height:auto;
	padding-bottom:0;
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 0 5.6px;
}
ul.news_items li div{
	padding:11px 0 8px 0;
}
ul.news_items li p{
	margin-bottom:3px;
}
ul.news_items li ul{
	padding-bottom:0;
}
ul.news_items li em{
	color:#777367;
	font-style:normal;
}
ul.thumbnail{
	margin-bottom:20px;
}
ul.thumbnail li ul.bullet_list, ul.thumbnail li p,  ul.thumbnail li a.bullet_link{
	margin-left:72px;
}
ul.event_thumbnail li ul.bullet_list, ul.event_thumbnail li p,  ul.event_thumbnail li a.bullet_link{
	margin-left:105px !important;
}
div.landing div.columns_news ul.thumbnail li ul.bullet_list{
	margin-top:3px;
}
ul.thumbnail li img{
	float:left;
	clear:both;
	margin:0 9px;
	display:inline;/*req for ie6*/
}
ul.thumbnail li p, ul.thumbnail li ul{
	margin-bottom:3px;
	padding-bottom:0 !important;
}
ul.thumbnail li p{
	margin-bottom:1px;
}
/* news items */
div.news .col_1 h1{
	margin-bottom:15px !important;
}
div.news .col_1 h2{
	margin-bottom:7px;
}
/* end NEWS LANDING */

/* END CONTENT COLUMNS */

/* TABS MENU ON DETAIL PAGE */
ul.detail_tabs_menu{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x bottom left;
	margin:5px 4px 20px -20px;
	height:20px;
	padding:0 0 3px 20px;
}
ul.detail_tabs_menu li{
	float:left;
	margin-right:2px;
	text-transform:uppercase;
	letter-spacing:0.05em;
}
ul.detail_tabs_menu li a{
	display:block;
	padding:2px 9px;
	background-color:#ede7dd;
	cursor: pointer;
}
ul.detail_tabs_menu li a:link, ul.detail_tabs_menu li a:visited{
	text-decoration:none;
	color:#652300;
}
ul.detail_tabs_menu li a:hover{
	text-decoration:none;
	background-color:#652300;
	color:#fff;
}
ul.detail_tabs_menu li.current{
	display:block;
	padding:2px 9px;
	background-color:#00aeef;
	color:#fff;
	cursor: default;
}

/* END TABS MENU ON DETAIL PAGE */

/* BREADCRUMBS */
.breadcrumbs{
	padding-bottom:13px;
	font-size:86%;
}
.breadcrumbs li{
	text-transform:uppercase;
	color:#9b9685;
	display:inline;
}
.breadcrumbs li a:link, .breadcrumbs li a:visited{
	color:#9b9685;	
}
.breadcrumbs li a:hover{
	color:#00aeef;	
}
/* END BREADCRUMBS */

/* LANDING PAGES */
div.landing h1 {
    font-size:34px;
	margin-bottom:5px;
}
div.landing p.intro_copy{
	/*width:450px;*/
}
div.landing.wide p.intro_copy{
	/*width:430px;*/
}
div.landing .col_1{
	float:left;
	width:460px;
}
div.landing.wide .col_1{
	width:463px;
}
div.landing .col_2{
	float:left;
	width:230px;
}
div.landing.wide .col_2{
	padding-top:14px;
}
div.landing .col_3{
	float:left;
	width:216px;
}
div.landing .col_3 div.dashed_divider_dark{
	margin-top:14px;
}
.sIFR-active div.landing .col_3 div.dashed_divider_dark{
	margin-top:4px;
}
div.landing .col_3 ul.bullet_list{
	padding-bottom:18px;
}
/* end landing */
/* events */
div.landing.events .col_1{
	width:573px;
}
div.landing.events .col_1 h2{
	margin-top:18px;
	margin-bottom:7px;
}
div.header_rh_link{
	float:left;
	clear:both;
	padding-top:2px;
}
div.header_rh_link h1{
	float:left;
	width:400px;
}
div.header_rh_link p.intro_copy{
	float:left;
	width:400px;
	background:none !important;
	margin-bottom:0 !important;
}
div.header_rh_link a{
	float:right;
	width:100px;
}
div.narrow_copy{
	width:450px;
}
div.narrow_copy h2{
	margin-bottom:0 !important;
}
div.narrow_copy h4{
	text-transform:uppercase;
	color:#777367;
}
.events_sidebar{
	margin-top:3px;	
}
.events_sidebar em{
	font-style:normal;
	color:#777367;
	display:block;	
}
.events_sidebar p.border_below{
	padding-bottom:15px;
}
/*events forms*/
#filters{
	width:100%;
	padding:33px 0 10px 0;
}
#filters .drop_down{
	width:165px;
	margin-right:10px;
	float:left;
}
#filters label{
	display:block;
	margin:0 0 5px 3px;
}
#filters label.inline{
	display:inline;
}
#filters .filter{
	height:21px;
	color:#652300;
	background:#ede7dd;
	border-width:0;
	padding:0;
	font-size:97%;
	padding-top:1.5px;
	width:164px;
}
#filters  #filter_submit{
	margin-top:18px;
}
#filters .checkbox{
	padding: 0 40px 0 10px;	
}
body.hasJs #filters  #filter_submit{
	display:none;
}
/*pagination*/
.pagination{
	position:relative;
	width:100%;
	height:17px;
	padding:10px 0 8px 0;
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x left top;
}
.pagination p{
	float:left;
	color:#777367;
	margin-bottom:0;
}
.pagination p.total_results{
	position:absolute;
	left:0;
	display:block;
	width:572px;
	text-align:center;
	color:#000;
}
.pagination ul{
	float:right;
	list-style-type:none;
}
.pagination ul li{
	float:left;
	padding-left:20px;
}
.pagination ul li.left{
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 10px 5.6px;
}
.pagination ul li.right{
	padding-left:17px;
	padding-right:10px;
	background:transparent url(/kbcs-media/images/bullet_sq.gif) no-repeat 44px 5.6px;
}
div.dashed_divider_dark.linepagination {
	margin-top:-1px;
	margin-bottom:0;
}
/*end events*/
/*search results*/
div.search_result_item{
	padding:10px 0 2px 0;
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x left bottom;	
}
div.search_result_item.last{
	background:none;	
}
/*RESEARCH*/
.subCol_1a{
	float:left;
	width:447px;
	margin-right:23px;
}
.subCol_1b{
	float:left;
	width:680px;/*694*/
	margin-right:23px;
}
.subCol_2a{
	float:left;
	width:189px;
}
ul.news_items a.title{
	font-style:italic;
	color:#777367;
}

ul.news_items a.title.locked{
	padding-left:11px;
	background:transparent url(/kbcs-media/images/icon_lock.gif) no-repeat 0 3px;
}
/* signin form*/

form#research_signin, form#search{
	margin-top:10px;
}
form#research_signin  input#signin {
	margin:0 2px 6px 141px;
}
label{
	color:#777367;
}
/* search form */
label.label_left{
	width:60px;
	float:left;
	margin-bottom:10px;
}
.input_right{
	width:124px;
	_width:120px;/*req for ie6*/
	font-size:97%;
	color:#262626;
	border:1px solid #c3beaf;
	padding:1px;
	margin-bottom:10px;
}
#research_signin .input_right{
	width:120px;
	_width:118px;/*req for ie6*/
}
form.search_results {
	padding-bottom:15px;
	margin-top:10px;
}
form.search_results .search_input {
	width:124px;
	_width:120px;/*req for ie6*/
	font-size:97%;
	color:#262626;
	border:1px solid #828790;
	padding:1px;
}
form.search_results .search_submit{
	margin-bottom:-6px;
}
.drop_down select, select.drop_down{
	background:#ede7dd;
	border-width:1px;
	color:#652300;
}
#search select.drop_down{
	width:128px;
	_width:124px;/*req for ie6*/
}
form#search  input#researchSearchSubmit {
	margin:0 0 20px 141px;
}
select.multi_select {
	width:188px;
	border:1px solid #c3beaf;
	padding:2px;
	color:#262626;
	font-size:93%;
	margin:4px 0 10px 0;
}
form#login_form {
	width:220px;
}
form#pwd_form {
	width:420px;
}
form#pwd_form label.label_left {
	width:120px !important;
}
.errorlist {
	color:red;
}
/*END RESEARCH*/

/* block menu small */
ul.block_menu{
	margin-left:-4px;
	height:324px;
}
.wide ul.block_menu{
	height:auto;
	_height:1%;/*req for ie6 */
}
ul.block_menu li{
	float:left;
	margin:0 6px 4px 0;
}
ul.block_menu li a{
	display:block;
	height:81px;
	width:224px;
	position: relative;
	text-decoration:none;
	text-indent:4px;
	cursor:pointer;
}
.wide ul.block_menu li a{
	width:433px;
}
ul.block_menu li a span{
	position:absolute;
	left:0;
	top:0;
	width:224px;
	height:81px;
	background-repeat:no-repeat;
}
.wide ul.block_menu li a span{
	width:433px;
}

/*images*/
/* menu1 - corp services */
ul.block_menu li#navconvertiblebonds a span{
	background-image:url(/kbcs-media/images/landing_btn_s_conv_bonds.gif);
}
ul.block_menu li#navcorporatefinance a span{
	background-image:url(/kbcs-media/images/landing_btn_s_corp_finance.gif);
}
ul.block_menu li#navcontractsfordifference a span{
	background-image:url(/kbcs-media/images/landing_btn_s_cfds.gif);
}
ul.block_menu li#navequityderivatives a span{
	background-image:url(/kbcs-media/images/landing_btn_s_equity_derivs.gif);
}
ul.block_menu li#navequityresearch a span{
	background-image:url(/kbcs-media/images/landing_btn_s_equity_research.gif);
}
ul.block_menu li#navcorporatebroking a span{
	background-image:url(/kbcs-media/images/landing_btn_s_corp_broking.gif);
}
ul.block_menu li#navequitysalessalestrading a span{
	background-image:url(/kbcs-media/images/landing_btn_s_equity_sales.gif);
}
ul.block_menu li#navbrokerage a span{
	background-image:url(/kbcs-media/images/landing_btn_s_brokerage.gif);
}
ul.block_menu li#navonlinetrading a span{
	background-image:url(/kbcs-media/images/landing_btn_s_online_trading.gif);
}
ul.block_menu li#navmarketmaking a span{
	background-image:url(/kbcs-media/images/landing_btn_s_market_making.gif);
}
ul.block_menu li#navsecuritiesservices a span{
	background-image:url(/kbcs-media/images/landing_btn_s_securities.gif);
}
ul.block_menu li#navwarrants a span{
	background-image:url(/kbcs-media/images/landing_btn_s_warrants_corp.gif);
}
/* menu 2 - retail services */
ul.block_menu li#navBonds a span{
	background-image:url(/kbcs-media/images/landing_btn_s_bonds.gif);
}
ul.block_menu li#navEquity a span{
	background-image:url(/kbcs-media/images/landing_btn_s_equity.gif);
}
ul.block_menu li#navFunds a span{
	background-image:url(/kbcs-media/images/landing_btn_s_funds.gif);
}
ul.block_menu li#navFutures a span{
	background-image:url(/kbcs-media/images/landing_btn_s_futures.gif);
}
ul.block_menu li#navOptions a span{
	background-image:url(/kbcs-media/images/landing_btn_s_options.gif);
}
ul.block_menu li#navTrackers a span{
	background-image:url(/kbcs-media/images/landing_btn_s_trackers.gif);
}
ul.block_menu li#navTurbos a span{
	background-image:url(/kbcs-media/images/landing_btn_s_turbos.gif);
}
ul.block_menu li#navWarrants2 a span{
	background-image:url(/kbcs-media/images/landing_btn_s_warrants.gif);
}
ul.block_menu li#navretailbelgium a span{
	background-image:url(/kbcs-media/images/landing_btn_s_retail_be.gif);
}
ul.block_menu li#navretailczechrepublic a span{
	background-image:url(/kbcs-media/images/landing_btn_s_retail_cz.gif);
}
ul.block_menu li#navretailhungary a span{
	background-image:url(/kbcs-media/images/landing_btn_s_retail_hu.gif);
}
ul.block_menu li#navretailpoland a span{
	background-image:url(/kbcs-media/images/landing_btn_s_retail_pl.gif);
}
ul.block_menu li#navretailromania a span{
	background-image:url(/kbcs-media/images/landing_btn_s_retail_ro.gif);
}
/* wide images - about, careers etc */
ul.block_menu li#navKeyFacts a span{
	background-image:url(/kbcs-media/images/landing_btn_l_key_facts.gif);
}
ul.block_menu li#navVisionStrategy a span{
	background-image:url(/kbcs-media/images/landing_btn_l_vision_strat.gif);
}
ul.block_menu li#navStructure a span{
	background-image:url(/kbcs-media/images/landing_btn_l_structure.gif);
}
ul.block_menu li#navHistory a span{
	background-image:url(/kbcs-media/images/landing_btn_l_history.gif);
}
ul.block_menu li#navAwards a span{
	background-image:url(/kbcs-media/images/landing_btn_l_awards.gif);
}
ul.block_menu li#navCurrentVacs a span{
	background-image:url(/kbcs-media/images/landing_btn_l_current_vacs.gif);
}
ul.block_menu li#navWorkingAt a span{
	background-image:url(/kbcs-media/images/landing_btn_l_working_at_kbc.gif);
}
/*end images*/

ul.block_menu li a:link span, ul.block_menu li a:visited span{
	background-position:0 -81px;
}
ul.block_menu li a:hover span{
	background-position:0 0;
}
/* END LANDING PAGES */

/* CORP FINANCE CONTENT */
ul.clients_a_z{
	width:100%;
	padding:0 0 14px 0;
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x left bottom;
}
ul.clients_a_z li{
    float:left;
    background:url(/kbcs-media/images/pipe_main_nav.gif) no-repeat 0 4px;
    padding:1px 7px;
}
ul.clients_a_z li.first{
    background:none;
    padding-left:0;
}
/* Transactions page form */
#filters.transactions{
	padding-top:0;
}
#filters.transactions .drop_down{
	width:145px;
}
#filters.transactions .drop_down select{
	width:145px;
}

/* transactions table */
table.data_table{
	border-collapse:collapse;
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x left top;
	margin-bottom:25px;
}
table.data_table caption{
	display:none;
}
table.data_table th{
	color:#777367;
	font-weight:normal;
	text-align:left;
	vertical-align:bottom;
}
table.data_table td{
	vertical-align:top;
}
table.data_table tr.bordered_bottom{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x left bottom;
}
table.data_table th, table.data_table td{
	padding:7px 0 9px 0;	
}
/* tombstones*/

.tombstones {
	overflow:hidden;
	width:286px;
	height:188px;
	padding:5px;
	margin:15px;
	float:left;
	border: solid 1px;
	border-color: #C3BEAF;
	position: relative;
	
}

.tombstone_logo {
	overflow:hidden;
	width:80px;
	height:50px;
	float:left;
	margin: 3px 10px 0 3px;
}

.tombstone_logo img {
	max-width:80px;
	max-height:50px;
}

.tombstone_great_logo {
	overflow:hidden;
	width:270px;
	height:50px;
	float:left;
	margin: 3px 10px 0 3px;
}

.tombstone_great_logo img {
	max-width:270px;
	max-height:50px;
}

.tombstone_description {
	font-size:122%;
	color:#652300;
	margin: 10px 0 0 3px;
}

.tombstone_body {
	margin: 10px 0 0 3px;
}

.tombstone_date {
	color:#777367;
	position: absolute; right: 5px; bottom: 5px;
}

.tombstone_country {
	color:#777367;
	position: absolute; left: 5px; bottom: 5px;
}

ul.tombstones{
	margin:8px -20px 10px 0;
	float:left;
	clear:both;
}
ul.tombstones li{
	display:block;
	float:left;
	width:187px;
	min-height:176px;
	height:auto !important;
	height:176px;/*req for ie6*/
	margin:0 21px 10px 0;
	padding:12px 10px 0px 10px;	
	background:transparent url(/kbcs-media/images/tombstones_bg_pattern.gif) repeat-x left top;
}
ul.tombstones li ul{
	margin:12px 0 0 0;
}
ul.tombstones li ul li{
	height:auto;
	background:none;
	min-height:0;
	padding:0;
	margin:0 0 7px 0;
}
ul.tombstones li ul li a{
	font-size:132%;
}
ul.tombstones li ul li em{
	display:block;
	margin:-7px 0 0 0;
	_margin:-4px 0 0 0;/*req for ie6*/
	font-style:normal;
	color:#777367;
	/*zoom:1;*//*req for ie7*/
}
/* Testimonials*/


/* END CORP FINANCE CONTENT */

/* SPECIFIC RULES */

div#locations_map_sml{
	position:relative;
	min-height:200px;
	height:auto !important;
	height:200px;/*req for ie6*/
	margin:10px 10px 10px 10px;
	margin-left:0px;
	margin-top:0px;
}
.page_image{
	margin-bottom:20px;
}
.side_content_images{
	margin-bottom:12px;
}
.map_midsize{
	float:left;
	width:480px;
	padding-top:2px;
	margin-top:7px;
}
.maplist1{
	float:left;
	width:180px;
	padding-right:10px;
	margin-top:7px;
}
.maplist2{
	float:left;
	width:200px;
	margin-top:7px;
}
.stripe{
	background:transparent url(/kbcs-media/images/stripe_tile.gif) repeat 0 0;
}

/* expand/collapse reasearch icon */
/* set cols relative to allow positioning of icon */ 
.col_2, .col_3{
	position:relative;
}
a.expand_icon{
	position:absolute;
	left:186px;
	top:-7px;
	background:transparent url(/kbcs-media/images/btn_expand.gif) no-repeat 0 0;
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-999px;
}
a.collapse_icon{
	position:absolute;
	left:427px;
	top:-7px;
	background:transparent url(/kbcs-media/images/btn_collapse.gif) no-repeat 0 0;
	display:block;
	width:15px;
	height:15px;
	overflow:hidden;
	text-indent:-999px;
}
/* RSS icon */
a.rss_icon{
	background:transparent url(/kbcs-media/images/icon_rss.gif) no-repeat 0 0;
	color:#df8c19;
	display:block;
	width:30px;
	padding-left:20px;
	margin:-5px 0 5px -2px;
}
.sIFR-active a.rss_icon{
	margin-top:-7px;
}
.sIFR-active div.rss_holder{
	height:38px;
}
div.rss_holder{
	height:36px;
}
.sIFR-active div.rss_holder h2{
	margin-bottom:0 !important;
}
div.rss_holder h2{
	padding-bottom:0;
	margin-bottom:6px;
}
/* end rss */


div.detail_page h1 {
    font-size:34px;
	margin-bottom:5px;
}
div.detail_page_columns .col_2 h2{
	margin-bottom:7px;
}
.sIFR-active div.detail_page_columns p.intro_copy{
	padding-bottom:13px;
}
.locations_detail em{
	font-style:normal;
	color:#777367;
}
.locations_detail a.bullet_link{
	display:block;
	margin-top:-8px;
	margin-bottom:13px;
}
.locations_detail ul.bullet_list{
	margin-top:-8px;
	margin-bottom:13px;
}
.locations_detail img.border_below{
	padding-bottom:23px;
}
div.dashed_divider_pale{
	background:transparent url(/kbcs-media/images/dash_pale_tile.gif) repeat-x bottom left;
	height:2px;
	font-size:0px;
	margin:12px 0;
}  
.sIFR-active div.dashed_divider_pale{
	margin-top:5px;
}
div.dashed_divider_dark{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x bottom left;
	height:2px;
	font-size:0px;
	margin:12px 0;
}
p.disclaimer{
	color:#9b9685;
}
p.services_disclaimer{
	margin-bottom:3px !important;
}
p.contact_details{
	padding-bottom:16px;
}
p.contact_details img{
	float:left;
	margin:3px 10px 10px 0;
}
p.contact_details em{
	font-style:normal;
	color:#777367;
}
p.color_helptext{
	margin-bottom:0;
	color:#df8c19;
}
.top_border_dark{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x 0 4px;
	padding-top:19px;
}
.bottom_border_dark{
	background:transparent url(/kbcs-media/images/dash_dark_tile.gif) repeat-x left bottom !important;
}
div.landing .bottom_space_sml{
	margin-bottom:10px !important;
}
.map_fullsize{
	position:relative;
	margin:7px 0 11px 0;
}
/* END SPECIFIC RULES */

/* footer */
#footer{
    text-align:right;
	font-size:90%;
	/*padding:15px 5px 0 0;*/
}
#footer ul{
    float:right;
	clear:both;
	list-style-type:none;
    margin-bottom:3px;
}

#footer li{
    float:left;
    background:url(/kbcs-media/images/pipe_main_nav.gif) no-repeat center right;
    padding:1px 13px;
}

#footer li.last{
    background:none;
    padding-right:0;
}

#footer a{
    color:#00aeef;
}

#footer p{
	color:#9b9685;
	float:right;
	clear:both;
	padding-bottom:1em;
}

/*********************************** BEGIN Utility styles */
.nodisplay{
    display:none;
}
.top_space_sml{
	margin-top:14px;
}
.sIFR-active .top_space_lrg{
	margin-top:23px;
	_margin-top:22px;/*req for ie6*/
}
.top_space_lrg{
	margin-top:20px;
	_margin-top:21px;/*req for ie6*/
}
.moveup_10{
	margin-top:-10px;
}

/*
 * clearfix - fixes float clearing issues
 */
/* Win IE 7 */
.clearfix{
	display:inline-block;
}
/* Gecko-based browsers */
 .clearfix:after {content : "."; display : block; height : 0px; clear : both; visibility : hidden;}
/* Hides from IE-mac \*/ * html .clearfix {height : 1%;} /* End hide from IE-mac */

/*********************************** END Utility styles */

/*********************************** START KBC additional styles */

/* NB. copy of #filters .filter
 * that eases some Django-forms-related CSS pain
 */
#filters select
{ 
	height:21px;
	color:#652300;
	background:#ede7dd;
	border-width:0;
	padding:0;
	font-size:97%;
	padding-top:1.5px;
	width:164px;	
}

table.region_permissions
{
	margin-bottom:12px;
}
table.region_permissions th
{
	padding-right:24px;
}

div#container_careers_contact
{
	width:230px;
}

div.img_border
{
	border:1px solid black;
	float:left;
}

ul.spaced_items li
{
	padding-bottom:8px;	
}

.column_third p
{
	width:80%;
}

.justified
{
	text-align:justify;
}

/*********************************** END KBC additional styles */



.dropdownlist
{
    font-size: 11px;
}



p.disclaimer2
{
	text-align:justify;	
}