﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 12px;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
    line-height : 1.5em;
}

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;
    font-weight     : bold;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div.org 
{
    font-weight : bold;    
}

/*___ SPAN _________________________________________________________________*/

span#spanSubHeader
{
    font-size   : 1.5em;
    font-weight : normal;   
}

span#phoneNumber
{
    font-size   : 1.5em;
    font-weight : normal;
}

span.imgHomeGallery,
li.liHomeGallery span
{
    font-size   : .8em;
}

span.spanLiPhoto,
li.liPhoto span
{
    text-decoration : underline;
    font-weight     : bold;
    line-height     : 1.5em;
}

span.spanLiPhoto:hover,
li.liPhoto:hover span
{
    text-decoration : none;   
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2#h2Branding
{
    font-weight : normal;    
}

/*___ H3 _________________________________________________________________*/

h3.h3ContentMain,
div#content_main h3
{    
    font-size   : 2.2em;
    font-weight : normal;
}

h3.gallery,
    div#content_main div.gallery h3
{
    font-size   : 17px;
}


/*___ H4 _________________________________________________________________*/

h4.h4ContentMain,
div#content_main h4
{
    font-weight : bold;
    font-size   : 1.2em;
}

/*___ H5 _________________________________________________________________*/

h5.h5RecentBlogPosts,
li.liRecentBlogPosts h5
{
    font-family : Georgia, Serif;
    font-weight : normal;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#content_main p:first-letter
{
    font-size   : 1.5em;
    font-weight : bold;
}

p.pLIWoodsWeUse:first-letter,
div#content_main li.liWoodsWeUse p:first-letter
{
    font-size   : 1em;
    font-weight : normal;   
}

p.faq,
div#content_main ul#faq p:first-letter
{
    font-size   : 1em;
    font-weight : normal;
}

div#content_main p#pTaxInfo:first-letter
{
    font-size   : 1em;
    font-weight : normal;   
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.aBrandingMenu,
span#brandingMenu a,
span#brandingMenu a:hover,
span#brandingMenu a:visited
{
    font-family : Verdana, Sans-Serif;
    font-size   : 1.2em;
    font-weight : bold;
    font-style  : italic;
}

a.aBrandingMenu,
span#brandingMenu a,
span#brandingMenu:visited
{
    text-decoration : none;   
}

a.aBrandingMenu:hover,
span#brandingMenu a:hover
{
    text-decoration : underline;   
}

a.aWoodsWeUse
{
    line-height : 18px;   
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/

cite#citeDetailsPhoto
{
    line-height : 1.5em;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/


.street-address,
.tel span
{
    font-weight : bold;
}