/*
This file is shared with addresses.com, the host of our co-branded
whitepages search. Please test any changes against the whitepages
results page. (This is why there are some font sizes in px)
*/

/* Header Layout */
div.header {
  background-color:white;
  position:relative;
  padding: 0 2em 0.5em 2em;
}
#header {
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}
#header_action_area {
	clear:left;
	font-size: 105%;
	font-weight: bold;
	padding: 10px;
	background-color: #3366CC;
}
#header_action_area, .search_form_label { color: #ffd;}
#header_tabs {
	background-color: #3366CC;
	font-size:130%;
	padding-bottom:0px;
	border-bottom: 3px solid white;
}
#header_tabs img {
	position:relative;
	left:15px;
	top:8px;
	margin-bottom:8px;
}
#header_tabs ul {
	margin-top:-10px;
	display:inline; 
	list-style:none;
	margin-right:5px; 
	padding-left:24px;
	margin-left:0;
}
#header_tabs li {
	text-align: center;
	background-color: #3366CC;
	list-style: none;
	display: inline;
	padding:0;
	position:relative;
	border: 3px solid white;
	margin:0 -3px 0 0;
	padding: 5px 10px 1px 13px;
}
#header_tabs li.selected {
	background-color: #3366CC;
	border-bottom: 3px solid #3366CC;
}
#header_tabs li.selected a {
	color: #fff;
}
#header_tabs, #header a, #footer a {
  color: #fff;
  text-decoration:none;
}
#header a:hover, #footer a:hover {
  text-decoration:underline;
}

#header_tabs li a {
  color: #9BB4E6;
}
#header_tabs li a {
	display:inline;
	top:-3px;
	position:relative;
}

#sign_on {
  font-size:120%;
  font-weight:normal;
  display:inline;
  position:relative;
  float:right;
}
#sign_on a {
  color: #fff;
}

img { border: none; }


/* Main site footer */
#footer {
  text-align: center;
  padding: 0.5em 0;
  margin: 1em 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #777;
  clear: both;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#footer a { 
  color: #777; 
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.footer{margin-bottom: 0.5em;}
