h1, h2 {
    font-weight: normal;
}
h1 {
    font-size: 1em;
}
h2 {
    margin-top: 0;
    font-size: 1.1em;
    font-weight: bold;
}
div.office {
    overflow: hidden;
    margin-bottom: 2em;
    font-size: 10pt;
    height: 1%;
}
div.office .officeTitle {
    margin-bottom: 0.5em;
}
div.office .officeTitle, div.office .officeTitle a, div.office .officeTitle a:hover {
    font-size: 14pt;
}
div.office .officeTitle span {
    margin-right: 0.5em;
}
div.office img {
    float: left;
    vertical-align: middle;
    margin-right: 0.5em;
    border: 1px solid #000;
}
#formBox {
    padding-left: 0.2em;
}
#submitform {
    color: #000;
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    padding: 0.5em;
}
#submitform label {
    display: block;
}
#submitform label.alt {
    display: inline;
}
#submitform span.error {
    display: block;
}
#submitform .error {
    color: #c00;
    background-color: inherit;
}
#skyline-heading {
    position: relative;
}
#skyline-heading h1 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.5em;
    color: #000;
    background-color: #f1f1f1;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    font-size: 1.5em;
    font-weight: bold;
}
#skyline-heading, #skyline-text {
    width: 574px;
}
#searchForm {
    width: 572px;
}
#searchForm {
    margin: 0;
    color: #000;
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-top: none;
}
#searchForm .container {
    padding: 0.5em;
}
#searchForm .left {
    margin: 1em 0 1em 0.5em;
}
#searchForm .right {
    margin: 1em 0.5em 1em 0;
}
#searchForm h2 {
    clear: both;
    margin: 0 0 0.5em 0.5em;
    font-size: 1em;
    font-weight: normal;
}
#searchForm table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
#searchForm table a {
    display: block;
    padding: 0.1em;
    color: #000;
    background-color: #959595;
    border: 1px solid #e3e3e3;
    text-align: center;
    text-decoration: none;
}
#searchForm table a:hover {
    color: #000;
    background-color: #c9c9c9;
}
h2.results {
    margin-top: 1em;
    text-align: center;
}
.list-columns {
    overflow: hidden;
    margin-bottom: 1em;
}
.list-columns .left, .list-columns .right {
    width: 49%;
}
.list-columns h3, .list-columns h4 {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}
.list-columns h3 {
    margin-bottom: 0.5em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4em;
    color: #fff;
    background: transparent url(/images/building_file_background.gif) repeat-x left top;
}
.list-columns h3 a {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}
.list-columns h3 a:hover {
    color: #f00;
    background-color: transparent;
}
.list-columns h4 a {
    font-weight: bold;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
.list-columns h4 a:hover {
    color: #f00;
    background-color: #fff;
    border-bottom: 1px solid #f00;
}
.list-columns table {
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}
