/* ONLY for the site wide sidebar. If page needs custom styling, add it to the page's stylesheet. NOT this one */

.sidebar {
	float: left;
	width: 13em;
	margin-right: 2em;
	font-size: 0.85em;
}
.sidebar ul {
	margin-bottom: 1em;
	border: solid 2px #336;
	border-bottom: 0;
}
.sidebar * ul {
	border: none;
}
.sidebar h5 {
	margin-bottom: 5px;
	padding: 2px 0;
	background: #ccc;
	border-bottom: solid 2px #336;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.sidebar h5 a {
	text-decoration: none;
}
.sidebar ul li {
	border-bottom: solid 2px #336;
}
.sidebar ul ul {
	margin-left: 3px;
}
.sidebar ul ul li {
	padding: 0 0 7px 10px;
	background: url(/images/bullets/square_gray.gif) 0 5px no-repeat;
	border-bottom: 0;
}
.sidebar li.canada {
	padding-left: 22px;
	background: url(/images/icon_canada_xs.gif) 0 3px no-repeat;
}
.sidebar .additional-content {
	text-align: center;
}