

/* THis is the user's css file.  It will be called last and contain color and style changes to AA */
zbody,zhtml {
	background-color: #efe;
}


#aa_pagewrapper {
	width: 98%;
	padding: .9%;
	background-color: #fff;
	height: 100%;
    border: 0;
	//Made changes here, removed the border around the results but kept the other styling from global.css
}


.zaacoolmenu li a {
	background-color: #f00;
	color: #fff;
}

.zaacoolmenu li a:hover {
	background-color: #000;
	color: #fff;
}

#zqsearch {
	background-color: #eee;
	color: #000;
}

#zaa_content {
	background-color: #efe;
}

#zaa_banner {
	background: transparent;
}

.zlisting_header {
	background-color: #555;
	color: white;
}

.zlisting {
	background-color: #eee;
	color: black;
}

#znav123 ul li a,
#znav123 ul li a:visited{
	background-color: #c00;
	color: #fff;
}

#znav123 ul li a:hover{
color: #c00;
background-color: #fff;
}

.xtheme {
	background-color: #fff;
}


#lifestylediv a {
    background: #fff url(http://nh.agentave.com/sites/1076/lifestyle.png) top left no-repeat;
}

#virtualtourdiv a {
    background: #fff url(http://nh.agentave.com/sites/1076/virtualtour.png) top left no-repeat;
}

