/*___ color.css: Color/Backgrounds Styles ___*/

/*___ Section 1: Global Color/Backgrounds Styles ___*/

html 
{
    background          : #ffffff url(images/htmlBG.gif) repeat-x top left;
}

body 
{
    background          : transparent url(images/bodyBG.png) repeat-y top left;
    color               : #406425;
}

h1 
{
}

h2 
{
    color               : #406425; /*green*/
}

h3 
{
    color               : #406425; 
}

h4 
{
    color               : #c05412; /*orange*/
}

h5 
{
}

h6 
{
    color               : #c05412; /*orange*/
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    color               : #c05412;
}

a:visited 
{
    color               : #c05412;
}

a:hover 
{
    color               : #c05412;
}

table 
{
    border-top          : 1px solid #406425;
}

tr 
{
    border-bottom       : 1px solid #406425;
}

th 
{   
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Global Color/Backgrounds Modules ___*/

/*___ Section 3: Unique Element-Specific Global Color/Backgrounds Styles ___*/

/*___ DIV _________________________________________________________________*/

.sports
{
    background          : transparent url(images/bodyBG.png) repeat-y top left;
    color               : #406425;
}

.activePublic
{
    background          : transparent url(images/imgActivePublic.jpg) no-repeat top left;
}

.environmental
{
    background          : transparent url(images/imgEnviromental.jpg) no-repeat top left;
}

.businessOwners
{
    background          : transparent url(images/imgBusinessOwners.jpg) no-repeat top left;
}

.council
{
    background          : transparent url(images/imgCouncil.jpg) no-repeat top left;
}

.school
{
    background          : transparent url(images/imgSchool.jpg) no-repeat top left;
}

.sports #header
{
    background          : transparent url(images/imgSports.jpg) no-repeat top left;
}

.rugby
{
    background          : transparent url(images/imgRugby.jpg) no-repeat top left;
}

.contact #header
{
    background          : transparent url(images/contactHeaderBG.png) no-repeat top left;
}

.contact #content
{
   background-color     : #ffffff;
}

.callout
{
    color               : #ffffff;
    background-color    : #c05412;
}

#footer
{
    background          : transparent url(images/footerBG.png) no-repeat bottom left;
}

/*___ SPAN _________________________________________________________________*/

.contact #header h2 span,
#header h3 span
{
    color               : #c05412;
}

/*___ H1 _________________________________________________________________*/

.activePublic h1,
.environmental h1,
.businessOwners h1,
.council h1,
.school h1,
.contact h1
{
    text-indent     : -9999em;
    background      : transparent url(images/logo.png) no-repeat top left;
}

.sports #header h1,
.rugby h1
{
    text-indent     : -9999em;
    background      : transparent url(images/logoSports.png) no-repeat top left;
}

/*___ H2 _________________________________________________________________*/

.sports #header h2,
.school h2,
.rugby h2
{
    color           : #c05412;
}

.school h2
{
    background      : transparent url(images/logoMeridian.png) no-repeat bottom left;
}

/*___ H3 _________________________________________________________________*/


.callout h3
{
    color               : #ffffff;
    background      : transparent url(images/arrow-trans.png) no-repeat 15px 27px;
}

/*___ H4 _________________________________________________________________*/

#secondary h4
{
    color               : #406425;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul.nav
{
    color               : #c05412;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.callout a
{
    color           : #ffffff;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/