/* Growing Local Navigation styles */

.topLevel {
background-image:url("/Design/SiteImages/Structure/bkd_growing_toplevel.jpg"); 
height:184px;
background-repeat: no-repeat;
}

.topLevel .content {
width: 400px;
padding: 75px 0 0 25px;
}

.topLevel img {
padding: 0 0 0 10px;
margin-bottom: -5px;
}

.contentHeader {
background-image: url("/Design/SiteImages/Structure/bkd_hdr_growing.gif");
background-repeat: repeat-x;
}

#localNavWrap {
background-color: #ed6877;
}

.localNav, #localBack {
background-color: #edd4d2;
}

.localNav div span {
background-color: #eabbbc;
}

.localNav div div span {
background-color: #e69fa3;
}

.sidebarHL, .boxWrap {
background-color: #fca1a3;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Rules for the top corners and border */
.bt {
	background:url("/Design/SiteImages/Structure/box_growing.png") no-repeat 100% 0;
	}
.bt div {
	background:url("/Design/SiteImages/Structure/box_growing.png") no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("/Design/SiteImages/Structure/box_growing.png") no-repeat 100% 100%;
	}
.bb div {
	background:url("/Design/SiteImages/Structure/box_growing.png") no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	background:url("/Design/SiteImages/Structure/box_growing_borders.png") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	background:url("/Design/SiteImages/Structure/box_growing_borders.png") repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background-color:#fca1a3;
	background:url("/Design/SiteImages/Structure/box_growing_borders.png");
	}

