@charset "utf-8";
/* CSS Document */

/* ----------- PAGES NAVIGATION RULES ----------- */
/* Floats the sidebar to the left */
div#sidenav {
	float: left;
	width: 205px;
	margin: 30px 0px 0px 36px;
}
/* Controls the dot on the top and bottom of the sidebar */
img#sideDotsTop, img#sideDotsBottom {
	padding: 15px 0px;
}
/* Controls the title of the sidebar navigation */
div#sidenav h3 {
	font: bold normal .9em/1.1em Arial, Helvetica, sans-serif;
	color: #585663;
	margin: 0px 0px 5px 15px;	
}
/* Removes the underline & styles the title of the sidebar navigation */
div#sidenav h3 a {
	display: block;
	color: #585663;
	text-decoration: none;
}
/* Controls the title of the sidebar navigation hover state */
div#sidenav h3 a:hover {
	color: #BE0F34;
}
/* Styles the sidebar nav text */
ul#sidenavpages li {
	font: normal .9em/1.1em Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 25px;
	list-style: none;
}
/* Removes the underline & styles the sidebar navigation */
ul#sidenavpages li a {
	display: block;
	color: #585663;
	text-decoration: none;
}
/* Controls the sidebar navigation hover state */
ul#sidenavpages li a:hover {
	color: #BE0F34;
}

div#sidenav  .facstaffchart {
	margin-left: 10px;	
}