html {
    height:100%;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    height:100%;
    margin:0;
    padding:0;
}

#flashcontent {
    margin:0.75em 1.5em 0.75em 1.5em;
    padding-bottom:0.75em;
    max-width:450px;
}

h1 {
    font-size:16pt;
}

h2 {
    font-size:13pt;
}

h3 {
    font-size:11pt;
}

.hidden {
    display:none;
}

.bold, .companyName {
    font-weight:bold;
}

.servicesBodyIndentCopy {
    margin-left:2em;
}

#addresses div {
    margin-bottom:2em;
}

#team img.wrap {
    float:left;
    margin:0 1em 1em 0;
}

#team h2 {
    clear:left;
}

#team div {
    margin-bottom:2em;
}

#team div.title {
    font-weight:bold;
}

#team div.title h2, #team div.title h3 {
    display:inline;
}

#team div.title h3 {
    font-size:10pt;
}

.latlng {
    display:none;
}

.testiNameCopy {
    font-style:italic;
}

.servicesTitleCopy {
    text-transform:uppercase;
}

#contact-form dt {
    margin-bottom:0.25em;
}

#contact-form dd {
    margin-left:0;
    margin-bottom:1em;
}

#contact-form dt#submit-label {
    margin-top:-1em;
}

#contact-form input[type="text"], input[type="password"], select {
    width:18em;
}

#contact-form textarea {
    width:30em;
    height:14em;
}