/* CSS Document */

.logo {
	background-image: url(/images/logo/ymca_logo_green.png);
}

.site_title,
.site_subtitle { 
	color: #20bdbe;
}

.section_header {
	background-color:#0060af;
}

.subsection_header {
	background-color:#00aeef;
}

.sub_header {
	border: 1px solid #00aeef;
	color: #00aeef;
}

.sub_item td,
.side_menu ul li {
	background-color: #20bdbe; 
}

.footer_title {
	background-color:#20bdbe;
}

.footer_contents {
	background-color:#0060af;
}


.rcorners-viking-blue {
  	border-radius: 15px;
  	background: #4bacc6;
  	padding: 17px 17px 17px 17px;  
	font-weight:bold;
	font-size: 17px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	width:150px;
}

