/* global stuff: */

body {
    background-color: rgb(48,48,48);
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-family: helvetica, arial, sans-serif;
    overflow-y: scroll;
    }

div {
    display: block;
}

img {
    border: 0;
}

a {
    color: #0075b2;
    /*color: #07A;*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.sans {
    font-family: helvetica, arial, sans-serif;
}

div.spacer {
    display: block;
    height: 7px;
}

pre, tt {
    font-size: 85%;
}

#container {    
    width: 898px;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgb(64,64,64);
    background-color: white;
}

#header {

}

div#logo {
    display: table;
    margin: 0 14px;
    padding-top: 11px;
}

#logo h1 {
    display: table-cell;
    font-size: 36pt;
    font-family: helvetica, arial, sans-serif;
    color: rgb(44,44,44);
}

#logo .gray {
    color: rgb(210,210,210);
}

#logo div {
    display: table-cell;
    text-align: right;
    width: 100%;
    font-size: 18pt;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    color: rgb(108,108,108);
}

#logo a {
    text-decoration: none;
    color: #0075b2;
}

div#nav {
    padding: 0 14px;
    background-color: white;
}
#nav ul {
    border-top: 7px solid rgb(128,128,128);
    background-color: rgb(128,128,128);
    margin: 0 auto;
    padding: 0;
    display: block;
}

#nav li {    
    display: inline;
    float: left;
    width: 174px;
    margin: 0;
    padding: 0;
}

.update {
    background-color: #e4edef;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10pt;
    font-size: 14pt;
    }

#nav li.here a {
    color: rgb(255,255,255);
    background-color: rgb(128,128,128);
}

#nav a {
    font: 12pt helvetica, arial, sans-serif;
    text-align: center;
    display: block;
    color: rgb(255,255,255);
    background-color: rgb(80,80,80);
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

#nav a:hover {
    color: rgb(40,40,40);
    background-color: rgb(190,190,190);
}

#content {
    background-color: white;
    margin: 14px 28px 28px 28px;
}

#content h2 {
    font-family: helvetica, arial, sans-serif;
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 18pt;
}

#content h3 {
    font-family: helvetica, arial, sans-serif;
    margin-top: 14px;
    margin-bottom: 7px;
    font-size: 12pt;
}

#content h3 a {
    color: black;
}
#content p {
    margin: 7px 0 10px 0;
    line-height: 140%;
}
#content ul {
    margin: 10px 36px 10px 24px;
}
#content li {
    margin: 7px 0 7px 0;
    line-height: 135%;
}

#footer {
    text-align: right;
    background-color: black;
}

#footer img {
    padding-top: 7px;
    padding-bottom: 0px;
}

/* page specific stuff: */

#about {
    width: 400px;
    float: right;
    }

#about h1 {
    margin: 0px;
    font-size: 14pt;
    }

.download {
    display: block;
    width: 200px;
    height: 50px;
    float: right;
    text-align: center;
    font-size: 28pt;
    }

.download a {
    text-decoration: none;
    color: #0075b2;
    }

.download a:hover {
    text-decoration: underline;
    }
    
.graphic img {
    display: block;
    padding: 0;
    margin: 0;
    border: 0
}

div.graphic {
    border: 1px solid #aaa;
    margin: 0 auto;
    width: 766px;
    background-color: rgb(248,248,248);
}

.clearfix {
    clear: both;
    }


span.pdf a {
    background: url(pdf.png) center right no-repeat !important;
    padding-right: 17px !important;
    }

#disclaimer {
    float: right;
    display: table-cell;
    border: 1px outset rgb(192,192,192);
    line-height: 135%;
    padding: 7px;
    margin-left: 21px;
    font-family: helvetica, arial, sans-serif;
    background-color: #ffffaa;
    width: 560px
}

