﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Arial, Helvetica, sans-serif;
    font-size       : 15px;
}

h1 
{
    font-size   : 25px;
    font-weight : lighter;
}

h2 
{
    font-size   : 19px;
    font-weight : normal;
}

h3 
{
    font-size   : 18px;
    font-weight : lighter;

}

h4 
{
    font-size   : 15px;
}

h5 
{
    font-size   : 13px;
}

h6 
{
    font-size   : 10px;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
    font-size   : 15px;
}

strong 
{
    font-weight: bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
}

a:visited 
{
    text-decoration : none;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    font-weight     : bold;
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

.section.description .imageBox span
{
    font-size       : 13px;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul li 
{
    list-style-type : disc;
}

ol li
{
    list-style-type : decimal;
}

.nav.menu li
{
    list-style-type : none;
    font-size   : 18px;
    font-weight : lighter;
}

.leftColumn li,
.rightColumn li
{
    list-style-type : none;
}

.ulListing li,
.ulStaffListing li
{
    list-style-type : none;
   
}

.ulListing li li,
.ulStaffListing li li
{
	
	list-style-type	: disc;	
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.nav.menu li a:hover
{
    text-decoration : none;
}

.footer .postal-code a,
.footer .postal-code a:visited,
.footer .postal-code a:hover
{
	text-decoration	: none;
}

.top
{
	font-size	: 11px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/

.mindfly 
{
   font-size   : .7em;    
}

/*___Group/Section/Class_________________________________________________________________*/
