/* Start of CMSMS style sheet 'BuyBrickColor' */
/*** COOLOR BLUE CSS AND DUCK BANNER ***/
/* Layout sections */
	body {
		}
		
	div#pagewrapper {
	    }
		
	div#header {
		color: #fff;
		}
		
	div#footer {
		color: #000;
		}
	div.hr {
		border-bottom-color: #0000c3;
		}		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #0000c3;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #00003c;
        }

/* SITE SPECIFIC LAYOUT */
    body {
       background:#ffffff url(uploads/images/bnc/bground.png) no-repeat top;
    }
    /* HEADER */
        div#header {
            height: 200px;
/* CHANGE THE NEXT LINE TO THE NEW IMAGE NAME ie change_this_image.jpg   */
            background:#dad390 url(uploads/images/bnc/ManPlaceBrickBanner.jpg) no-repeat top;           
        }
    #subheader2{
        background:#FFFFFF url(uploads/images/bnc/sml_separator.gif) repeat-x;
	}
    /* END HEADER */
div.breadcrumbs {
   border-bottom: 1px solid #00003c;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
/* The wrapper clears the floating elements of the menu */
#menuwrapper { 
        /*background-color: #659ace;*/
        /*border-bottom: 1px solid #00003c; */
        }
/* Styling the basic apperance of the menu elements */
#primary-nav a { 
        color: #00003c;
       }
#primary-nav li a { 
	border-right: 1px solid #00003c;
	border-left: 1px solid #00003c;
	border-bottom: 1px solid #00003c;
	}
#primary-nav li li a { 
	border: 1px solid #00003c;
	}	
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #659ace; 
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #a9c8e7; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */


#primary-nav ul li .menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	background-image: url(uploads/images/bnc/blue_arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #E7AB0B; 
	}
/*** END ALL COLOR CSS ***/
/* End of 'BuyBrickColor' */

