﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    color           : #35383A;
    background      : white url(images/bckBody.jpg) repeat left top;
}

h1 
{
}

h2 
{
}

h3 
{
    color           : #898585;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color           : #7B1F1F;
}

a:visited 
{
    color           : #7B1F1F;
}

a:hover 
{
    color           : #7B1F1F;
}

table 
{
    border          : solid 1px #35383A;
}

tr 
{
}

th 
{
    border          : solid 1px #35383A;
}

td 
{
    border          : solid 1px #35383A;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding
{
    background      : transparent url(images/content_top_corners.png) no-repeat left bottom;
}

div#content
{
    background-color: White;
    border-left     : solid 3px #901919;
    border-right    : solid 3px #901919;
}

div#site_info
{
    background      : transparent url(images/content_bottom_corners.png) no-repeat left top;
}

div#testimonial
{
    background-color: #F0F4F7;
    border          : solid 1px #C1D1E1;
}

div.pBox
{
    border          : solid 1px #96968A;
    background      : transparent url(images/pBoxBG.jpg) repeat-y;
}

div#sidebarText
{
    border          : solid 1px #D2DDC9;   
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div#branding h1
{
    background      : transparent url(images/logo-trans.png) no-repeat left top;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div.pBox h4
{
    color           : #1D6F42;
}
/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.pImageFrame
{
    border          : solid 1px #96968A;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul#ulServices li
{
    background      : transparent url(images/greenArrow.jpg) no-repeat left .75em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulSidebarNav a:hover
{
    background      : transparent url(images/sidebarLinkActive.jpg) no-repeat left top; 
}

ul.ulSidebarNav a.current
{
    background      : transparent url(images/sidebarLinkActive.jpg) no-repeat left top; 
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

div#content_main img
{
    border          : solid 1px #96968A;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/