#pageHeader {
	background-image:url(../images/headers/consulting_header.jpg);
	background-repeat:no-repeat;
}

#pageBody {
	background-position: center;
}

#LeftNav {
	margin-left: -52px;
	min-height: 500px;
	float: left;
	padding: 0 20px 20px 0;
}

#LeftNav #ConLinks ul {
	border-top: 1px solid #dddddd;
}

#LeftNav ul {
	
	list-style-position: inside;
	list-style: none;
	list-style-type: none;
}

#ConLinks {
	padding-top: 15px;
	width: 240px;
}

#ConLinks a.selected {
	background: #ffffff url(../images/consulting-left-nav-selected-bg2.gif) center right no-repeat;
	color: #1c4e84;
	padding-right: 25px;
}

#ConLinks a {
	background-color: #a3b9ca;
	border-bottom: 1px solid #8da0af;
	color: #ffffff;
	display: block;
	padding: 6px 15px;
	text-align: right;
}

#ConBody {
	float: left;
	padding-top: 15px;
	width: 295px;
}

#ConBody h1 {
	margin:0;
	padding:0;
/*	float: left;
	width: 330px;
*/
}

#BulletLists {
	background-color: #d5dee5;
	font-size: 11px;
	padding: 10px 0 35px 0;
	text-align: left;
}

#BulletLists h4 {
	color: #4e6f42;
	margin: 8px 0 5px 0;
	padding: 0px;
}

#BulletLists div {
	overflow: hidden;
	padding-left: 15px;
}

#BulletLists ul {
	list-style: disc;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	/* display: inline;*/
}

#BulletLists ul li {
	width: 200px;
}