﻿html, body 
{
    background-color: White;
    font-family: Didot, Garamond, Times New Roman;  
    margin: 0;
    padding: 0;
    /*  *** might want to adjust value(s) below  *** */
    color: Gray;
    font-size: 12pt;     
}

img
{
    border: 0;
}

a, a:visited, a:active, a:hover
{
    /*  *** might want to adjust value(s) below  *** */
    color: Gray;
    text-decoration: none;
}

h1
{
    font-size: 24pt;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0;
}

h2
{
    font-size: 18pt;
    font-weight: normal;
    letter-spacing: 1.5px;
    margin: 0;
}

div.pagecontainer
{
    width: 100%; 
}

div.lhcol
{
    position: absolute;
    top: 0;
    left: 0;
    /*  *** might want to adjust value(s) below  *** */
    width: 200px; 
}

div.rhcol
{ 
    text-align: center;
    /*  *** might want to adjust value(s) below  *** */
    margin: 40px 0 40px 200px;
    width: 700px;
    padding-top: 40px;                   
}

/*  Menu section styles  */

div.lhcoltop
{
    margin-top: 65px; 
    width: 100%; 
    border-right: solid 1.25px gray;
    text-align: center;
    cursor: pointer;
}

div.lhcolmid
{
    width: 100%; 
    height: 200px; 
    border-right: solid 1.25px gray;
    text-align: center;
    font-weight: bold;
}

div.lhcolmenu
{
    text-align: left;
    width: 100%;
    border-right: solid 1.25px gray;
    padding-bottom: 6px;
}


div.lhcolmenu a
{
    display: block;
    text-decoration: none;
    margin-left: 66px;
    margin-bottom: 24px;
}

div.copyright
{
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 10pt;
}

/*  Contact page styles   */

div.contact
{
    padding-top: 120px;
    padding-left: 36px;
    text-align: left;
}

div.ctcLine
{
    margin-top: 14px;    
}

div.ctcLabel
{
    float: left;
    width: 80px;
}

div.ctcValue
{
    float: left;
}

div.sales
{
    float: left;
    clear: both;
    font-weight: bold;
    margin-top: 40px;
    width: 400px;
}
 
/*   Resume page styles    */ 

div.resume
{
    text-align: left;
    padding-left: 36px;
}

div.resHead
{
    margin-top: 20px;
    width: 510px;
    border-bottom: solid 1px gray;
}

div.resLine
{
    margin-top: 12px;
}
 
div.resLabel
{
    float: left;
    width: 110px;
}

div.resValue
{
    float: left;
}

div.resValue div
{
    padding-left: 20px;
}

/*  Image display styles   */

div.thumbbox
{
    position: relative;
    float: left;
    margin: 0 36px 36px 36px;
    /*  *** might want to adjust value(s) below  *** */    
    height: 230px;
    width: 230px;
}

div.notext
{
    /*  *** might want to adjust value(s) below  *** */    
    height: 200px;
}

div.thumbnail
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: auto;
}

div.thumbnail img
{
}

div.thumbnail a
{
    display: block;
    margin-top: 8px;
}

div.navRow
{
    width: 300px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}
