/* 
side menu
*/

#home-content .sideLinks{
	margin-top: 0px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	background-color: #EEE;
	margin-bottom: 5px;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
/* 
landing pages
*/
#home-content  .btnWarning {
	margin-top: -.5em;
	font-weight: bold;
}

/* Internships pqge */

#home-content .resources {
	background-color: #f7f7f7;
	border: 3px solid #eee;
	padding: 0 10px 10px 10px;
}
/* faculty */
#home-content .noList {
	list-style: none;
	margin-left: 0;
}

/*info security page */
#home-content #homepage .grid6:nth-child(1) { padding-right: 10px; }
#home-content #homepage .grid6:nth-child(2) { padding-left:  10px; }
#home-content .fRight { margin: 0; }

#home-content #buttonRight {
	float: right;
}