@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 --------------- */

/* ---- !!!!! BEGIN: Styles for Visual Arts department !!!!! ---- */
/* ---- _____________________________________________________---- */

/* 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_artscience2.png") top center repeat-x;
}

/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images/tr_artscience2.png") top right no-repeat;
}

/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images/tl_artscience2.png") top left no-repeat;
}

/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images/bm_artscience2.png") bottom center repeat-x;
	}
	
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images/br_artscience2.png") bottom right no-repeat;
}

/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images/bl_artscience2.png") bottom left no-repeat;
}

/* Added background image and top, left and right padding per Brad McComb's request by Eric Landwehr - 04/01/2009 */
#content {
	/* background: url("images/visual_arts_main.jpg") 0 0 no-repeat; */
  	padding: 59px 5px 0px 0px;
	margin-right: 0 !important; /* made 'important' to override page level styles */
}

#content  div#home_flash{
	padding: 0px;
	margin: -75px -8px 0px 0px !important; /* undo padding in #content style */
	
}

/*#bottom_left_content {
	background: url("images/visual_arts_under_nav.jpg") 0 bottom no-repeat;
	padding-bottom: 50px !important; 	*/
}
/* ---- !!!!! END: Styles for Visual Arts department !!!!! ---- */
/* ---- ___________________________________________________---- */
