﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : verdana, Sans-Serif;
    font-size       : 12px;
}

h1 
{

}

h2 
{
    font-size       : 2em;
    font-weight     : normal;
}

h3 
{
    font-size       : 1.5em;
    font-weight     : normal;
}

h4 
{
    font-size       : 1.2em;
    font-weight     : bold;
}

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 : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    font-weight     : bold;
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

strong em,
em strong
{
    font-weight     : bold;
    font-style      : italic;
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#testimonial
{
    font-style      : italic;
}   

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.h2Motto,
div#motto h2
{
    font-weight     : bold;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/
div#content_main h4
{
    font-size       : 110%;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
p.pCaption
{
    font-style      : italic;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulSidebarNav a
{
    font-size       : 1.5em; 
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/

div#testimonial cite
{
    font-style      : normal;   
}

div.secRight blockquote
{
    font-style      : italic;
    line-height     : 1.4em;
}

div.secRight cite
{
    font-style      : normal;
    line-height     : 1.4em;
}

/*___Group/Section/Class_________________________________________________________________*/