#c2g-navbar a{
	color: black;
}

#menu {
background-color: #5190cd;
}

#menu a{
border-bottom: 1px solid #70abe4;
color: #ffffff;
}


#menu a:hover{
background-color: #70abe4;
color: #ffffff;
}

#menu a.active {
background-color: #70abe4;
color: #ffffff;
}

@media(min-width: 768px){
	#banner{
		/*background-image: url(../user_files/mcohio_banner2.png);*/
		background-image: url(../user_files/MOCO_Logo.png);
		background-position: 10px 10px;
		background-repeat: no-repeat;
		background-color: aliceblue;
		height: 120px;
		background-size: auto;
		border-top: 4px solid #5a87c7;
		border-bottom: 4px solid #5a87c7;
	}
	.navbar-logo{
		background: none;
		background-position: 25px 50%;
	}
	.c2gHotspot{
		width: 104px;
		height: 90px;
		top: 42px;
		margin-left: 8px;
		margin-right: 0px;
	}
}


@media(max-width: 767px){
	.sideImage{
		display: none;
	}
}