/* CSS Document */

body {
	font-family: Helvetica, verdana, arial, sans-serif; 
	font-size: .85em; 
	color: #999999;
	margin: -10px;
	padding: 0;
}

#container {
	margin: 0;
	padding: 0;
	width: 900px;
}

#header {
	width: 900px;
	background-image: url(images/KHomeBg.jpg);
	background-repeat: no-repeat;
}


#header a img {
	padding: 19px 0 0 18px; /*changed from 22? for mac to render correctly*/
	border: none;
	width: 134;
	height: 108; 
}




#content {
  float: left;
  width: 450px;
	padding: 10px 40px 0 20px;
	margin-left: 170px;
}

#content a {
  color: #e96819;
	text-decoration: none;
	line-height: 1.5;
	font-size: 1em;
}

/*SECOND TIER CENTER SECTION*/
#content2Tier {
	float: left;
  width: 550px;
	padding: 36px 0px 0 0px;
	margin-left: 103px;
	text-align: center;
}

#content2Tier a {
	color: #e96819;
	text-decoration: none;
	line-height: 2em;
	font-size: .9em;
}

#content2Tier p {
	font-size: .9em;
}

#content2Tier p a {
	font-size: 1em;
}
#breadcrumbs {
	width: 600px; 
	padding: 0 0px 0px 26px;
}
#breadcrumbs img {
	padding-right: 12px;
}


/*END SECOND TIER CENTER SECTION*/

/*TWO COLUMN DESCRIPTIONS AND IMAGES*/
.2colText {
	text-align: left; 
	line-height: 1.4;
	width: 250px;
	padding: 10px 0 0 0;
	float: left;
	clear: right;
}

.2colImage {
	float: right;
	line-height: 1.4;
	width: 80px;
	padding: 0 20px 0 20px;
}
a img {
	border: none;
}

/*END TWO COLUMN DESCRIPTIONS AND IMAGES*/

#sidebar {
  float: left;
	width: 134px;
	margin-left: -660px;
}

/*RIGHT HAND NAVIGATION*/
#navBar{
  float: right;
	width: 200;
	margin: 0;
	padding: 0 0 10px 0;
	background-image: url(images/KselectedClientsBg.jpg);
	background-repeat:no-repeat;
}
#navBar p {
	padding-left: 30px;
	margin: 0;
}

#navBar p a {
	color: #F4AA7C;  /*#f89d6a*/
	font-size: .85em;
	text-decoration: none;
	line-height: 2;
}

#navBar p a:hover {
	color: #e96819;
	text-decoration: underline;
}

/*END RIGHT HAND NAVIGATION

/* END POSITIONING CSS*/

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h1 {
	color: #999999;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	padding-top: 1.25em;
}


h2 {
	color: #897176;
	font-size: 1em;
	font-weight: normal;
	padding: 15px 0 0 0;
}

h3{
	font-size: .95em;
	font-weight: normal;
	line-height: 1.3;
	color: #999999;
	padding: 3px 0 0 10px;
	
}