/* Urban Projects style attributes */

/* Navigation */
.head { color: #0a214f; text-decoration: none; }
.head a:link { color: #0a214f; text-decoration: none; }
.head a:visited { color: #0a214f; text-decoration: none; }
.head a:hover { color: #0a214f; text-decoration: underline; }

.sub { color: #8490a7; text-decoration: none; }
.sub a:link { color: #8490a7; text-decoration: none; }
.sub a:visited { color: #8490a7; text-decoration: none; }
.sub a:hover { color: #8490a7; text-decoration: underline; }

h1 { text-transform: none; }

/* Page elements */
#title {
  font-size: 16px;
  font-weight: bold;
  color: #0a214f;
}

.subTitle {
  font-size: 12px;
  color: #0a214f;
  font-weight: bold;
}

/* Individual project elements */
#projBlock { width: 446px; }

/* Projects by city listing elements */
#projInfoList { list-style: none; margin: 15px 0 0 15px; padding: 0; }
#projInfoList ul { margin: 0; padding: 0; }
#projInfoList li { margin: 0; padding: 0 0 22px 0; }

.projInfoBlock { margin: 3px 0 0 15px; }

#regHeaderBG {
    width: 100%;
    background-color: #000;
    margin-bottom: 10px;
}

#regHeaderBG table {
    border: 0;
}
