@charset "utf-8";
/* CSS Document */
/* this stylesheet should only be used at a site or folder level */
/* DO NOT DELETE THIS FILE; it is an integrative component and ... */
/* a required file for the masterpage to work correctly. */
/* If you have any questions, please contact the Northern Kentucky University's Office of Information Technology */
/* --------------  DO NOT REMOVE THE ABOVE LINES --------------- */
/* ### COLOR BARS ### */
/* Color for top bar text */
#top_bar_title {
	color: #ffffff;
}
#top_bar_title a{
	color: #ffffff;
}
ul#collegeNavLinks a{
	color: #ffffff;
}
#collegeNavLinks li{
	border-right: 1px dashed #fff;
}

/* Color images for top and bottom bar */
/* ----- topmiddleborder ----------------------- */
.topmiddleborder {
    background: url("images/tm_business6.png") top center repeat-x;
}
/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images/tr_business6.png") top right no-repeat;
}
/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images/tl_business6.png") top left no-repeat;
}
/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images/bm_business6.png") bottom center repeat-x;
}
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images/br_business6.png") bottom right no-repeat;
}
/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images/bl_business6.png") bottom left no-repeat;
}

/* Color images for right blue bar */
#right_content_area {background: right repeat-y url("images/right_bar_slice_blue.png") !important}
#right_content_area_bottom {background: bottom no-repeat url("images/bottomrightbar_blue.png") !important}


