/* SECTION STYLING ####################################################################*/

/* Beavers */
body.Beavers #content{
} 

body.Beavers #sidebar{
background:#084766 url(../images/bgs/whitefade.png) repeat-x scroll;
}

body.Beavers #content  h1{
color:#084766;
border-left:3px solid #084766; 
}

#nav li.Beavers ul{
background:rgba(8,71,102,0.9);
}

#content.index #index_Beavers{
background-color:#084766;
}

#content.index li.index_Beavers{
background:#084766;
}

body.Beavers #content table.progtable th, body.Beavers #content #pHolder h2{
background:#42728A url(../images/bgs/whitefade.png) repeat-x bottom;
color:white;
}

/* Cubs */
body.Cubs #content{
} 

body.Cubs #sidebar{
background:#8B0066 url(../images/bgs/whitefade.png) repeat-x scroll;
}

body.Cubs #content  h1{
color:#8B0066;
border-left:3px solid #8B0066; 
}

#nav li.Cubs ul{
background:rgba(139,0,102,0.9);
}

#content.index #index_Cubs{
background-color:#8B0066;
}

#content.index li.index_Cubs{
background:#8B0066;
}

body.Cubs #content table.progtable th, body.Cubs #content #pHolder h2{
background:#A23585 url(../images/bgs/whitefade.png) repeat-x bottom;
color:white;
}

/* Scouts */
body.Scouts #content{
} 

body.Scouts #sidebar{
background:#ED7800 url(../images/bgs/whitefade.png) repeat-x scroll;
}

body.Scouts #content  h1{
color:#E47800;
border-left:3px solid #e47800; 
}

#nav li.Scouts ul{
background:rgba(237,120,0,0.9);
}

#content.index #index_Scouts{
background-color:#ED7800;
}

#content.index li.index_Scouts{
background:#ED7800
}

body.Scouts #content table.progtable th, body.Scouts #content #pHolder h2{
background:#F0973C url(../images/bgs/whitefade.png) repeat-x bottom;
color:white;
}



/* Explorers */
body.Explorers #content{
 background: url(../images/logos/explorer.GIF) no-repeat bottom right;
 padding-bottom:100px;
} 

body.Explorers #sidebar{
background:#944711 url(../images/bgs/whitefade.png) repeat-x scroll;
}

body.Explorers #content  h1{
color:#944711;
border-left:3px solid #944711; 
}

#nav li.Explorers ul{
background:rgba(148,71,17,0.9);
}


