body {
    font-family: arial;
    font-size: .7em;
}
h3 {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
input {
    margin: 1px 0;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    width: 960px;
    margin: auto;
    border: 1px solid #000;
    border-bottom: none;
    padding: 0;
    background : #fff;
    overflow: hidden;
}
#filler {   /* creates white space gap at bottom of page */
    width: 960px;
    padding: 0;
    margin: auto;
    height: 13px;
    border: 1px solid #000;
    border-top: none;
    border-bottom: 12px solid #000;
    background: #fff url('img/spacer.jpg') repeat;
}
#header {
    height:123px;
    background: #000 url('/img/header.jpg') no-repeat;
    padding: 20px 20px 0 0;
    margin-bottom: 16px;
}
#header .icon {
    float: right;
    padding-left: 8px;
}
#section-1 {
    float: left;
    width: 220px;
    border-right: 1px solid #ccc;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    overflow: hidden;
}
#section-2 {
    float: left;
    width: 524px;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    overflow: hidden;
}
#section-3 {
    float: left;
    width: 214px;
    border-left: 1px solid #ccc;
    margin-bottom: -2000px;
    padding-bottom: 2000px;
    overflow: hidden;
}
.breadcrumb {
    width: 490px;
    margin: auto;
    margin-bottom: 21px;
}
.breadcrumb li {
    float: left;
    padding-right: 7px;
    list-style: none;
}
.footer {
    margin: auto;
    font-weight: bold;
    font-size: .8em;
    color: #bbb;
    text-align: center;
    padding-top: 10px;
}
.footer a, .footer a:visited {
    color: #bbb;
}
.footer a:hover {
    color: #333;
}
.nostyle {
    list-style: none;
}
.titleBold {
    font-weight: bold;
    font-size:1.1em;
    margin: 0;
    padding: 0;
}
.titleUnder {
    font-weight: bold;
    font-size:1.1em;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
/* Add email  & Search*/
.addEmail, .search {
    padding-left: 17px;
}
/* Article, Issues, About, Resources, Snippets */
.articles, .issues, .about, .resources, .snippetDiv {
    margin: auto;
    width: 490px;
}
.articles ul, .issues ul, .about ul, .feed ul {
    margin: 0;
    padding: 0;
}
.floatBlank {
    list-style: none;
    float: left;
    margin: auto;
    padding: 10px 32px 0 0;
}
.listTitle {
    font-weight: bold;
    margin: 0;
}
.listTitle a, .listTitle a:visited {
    color: #00c;
}
.listDate {
    font-size: .9em;
    margin: 0;
}
.listBody {
    margin: 1px 0 13px 0;
}
.listLink {
    padding-top: 2px;
    margin: -13px 0 13px 0;
}
.articleRelated {
    padding: 5px 0 0 0;
    margin-left: 17px;
}
/* Contribute */
.contribute {
   margin: 20px auto 30px auto;
   width: 171px;
}
/* National debt clock */
.nationalDebt {
    background: #fff url('/img/nationalDebtBorder.jpg') no-repeat;
    font-weight: bold;
    height: 52px;
    width: 183px;
    text-align: center;
    font-size:1.1em;
    margin: 30px auto;
}
.nationalDebt p {
    margin: 4px;
    padding-top: 4px;
}
/* Navigation */
.navigation {
    margin: auto;
    width: 189px;
}
.navigation ul {
    margin: 20px 0;
    padding: 0;
}
.navigation li {
    list-style: none;
    padding: 0 0 13px 40px;
    height: 17px;
}
.navigation li p {
    margin: 0;
    padding: 4px 0 0 0;
    font-weight: bold;
    font-size: 1.2em;
}
.inactive {
    background: #fff url('/img/navActive.jpg') no-repeat;
}
.inactive a {
    color: #555;
}
.active {
    background: #fff url('/img/navInactive.jpg') no-repeat;
}
.active a {
    color: #00c;
}
/* QOW */
.inputBump {
    margin: 10px 0;
}
.qow {
    margin: 0 auto 30px auto;
    width: 175px;
}
.qowInput {
    margin: 0 5px 0 0;
    float: left;
}
.qowOption {
    margin: 0;
    padding-bottom: 9px;
    width: 140px;
    float: left;
}
/* News feed */
.feed {
    width: 189px;
    margin: auto;
    border: 1px solid #999;
    background: #ffc;
    padding: 4px;
}
.feed li {
    list-style: none;
    padding-bottom: 7px;
}
/* Twitter */
.twitter {
    margin: auto;
    width: 180px;
    padding-bottom: 36px;
}
.twtr-tweet-text {
    font-size: .8em;
}