/* Our Faith In Action Local Navigation styles */

.topLevel {
background-image:url("/Design/SiteImages/Structure/bkd_action_toplevel.jpg"); 
height:239px;
background-repeat: no-repeat;
}

.topLevel .content {
width: 360px;
padding: 80px 0 0 25px;
}

.contentHeader {
background-image: url("/Design/SiteImages/Structure/bkd_hdr_action.gif");
background-repeat: repeat-x;
}

#localNavWrap {
background-color: #83e783;
}

.localNav, #localBack {
background-color: #d4eccf;
}

.localNav div span {
background-color: #b5e5b1;
}

.localNav div div span {
background-color: #9ade97;
}

.sidebarHL, .boxWrap {
background-color: #a1e99f;
}

/* 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_action.png") no-repeat 100% 0;
	}
.bt div {
	background:url("/Design/SiteImages/Structure/box_action.png") no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url("/Design/SiteImages/Structure/box_action.png") no-repeat 100% 100%;
	}
.bb div {
	background:url("/Design/SiteImages/Structure/box_action.png") no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	background:url("/Design/SiteImages/Structure/box_action_borders.png") repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	background:url("/Design/SiteImages/Structure/box_action_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:#a1e99f;
	background:url("/Design/SiteImages/Structure/box_action_borders.png");
	}


