body {
    background: #ffffff;
    font-family: "Gill Sans", "Open Sans", "Quicksand", "Century Gothic", Arial, sans-serif;
    /*font-weight:300;*/
    font-size: 14pt;
    min-width: 900px;
    max-width: 900px;
    margin-left:auto;
    margin-right:auto;
    padding-right:10px;
    padding-left:10px;
}

.body {
    border-left: 3px solid #fafafa;
    border-right: 3px solid #fafafa;
}

.banner {
    margin: 50px auto 10px auto;
    max-width: 900px;
    text-align:center;
}

.banner img {
    border:2px solid black;
}

.banner p {
    margin:5px 0 0 0;
    font-size: 10pt;
}

.tagline {
    font-family: "Quicksand", "Open Sans", "Gill Sans", "Century Gothic", Arial, sans-serif;
    font-size: 22pt;
    font-weight: 300;
    padding-top: 1em;
    /*color: #d4101d;*/
    color: #000000;
    /*text-align: right;
    padding-right:100px;
    margin: 0 0 0 auto;*/
    text-align:center;
}
.tagline p {
    margin: 0em auto 0.25em auto;
}

.services {
    position: relative;
}

.services img {
    position: absolute;
    top: 10px;
    left: -150px;
}

div.nav {
    margin:0;
    position:absolute;
    text-align: left;
    top: 0.5em;
    left: -200px;
}

.nav ul {
    margin:0;
    padding: 5px 10px;
    list-style: none;
    font-size:16pt;
    border: 1px solid black; /*#0e5eb3;*/
    text-align: left;
}

.nav ul li {
    margin:0;
    padding:0;
}

.nav ul li:before {
    content: "\0025d8";
    color: #d4101d;
    padding-right:0.5em;
}

.nav ul a {
    color: black;
    text-decoration:none;
}


.nav ul li.selected a {
    color: #d4101d;
    text-decoration:none;
}


.content {
    position:relative;
    text-align: right;
    width:500px;
    margin: 2em 100px 0 auto;
    line-height: 1.5em;
}

.content p {
    margin-top: 2em;
    margin-bottom: 0;
}

.content .c1:first-letter {
    font-size: 125%;
    font-weight: 900;
    color: #d4101d;
}

ul.right {
    margin-top: 0em;
    width: 400px;
    float: right;
    line-height: 1em;
    list-style:none;
}

ul.right li {
    margin-top:0.5em;
    direction: rtl;
    margin-right: 1.5em;
    text-indent: -1em;
}

ul.right li:before {
    content: "\0025d8";
    color: #d4101d;
    padding-left:0.5em;
}

.clear {
    clear: both;
    margin:auto;
}

.footer {
    width:500px;
    margin: 3em auto;
    clear:both;
    direction:ltr;
    border-top: 1px solid #0e5eb3;
    font-size:8pt;
    text-align: center;
}

.footer p{
    margin:0.25em auto;
}

a{
    text-decoration:none;
}

a:hover {
    border-bottom: 1px solid;
}

.note {
    font-size:12pt;
}

.spaced {
    margin:0 0.5em;
}

.heavy {
    font-weight: 400;
}

.red {
    color:#d4101d;
}

.black {
    color:black;
}

.lightred {
    color:#d4858a; /*#0e5eb3;*/
}
