a, a:visited, a:hover {color:#078204;} 
#wrapper-top{border-top:solid 7px #c4e5ac;}
#wrapper-header, #wrapper-header-inner{background-color:#c4e5ac; background-image:url(header_light.jpg); background-position:top center; background-repeat:no-repeat;}
#wrapper-footer{background-color:#c4e5ac; background-image:url(footer_light.jpg); background-position:bottom center; background-repeat:no-repeat;}

/* button */
.more, .button{
	border:solid 1px #162a37; 
	background:#4575ca;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#000000));
	background: -moz-linear-gradient(top,  #dbdbdb,  #000000);
	background: -o-linear-gradient(top,  #dbdbdb,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#000000');
  }
.more:hover, .button:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #000000, #dbdbdb );
	background: -o-linear-gradient(top,  #000000, #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#dbdbdb');
}


/* tab */
html ul.tabs li.active, html ul.tabs li.active a:hover {
	border:solid 1px #162a37;
	background:#4575ca;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#000000));
	background: -moz-linear-gradient(top,  #dbdbdb,  #000000);
	background: -o-linear-gradient(top,  #dbdbdb,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#000000');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}
ul.tabs li:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #000000, #dbdbdb );
	background: -o-linear-gradient(top,  #000000, #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#dbdbdb');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}
ul.tabs li a:hover {
	border:solid 1px #162a37;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #000000, #dbdbdb );
	background: -o-linear-gradient(top,  #000000, #dbdbdb);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#dbdbdb');
	-moz-box-shadow: 0px 0px 8px #8c8c8c;
	-webkit-box-shadow: 0px 0px 8px #8c8c8c;
	box-shadow: 0px 0px 8px #8c8c8c;
}

/* toggles */
h2.trigger{
	border:solid 1px #162a37;
	background:#4575ca;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#000000));
	background: -moz-linear-gradient(top,  #dbdbdb,  #000000);
	background: -o-linear-gradient(top,  #dbdbdb,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#000000');
}
#header-inner h1.pagetitle {color: #323131;}

#footer-container .one_third {color: #323131;}
#footer-container h1.widget-title{color: #323131;}
#footer-container h2.widget-title{color: #323131;}