/* 
===========================================================
====
===	Custom Colors, Widths, and Images for KFW
====
==============================================================
*/

body {
	background: #98A85C url(/images/_kfw/bg_body.jpg) center top repeat;
}
#wrapper {
	background:url(/images/_kfw/bg_wrapper.gif) left top repeat-y;
}
#container {
	background:#fff url(/images/_kfw/bg_container.gif) left top repeat-y;
}

/*

Link and Header Colors

*/

a {
	color:#4B5D37;
}
a:hover {
	color:#942A1B;
}
h1, h2, h3, h4, h5, h6 {
	color:#666;
}
h1 {
	color:#34627a;
}
h2 {
	color:#942A1B;
}
h4 {
	color:#34627a;
}

/*

Primary Nav Bar

*/

#navbar ul#mainlinks {
	width:66%;
}
#navbar ul#companylinks {
	width:34%;
}
#navbar ul#mainlinks li a:hover {
	color: #cc5720;
}
#navbar ul#mainlinks li a.selected {
	background:#123532 url(/images/_kfw/bg_mainlinks_on.gif) left top repeat-x;
	border-left:#B65C1F solid 1px;
	border-right:#4F1A09 solid 1px;
}
#navbar ul#companylinks li a:hover {
	color:#CC5720;
}
#navbar ul#companylinks li a.selected {
	color:#CC5720;
}
#leftbar {
	background:#94401B;
}
body #container #leftbar ul li.navheader {
	color: #DFB98C;
}
#leftbar #promos .promowrap {
	background: #F3ECCB url(/images/_kfw/bg_promo_top.gif) left top no-repeat;
}
#leftbar #promos .promo {
	background: url(/images/_kfw/bg_promo_btm.gif) left bottom no-repeat;	
}
#deeplinks {
	background: #aa541c url(/images/_kfw/bg_deeplinks.gif) left -4px no-repeat;
	height:50px;
}
#home #deeplinks {
	background: #aa541c url(/images/_common/bg_deeplinks_home.gif) left -4px no-repeat;
}
#deeplinks a {
	color:#fff;
}
#deeplinks ul {
	padding:28px 15px 10px 20px;	
	width:120px;
}
#maplink {
	width:409px;
}
#footerlinks {
	background:url(/images/_kfw/bg_footerlinks.gif) left top no-repeat;
}
#footerlinks ul#leftlinks li.utility a {
	color:#6e8b4d;
}
