/* TEXT **********************************************************************************/
h1 { color:#ed1c24; }

.theme { color:#a92b31; } 

h1.theme2 { color:#f15922; }

h4 { color:#a92b31; }

h4.theme { color:#f15922; }

h4.theme2 { color:#ed1c24; }

/* Adding YMCA_THEME_COLOR to fix issue in non-js pages */
.theme1.YMCA_THEME_COLOR { color: #f15922; }
.theme2.YMCA_THEME_COLOR { color: #ed1c24; }
.theme3.YMCA_THEME_COLOR { color: #a92b31; }

/* BREADCRUMB TRAIL ******************************************************************/

#breadcrumb {
	background-image:url(images/breadcrumb/breadcrumb_bg.png);
}

#bc_left{
	background-image:url(images/breadcrumb/breadcrumb_left_bg.jpg);
}

#bc_spacer {
	background-image:url(images/breadcrumb/breadcrumb_spacer.png);
}

/* MAPS *******************************************************************************/
#gs_map {
	background-image: url(images/maps/gs_map.gif)!important;
}

#ws_map {
	background-image: url(images/maps/ws_map.gif)!important;
}

/*Global services Map */

#map-container .pin{
    background-image:url('images/maps/pin-route.png');
}

#map-container  .roll-over{
    background-color: #c5188d;
}

#map-container #map-bg{
    background-image:url('images/maps/prpl-760.png');
}

#map-container  #info-box{
    border-right: 3px solid #c5188d;
}

#map-container  #info-box .info-box-title{
    color: #c5188d !important;
}

/* LINKS ****************************************************************************/
#container .recent ul, #container .recent li{
	background: url(images/icons/recent_arrow.gif) no-repeat 0px 0.75em;
}

#container .theme_arrow ul, #container .theme_arrow li{
	background: url(images/icons/recent_arrow.gif) no-repeat 0px 0.75em;
}

/* DIABETES PROGRAM LEFT RAIL ****************************************************************************/
a#ydpp {
	background-image:url(images/buttons/ydpp.gif);
}

/* RIGHT RAIL ****************************************************************************/
a#donate {
	background-image:url(images/buttons/donate.gif);
}

#find_your_y {
	background-image:url(images/buttons/find_your_y.gif);
}

/* FOOTER ********************************************************************/

#footer_top {
  background: #EE7A1F;
  border-color: #D75828;
}

#footer_bottom {
  background: #E51626;
  border-color: #EB535C;
}
