/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 3, 2017, 8:22:24 AM
    Author     : robert
*/
* {
    box-sizing: border-box;
    font-family: Tahoma,Geneva,sans-serif;
}
body {
    margin: 0px 20px;
    font-size: 100%;
    font-family: Tahoma,Geneva,sans-serif;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
}
nav {
    font-size: .8em;
    overflow: hidden;
    color: #767981;
    background-color: #333333;
    text-transform: uppercase;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav li {
    float: left;
    border-right: 1px solid #ffffff;
}
nav li:last-child {
    border-right: none;
    padding-right: 14px;
}
nav li a, .linkDropDownBtn {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
nav li a:hover, .linkDropDown:hover .linkDropDownBtn {
    color: #333333;
    background-color: #dddddd;
}
nav li.linkDropDown {
    display: inline-block;
}
.linkDropDown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 275px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.linkDropDown-content a {
    display: block;
    padding: 5px 0px 5px 5px;
    color: #990000;
    text-decoration: none;
    text-align: left;
}
.linkDropDown-content a:hover {
    color: #ffffff;
    background-color: #990000;
}
.linkDropDown:hover .linkDropDown-content {
    display: block;
}
aside {
    position: fixed;
    float: left;
    width: 150px;
    height: 100%;
    overflow: visible;
    padding: 10px 5px;
    font-size: .6em;
    color: #767981;
    background-color: #d9d9d9;
    text-transform: uppercase;
}
aside p {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: underline;
}
aside a:first-child {
    padding-left: 0px;
}
aside a, aside .loanDropDownBtn {
    display: block;
    color: #000000;
    text-align: left;
    padding: 5px 0px;
    text-decoration: none;
    padding-left: 8px;
}
aside a:hover, aside .loanDropDown:hover .loanDropDownBtn {
    color: #d9d9d9;
    background-color: #111111;
}
.loanDropDown {
    display: inline-block;
}
.loanDropDown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 225px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.loanDropDown-content a {
    display: block;
    padding: 5px 0px 5px 5px;
    color: #990000;
    text-decoration: none;
    text-align: left;
}
.loanDropDown-content a:hover {
    color: #ffffff;
    background-color: #990000;
}
.loanDropDown:hover .loanDropDown-content {
    display: block;
}
section {
    margin-left: 150px;
    margin-top: 113px;
    min-height: 600px;
}
div.content {
    padding: 10px;
}
div.content img {
    float: left;
    padding: 0px 10px 10px 0px;
    z-index: -1;
}
div.content ul {
    
}
div.content li {
    padding: 0px 5px 5px;
}
div.content a {
    color: #990000;
    text-decoration: underline;
}
div.content a:hover {
    color: #000099;
}
div.content .loanDropDown-content a:first-child {
    border: thin solid black;
}
div.content .loanDropDown-content a {
    border-left: thin solid black;
    border-right: thin solid black;
    border-bottom: thin solid black;
}
.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: baseline;
}
div.flex-container a {
    color: #000000;
    font-style: italic;
    text-align: left;
    text-decoration: none;
}
div.content pre a {
    color: #000000;
    font-style: normal;
    text-align: left;
    text-decoration: underline; 
}
footer {
    width: 100%;
    padding: 5px 0px;
    font-size: .7em;
    text-align: center;
    background-color: #d9d9d9
}
hr {
    color: #d2d2ca;
    height: 1px;
}
h4.name {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
}
u {
    font-family: "Lucida Calligraphy",Calligraffitti,serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}