﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Verdana;
    font-size : 90%;
}

h1 
{
    font-size : 1.2em;
}

h2 
{
    font-size : 1.2em; 
}

h3 
{
    font-size : 1em;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
}

a:link,
a:visited 
{
    text-decoration : none;
}

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 _________________________________________________________________*/

div#site_info 
{
    font-size       : .8em;    
}

div.vCard 
{
    color           : #fff;    
}

div.org,
div.tel 
{
    font-weight     : bold;    
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.home
{
    font-size   : 2em;    
}

/*___ H3 _________________________________________________________________*/

h3.content_main,
div#content_main h3 
{
    font-weight     : bold;
    
       
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.brandingTagLine,
div#branding p 
{
    font-size   : .8em;
    font-weight : bold;    
}

p.homeQuote 
{
    font-size   : 1.1em;
    font-weight : bold;    
}

/*___ UL _________________________________________________________________*/

ul.ulNav,
div#nav ul
{
    text-transform  : uppercase;
    font-weight     : bold;
    font-size       : .9em;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li.contactList,
div.contactList ul li:first-line 
{
    font-weight     : bold;
       
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/


/*___Group/Section/Class_________________________________________________________________*/_Group/Section/Class_________________________________________________________________*/