body {
	background-color:#fff;
}

div#logo_image {
	width: 200px;
	height: 200px;
	float: left;
}
h2#tagline {
	width: 265px;
	height: 70px;
	padding: 62px 0 0 15px;
	margin: 0;
	float: left;
}
div#banner_slideshow {
	width: 480px;
	height: 200px;
	float: left;
}

div#content {
	background: url('../img/YMCA-Kids.jpg') no-repeat bottom left transparent;
}
div#side-nav {
	padding-bottom: 270px;
}

div#top-menu {
	height: 30px;
	background: url('../img/top_menu_bg.png') no-repeat top center transparent;
	margin: 0 0 20px;
}

div#intro-bottom,
div#page-bottom,
div#content-bottom,
div#content-right-inner-top {
	min-height: 20px;
}

ul.sf-menu,
ul.sf-menu li {
	background: none;
}
ul.sf-menu li:first-child {
	width: 220px;
	margin-right: 60px;
}
ul.sf-menu li li:first-child {
	width: 100%;
	margin: 0;
}

ul.sf-menu li:hover ul, 
ul.sf-menu li.sfHover ul {
    top: 30px;
}

div.button_wedge div.wedge-module-bottom {
	min-height: 10px;
}

div#brand-spacer {
	height: 30px;
	background: url('../img/page_bottom.png') no-repeat top center transparent;
}
div#brand {
	border: 0;
}

/* elements, used by giving campaigns and potentially more */
.bg_heavy_color_bold {
	background: #ED6631;
}
.bg_heavy_color_bold_gradient {
	background: #dd4b16; /* Old browsers */
	background: -moz-linear-gradient(top,  #dd4b16 0%, #ed6631 20%, #c1222a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd4b16), color-stop(20%,#ed6631), color-stop(100%,#c1222a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dd4b16 0%,#ed6631 20%,#c1222a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dd4b16 0%,#ed6631 20%,#c1222a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dd4b16 0%,#ed6631 20%,#c1222a 100%); /* IE10+ */
	background: linear-gradient(top,  #dd4b16 0%,#ed6631 20%,#c1222a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4b16', endColorstr='#c1222a',GradientType=0 ); /* IE6-9 */
}
a:hover .bg_heavy_color_bold_gradient {
	background: #c43607; /* Old browsers */
	background: -moz-linear-gradient(top,  #c43607 0%, #c64617 20%, #820002 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c43607), color-stop(20%,#c64617), color-stop(100%,#820002)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c43607 0%,#c64617 20%,#820002 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c43607 0%,#c64617 20%,#820002 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c43607 0%,#c64617 20%,#820002 100%); /* IE10+ */
	background: linear-gradient(top,  #c43607 0%,#c64617 20%,#820002 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c43607', endColorstr='#820002',GradientType=0 ); /* IE6-9 */
}