@charset "utf-8";
/* CSS Document */

.sci_institute_nav .sci_institute_nav_button img {
	width: 40%;
	margin-right: 15px;
	vertical-align: middle;
}
.sci_institute_nav a {
	text-decoration: none;
}
/*blue button*/
.sci_institute_nav a .sci_institute_nav_button_blue, .sci_institute_nav a:visited .sci_institute_nav_button_blue, .sci_institute_nav a:active .sci_institute_nav_button_blue {
	background-color: #014E77;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 6px;
}
/*green button*/
.sci_institute_nav a .sci_institute_nav_button_green, .sci_institute_nav a:visited .sci_institute_nav_button_green, .sci_institute_nav a:active .sci_institute_nav_button_green {
	background-color: #0a6825;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 6px;
}
/*yellow button*/
.sci_institute_nav a .sci_institute_nav_button_yellow, .sci_institute_nav a:visited .sci_institute_nav_button_yellow, .sci_institute_nav a:active .sci_institute_nav_button_yellow {
	background-color: #c79313;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 6px;
}
/*orange button*/
.sci_institute_nav a .sci_institute_nav_button_orange, .sci_institute_nav a:visited .sci_institute_nav_button_orange, .sci_institute_nav a:active .sci_institute_nav_button_orange {
	background-color: #bc4b0f;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 6px;
}

.sci_institute_nav a:hover .sci_institute_nav_button_blue {
	background-color: #4b8cb0;
}
.sci_institute_nav a:hover .sci_institute_nav_button_green {
	background-color: #358a48;
}
.sci_institute_nav a:hover .sci_institute_nav_button_yellow {
	background-color: #e3b861;
}
.sci_institute_nav a:hover .sci_institute_nav_button_orange {
	background-color: #d3794f;
}