#headerBanner
{
	height: 80px;
}

#headerCSALogo
{
	float: left;
}

#headerDHSBar
{
	background-image: url(../images/headerrepeater.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: x-small;
	height: 16px;
	padding-right: 5px;
}

#headerDHSBar a
{
	color: #ffffff;
}

#headerDHSLinks
{
	float: right;
	padding-right: 5px;
}

#headerImage
{
	float: right;
}

#headerNavigationBar
{
	background-image: url(../images/mainnavrepeater.gif);
	clear: both;
	height: 30px;
	width: 100%;
}

#headerNavigationBar li
{
	display: inline;
	list-style-type: none;
}

#headerNavigationBar li a
{
	color: #ffffff;
	text-decoration: none;
}

#headerNavigationBar li a:hover
{
	text-decoration: underline;
}

#headerNavigationBar ul
{
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

#headerNavigationBarLeft
{
	float: left;
	padding-left: 5px;
}

#headerNavigationBarLeft li
{
	border-right: 1px solid #666666;
}

#headerNavigationBarRight
{
	float: right;
	padding-right: 5px;
}

#headerNavigationBarRight li
{
	border-left: 1px solid #666666;
}

/* IE6 hack to remove space added below header images */
#headerBanner img
{
	margin-bottom: -3px;
}

#skipToContent
{
	filter: alpha(opacity=0);
	float: left;
	opacity: 0.0;
	padding-left: 5px;
	text-decoration: none;
}
