/********************************************
* Main Navigation Definitions
********************************************/

#nav-bg {
    background: url(../images/nav_bg.gif) top left no-repeat;
    padding: 0 30px;
}

#nav {
    margin: 0;
    padding: 0;
    width: 727px;
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 31px;
    overflow: hidden;
}


#nav a#construction {
    background: url(../images/nav_construction.gif) top left no-repeat;
    width: 139px;
}

#nav a#community {
    background: url(../images/nav_community.gif) top left no-repeat;
    width: 114px;
}

#nav a#resources {
    background: url(../images/nav_resources.gif) top left no-repeat;
    width: 88px;
}

#nav a#about {
    background: url(../images/nav_about.gif) top left no-repeat;
    width: 77px;
}

#nav a#contact {
    background: url(../images/nav_contact.gif) top left no-repeat;
    width: 90px;
}
#nav a#propertysearch {
    background: url(../images/nav_property.gif) top left no-repeat;
    width: 127px;
}

#nav a:hover#construction, body#construction-on a#construction {
    background: url(../images/nav_construction.gif) bottom left no-repeat;
}

#nav a:hover#community, body#community-on a#community {
    background: url(../images/nav_community.gif) bottom left no-repeat;
}

#nav a:hover#resources, body#resources-on a#resources {
    background: url(../images/nav_resources.gif) bottom left no-repeat;
}

#nav a:hover#propertysearch, body#propertysearch-on a#propertysearch {
    background: url(../images/nav_property.gif) bottom left no-repeat;
}


#nav a:hover#about, body#about-on a#about {
    background: url(../images/nav_about.gif) bottom left no-repeat;
}

#nav a:hover#contact, body#contact-on a#contact {
    background: url(../images/nav_contact.gif) bottom left no-repeat;
}

/*********************************
* Subnav
*********************************/

#subnav {
    margin: 11px 0;
    padding: 0;
    width: 244px;
}

#subnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 244px;
    height: 31px;
    overflow: hidden;
}