.help h3 {
	margin-top: 0px;
}
div#mainContent>div {
	margin-top: 30px;
}
.mainContentTopBanner {
	background-repeat: no-repeat;
	background-position: center top;
	color: white;
	font-size: 20px;
	text-align: center;
	-webkit-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 5px 15px 0px rgba(0,0,0,0.75);
}
.mainContentTopBanner>div:first-child {
	font-size: 50px;
	padding-top: 30px;
	text-transform: uppercase;
}
.mainContentTopBanner>div+div {
	font-style: italic;
	letter-spacing: 0.1em;
}
.help .pageText p,
.help .pageText div {
	color: black;
}
div#mainContent>div:first-child::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 30px;
	margin-left: -30px;
}
.help .nav li {
	padding: 
}
.help .nav li a {
	color: black;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: bold;
}

.help .nav li a.current {
	color: #af7d58;
}
.help .nav li a:not(.current)>span {
	display: none;
}
.help .nav li a.current>span {
	float: left;
	position: absolute;
	left: 0;
	margin-left: -12px;
	margin-top: 3px;
}

.helpInfoBox {
	background-color: #f5f5f5;
	color: black;
	display: inline-table;
	position: relative;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 7px
}
.helpInfoBox:hover {
	background: url(/images/help/index_boxrollover_bg.jpg) no-repeat center center;
	background-size: cover;
	color: white;
}
.helpInfoBox>div {
	border: 1px solid white;
	display: table-cell;
	text-align: center;
	width: 370px;
	height: 215px;
	vertical-align: middle
}
.helpInfoBox a {
	color: black;
	vertical-align: middle;
}
.helpInfoBox img {
	display: block;
	margin: 7px auto;
}
.helpInfoBox img.white {
	display: none;
}
.helpInfoBox a.title {
	font-size: 25px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.helpInfoBox a.descriptions {
	font-size: 14px;
}
.helpInfoBox:hover a {
	color: white;
	text-decoration: none;
}
.helpInfoBox:hover>a>div{
	color: white;
}
.helpInfoBox:hover img.white { display: block; }
.helpInfoBox:hover img.dark { display: none; }
