/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

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; }

a {
  color: inherit;
  -moz-text-decoration-color: #999999;
  -webkit-text-decoration-color: #999999;
  text-decoration-color: #999999; }

a:hover {
  text-decoration: none; }

.clearfix {
  overflow: auto; }

.clear {
  clear: both; }



.page-index
{
    font-size: 16px;
}

p
{
    line-height: 120%;
}

h1
{
    font-family: "Cinzel", serif;
    font-size: 20px;
}

h2
{
    font-family: "Rubik", sans-serif;
    font-weight: 300;
}

h4
{
    font-weight: 700;
    font-size: 110%;
}

em
{
    font-weight: 700;
}

body
{
    width: 100%;
    min-width: 850px;
}

header.logos
{
    padding: 20px;
}

header.logos img
{
    float: left;
    margin-bottom: 20px;
}

header.logos .contact
{
    float: right;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: 120%;
    text-align: right;
}

header.logos a
{
    text-decoration: none;
}

header.logos a:hover
{
    color: #FFCC00;
}

header.logos .banner
{
    clear: both;
    height: 100px;
    border-top: 4px solid #ffcc00;
    background-image: url("./img/bkgd_banner1.jpg");
    background-size: cover;
    background-position: 0% 50%;
}

div.panel
{
    position: relative;
    margin: 20px;
    margin-top: 50px;
}

div.panel .desc.left
{
    text-align: right;
    float: right;
    margin-right: 10px;
}
div.panel .desc.right
{
    text-align: left;
    float: left;
    margin-left: 10px;
}

div.panel img.left
{
    float: left;
    border-right: 4px solid #ffcc00;
}
div.panel img.right
{
    float: right;
    border-left: 4px solid #ffcc00;
}

footer
{
    margin: 20px;
    color: #bbb;
}
