#header #subMarquee
{
   /* 
    This particular styling makes marqueeWithBack936.png tranparent image display in the correct position.
    margin-top:-14px; margin-left:18px; padding-bottom:3px;*/
	
   /* This style works for hc2007ry2004_extrudedsign900.jpg or images with no transparency */ 
    margin-top:18px; margin-left:18px; padding-bottom:3px;
}
#nextLeft a:hover, #nextRight a:hover{ border: none;}

/*Lines needed to properly align marquee controls in the horizontal bar*/
#marqueeBarControl { padding-top: 12px; display: inline; vertical-align:top; height: 20px;  }
#marqueeBarControl a{margin: 0; padding: 0;}

#facStaffTable td
{
	vertical-align:top;
}


/* line 19-23 should be deleted if you want an extrude above the maroon header.  This code gets rid of disappearing tails on g, y, p, etc. */
#header h1
{
                margin-top:14px; 
                overflow: visible;
}
/* 
Uncomment for large department pages
#header h1
{
	font-size: 14px;
}

#header h1 span
{
	font-size: 20px;
}
*/

/* Uncomment this code to make white highlights for the horizontal menu
#horzMenuBar a
{
	color: #fff;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#horzMenuBar a:hover
{
	color: #999;
	text-decoration: underline;
	background-color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
*/

/*
#horzMenuBar{
background-color: #333333;
}
#horzMenuCont{
background-color: #333333;
}
*/


