﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Helvetica, Arial, Sans-Serif;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

h2 span
{
    font-size       : 80%;
}

ul#ulOurPeopleGallery span
{
    font-size       : 0.7em;
    font-weight     : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
h2.h2Home
{
    font-size       : 180%;
    font-weight     : normal;
    letter-spacing  : .2em;
}

h2.h2Bio,
h2.h2BioDetail,
h2.h2Contact
{
    font-size       : 100%;
    letter-spacing  : .1em;
}

h2.h2BlingHome
{
    font-size       : 80%;
    letter-spacing  : .1em;
}

h2.h2BlingBio
{
    font-size       : 75%;
    letter-spacing  : .05em;
    font-weight     : bold;
}


/*___ H3 _________________________________________________________________*/

h3.h3Home
{
    font-size       : 80%;
    font-weight     : bold;
}

h3.h3Bio
{
    font-size       : 80%;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div#content_main p
{
    letter-spacing  : 1px;
    line-height     : 1.3em;
    font-size       : 80%;
}

p.pDev
{
    font-size       : 70%;
}

/*___ UL _________________________________________________________________*/
ul.ulNav
{
    font-size       : 90%;
    font-weight     : bold;
}

ul.ulNav li ul.ulBio,
ul.ulNav li ul.ulExtra
{
    font-size       : 90%;
    font-weight     : bold;
}

div.textWide ul,
div.textNarrow ul
{
    font-size       : 80%;
    line-height     : 1.3em;
}

div.blingWide ul
{
    font-size       : 80%;
    line-height     : 1.3em;
}

ul.ulBlingBio
{
    font-size       : 70%;
    line-height     : 1.2em;

}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
ul.ulNav a,
ul.ulNav a:hover,
ul.ulNav a:visited
{
    text-decoration : none;
}

p.pDev a,
p.pDev a:visited
{
    color           : White;
    text-decoration : none;
}

p.pDev a:hover
{
    text-decoration : underline;
}

ul.ulEmail li a,
ul.ulEmail li a:visited,
a.aEmail,
a.aEmail:visited
{
    text-decoration : none;
}

ul.ulEmail li a:hover,
a.aEmail:hover
{
    text-decoration : underline;
}

ul.ulMaps a,
ul.ulMaps a:visited
{
    text-decoration : none;
}

ul.ulMaps a:hover
{
    text-decoration : underline;
}

h3.h3Bio a,
h3.h3Bio a:visited
{
    text-decoration : none;
    font-weight     : bold;
}

h3.h3Bio a:hover
{
    text-decoration : underline;
    font-weight     : bold;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
cite
{
    font-size       : 90%;
}

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/