/* matching the main site header & footer */
#header #login { float: right; margin: 10px 21px 0 0;}

#header #login a, #header #login {
  color: #ffffff;
  font-weight: bold;
}
#renter_features form input {
  width: 225px;
  padding: 6px 6px;
/*  color: #000;*/
/*  width: 145px;*/
  border: 1px solid #d7d7d7;
  color: #4f4f4f;
  background: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
/*  padding: 1px 4px;*/
  margin: 0 5px 0 0;
  float: left;
	font-weight:inherit;
}
ul.nav {
  padding: 0;
  margin: 0 0 8px 0;
  overflow: visible;
  z-index: 2;
  position: absolute;
  right: 14px;
  top: 104px;
}
ul.nav a, p#login a {
	text-decoration:none;
}
ul.nav li {
  float: right;
  margin: 0;
  background: url( http://viscape.com/images/nav_divider.png ) no-repeat left top;
  position: relative;
}

ul.nav li a {
  display: block;
  float: left;
  height: 24px;
  background: url( http://viscape.com/images/nav.png ) no-repeat -10px top;
  color: #666666;
  font-weight: bold;
  padding: 10px 17px 8px 17px;
  margin: 0 0 0 2px;
  position: relative;
  z-index: 1;
}

ul.nav.not_logged_in a {
  padding-left: 17px;
  padding-right: 17px;
}

ul.nav li.with_drop_down a {
  padding-right: 41px;
}

ul.nav li.first {
  background: none;
}

ul.nav li.first a {
  background-position: left top;
  margin-left: 0;
}

ul.nav li.last a {
  background-position: right top;
}

ul.nav li a:hover {
  background-position: -10px -42px;
  color: #666666;
  text-decoration: none;
}

ul.nav li.selected a {
  background-position: -10px -84px;
}

ul.nav li.first a:hover {
  background-position: left -42px;
}

ul.nav li.first_selected a, ul.nav li.first_selected a:hover {
  background-position: left -84px;
}

ul.nav li.last a:hover {
  background-position: right -42px;
}

ul.nav li.last_selected a, ul.nav li.last_selected a:hover {
  background-position: right -84px;
}

ul.nav li.selected a, ul.nav li.selected a:hover {
  color: #0154b0;
}

ul.nav li.first a {
  border-left: none;
}

ul.nav li.last a {
  border-right: none;
}
div#site_wide_search_links a, div#site_wide_search_links a:visited {
	color: #0095E8;
	font-weight:bold;
	text-decoration:none;
}
div#site_wide_search {
	padding:2px 5px;
	background-color:#fff;
  float:left;
  width:450px;
}

div#site_wide_search_links a:hover {
  color: #f46f04;
  text-decoration: underline;
}
form.main_search {
	margin:0;
}
form.main_search ul li {
	height:24px;
}
#site_wide_search form button.submit {
  background-image: url( http://viscape.com/images/button_home_right.gif );
  font-size: 16px;
}

#site_wide_search form button.submit:hover {
  background-image: url( http://viscape.com/images/button_home_right_over.gif );
}

#site_wide_search form button.submit span {
  height: 32px;
  line-height: 32px;
  background-image: url( http://viscape.com/images/button_home_left.gif );
}

#site_wide_search form button.submit:hover span {
  background-image: url( http://viscape.com/images/button_home_left_over.gif );
}
#site_wide_search_links {
	line-height:17px;
}
#beta {
  display: block;
  position: absolute;
  top: 33px;
  left: 147px;
  text-transform: uppercase;
  text-align: right;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}
#footer {
  color: #ffffff;
  text-align: left;
  width: 966px;
/*  padding: 0 0 0 200px;*/
/*  margin: 0 auto;*/
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
}

#footer a {
  color: #ffffff;
  font-size: 12px;
}

#footer ul.links li {
  border-left: none;
}

#footer .copyright {
  float: right;
}

#footer a.eho {
  display: block;
  float: right;
  margin: -2px 0 0 4px;
}

#footer a#site_map, #footer .pipe {
  color: #4d80be;
  font-size: 10px;
}

#footer .footer_header {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer .links {
	float:left;
	padding:0 10px;
	border-right:1px solid #FFFFFF;
	height:150px;
}
#footer .links ul {
	padding:5px 0 0 0;
}
#footer .links a, #footer .links a:visited {
	text-decoration:none;
}
#footer .links a:hover {
	text-decoration:underline;
}
div.footer_link_holder {
	padding-left:110px;
}
/* auto-complete styles */
.ac_results {
  padding: 0;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  overflow: hidden;
  z-index: 99999;
  width: 330px !important;
}

/*#site_wide_search .ac_results {
  width: 330px !important;
}*/

.ac_results ul {
  padding: 0;
  margin: 0;
}

.ac_results ul {
  width: 298px; !important;
}

.ac_results li {
  margin: 0;
  padding: 1px 4px;
  cursor: default;
  display: block;
  overflow: hidden;
  text-align: left;
}
.ac_over {
  background-color: #f5f5f5;
  font-weight: bold;
}
#renter_features .ac_loading {
/*  background: url(images/spinner.gif) #fff right center no-repeat; */
}

