@charset     "UTF-8";

/* *********************** SITE THEME ********************* */
/* ********** THEME COLORS / BACKGROUND IMAGES ************ */
#header-pagetitle
{
	background-color: #607f00;
	/* <= normal background color */
	background-image: url("images/banner_bottom.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#header-breadcrumb
{
	background-image: url("images/banner_top.jpg");
	border-bottom: #FFFFFF, solid, 1px;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #ffffff;
	background-color: #465c00;
	/* <= dark background color */
}

