﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}
body {
    line-height: 1.35em;
    font-family: 'Open Sans', sans-serif;
}
#pagecontent {
    width:70%;
    margin-left:15%;
    margin-right:15%;
}
#header {
    background-color: #800000;
    width:70%;
    padding-left:15%;
    padding-right:15%;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
}
#footer {
    background-color: #800000;
    width:70%;
    padding-left:15%;
    padding-right:15%;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    color: white;
    height:1.5em;
}
#menu {
    color: white;
    /*padding-bottom:1em;*/
    /*padding-top:1em;*/
}
#menu ul {
    margin:0;
    list-style: none;
    padding:0;
}
#menu li {
    margin-left:1.5em;
    text-align:right;
    display:inline;
}
#logo-wrapper { height: 115px; width: 175px; position:relative; text-align:center; }
.logo-items { display: none; position: absolute; top: 0; left: 0; text-align:center; }
.info-box {
    box-shadow: 1px 3px 8px rgb(187, 187, 187);
    border: 1px solid #999999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding:0.5em 1em 1em 1em;
}
.box-header 
{
    font-weight:700; 
    color:#800000;
}
#menu a, #menu a:visited {
    color:white;
    text-decoration:none;
}
#menu a:hover {
    text-decoration: underline;
}
h3 
{
    padding-top:3px;
    font-size: 150%;
    color: #800000;
    padding-bottom: 0.5em;
}
p, li {
    padding-bottom: 1em;
    font-size: 0.875em;
}

ul {
    list-style: disc;
    padding:10px;
}

li {
    margin-left:10px;
}
a:link {color:blue;} 
a:visited {color:blue;} 
a:hover {color:red;} 
a:active {color:blue;} 