
#header .headerLft {
	background-image: url(../images/themes/headerLft_blue.jpg);
}

#header .headerCont {
	background-image: url(../images/themes/headerTile_blue.jpg);
}

#header .headerRt {
	background-image: url(../images/themes/headerRt_blue.jpg);
}

#twoCol #rightCont .top {
	background-image: url(../images/themes/rtCol_top_blue.jpg);
}

#twoCol #rightCont .bodyRight {
	background-color: #215fae;
}

#twoCol #rightCont2 .top {
	background-image: url(../images/themes/rtCol_top_blue.jpg);
}

#twoCol #rightCont2 .bodyRight {
	background-color: #215fae;
}

#mainCont .nav {
	background-image: url(../images/themes/mainNav_blue.jpg);

}

/* Widget Container */

#widgetCont .widgetContCont {
	background: url(../images/themes/widgetTile_blue.jpg) repeat-y;
}

#widgetCont .widgetCont_title {
	background: url(../images/themes/widgetTop_blue.jpg) no-repeat;
}

#widgetCont .widgetContInt_top {
	background: url(../images/themes/widgetInt_top_blue.jpg) no-repeat;
}

#widgetCont .widgetContInt_btm {
	background: url(../images/themes/widgetInt_btm_blue.jpg) no-repeat;
}

#widgetCont .widgetContBtm {
	background: url(../images/themes/widgetBtm_blue.jpg) no-repeat;
}

/* Sub Nav */

#widgetCont .secNav_links ul li a:hover {
	background: url(../images/themes/secNav_arrow_blue.jpg) no-repeat left center;
}

