
/*CSS Document*/
/*Try to group the overrides together using commas as much as possible.... Every single line of code should have a variable in it. If it is not a variable based style it should go in the publication stylesheet*/
/*______________________font colors that change___________________________*/   
h1 {
	color: #5e8d45;
}
h2 a:hover {
	color: #8dae7c;
}
h3{
	color: #5e8d45;
}
strong {
	color: #8dae7c;
}
#footer a:hover {
	color: #8dae7c;
}
h3 a, h3 a:visited {
	color: #5e8d45;
}
h3 a:hover, #footer a:visited{
	color: #8dae7c;
}
#footer a:visited{
	color: #dee8da;
}
a, a:visited{
	color: #5e8d45;
}
a:hover {
	color: #8dae7c;
}
table#thedmsBrowseEvents .row1 a, table#thedmsBrowseEvents .row1 a:visited{
	color: #5e8d45;
}
table#thedmsBrowseEvents .row1 a:hover {
}
.thedms a, .thedms a:visited, #right-content li{
	color: #5e8d45;
}
.thedms a:hover {
	color: #8dae7c;
}
/*______________________backgrounds images that change___________________________*/  

div#thedmsBrowseGrid .BrowseCell h2 {
    background-image:url(../img/button-bg-green.jpg);
}
#feature-box-holder {
	background-image: url(../img/section-image-info.jpg);
}
.button a, input.button, .button a:visited, input.button:visited {
    background-image:url(../img/button-bg-green.jpg);
    background-position: bottom;
    color: #fff;
	font-weight: normal;
}
.button a:hover, input.button:hover {
    background-image:url(../img/button-bg-green.jpg);
	background-position: top;
    color: #fff
}
.thedms h2 {
    background-image:url(../img/button-bg-green.jpg);
}
h2 {
    background-image:url(../img/button-bg-green-small.jpg);
}


.snippet-right li a:hover {
	color: #fff;
	background-position:center top;
    background-image:url(../img/button-bg-green.jpg);
}

#content{
	background-image: url(../img/left-bg-fill-small.jpg);
}

.thedms .BrowseCell h2 a, .thedms .BrowseCell h2 a:visited{
	color:#FFFFFF;
	background-image: url(../img/button-bg-green.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.thedms .BrowseCell h2 a:hover {
	background-image: url(../img/button-bg-green.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}



/*______________________backgrounds colors that change___________________________*/  


table#thedmsBrowseEvents .row2 {
}
/*______________________border colors that change___________________________*/ 
#footer{
	border-top: 5px solid #5e8d45;
}
/*______________________Other Variables____________________________________*/  