div#topBar{
	height:168px;
	width:100%;
	background: #ccc url('images/top_bar_bg.png') repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -2;
}
div#wrapper{
	margin: 0px auto;
	width: 902px;
	background: transparent;
}
div#header{
	background: transparent url('images/header_bg.png') no-repeat;
	height: 170px;
}
div#header h1, div#header h2{
	display: none;
}
div#candy{
	background: #E6E8E3 url('images/candy_bg.gif') repeat-y;
	min-height: 300px;
	padding: 0px 19px 0px 19px;
	width: 864px;
}
div#leftNavWrapper,div#content{
	float: left;
	display: inline;
	width: 274px;
	clear: left;
	
}

div#leftNavWrapper{
	background: white url('images/left_nav_wrapper_bg.png') repeat-y;
	width: 270px;
	margin-bottom: 17px;
}
div#leftNav{
	background: #E8E9E5 url('images/left_nav_bg.gif') no-repeat;
	width: 233px;
	margin:0px 0px 0px 12px ;
	padding: 7px 0px 3px 12px;
	
}
div#leftNav ul{
	list-style: none;
	position: relative;
	overflow: visible;

}
div#leftNav ul li {
	width: 221px;
	height: 63px;
	margin-bottom: 2px;
	z-index: -2;
	display: block;
	float: left;
}
div#leftNav ul li span.active{
		background: transparent url('images/active_menu.png') no-repeat;
		display: block;
		float: left;
		width: 19px;
		height: 37px;
		margin-left: -19px;
		margin-top: 15px;
		z-index: 200;
}
div#leftNav ul li a{
	background: transparent url('images/left_nav_master_bg.png') no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -99999px;
	z-index: -1;
}
div#leftNav ul li#home a{
	background-position: 0px 0px;
}
div#leftNav ul li#home a:hover{
	background-position: 100% 0px;
}

div#leftNav ul li#about a{
	background-position: 0px -65px;
}
div#leftNav ul li#about a:hover{
	background-position: 100% -65px;
}

div#leftNav ul li#contact a{
	background-position: 0px -133px;
}
div#leftNav ul li#contact a:hover{
	background-position: 100% -133px;
}

div#leftNav ul li#services a{
	background-position: 0px -198px;
}
div#leftNav ul li#services a:hover{
	background-position: 100% -198px;
}

div#leftNav ul li ul.sub *{
	z-index: 100;
}
/*  sub level nav*/
div#leftNav ul li ul.sub{
	width:200px;
	background-color: #ccc;
	list-style: none;
	display: none;
	border: 2px solid white;
	z-index: 100;
	overflow: hidden;
	margin-top: -8px;
	position: absolute;
	float: left;
	margin: 0px;
	margin-left: 10px;
	
}
#leftNav ul li ul.sub li{
	z-index: 100;
	border-bottom:1px solid #DDDDDD ;
	height: 30px;
	margin: 0px;
	float: none;
	
}
#leftNav ul li ul.sub li.lastItem{
	border: 1px none white;
}
#leftNav ul li ul.sub li a {
	text-transform: capitalize;
	text-indent: 8px;
	padding-top: 7px;
	height: 23px;
	text-decoration: none;
	z-index: 100;
	color: #336633;
	background-image: none ;
	
}
#leftNav ul .sub li a:hover{
	background-color: #999999;
	z-index: 100;
}
/*  sub level nav end*/


div#leftNav ul li#consultants a{
	background-position: 0px -269px;
	z-index: -2;
}
div#leftNav ul li#consultants a:hover{
	background-position: 100% -269px;
}
div#leftNav ul li#publications a{
	background-position: 0px -339px
}
div#leftNav ul li#publications a:hover{
	background-position: 100% -339px;
}

div#leftNav ul li#testimonials a{
	background-position: 0px -410px
}
div#leftNav ul li#testimonials a:hover{
	background-position: 100% -410px;
}

div#leftNav ul li#links a{
	background-position: 0px -479px;
}
div#leftNav ul li#links a:hover{
	background-position: 100% -479px;
}

div#leftNavWrapper div#leftNavBottom{
	background: transparent url('images/left_nav_wrapper_bottom.png') no-repeat;
	height:13px;
	margin-bottom: -13px;
}
div#content{
	width: 540px;
	clear: right;
	padding: 20px 0px 35px 50px;
	line-height: 1.3em;
}


.framed_left {
	margin: 15px 10px 0px 0px;
	float: left;
}

.bios {
	float: left;
	width: 345px;
}

.book_img {
	width: 100px;
	margin-top: 14px;
	margin-bottom: 12px;
	float: left;
}
.description {
	width: 410px;
	float: left;
}

div.linehoriz {
	width: 507px;
	height: 1px;
	background-color: #1f2457;
	clear: both;
	margin: 5px 0px 5px;
}

div#content img.pageImage{
	border: 1px none black;
	display: block;
	margin-bottom: 10px;
	
}

div#footer{
	border-top: 5px solid #3f612d;
	background: #1f2457;
	padding: 32px 0px 5px 15px;
	color: white;
}
div#footer a{
	color: white;
}
