body{
	font-family: Arial, Helvetica, sans-serif;
}

nav{
	width: 100%;
}
.fox-nav-bg{
	background-image: url("../img/headerbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #000;
}
.fox-nav-bg a{
	font-size: 0px;	
	font-weight: 700;
	text-shadow: 2px 1px 1px #3A3A3A;
}
.ap-side-bar{
	border-left: 2px solid #000;
}
.ap-side-bar ul{
	list-style-type: none;
}
.ap-side-bar p{
	text-decoration: underline;
	font-weight: 600;
	font-size: 1.15em;
}
.ap-row{
	margin-top: 2em;
	margin-bottom: 2em;
}
.ap-row h1{
	padding-bottom: .25em;
}
.ap-faq p{
	cursor: pointer;
}
.ap-faq ol{
	display: none;
}