#side_navbar {
	position:absolute;
	margin-left: 20px;
	margin-right: 11px;
	margin-top: 30px;
	left:0px;
	top:166px;
	width:220px;
	height: auto;
	color: #000000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

#side_navbar p {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
}

.side_badge {
	position:relative;
	left:8px;
	border-width: 0px;
	width:164px;
	height:146px;
}

.side_spacer {
	position:relative;
	left:8px;
	border-width: 0px;
	width:164px;
	height:36px;
}

.side_spacer_half {
	position:relative;
	left:8px;
	border-width: 0px;
	width:164px;
	height:18px;
}

.side_spacer_sixth {
	position:relative;
	left:8px;
	border-width: 0px;
	width:164px;
	height:6px;
}

.sidebar_link {
	position:relative; 
	left:0px; 
	top:0px; 
	width:189px; 
	height:36px;
	background-image: url(../nav/navbar/navbar-circlefullright.svg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-family: "Gill Sans", sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
}

.sidebar_link:hover {
	background-position: right bottom;
}

.sidebar_link a {
	text-decoration: none;
}


.sidebar-green-instructions {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollgreen2.svg);
	background-position: right top;
	color: #000000;
}

.sidebar-green-instructions:hover {
	background-position: right bottom;
	color: #FFFFFF
}

.sidebar-green-instructions-text {
	position: relative;
	top: 7px;
}

.sidebar-red-pdf {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollred2.svg);
	background-position: right top;
	color: #000000;
}

.sidebar-red-pdf:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-red-pdf-text {
	position: relative;
	top: 7px;
}

.sidebar-yellow-solution {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollyellow2.svg);
	background-position: right top;
	color: #000000;
}

.sidebar-yellow-solution:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-yellow-solution-text {
	position: relative;
	top: 7px;
}

.sidebar-blue-puzzle {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollblue2.svg);
	background-position: right top;
	color: #000000;
}

.sidebar-blue-puzzle:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-blue-puzzle-text {
	position: relative;
	top: 7px;
}

.sidebar-gray-resources {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2rollgray2.svg);
	background-position: right top;
	color: #000000;
}

.sidebar-gray-resources:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-gray-resources-text {
	position: relative;
	top: 7px;
}

.sidebar-lineend {
	position:absolute;
	right:180px;
	top:0px;
	width:9px;
	height:36px;
	background-image: url(../nav/navbar/navbar-lineend.svg);
}