﻿body, html
{
    color: #000;
    font-family: Verdana;
    font-size: 12px;
    background-color: #99969d;
    padding-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

a
{
    color: #000;
    outline: none;
}

a:hover
{
    color: #000;
}

#wrap
{
    width: 850px;
    margin: 0 auto;
    background-color: #fff;
}

#logo
{
    background-color: #fff;
    padding-right: 30px;
    height: 88px;
}

#logo a
{
    float: right;
}

#gjcHeader
{
    background-image: url(/content/img/gjc-header.jpg);
    height: 243px;
    width: 850px;
}

#info
{
    padding: 30px;
}

/* primary navigation */

#primaryNav
{
    float: left;
    width: 108px;
}

#primaryNav ul li
{
    margin-bottom: 8px;
}

#primaryNav ul li a
{
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

#primaryNav ul li a.selected
{
    color: #AC1A17;
}

#primaryNav ul li a:hover
{
    color: #AC1A17;
}

/* end primary navigiation */

/* secondary navigiation */

#secondaryNav
{
    float: left;
    width: 120px;
    height: 220px;
    margin-top: 1px;
}

#secondaryNav ul li
{
    margin-bottom: 9px;
    line-height: 15px;
}

#secondaryNav ul li a
{
    color: #7D7D7D;
    font-size: 12px;
    font-weight: normal;
}

#secondaryNav ul li a.selected
{
    color: #AC1A17;
}

#secondaryNav ul li a:hover
{
    color: #AC1A17;
}

/* end secondary navigiation */

/* content */

#content
{
    margin-left: 248px;
    height: 206px;
}

#content p.tag
{
    margin-top: -2px;
    line-height: 24px;
    font-size: 17px;
}

#content p.msg
{
    margin-top: 11px;
    line-height: 21px;
    font-size: 12px;
    color: #7D7D7D;
}

#content p.secondary
{
    margin-top: -2px;
    line-height: 21px;
    font-size: 12px;
    color: #7D7D7D;
}

#content p.secondarySmall
{
    padding-top: 10px;
    line-height: 20px;
    font-size: 11px;
    color: #7D7D7D;
}

#content p.space
{
    margin-top: 6px;
}

#content p.space4
{
    margin-top: 4px;
}

#content p.space2
{
    margin-top: 2px;
}

#content ul
{
    margin-top: 6px;
    width: 90%;
}

#content ul li
{
    list-style-type: square;
    margin-left: 30px;
    margin-bottom: 6px;
    color: #7D7D7D;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
}

#content ul li a.selected
{
    color: #AC1A17;
}

#content ul li a:hover
{
    color: #AC1A17;
}

/* content */

/* misc */

.bold
{
    font-weight: bold;
}

.hide
{
    display: none;
}

/* end misc */

/* slider */


.jFlowControl
{
    margin-right: 14px;
    background-color: #7D7D7D;
    color: #7D7D7D;
    float: left;
    width: 14px;
    height: 14px;
}

.jFlowControl:hover
{
    background-color: #AC1A17;
    color: #AC1A17;
    cursor: pointer;
}

.jFlowSelected
{
    background-color: #AC1A17;
    color: #AC1A17;
}

/* end slider */

.workInformation
{
    margin-top: 28px;
    display: none;
    color: #7D7D7D;
}

.workInformation p
{
    margin-top: 10px;
    line-height: 21px;
}

.workHdr
{
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

h2
{
    margin-top: -2px;
    font-size: 15px; 
    font-weight: bold; 
    color: #000;
}

.contactAddr
{
    margin-top: 20px;
}

.contactGJC
{
    margin-top: 10px; 
    font-size: 12px; 
    color: #7D7D7D; 
    line-height: 21px;
}

.contactLinkedIn
{
    float: right; 
    top: 22px; 
    position: relative;
    right: 312px;
}