#header td {
 vertical-align: middle;
}
#header h1 { 
 font-size: 3.2em;
}
#header h3 { 
 text-indent: 0.32em; 
 font-size: 1.5em; 
 color: gray;
}
#header a {
 display:block;
 height: 75px;
 width: 75px;
 background: white url('/images/whiteyellow.gif') no-repeat 0 0;
 border: 0;
}
#header a span {
 display:none;
}

dl {
 border-bottom: 2px solid gray;
}
dt {
 border-top: 2px solid gray;
 font-size: 2.4em;
 font-weight: bold;
 padding: 0.5em 0 0.5em 0;
}
dt.subtitle {
 border-top: 2px solid gray;
 font-size: 1.6em;
 font-weight: bold;
 padding: 0.75em 0 0 0;
}
dd {
 margin-bottom: 5px;
}

#content {
 padding: 10px;
 width: 620px;
 line-height: 1.8em;
}
#content a {
 font-size: 1.6em;
}
#content div {
 margin: 0 0 10px 0;
 font-size: 1.44em;
 color: gray;
}

#coming-soon {
 font-size: 2.4em;
}

.h75w75 {
 height: 75px;
 width: 75px;
}
.d-m-404-d-m {
 float: right;
 cursor: pointer;
}
.d-m-404-d-m:hover {
 font-weight: bold;
}

#content label {
 display: inline-block;
 width: 75px;
 font-size: 1.2em;
}
#content input,
#content textarea {
 width: 450px;
 font-family: 'courier new', courier, monospace;
 font-size: 1.2em;
 display: inline-block;
 vertical-align: top;
}
#content input[type=checkbox],
#content input[type=radio] {
 width: auto;
 cursor: pointer;
}

#content li {
 margin: 10px 0;
 border: 1px solid green;
 padding: 5px;
 cursor: move;
}

#resources {
 padding: 10px;
}
#resources a {
 font-size: 1.6em;
}

#popular-cities {
 padding: 10px;
}

#popular-cities a {
 font-size: 1.6em;
}


#major-cities {
 padding: 10px;
}

#major-cities a {
 font-size: 1.6em;
}

#states {
 padding: 10px;
}

#states a {
 font-size: 1.6em;
}


#footer {
 font-size: 1.3em;
 line-height: 2.5em;
 margin-top: 10px;
}

#footer a {
 font-size: 1em;
}

#copy {
 font-size: 1.1em;
 line-height: 2.5em;
 color: gray;
}

#copy a {
 font-size: 1em;
}



#contact-form td,
#contact-form th {
 padding: 10px 0 10px 10px;
 vertical-align: top;
 font-size: 1.6em;
 text-align: left;
}

#contact-form td input,
#contact-form td textarea {
 width: 309px;
 padding: 2px;
 border: 1px solid #7E9DB9;
}

div.contact-small {
 font-size: 0.875em;
}

div.errortext {
 color: red;
}