span a {
    font-weight: normal;
    font-style: italic;
}

span {
    margin-left: 8px;
    white-space: nowrap;
    font-weight: bold;
}

.button span {
    margin-left: 0px;
}

ul.listings {
    list-style: circle;
}

ul.listings li {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

dt {
    font-size: 1.1em;
    font-weight: bold;
}

dd {
    margin: 3px;
    margin-left: 12px;
}

h2 a {
    margin-left: 10px;
    font-size: .8em;
}

/* separate the list from what follows it and sets the height of the div3 */
div.wrapper {
    margin-bottom: 3em;
    overflow: auto;
}

ul#cities {
    display: inline;
    width: 27em;
    margin: 0;
    padding: 0;
    list-style: none;
}

* html ul#cities {
    width: 17em;
}

ul#cities li {
    float: left;
    margin: 0;
    width: 25em;
}

ul#zipCodes {
    display: inline;
    width: 17em;
    margin: 0;
    padding: 0;
    list-style: none;
}

* html ul#zipCodes {
    width: 10em;
}

ul#zipCodes li {
    float: left;
    margin: 0;
    width: 22em;
}

ul#schools {
    display: inline;
    width: 27em;
    margin: 0;
    padding: 0;
    list-style: none;
}

* html ul#schools {
    width: 17em;
}

ul#schools li {
    float: left;
    margin: 0;
    width: 29em;
}