/* CSS Document */

a.faqs:hover
{
	color:#F1AD00;
	text-decoration:underline;
}

.footer_nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	padding: 4px 0px;
}

.footer_nav a {
	text-decoration: underline;
	color:#000000;
}

.footer_nav a:hover {
	color: #8F001C;
}

.footer_nav span a {
	text-decoration: underline;
	color:#0000CC;
}

.footer_nav a img {
	border: none;
	padding-top: 8px;
}

#top_header {
  float:left;
	position:relative;
	display:block;
	width:758px;
}

#top_header a {
  color:#000000;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}

.icon_header {
  padding-left:15px;
  background:url(/images/icon.gif) left center no-repeat;
}

.header_div {
  float:left;
	position:relative;
	display:inline;
	width:10px;
}

#l_home {
  float:left;
	position:absolute;
	display:inline;
	top:10px;
	left:400px;
	width:auto;
}

#l_careers {
  float:left;
	position:absolute;
	display:inline;
	top:10px;
	left:465px;
	width:auto;
}

#l_test {
  float:left;
	position:absolute;
	display:inline;
	top:10px;
	left:540px;
	width:auto;
}

#l_map {
  float:left;
	position:absolute;
	display:inline;
	top:10px;
	left:640px;
	width:auto;
}

#l_contact {
  float:left;
	position:absolute;
	display:inline;
	top:10px;
	left:695px;
	width:auto;
}


