﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    color       : #353332;
    
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
    border-bottom   : solid 1px #EE8529;
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color   : #336699;
}

a:visited 
{
}

a:hover 
{
    color   : #353332;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#branding 
{
    background          : url(images/brandingBg.jpg) no-repeat top left;
    
    
}

body#home div#content_main 
{
    border-top                      : solid 1px #EE8529;
    border-right                    : solid 1px #EE8529;   
    border-bottom                   : solid 1px #EE8529;
    border-left                     : solid 1px #EE8529;
    -moz-border-radius-topright     : 5px;
    -moz-border-radius-bottomleft   : 5px;
        
}

body#home div#content
{
    background  : url(images/divContentMainTopLeft.jpg) no-repeat 343px 1px;    
}

/*body#home div#content_main
{
    background  : url(images/divContentMainBottomRight.jpg) no-repeat 100% 100%;    
}*/

div#body_wrapper 
{
    background  : url(images/bodyBg.jpg) no-repeat 0 100%;    
}



/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

div#branding h1 
{
    background          : url("images/logoArcherGroup-trans.png") no-repeat;    
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div#content_main h4 a
{
    color               : #353332;
} 

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.ulMenuMain 
{
    background        : url(images/ulMenuMainBorder.jpg) no-repeat top right;    
}

ul.ulFeaturedServices
{
    background  : url(images/divContentMainBottomRight.jpg) no-repeat right top;    
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.ulFeaturedServices li 
{
    border-left    : solid 1px #EE8529;    
}

ul.ulFeaturedServices li:first-child 
{
    border          : none;    
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.ulMenuMain a 
{
    text-decoration     : none;    
}

ul.ulMenuMain li a:hover 
{
    background      : url(images/liMenuMainBorder.jpg) no-repeat bottom right;    
}

ul.ulMenuMain .current a 
{
    color           : #353332;
    background      : url(images/liMenuMainBorder.jpg) no-repeat bottom right;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

div#content_main table th
{
    border      : 1px solid #CCCCCC;
}

/*___ TD _________________________________________________________________*/

div#content_main table td
{
    border      : 1px solid #CCCCCC;
}

/*___ IMG _________________________________________________________________*/

body#base ul li img 
{
    border      : solid 1px #EE8529;    
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
