/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
	font-family		: Verdana, Geneva, sans-serif;
	font-size		: 13px;
}

body 
{
    border          : none;
}

h1 
{
}

h2 
{
	font-family		: Georgia, serif;
	font-size		: 2.7692em;
	font-weight		: bold;
	font-style		: italic;
}

h3 
{
	font-size		: 1.3847em;	
	text-transform	: uppercase;
}

h4 
{
	font-size		: 1.1em;
	text-transform	: uppercase;
}

h5 
{
    font-size		: 1.3846em;
	font-weight		: normal;
}

h6 
{
}

p 
{
	line-height		: 1.4em;
}

ul 
{
	line-height		: 1.4em;
}

ol 
{
	line-height		: 1.4em;
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
	text-decoration	: none;
}

a:visited 
{
	text-decoration	: none;
}

a:hover 
{
	text-decoration	: underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

.content
{
	font-size		: 0;
}

#footer
{
	line-height		: 1.4em;	
}

.content > .section,
.content > .main
{
	font-size		: 13px;	
}

#footer .vcard:first-child .org
{
	font-weight		: bold;	
}

.copyright,
.mindfly
{
	font-size		: 0.8462em;
}

/*___ SPAN _________________________________________________________________*/

#header .phone
{
	font-size		: 1.3846em;
	font-weight		: bold;
}

.loginBox .required
{
    font-size       : .8em;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

.home h4,
.home .additional h4
{
	font-size		: 1.3847em;
	font-weight		: bold;
	text-transform	: none;
}

.additional h4
{
    font-size		: 1.8462em;
	font-weight		: normal;
	text-transform	: uppercase;
}

/*___ H5 _________________________________________________________________*/

.home h5
{
	font-size		: 1.3847em;
	font-weight		: normal;
	text-transform	: none;	
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

.nav .root
{
	font-size		: 0.9em;	
}

.lightbox ul
{
	font-size		: 0;	
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

.lightbox ul li
{
	font-size		: 13px;	
	line-height		: normal;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.nav a:hover
{
	text-decoration	: none;
}

.main a
{
    text-decoration : underline;
}

.main a:hover
{
    text-decoration : none;
}

.main .current
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/
.loginBox
{
    text-align      : left;
}

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
