﻿*
{
    margin: 0;
    padding: 0;
    border: none 0 #ffffff;
}
html
{
    overflow: auto;
}
html, body
{
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
a, a:link, a:visited
{
    color: #951A10;
    text-decoration: none;
}
a:active, a:hover
{
}
input
{
    border: solid 1px #666666;
}
th
{
    text-align: left;
    vertical-align: top;
}
td
{
    text-align: right;
    vertical-align: top;
}
#pageBack
{
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../../App_Themes/Main/Images/verticalback.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center top;
}
#page
{
    z-index: 6;
    position: relative;
}
#header, #navigation, #content, #footer
{
    margin: 0 auto;
    width: 900px;
}
#headerWrap, #navigationWrap, #contentWrap, #footerWrap
{
    clear: both;
}
#headerWrap
{
    background: url(../../App_Themes/Main/Images/horizontalback-top.gif) repeat-x;
    border-bottom: solid 3px #666666;
}
#header
{
    margin: 30px auto 0 auto;
    padding-bottom: 10px;
    background: url(../../App_Themes/Main/Images/einarforsite.gif) no-repeat bottom right;
}
#headerRight
{
    float: right;
    margin: -5px -40px 0 0;
}
#headerRight h2
{
    margin-top: -25px;
    margin-left: -50px;
    color: #951A10;
}
#quote
{
    text-align: center;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
}
#navigationWrap
{
    border-top: solid 1px #666666;
    margin-top: 7px;
}
#navigationBar
{
    margin-top: 4px;
    background-color: #951A10;
}
#navigation ul
{
    list-style: none;
    margin: 5px;
}
#navigation ul li
{
    display: inline;
    width: 100px;
    padding: 5px 15px;
}
#navigation ul li:hover
{
    background: #FFFFFF;
}
#navigation ul li:hover a
{
    color: #951A10;
    background: #FFFFFF;
}
#navigation ul li a
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}
#navigation ul li a:hover
{
    color: #951A10;
    background: #FFFFFF;
}
#contentInner
{
    margin: 10px 50px 30px 50px;
    position: relative;
}
#content .box
{
    background: #F8F8F8;
    border: solid 1px #BBBBBB;
    padding: 10px;
}
#left
{
    float: left;
    width: 500px;
}
#left h3
{
    margin: 10px 0;
    color: #951A10;
    font-weight: bold;
    font-size: 10pt;
    text-transform: uppercase;
}
#left p
{
    margin-bottom: 1em;
    margin-right: 30px;
}


#right
{
    width: 300px;
    margin-left: 500px;
}
#right div.leftContent
{
    margin: 0 0 0 155px;
}
#right h4
{
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: bold;
    color: #BC2F25;
    margin: 5px;
}
#right p
{
    margin: 0 0 0 5px;
}
#right ul li
{
    margin: 5px 0 0 20px;
}
#footerWrap
{
    border-top: solid 10px #666666;
}
#footerLines
{
    margin: 10px 0 0 0;
    background: url(../../App_Themes/Main/Images/horizontalback-bottom.gif) repeat-x;
}
#footerInner
{
    margin: 5px 35px;
}
.bold
{
    font-weight: bold;
}
.red
{
    color: #951A10;
}
.italics
{
    font-style: italic;
}
.quote
{
    font-style: italic;
    font-weight: bold;
}
.quoteName
{
    font-weight: bold;
}
.grayBack
{
    background-color: #EBEBEB;
}