body#help {
	margin: 0px;
	padding: 0px;
}
#helpWrapper {
	clear:both;
	margin: 3em 0;
}
body.home a#logo, body#help a#logo {
	background: url(/images/logos/legalhub_sm.gif) 110px 0 no-repeat;
	height: 66px;
	margin: .8em 0;
	float:right;
}
body.home #fullWrapper {
	z-index: 100;
	margin: 0 10% 0 145px;
	padding: 0 0 60px 0px;
	min-height: 275px;
}
body#help #fullWrapper {
	margin: 0 10% 0 145px;
	padding: 0 0 60px 0px;
}

#topLeft,#topRight {
	background: none;
}
ul.linkList {
	list-style-type: none;
}
#mainNav {
	max-width: 600px;
}
#helpNav {
	margin: 1em 10% 0 145px;
	padding: 0 0 60px 0px;
	clear: both;
}
#helpNav ul {
	list-style-type: none;
	
}
#helpNav li {
	float: right;
	display: inline;
	position: relative;
	padding: 0;
	margin: 0 0 0 10px;
	font-size: .85em;
	text-align: right;
	width: 60px;
}
#helpNav li#latest {
  width: 110px;
}
#helpNav li#topicFaq {
  width: 230px;
}
#helpNav li.selected {
  font-weight: bold;
  color: #68a300;
}
#helpContents {
	background: #f2fae4 url("/images/help/contentsTop.gif") top left no-repeat;
	float: left;
	width: 200px;
}
#helpContentsInner {
	background: url("/images/help/contentsBottom.gif") bottom left no-repeat;
	padding: 10px;
}
#helpText h1 {
	font-size: 1.5em;
}
#helpContents h2, #helpText h2 {
	font-size: 1.2em;
}
#helpContents ul, #helpText ul {
	margin: 0;
	padding: .5em .3em;
}
#helpText ul ul {
	padding: 0;
}
#helpContents li, #helpText li {
	margin: .1em 0 .1em 1.5em;
	padding: 0;
}
#helpText {
	margin: 0 0 0 220px;
}

@media print {
	#helpNav,#helpContents,#afterNav,#topLeft,#topRight {
		display: none;
	}
	body#help #fullWrapper {
		background: none;
		margin: 0px;
		padding: 0px;
	}
	#helpText {
		margin: 0;
	}
}
