body { font: 10pt verdana; }

acronym { font-weight: bold; }

small { font-size: 8pt; }

div#Main { margin: auto; width: 95%; }

div#Header { float: left; height: 5em; }

div#Header img#Logo { vertical-align: middle; }

div#Menu { float: right; height: 5em; }

div#Content {
    clear: both;
    margin: auto;
    min-height: 300px;
    padding: 2em;
    width: 80%;
}

div#Content h1 { font-size: 16pt; }
div#Content h2 { font-size: 12pt; }
div#Content h3 { font-size: 10pt; font-weight: bold; }
div#Content h4 { font-size: 10pt; }

div#Footer { text-align: center; }

*.odds { background: #fff; }

*.even { background: #f0f0ff; }

*.centered { text-align: center; }

/* Contact */
div#rtInfo { display: inline-block; width: 50%; }
div#rtGoogleMap { display: inline-block; }

/* Services */
div#serviceList div { margin: 0 0 1em 0; }
div#serviceList div:hover { background: #aff; cursor: pointer; }

div#serviceList span.heading {
    display: inline-block;
    font-weight: bold;
    width: 400px;
}

div#serviceList span.service {
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    width: 400px;
}

div#serviceList span.description {
    display: inline-block;
    vertical-align: middle;
    width: 400px;
}

