/* What We Believe Local Navigation styles */

.topLevel {
background-image:url("/Design/SiteImages/Structure/bkd_what_toplevel.jpg"); 
height:246px;
background-repeat: no-repeat;
}

.topLevel .content {
width: 350px;
padding: 80px 0 0 25px;
}

.contentHeader {
background-image: url("/Design/SiteImages/Structure/bkd_hdr_what.gif");
background-repeat: repeat-x;
}

#localNavWrap {
background-color: #87b6f6;
}

.localNav, #localBack {
background-color: #d7e2f3;
}

.localNav div span {
background-color: #c8d8f3;
}

.localNav div div span {
background-color: #b0c7f2;
}

.sidebarHL, .boxWrap {
background-color: #c2d8fe;
}

/* 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_what.png") no-repeat 100% 0;
	}
.bt div {
	background:url("/Design/SiteImages/Structure/box_what.png") no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("/Design/SiteImages/Structure/box_what.png") no-repeat 100% 100%;
	}
.bb div {
	background:url("/Design/SiteImages/Structure/box_what.png") no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	background:url("/Design/SiteImages/Structure/box_what_borders.png") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	background:url("/Design/SiteImages/Structure/box_what_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:#c2d8fe;
	background:url("/Design/SiteImages/Structure/box_what_borders.png");;
	}
