@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 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;
}
/* ----- topmiddleborder ----------------------- */
.topmiddleborder {
    background: url("images/tm_nursing3.png") top center repeat-x;
}

/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images/tr_nursing3.png") top right no-repeat;
}

/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images/tl_nursing3.png") top left no-repeat;
}

/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images/bm_nursing3.png") bottom center repeat-x;
	}
	
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images/br_nursing3.png") bottom right no-repeat;
}

/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images/bl_nursing3.png") bottom left no-repeat;
}

#right_content_area {background: right repeat-y url("images/right_bar_slice_green.png") !important}
#right_content_area_bottom {background: bottom no-repeat url("images/bottomrightbar_green.png") !important}



