﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-size           : 12px;
    font-family         : Verdana, Helvetica, Arial, Sans-Serif;
}

h1 
{
}

h2 
{
    font-family         : Times New Roman, Serif;
    font-size           : 2.5em;
}

h3 
{
    font-family         : Times New Roman, Serif;
    font-size           : 2em;
}

h4 
{
    font-family         : Times New Roman, Serif;
    font-size           : 1.7em;
}

h5 
{
    font-size           : 1.2em;
}

h6 
{
    font-family         : Times New Roman, Serif;
    font-size           : 1.3em;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : none;
    font-weight     : bold;
}

a:visited 
{
    text-decoration : none;
    font-weight     : bold;
}

a:hover 
{
    text-decoration : underline;
    font-weight     : bold;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    font-weight     : bold;
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
.spnEmphasis
{
     text-transform     : uppercase;
     font-weight        : bold;
     font-size          : 1.2em;
}

span.org
{
     text-transform     : uppercase;
     font-weight        : bold;
}

span.tel
{
    font-weight         : bold;
}
/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
div#content_main h2
{
    font-size           : 2.8em;
}

/*___ H3 _________________________________________________________________*/
.boxJoin h3,
.join h3
{
    font-size           : 2.3em;
    text-transform      : uppercase;
}

.boxMembers h3
{
    font-size           : 2.3em;
    text-transform      : uppercase;
}

/*___ H4 _________________________________________________________________*/

#content_sub h4
{
	font-size			: 1.3em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div#findDoctor p
{
    font-weight         : bold;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.ulMainMenu li
{
    text-transform      : uppercase;
    font-weight         : bold;
    font-size           : 1.1em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.ulMainMenu li a,
.ulMainMenu li a:hover,
.ulMainMenu li a:visited
{
    text-decoration     : none;
}

div#site_info cite a,
div#site_info cite a:visited
{
    font-weight         : normal;
}

div#site_info cite a:hover
{
    font-weight         : normal;
    text-decoration     : underline;
}

div.boxJoin a,
div.boxJoin a:hover,
div.boxJoin a:visited,
div.join a,
div.join a:hover,
div.join a:visited
{
    text-decoration     : none; 
}

a[name],
a[name]:visited,
a[name]:hover
{
    text-decoration     : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
#joinLogin input
{
    font-family         : Verdana, Helvetica, Arial, Sans-Serif; 
    font-size           : 1.2em;
}

div.boxMembers input
{
    font-family         : Verdana, Helvetica, Arial, Sans-Serif; 
    font-size           : 1.2em;
}

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
div#site_info cite
{
    font-size           : .9em;
}

/*___BLOCKQUOTE_________________________________________________________________*/
.boxJoin blockquote,
.join blockquote
{
     font-family        : Verdana, Helvetica, Arial, Sans-Serif; 
     font-weight        : bold;
}

.boxMembers blockquote
{
     font-family        : Verdana, Helvetica, Arial, Sans-Serif; 
     font-weight        : bold;
}

/*___Group/Section/Class_________________________________________________________________*/