@charset "utf-8";
/* top elements */
* { padding: 0; margin: 0; }
body {
	background:url(../images/bgresidential.jpg);
	background-repeat:repeat-x;
}
/* links */
a { background: inherit; color: #009933; text-decoration: none; }
a:hover { background: inherit; color: #009933; text-decoration: underline; }
/* headers */
h1 { font-size: 1.4em; color: #009933; }
h3 { color:#009933; }
/***********************
	  LAYOUT
************************/
#header-content li a:hover {
	background: #009933;
}
#header-content li a#current  {
	background: #009933;
}
#sidebar ul.sidemenu a:hover {
	border-left: 5px solid  #009933;
	color: #009933;		
}
li {
color: #009933;
}
