/** 
* Default Grey Secondary Color Scheme 
* dark = #C9CCD1
* light = #EEEEEE
*/

/**
 * <div id="secondary">
 * A bar of color below the main content and above the footer. 
 */
#secondary { background-color: #EEEEEE; }


/*************** Navigation menu *****************/
/** 
 * <div id="navigation"> 
 * Navigation menu; This is the main menu, it's a horz. bar located at top of front page. 
 */
nav#general ul li a:hover {	color:#EEEEEE; } 


/*************** Main content *****************/
/**
 * <div id="main-title">
 * Main Title; the title displayed after selecting a menu item such as "Directory" 
 * Located beneath the header, hidden until a menu option is selected.
 */
#main-title { background-color: #EEEEEE; }

/**
 * <div id="main">
 */
#main { border-color: #EEEEEE; }

th { /* summer 2014 */
	color:#eee; 
}

th a { 
	color:#eee; 
  border-bottom:1px dotted #eee;
}



/*************** Show Your Support block *****************/
/**
 * Show Your Support block
 * The block has three color regions: top, middle, and bottom
 */
#support { border-bottom-color: #C9CCD1; border-top-color: #C9CCD1; }

/* Show Your Support block; middle color */
#support_middle { background-color: #EEEEEE; }
#support_middle ul li a { background-color: #EEEEEE; }


/********** Discover the Department block *************/
/**
 * <aside class="sidebar" role="complementary" id="sidebar-second">
 * Front page menu block, sidebar second
 */
#block-menu-menu-audience-menu ul.menu li a { background-color: #C9CCD1; }
#block-menu-menu-audience-menu h2 { color: #C9CCD1; }
.not-front #block-menu-menu-audience-menu { background-color: #C9CCD1; }
/**
 * <section class="block block-menu contextual-links-region" id="block-menu-menu-audience-menu">
 * background box color
 */
.not-front #block-menu-menu-audience-menu { background-color: #EEEEEE; }








