/* ################ GENERAL CONTENT STYLES ################ */

a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
    color: #4785C5;
    text-decoration: none;
}

a:link {}

a:visited {}

a:link:hover,
a:visited:hover {
    text-decoration: underline;
}

a:link:active,
a:visited:active {}

body, table, td {
    line-height: 1.33;
    font-family: "Times New Roman", Times, serif;
    color: #535353;
}

table, td {
    border: none;
}

h1, h2, p {
    margin-bottom: 14px;
    font-weight: normal;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    line-height: 1em;
    font-size: 28px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0;
    margin-top: 1em;
    font-size: 21px;
}

.ltblue, h2.ltblue a {
    color: #6699CC;
}

.black  {
    color: #000000;
}

.green, h2.green a  {
    color: #666600;
}

.dkgrey {
    font-family: "Times New Roman", Times, serif;
}

p {}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
}

table ul {
    margin-left: 15px;
    padding-right: 30px;
}

#content.column ul {
    margin: 5px 0 0 13px;
}

blockquote { margin-bottom: 1em; }

blockquote p { margin-bottom: 0; }

blockquote p cite { font-weight: bold; }

#logout {
    margin-right: 7px;
}
#logout a {
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    font-size: 12px;
}

#city-selector-container h2 {
    margin-top: -7px;
}
/* 
 * unbold the form labels on the 'Not Sure' landing page
 */
#content #fieldRow3433485 .formField .mainLabel,
#content #fieldRow3433486 .formField .mainLabel {
    font-weight: normal;
}
