/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

body {
    font-family: "HelveticaNeue", "Helvetica Neue", arial, helvetica, sans-serif;
    background: #E5E6DA;
    margin: 10px;
    font-size: 85%;
    line-height: 1.2em;
}

blockquote {
    background: transparent url(/images/quote.gif) no-repeat scroll 10px 0.75em;
    font-style: italic;
    width: 75%;
    margin: 1em 10px;
    padding: 0.25em 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #4E463F;
    margin-bottom: 10px;
}

h1 {
    font-size: 175%;
}

h2 {
    font-size: 150%;
    letter-spacing: -1px;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 115%;
}

a {
    color: #90969c;
    text-decoration: none;
}

a:hover, a:focus {
    opacity: 1 !important;
    color: #000;
}

#container {
    margin: 0 auto;
    width: 960px;
    background: #fff url(/images/bg-top.jpg) no-repeat scroll 0 0;
    margin-bottom: 20px;
    box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
    -webkit-box-shadow: 0 0 5px #999;
}

#content {
    clear: both;
    background: url(/images/bg-bottom.jpg) no-repeat scroll 0 100%;
    padding: 10px 40px 100px 40px;
}

#content #home-profile-info ul {
    margin: 0 40px;
    list-style-type: disc;
}

#content-right {
    float: left;
    width: 700px;
    margin-left: 10px;
}

.clearer {
    clear: both;
}

/* header */
#header {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#header-logo {
    float: left;
}

#header-logo img {
    margin: 15px 0 0 35px;
}

#header-tabs {
    float: right;
    margin: 25px 50px 0 0;
}

.header-tab {
    float: left;
    width: 105px;
    height: 50px;
    text-align: center;
}

#header-tabs .header-tab a {
    display: block;
    margin: 10px 0 1px -2px;
    font-size: 115%;
}

#header-tabs .header-tab:hover {
    background: transparent url(/images/header-bubble.png) no-repeat scroll 0 0;
}

#header-tabs .header-tab:hover a {
    display: block;
    color: white;
    font-weight: bold;
}

/* error display */
#error {
    background: url(/images/error-big.png) no-repeat;
    margin: 0 auto;
    width: 75%;
    height: 150px;
    margin-top: 50px;
}

#error div {
    float: left;
    margin: 5px 0 0 175px;
}

/* form error display */
ul.failure, ul.error, ul.success {
    border: 1px solid;
    margin: 10px 0 25px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: #999 0 0 5px;
    -moz-box-shadow: #999 0 0 5px;
    -webkit-box-shadow: 0 0 5px #999;
}

ul.failure, ul.error {
    color: #d8000c;
    background-color: #ffbaba;
    background-image: url(/images/messages/failure.png);
}

ul.success {
    color: #4f8a10;
    background-color: #dff2bf;
    background-image: url(/images/messages/success.png);
}

ul.failure ul, ul.error ul {
    margin-left: 25px;
    list-style: disc;
}

/* footer */
#footer {
    text-align: center;
}

#footer-links {
    margin-bottom: 10px;
}

#footer-links a {
    color: black;
}

#footer-links ul li {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    display: inline;
    list-style-type: none;
    padding: 3px 10px;
    border-left: 1px solid #000;
}

#footer-links ul li.first {
    border-left: none;
}

.copyright {
    font-size: 75%;
}

#error-404 {
    background-image: url(/images/404.png); no-repeat scroll 0 0;
    width: 932px;
    height: 251px;
}
