/* CSS Document */
#cbu-header{
	background-color: #058958;
	color:#FFF;
	padding:0px; 
}
#cbu-header img{
	padding:0px;
	width:100%;
}
#cbu-header #logo{
	float:left;
	width: 120px;
	text-align:center;
}
#cbu-header #logo img{
	width: 100%;
} 
#cbu-header #cbutext {
	
	float:left;
	margin-left: 0px; 
}
#cbu-header #cbuname { 
	font-family:museo-sans, Helvetica Neue, Helvetica, Verdana, Arial, sans-serif !important;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left;
	font-size: 2em;
	margin-top: 0.5em;
	line-height: 1em;
}
#cbu-header #cbudate { 
	text-align:center;
	margin-top: 0.4em;
	font-size: 1.5em;
}
#cbu-header #cbudescription {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 0.8em;
}
#cbu-header #cbubuttons {
	font-size: 1.3em;
}
#cbu-header #viewonlinebtn {
	float:left;
	width: 50%;
}
#cbu-header #sharebtn {
	float:left;
	width: 50%;
	text-align: right;
}
#cbu-header #cbubuttons a{
	color:#FFF;
	text-decoration:underline;
}
@media only screen and (min-width: 1024px) {
	#cbu-header #logo{
		float:left;
		width:120px;
		text-align:left;
	}
	#cbu-header #cbutext {
		float:left;
		width: 480px;
		margin-left:15px;
	}
	#cbu-header #logo img{
		width:120px;
	}
	#cbu-header #cbuname {
		font-size: 2.4em;
		text-align:left;
		margin-top: 0.5em;
	}
	#cbu-header #cbudate { 
		text-align:left;
		margin-top: 0.4em;
		font-size: 1em;
	}
	#cbu-header #cbudescription {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
		font-size: 1em;
	}
	#cbu-header #cbubuttons {
		font-size: 1em;
	}
}