/* CSS Document */

/* Based on PANTONE 364C */
#header {
	background: #317023 url(images/header_green.jpg);
	}

#content {
	border-left-color: #317023;
	}
	
#sub_menu, #theme_strip {
	background-color: #317023;
	}
	
#theme_strip {
	background: #317023 url(images/theme_strip_green.jpg);
	}
	
#breadcrumb 
{
	color: #64FF56;
	xcolor: #54be46;
	}
	
#breadcrumb a {
	color: #fff;
	border-color: #317023;
	}
	
#breadcrumb a:hover {
	border-color: #134d0d;
	background-color: #54be46;
	}
	

#sub_menu li:hover, #sub_menu li.over {
	background: #2f8926;
	}
	
#sub_menu ul li:hover, #sub_menu ul li.over {
	background: #289728;
	}

#sub_menu li:hover a:hover, #sub_menu a:hover,
#sub_menu li.over a:hover
 {
	background-color: #289728;
	}
	
#sub_menu ul {
	background-color: #2f8926;
	}
	
#main {
	background-image: url(images/main_green.gif);
	}
