﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 14px;
}

h1 
{
}

h2 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 1em;
    font-weight     : bolder;
    letter-spacing  : .05em;
}

h3 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 1em;
    font-weight     : bolder;
    letter-spacing  : .05em;
}

h4 
{
    font-family     : Arial, Sans-Serif;
    font-size       : .9em;
    font-weight     : bold;
    letter-spacing  : .05em;
    text-transform  : uppercase;
}

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 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
div#site_info span.telType
{
    font-weight     : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.home h2.homeTag
{
    font-family     : Arial,Sans-Serif;
    font-size       : 1.8em;
    line-height     : 1.3em;
}
/*___ H3 _________________________________________________________________*/
h3.quote
{
    font-family     : Arial,Sans-Serif;
    font-size       : 1.8em;
    line-height     : 1.3em;
    font-weight     : normal;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#content_main p { font-family: arial;}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulMain ul a:hover
{
    text-decoration : underline;
}

ul.ulMain > li a,
ul.ulMain > li a:hover,
ul.ulMain > li a:visited
{
    font-family     : Arial, Sans-Serif;
    font-size       : 1em;
    font-weight     : bolder;
    letter-spacing  : .05em;
    text-transform  : uppercase;
    text-decoration : none;
}

ul.ulMain ul a,
ul.ulMain ul a:visited
{
    font-weight     : normal;
    text-transform  : none;
    text-decoration : none;
}

ul.ulMain ul a:hover
{
    font-weight     : bold;
    text-transform  : none;
    text-decoration : none;
}

ul.ulMain ul a.current,
ul.ulMain ul a.current:hover,
ul.ulMain ul a.current:visited
{
    font-weight     : bold;
}
/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/
.home div#content_main blockquote 
{
    font-family     : Arial, Sans-Serif;
    font-size       : .9em;
    letter-spacing  : .03em;
}

.base div#content_main blockquote
{
    font-family     : Arial,Sans-Serif;
    font-size       : 1.8em;
    line-height     : 1.3em;
}

/*___Group/Section/Class_________________________________________________________________*/
div#site_info cite 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 1em;
    letter-spacing  : .03em;
}

/*___Group/Section/Class_________________________________________________________________*/