/* ----- LEFT NAVIGATION ELEMENTS ----- */

#leftNav {
	float: left;
	width: 199px;
	background-image: url(../images/core/leftnav_bg.gif);
	background-repeat: no-repeat;
}

#leftNav a, #leftNav a:link, #leftNav a:active, #leftNav a:visited {
	color: #58595b;
	text-decoration: none;
}

#leftNav a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#leftNav ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
}

#leftNav ul li {
	padding: 8px 0 5px 29px;
	color: #58595b;
	font-size: 1.1em;
	background-image: url(../images/consumer/leftnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 11px;
}

#leftNav .level1 .navNorm {
	padding: 0 15px 0 0;
	background-image: url(../images/core/leftnav_divider.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav .level1 .navCurrent {
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: url(../images/core/leftnav_divider_roll_green.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav .level1 .navCurrent a:hover {
	color: #58595b;
	text-decoration: none;
}

#leftNav .level1 .navParent {
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: url(../images/core/leftnav_divider_roll_green.jpg);
	background-repeat: no-repeat;
	background-position: 6px 0;
}

#leftNav ul li ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
}

#leftNav ul li ul li {
	padding: 8px 0 5px 29px;
	color: #58595b;
	font-size: 0.9em;
	background-image: url(../images/core/bullets/small_bullet.gif);
	background-repeat: no-repeat;
	background-position: 17px 14px;
}

#leftNav ul li .level2 .navNorm {
	margin-left: -15px;
	padding: 0 15px 0 0;
	font-weight: normal;
	background-image: none;
}

#leftNav ul li .level2 .navNorm a:hover {
	color: #999999;
	text-decoration: underline;
}

#leftNav ul li .level2 .navCurrent {
	margin-left: -15px;
	padding: 0 15px 0 0;
	font-weight: bold;
	background-image: none;
}

#leftNav ul li .level2 .navCurrent a:hover {
	color: #58595b;
	text-decoration: none;
}

/*----- RELATED KPM DIVISION NAV ELEMENTS -----*/

#relatedDivisions {
	padding: 15px 13px 15px 13px;
	background-image: url(../images/core/related_divisions_bg.gif);
	background-repeat: repeat-x;
}

#relatedDivisions h3 {
	margin: 0;
	padding: 0;
}

#relatedDivisions ul {
	margin-left: -15px;
	font-size: 0.9em;
}

#relatedDivisions ul li {
	margin: 0;
	padding-top: 2px;
	background-image: url(../images/core/bullets/light_orange_bullet.gif);
	background-position: 15px 6px;
}

/*----- PROUD MEMBERS OF... ELEMENTS -----*/

#membersTitle {
	height: 26px;
	background-image: url(../images/consumer/members_title_bg.gif);
	background-repeat: no-repeat;
}

#membersTitle h3 {
	margin: 0;
	padding: 4px 0 0 0;
	color: #f8981d;
	text-align: center;
}

#membersLogos {
	margin: 0 14px 0 14px;
	background-image: url(../images/consumer/members_logos_bg.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#membersBottom {
	margin: auto;
	width: 171px;
	height: 9px;
	background-image: url(../images/consumer/members_bottom_bg.gif);
	background-repeat: no-repeat;
}

#leftNavCollage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 500px;
	background-image: url(../images/consumer/leftnav_collage.jpg);
	background-repeat: no-repeat;
}
