@charset "UTF-8";
/* CSS Document */

#fa_navigation {
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px dotted #C3D2DC;
}

#fa_navbar {
	margin-top: 0;
	border: 1px solid #a9ceeb;
	width: 100%;
	position: relative;
	z-index: 1;
	background: #fff repeat-x left bottom;
	padding: 0;
}

#fa_navbar td {
	padding: 0;
	margin: 0;
}

#fa_navbar td a {
	color: #000;
	background-color: #cee0e0;
	display: block;
	text-shadow: #fff 2px 2px 0;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 0 14px;
	font: bold 12px/22px Arial;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #adceed;
	border-left: 1px solid #adceed;
}

#fa_navbar td a:hover, #fa_navbar td.active a {
	color: #fff;
	background-color:#333333;
	text-shadow: none;
	background-image: url(/i/us/fa_toolbar_gradient.png);
}

.fa_shadow {
	position: relative;
	background: url(/i/us/fa_toolbar_shadow_left.gif) no-repeat left bottom;
	padding-bottom: 3px;
}

.fa_shadow_right {
	position: absolute;
	background: url(/i/us/fa_toolbar_shadow.gif) right bottom;
	top: 0px;
	right: -3px;
	width: 280px;
	height: 29px;	
}


*html .fa_shadow_right {
	bottom: 6px;
}

h3.fa_nav_header {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}

.fa_global_navbar_home_page_container {
	margin-bottom : 5px;
	padding-bottom : 5px;
	padding-top : -5px;
}

.fa_global_nav_header{
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	padding-bottom : 2px;
	margin-bottom : 2px;
	margin-left : 2px;
	padding-left : 2px;
}

#navcontainer1 { /* none needed */ }

ul#navlist1
{
margin: 0;
padding: 0;
}

ul#navlist1 li
{
float: left;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
display:block;
padding: 5px 0 5px 0;
background-color: #FFC3A5;
border-right: 1px solid #555988;
border-left: 1px solid #555988;
}

#navlist1 a, #navlist a:link
{
margin: 0;
padding: 5px 10px 5px 10px;
border-right: 0px solid #d1e3db;
text-decoration: none;
color:#330033;
}

ul#navlist1 li#active
{
color: #C93E3E;
background-color: #000000;
}

#navlist1 a:hover
{
color: #FFFFFF;
background-color: #333333;
}
a img {border: 0}