﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    color : #393939;
    background : transparent url(images/contentBg.gif) repeat-y 0px 100px;
}

h1 
{
    color : inherit;
}

h2 
{
    color : inherit;
}

h3 
{
    color : inherit;
}

h4 
{
    color : inherit;
}

h5 
{
    color : inherit;
}

h6 
{
    color : inherit;
}

p 
{
    color : inherit;
}

ul 
{
    color           : inherit;
    list-style-type : disc;   
}

ol 
{
    color           : inherit;
    list-style-type : decimal;
}

li 
{
    color : inherit;
}

strong 
{
    color : inherit;
}

em 
{
    color : inherit;
}

u 
{
    color : inherit;
}

a 
{
    color : inherit;
}

a:link,
a:visited 
{
    color : #3d71ca;
}

a:hover 
{
    color : #000;
}

table 
{
    color   : inherit;
    border  : solid 1px #000000;
}

tr 
{
    color   : inherit;
    border  : solid 1px #000000;
}

th 
{
    color   : inherit;
    border  : solid 1px #000000;
}

td 
{
    color   : inherit;
    border  : solid 1px #000000;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding 
{
    background : transparent url(images/bannerBg.jpg) repeat-x;    
}

div#content_sub,
div#site_info 
{
    background  : #568a56;
    border-top  : solid 1px #fff;
    color       : #fff;   
}

div#content 
{
    background : transparent url(images/ltSidebarNetBg.jpg) no-repeat bottom left;    
}

div#content_wrapper 
{
    background : transparent url(images/rtSidebarBg.gif) repeat-y right;    
}


/*___ SPAN _________________________________________________________________*/

span.brandingBorder 
{
    background : transparent url(images/bannerRopeBg.jpg) repeat-x;    
}

/*___ H1 _________________________________________________________________*/

h1.companyLogo,
div#branding h1 
{
     background : transparent url(images/brandingCorner.jpg) no-repeat;
}

/*___ H2 _________________________________________________________________*/

h2.mainHeading,
div#content_main h2
{
    background  : transparent url(images/iconDiamonds.jpg) no-repeat;
    color : #2b602a;    
}

h2.home,
div#content_main h2.home 
{
    background  : none;    
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.brandingTagLine,
div#branding p 
{
    color : #fff;    
}

p.homeQuote 
{
    color : #2b602a;    
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.UlNav,
div#nav ul li a:link,
div#nav ul li a:visited,
div#site_info ul li a:link,
div#site_info ul li a:visited 
{
    color : #fff;
    text-decoration : none;    
}

a.UlNavHover,
div#nav ul li a:hover,
div#site_info ul li a:hover 
{
    color : #ccc;
    text-decoration : underline;    
}



/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img.content_sub,
div#content_sub img 
{
    border-bottom : solid 1px #fff;    
}




/*___Group/Section/Class_________________________________________________________________*/