/*********************************************************/
/* Delaware Medicaid for Workers with Disabilities 00015 */
/* 00015banner.css                                       */
/*********************************************************/ 

/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */

.header {
	height: 100px; 
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 60px;
	top: 7px; 
  height: 85px;
  width: 643px;
}

/*  adjust top/left depending on banner change color as needed */
.headerTitle {
    color: #000;
	left: 215px;
	top: 20px; 
}

/*  adjust top/left depending on banner change color as needed */
.headerSubTitle {
    color: #000;
	left: 215px;
	top: 40px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
	color:#000;
	font-weight:bold;
	padding-top: 80px;
}

.headerLink a:link{
	color: #000;
}

.headerLink a:visited{
	color: #000;
}

.headerLogout a:link {
	color: #000;
	font-weight:bold;
}

.headerLogout a:visited {
	color: #000;
	font-weight:bold;
}

.headerLogout a:hover {
	color: #6699FF;
}
