﻿body 
{
    background-position: left;
    background-image: url(../Images/background.jpg);
    background-repeat: repeat-y;
    font-family: Century Gothic, Calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    /*color: #626262;*/
    color: #3b3b3b;
}

a:link , a:visited
{
    color: #ffc299;
    text-decoration: none;
}

a:hover, a:visited:hover
{
	color: #ffffff;
	text-decoration: underline;
}

ol
{
    list-style-image: none;
    margin-top: 3px;
}

ol li { display: inline; margin-left: 3px;}

/** Heading **/

.Title
{
    font-family: Garamond, Book Antiqua, Serif;
    color: #626262;
    margin-left: 10px;
    font-size: 50px;
    float: left;
    margin-left: 25%;
}

.Logo
{
    float: left;
    width: 106px;
    height: 91px;
    background-position: left;
    background-image: url(../Images/logo.png);
    background-repeat: no-repeat;
}
.Logo:hover
{
    background-image: url(../Images/logo-light.png);
}

.LogoHover
{
    background-image: url(../Images/logo-light.png);
    position: absolute;
    height: 0px;
    width: 0px;
}
/** Heading end **/

.TopBarPanel
{
    background-color: #898989;
    position: absolute;
    z-index: 100px;
    top: 115px;
    left: 45px;
    height: 25px;
    width: 90%;
    color: #ffc299;
}

.ContentPanel
{
    position: absolute;
    z-index: 98;
    top: 165px;
    left: 128px;
}

/** Content **/

.ContentTitle
{
    color: #ff8533;
    font-size: 23px;
    margin-left: 70px;
}

.ContentSubheading
{
    color: #ff8533;
    font-size: 16px;
    display:block;
    margin-left: 30px;
}

p
{
    margin-left: 30px;
    width: 90%;
}

ul
{
    list-style-type: circle;
    list-style-position: outside;
}

ul li
{
   /* display: block;*/
    margin-left: 10px;
}

em
{
    font-style:italic;
}

input.Email
{
    position: relative;
    top: 3px;
}

/** Content end **/