@charset "utf-8";
/* CSS Document */

#header{
	overflow:auto;
}

#header a{
	color: inherit;
	text-decoration:none;
}
#header a:hover{
	color: inherit;
	text-decoration:underline;
	
}

#govHeader{
	float:right;
	clear:both;
	color: #2663af;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1em;
	margin: 5px 0px 0px 0px;
}
#govHeader a{	*color: #2663af;}



#headerLinks{
	float:right;
	clear:both;
	font-size:.8333em;
	margin: 5px 0px 0px 0px;	
}
#headerLinks a{	*color: #000;}

#headerSearch{
	float:right;
	clear:right;
	font-size:.8333em;
	margin: 5px 0px 0px 0px;
	position:relative	
}

#headerSearch #submit_search{
	position:relative;
	top:2px;
	*top:1px;
}

#headerLogo{
	float:left;
	clear:left;
	margin: 0px 0px 5px 0px;	
	*margin: 40px 0px 5px 0px;	
}





/* SUB HEADER*/
#subHeader{
	text-align: right;
	position:relative;
	margin: 0px 0px 40px 0px;
}

#subHeader a{
	color: #000;
	text-decoration:none;
}
#subHeader a:hover span.text{
	text-decoration:underline;
}

#subHeader a.selected span.text{
	text-decoration:underline;
	color: #666;
}

.twitterBadge, .icon{
	position:relative;
	top: 5px;	
}