/**
 * Custom CSS for changing colors in the Education section.
 * (Green)
 * 6db43f - dark
 * a4d767 - middle
 * D1EBB3 - light
 */

body {
	background-color: #E4F1D7;
}

#product_description a, #product_description a:visited {
  color: #6db43f;
  text-decoration: underline;
}

.highlight {
  background-color: #6db43f; 
  color: #fff; 
  padding: 20px; 
  margin: 10px 0 10px 0;
}

#subnavigation ul li a:hover {
  color: #fff;
  background-color: #a4d767;
}

#subnavigation li a.active  {
  color: #fff;
  background-color: #a4d767;
}

#navigation {
  background-color: #6db43f;
}

#navigation-left {
  background-color: #6db43f; /*a4d767;*/
  bo rder-top: 3px solid #6db43f;
}

#section_links a.current {
  color: #fff;
  background-color: #6DB43F; 
}

#navigation a:hover, #navigation a.current, #navigation ul.navigation li a.active  {
  color: #fff;
  background-color: #a4d767;
}

#navigation ul.navigation li a {
  color: #EFF8E4;
} 

#navigation-left a {
  color: #fff;
}

h1, h1 a {
	color: #6db43f;
}

h1.border {
	border-bottom: 1px solid #D1EBB3;
}

h2 {
	color: #a4d767;
}

h3, h3 a {
  padding: 4px 0 0 0; 
  margin-bottom: 5px;
  color: #6db43f;
  background-color: white;
  border-bottom: 1px solid #6db43f;
}

h4 {
  color: #888;
  font-weight: bold;
  margin: 5px 0 5px 0;
}

.button, .buttonWarning {
  float:left; 
  background-color: #a4d767;
  padding: 4px;
  border-left: 4px solid #6DB43F; 
  font-weight: bold;
}

.buttonAction {
  float:left; 
  background-color: #D0D0D0;
  padding: 6px; margin: 5px;
  border-left: 4px solid #AFAFAF; 
  font-weight: bold;
  font-size: 14px;
}

.buttonAction a, .buttonAction a:visited {
  color: #fff;
}
#footer, #footer .about_us, .main_block.line_bottom {
	border-color: #D1EBB3;
}
.bottom_callout {
	background-color: #a4d767;
}

.highlight {
  color: #fff; 
  background-color: #6DB43F; 
  padding: 0 6px 0 6px;
}
