/* Header, Menu, and Footer CSS for AgentNation */

.header  {
	height: 5em;
	background-image: url(../../img/new_public/logo.gif);
	background-repeat: no-repeat;
	background-position: 15px -1px;
	position: relative;
	text-align: center;
} 
.header h1 {
	text-indent:-900%;
	float: left;
}

.logo_new {
	width: 18%;
	display: inline;
	float: left;
	
}

.menu {
	display: inline;
	float: left;
	list-style: none;
	/*padding: 0;
	margin: 0;*/
	height: 5em;
	margin-right: 0.5em;
}

.menu span {
	display: none;
}

.menu a {
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.menu a:hover {
  background-position: left bottom;
}*/

.menu a:hover span {
  display: block;
}

.menu.home {
	background-image: url(../../img/new_public/home_off.gif);
	background-repeat: no-repeat;
	width: 6em;
}

.menu.home.active {
	background-image: url(../../img/new_public/home_on.gif);
	background-repeat: no-repeat;
}

.menu.home:hover {
	background: url(../../img/new_public/home_on.gif) no-repeat;
}

.menu.about {
  background: url(../../img/new_public/about_off.gif) no-repeat;
  width: 6em;
}

.menu.about.active {
  background: url(../../img/new_public/about_on.gif) no-repeat;
}

.menu.about:hover {
	background: url(../../img/new_public/about_on.gif) no-repeat;
}

.menu.listing {
  background: url(../../img/new_public/listings_off.gif) no-repeat;
}

.menu.listing.active {
  background: url(../../img/new_public/listings_on.gif) no-repeat;
}

.menu.listing:hover {
	background: url(../../img/new_public/listings_on.gif) no-repeat;
}

.menu.membership {
  background: url(../../img/new_public/membership_off.gif) no-repeat;
  width: 9em;
}

.menu.membership.active {
  background: url(../../img/new_public/membership_on.gif) no-repeat;
}

.menu.membership:hover {
	background: url(../../img/new_public/membership_on.gif) no-repeat;
}

.menu.tools {
  background: url(../../img/new_public/tools_off.gif) no-repeat;
  width: 5em;
}

.menu.tools.active {
  background: url(../../img/new_public/tools_on.gif) no-repeat;
}

.menu.tools:hover {
	background: url(../../img/new_public/tools_on.gif) no-repeat;
}

.menu.blog {
  background: url(../../img/new_public/blog_off.gif) no-repeat;
}

.menu.blog.active {
  background: url(../../img/new_public/blog_on.gif) no-repeat;
}

.menu.blog:hover {
	background: url(../../img/new_public/blog_on.gif) no-repeat;
}

/*
.menu.signin {
	float:right;
	background: url(../../img/new_public/signin.gif) no-repeat;
}

.menu.signin.active {
	float:right;
	background: url(../../img/new_public/signin_on.gif) no-repeat;
}

.menu.signin:hover {
	background: url(../../img/new_public/signin_on.gif) no-repeat;
}
*/

.menu.signin {
	margin: 0 0 0 auto;
	/*padding-left: 2.5em;*/
	
}

form.auth_form {
	float:left;
	padding-left: 2.5em;
	/*width: 110%;*/
	/*text-align: right;*/
	
}

input.auth {
	display: block;
	float: left;
	text-align: center;
	font-size: 10px;
	color: #151513;
	width: 14em;
	margin-top: 1em;
	margin-right: 0.3em;
	height: 1.5em;
	border: none;
	padding: 0.4em 0.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input.auth_button {
	/*background: url(../../img/new_public/go.png) no-repeat;*/
	display: block;
	float: left;
	vertical-align:top;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.5em 1.1em;
	background-color: #DC790E;
	color: #FFF;
	text-align: center;
	border: none;
	cursor: pointer;
	overflow: auto;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.login_help {
	text-align: right;
	margin-right: 7em;
}



.login_help a {
	display: inline;
	text-decoration: none;
	color: #6397CB;
	font-size: 10px;
}

.login_help a:hover {
	display: inline;
	color: #6397CB;
	font-size: 10px;
}
