﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    background-color        : #430a2a;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#content_wrapper
{
    background      : transparent url(images/contentbg1.jpg) no-repeat top left;
}

div#content_wrapper2
{
    background      : transparent url(images/contentsub2bg.gif) no-repeat top left;
}

div#content
{
    background      : transparent url(images/contentmainbg1.gif) repeat-y right top;
}

div#site_info
{
    background      : transparent url(images/site_info1.jpg) no-repeat;
    color           : White;
}
/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
div#branding h1
{
    background      : transparent url(images/branding1.jpg) no-repeat;
}

/*___ H2 _________________________________________________________________*/

div#branding h2.h2Home
{
    background      : transparent url(images/img_indexheader.jpg) no-repeat;
}

div#branding h2.h2Bio
{
    background      : transparent url(images/img_bioheader.jpg) no-repeat;
}

div#branding h2.h2Services
{
    background      : transparent url(images/img_servicesheader.jpg) no-repeat;
}

div#branding h2.h2Contact
{
    background      : transparent url(images/img_contactheader.jpg) no-repeat;
}

div#branding h2.h2Buyers
{
    background      : transparent url(images/img_buyersheader.jpg) no-repeat;
}

div#branding h2.h2Sellers
{
    background      : transparent url(images/img_sellersheader.jpg) no-repeat;
}

div#branding h2.h2Resources
{
    background      : transparent url(images/img_resourcesheader.jpg) no-repeat;
}

div#branding h2.h2HomeValue
{
    background      : transparent url(images/img_homevalueheader.jpg) no-repeat;
}

div#content_main h2
{
    color           : #460128;
}
 
/*___ H3 _________________________________________________________________*/

div#content_main h3
{
    color           :#460128;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div#site_info a,
div#site_info a:visited
{
    color       : White;
}

div#site_info a:hover
{
    color           : #F69F00;
}

a.divContent_Main,
div#content_main a,
div#content_main a:visited
{
    color       : #014060;
}

div#content_main a:hover
{
    color       : #6b6b69;
}

li.ulNav.ul.divContent_Sub,
div#content_sub ul.ulNav li a,
div#content_sub ul.ulNav li a:hover,
div#content_sub ul.ulNav li a:visited,
div#content_sub2 ul.ulNav2 li a,
div#content_sub2 ul.ulNav2 li a:hover,
div#content_sub2 ul.ulNav2 li a:visited
{
    color           : White;
}

div#content_sub ul.ulNav li a:hover,
div#content_sub2 ul.ulNav2 li a:hover
{
    color           : #F69F00;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

img.divContent_main,
div#content_main img
{
    border          : 1px solid #430a2a;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/