@charset "utf-8";

a, a img {
	border:none;
}

a:link, a:visited {
	color:#00588F;
}

a:active, a:hover, a:focus {
	color:#999;
}

#navGlobal {
	position:relative;
	float:right;
	margin:0 0 0 0;
	padding:0;
	width:700px;
	font-size:.9em;
	text-align:right;
	color:#ccc;
	/*border:1px solid red;*/
}

#navGlobal ul li {
	margin:0;
	float:right;
	text-align:right;
	border-right:1px solid #ccc;
	padding:0 .75em;
	list-style-type:none;
}

#navGlobal ul li.last {
	border:none;
	padding:0 0 0 1em;
}
#navGlobal ul li#fontSizeChanger {
	border:none;
	padding:0 2em 0 0;
}
#navGlobal a,
#LegalLinks a {
	color:#7C7C7C;
	text-decoration:none;
	font-size:.9em;
}

#navGlobal a:hover,
#LegalLinks a:hover {
	text-decoration:underline;
	color:#00588F;
}
#LegalLinks ul {
	margin:0;
	padding:0;
}
#LegalLinks ul li {
	list-style-type:none;
	float:left;
	border-right:solid 1px #7C7C7C;
	padding:0 1em 0 0;
}
#LegalLinks ul li.last {
	border:none;
	padding-left:1em;
}
#navMain {
	position:relative;
	float:left;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
	width:948px; /*960 - 12 = 948*/
	height:32px;
	color:#FFF;
	font-size:.9em;
	background-image:url(/images/bg_navBlueGrad.gif);
	background-repeat:repeat-x;
	border-top:1px solid #CCC;

}

#navMain ul {
	margin:0 0 0 0;
	list-style-type:none;
	padding:0;
	
	
}

#navMain li {
	margin:0;
	float:left;
	border-right:1px solid white;
	padding:0;
	height:32px;
}
#navMain li.last {
	border:none;
}

#navMain a,
#navMain a:link,
#navMain a:visited {
	position:relative;
	float:left;
	height:23px;
	display:block;
	margin:0;
	padding:9px 15px 0px 15px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/images/bg_navBlueGrad.gif);
	background-repeat:repeat-x;
}

#navMain a:hover {
	background-image:url(/images/bg_navGrayGrad.gif);
	background-repeat:repeat-x;
	
}
/*#navMain a:hover {
	text-decoration:underline;
}*/
#subNav {
	width:520px;
	float:left;
	margin:5px 0 20px 20px;
	/*background-color:#0FC;*/
}
#subNav ul { 
	margin:0;
	padding:0;
}
#subNav ul li {
	float:left;
	border-left:1px solid #999;
	list-style-type:none;
	padding:0 1em;
}
#subNav ul li.first {
	padding-left:0;
	border:none;
}
a.supNumbers{
	color:red;
	text-decoration:none;	

}

a.supNumbers:hover{
	color:orange;	

}

#BlueSubNav {
	position:relative;
	float:left;
	margin:-2px 0 0 0;
	padding:0;
	width:710px;
	height:41px;
	background-color:#20548A;
	/*background-image:url(/images/FocusON.gif);
	background-position:left;
	background-repeat:no-repeat;*/
}

#BlueSubNav ul {
	padding-left:105px;
}

#BlueSubNav ul li {
	position:relative;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

/* breadcrumb***********************/
#breadcrumb li {
	font-size:11px;
	font-weight:normal;
}
#breadcrumb ul {
	margin:8px 0 0 0;
	padding:0;
	list-style-type:none;
/*
*/
}
#breadcrumb ul li {
	margin:0 0 0 0;
	padding:0 2px;
	float:left;
/*
	border-right:1px solid rgb(150,150,150); 
*/
}
#breadcrumb ul li a:link,
#breadcrumb ul li a:visited {
	display:block;
	color:rgb(100,100,100); /* gray */
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a:active {
	/*color:rgb(126,164,213);  blue */
	color:#00588F;
	font-weight:normal;
	text-decoration:underline;
/*
*/
}
/* END breadcrumb***********************/
