/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 12px;
    line-height         : 140%;
}

h1 
{
}

h2 
{
    font-size           : 30px;
    line-height         : 140%;
    font-family         : Geneva, Sans-Serif;
    font-weight         : normal;
}

h3 
{
    font-size           : 20px;
    line-height         : 140%;
    font-family         : geneva, Sans-Serif;
    font-weight         : normal;
}

h4 
{
    font-size           : 22px;
    font-weight         : normal;
}

h5 
{
    
}

h6 
{
    font-variant        : small-caps;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
    line-height     : 140%;
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
    font-variant        : small-caps;
    font-weight         : bold;
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.callout h3
{
    font-size           : 25px;
    line-height         : 28px;
    font-family         : geneva, Sans-Serif;
    font-weight         : bold;
}

/*___ H4 _________________________________________________________________*/

#secondary h4
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 15px;
    font-style          : italic;
    font-weight         : bold;
    
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.nav li
{
    line-height     : 150%;
    font-style      : italic;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.callout a,
.callout a:visited,
.callout a:hover
{
    font-size       : 17px;
    font-family     : geneva, Sans-Serif;
    font-style      : italic; 
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/