/* temp fix: table not inheriting style for some reason */
#footer_box table {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

/* sec nav list with ' | ' between links */

.inline {
display: inline;
margin: 0;
padding: 0;
line-height: 0;
}
.inline li {
line-height: 1em;
list-style-type: none;
display: inherit;
}
.inline li:after {
content: " | ";
}
.inline li:last-child:after {
content: "";
}

/* secondary nav */
.ounav li {
width: 207px;
margin: 0;
background: #EEEAC1;
border-bottom: 1px solid #DBD8AF;
list-style-type: none;
}

.ounav li:nth-child(even) {
padding: 0;
background: #F6F2C9;
}
