/* this is a local stylesheet intended to fine-tune the global
   site css */

/* on the top of the page, there is a graphical firebrand whose  *
 * color changes depending on the section you are in             */
#TopFirebrand {
	background-color: #25606B;
	background-image: url(../images/firebrands/testimonials.jpg);
}

/* constrains the main page content area -- including *
 * left nav and the main content area                 *
 * this is the solid bar across the top of the page   */
#LeftNavAndContentContainer {
	border-top: 4px #863C23 solid;
}

/* the bottom of the page is a thin strip containing   *
   copyright and contractor information                *
   this is the solid bar across the bottom of the page */
#PageFooter {
	background-color: #26606B;
	/* background-color: #776F3C; */
	background-image: url(../images/footer/testimonials.jpg);
	border-top: 4px #863C23 solid;
}

/* contains the actual page content. use this for cascading *
 * any background images or treatments you want different   *
 * from the default                                         */
#MainContent {
	background-image: url(./images/index-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
