/*
 * Reset styles
 */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

img {
    -ms-interpolation-mode:bicubic;
}

.any-rounded-corner-class-here {
    -webkit-background-clip: padding-box;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub { top: 0.4em; }

/*
 * Basic styles
 */

html {
    overflow-y: scroll;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    
    font-family: 'MuseoSans500', Arial, 'Bitstream Vera Sans', sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #2a3134;
    
    -webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
    color: #2a3134;
    padding: 1px 0px;
    border-bottom: 1px solid #2a3134;
    text-decoration: none;
}

a:hover, a:active {
    background-color: #2a3134;
    color: #fff;
}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 815px;
}

h1#banner {
    display: block;
    margin-top: 50px;
    width: 815px;
    height: 125px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url('img/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}

p.separator {
    width: 815px;
    text-align: center;
    margin: 0 0 0 0;
}

p#masthead {
    width: 700px;
    margin: 10px auto;
    text-align: justify;
}

h2 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    display: block;
    width: 815px;
    margin-top: 5px;
}

ul#stufflist {
    width: 525px;
    margin: 20px auto;
    list-style-type: square;
    list-style-position: outside;
}

ul#stufflist li {
    line-height: 24px;
    margin-bottom: 10px;
}

ul#stufflist a {
    font-weight: bold;
}

footer {
    font-size: 10px;
    color: #aaa;
    text-align: center;
}
