@charset "UTF-8";

#footer-wrap {
    margin-top: 20px;
    width: 100%;
    border-top: solid 1px #ddd;
    background: #eee;
}

#footer-wrap #footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer-wrap #footer #footer-outline{
    margin-left: 0px;
    margin-top: 10px;
}
#footer-wrap #footer #footer-outline #footer-contents{
    display:inline;
    margin:0;
    padding:0;
    border:0;
    outline:0;
}

#footer-wrap #footer #footer-contents li{
    list-style-type: none;
    list-style-image: none;
    margin-left:0px;
    white-space:nowrap;
    display:inline-block;
    float:left;
    text-align: center;
    width: 158px !important;
    border-left: solid 1px #999;

    height: 30px;
    line-height: 30px;
}
#footer-wrap #footer #footer-contents li:first-child, #footer-wrap #footer #footer-contents li.first{
    border: none;
}


#footer-wrap #footer #footer-contents li a{
    color: #666;
}
#footer-wrap #footer #footer-contents li a:link{
    color: #666;
}
#footer-wrap #footer #footer-contents li a:hover{
    color: #333;
    text-decoration: underline;
}

#footer-wrap #footer #question{
    margin-top: 0px;
    padding-bottom: 20px;
    font-size: 10px;
    text-align: center;
}
#footer-wrap #footer #question a{
    color: blue;
}
#footer-wrap #footer #question a:link{
    color: blue;
}
#footer-wrap #footer #question a:hover{
    text-decoration: underline;
}

#footer-wrap #footer #legal{
    clear: both;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 0px;
}

#footer-wrap #footer #footer-social-buttons{
    float: left;
    width: 500px;
    margin: 10px auto 0 auto;
}

#footer-wrap #footer .social-buttons ul.list li{
    display: block;
    float: left;
    list-style: none;
    margin: 0 2px;
    padding: 0;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
