/***********************************************/
/* County of San Diego Treasurer-Tax Collector */
/* 99971.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.  */

/*
	background-color: #93c6e0;
*/

.header {
	height: 127px;
	border-bottom-width: 20px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerTitle {
    color: #FFF;
	left: 350px;
	top: 20px; 
}

/*  adjust top/left depending on banner
    change color as needed */
.headerSubTitle {
    color: #FFF;
	left: 350px;
	top: 30px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink 
{
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 128px;
}

.headerLink a:link{
	color: #FFFFFF;
}

.headerLink a:visited{
	color: #FFFFFF;
}

.headerLogout a:link {
	color: #FFFFFF;
}

.headerLogout a:visited {
	color: #FFFFFF;
}

.headerLogout a:hover {
	color: #6699FF;
}
