﻿body 
{
    margin: 0px 0px 0px 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}

h1 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #595653;    
}

h2 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF6600;    
}

h3 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #595653;    
}

ul 
{
    list-style-image: url(../Images/Bullet.png);
}

a, a:visited 
{
    text-decoration: underline;
    color: #C45002;
}

a:hover 
{
    text-decoration: none;
    color: #595653;
}

.MainNavigation 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.MainNavigation a, .MainNavigation a:visited 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.MainNavigation a:hover
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 24px;
    font-weight: bold;
    color: #FF6600;
    text-decoration: none;
}


.ContentTable 
{
    border-left: dotted 1px #000000;
    border-right: dotted 1px #000000;
}

.FirmName 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 20pt;
    color: #FFFFFF;
    
}

.Footer 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    height: 16px;
}

.Small 
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.ThumbNail 
{
    border: solid 1px #FF6600;
}

.Preview 
{
    position: relative;
    z-index: 0;
}

.Preview:hover
{
    background-color: transparent;
    z-index: 50;
}

.Preview span
{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px;
    left: -1000px;
    border: solid 1px #FF6600;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.Preview span img
{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.Preview:hover span
{ /*CSS for enlarged image on hover*/
    visibility: visible;
    top: 0;
    left: 60px; /*position where enlarged image should offset horizontally */
    top: -460px;
}



