
/*  LAKES color variation CSS */
body.lakesbg{}

/*  the wrapper gives the coloured background to the left side  */
body.lakesbg #wrapper{
    background: url("../img/wrapper_lakes.gif") no-repeat bottom left;
}

body.lakesbg #wrapper h1{
    background:#f55d1b;
    color:#fff;
}
body.lakesbg #inner {
    background: url("../img/leftsidebar_bg_lakes.gif") top left repeat-y;
}

/* main navigation */

body.lakesbg ul#leftmenu {
    background:#f1ac8f;
}

/* left navigation */

body.lakesbg ul#leftmenu li ul li a {
    color:#fff !important;
    background: url("../img/white_arrow.gif") no-repeat left 9px;
}
html>body.lakesbg ul#leftmenu li ul li a {
    background-image: url("../img/white_arrow.png");
}

body.lakesbg  ul#leftmenu  li ul li ul li a {
    color:#000 !important;
    background-image:none;
}

/* main content area  */

body.lakesbg a,
body.lakesbg #content a:hover,
body.lakesbg #sidebar a:hover,
body.lakesbg a:hover{
   color:#f55d1b;
}

/* section category boxes  */

body.lakesbg #wrapper #content ul.categories a.boxlink {
	color: #fff;
}

/* link list for the content */

body.lakesbg ul.linklist li a:hover{
    background: url("../img/orange_link_arrow.gif") no-repeat left 9px;
    text-decoration:none;
    color:#f55d1b;
}

/* landing page & fixing for IE6*/
body.lakesbg ul.categories li{
    background:#f55d1b;
}

body.lakesbg ul.categories li a:hover{
    color:#fff;
}

