/*
-----------------------------------------------
Client:CHPC
Project:Web Site Redesign (http://www.chpc.net/)

File Name:green.css 
Notes:Styles all elements for the GREEN Initiative.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Home
----------------------------------------------- */
#intro .entry li a.button-green {
	background:#65ba54 url(/img/ico-arw-green.gif) no-repeat 3px 4px;
	}
#intro .entry li a.button-green:hover {
	background:#2c8a47 url(/img/ico-arw-green-over.gif) no-repeat 3px 4px;
	color:#e3f2da;
	}
.header-green {
	color:#2c8a47 !important;
	}
.link-green {
	color:#62a169 !important;
	}
.link-green:hover {
	color:#2c8a47 !important;
	}

/* pcon
----------------------------------------------- */
body.green h1 {
	color:#2c8a47;
	}
body.green h2 {
	color:#2c8a47;
	}
body.green h3 {
	color:#2c8a47;
	}
body.green div.hilite {
	background:#cbe7bc url(/img/bg-gradient.gif) repeat-x 0 0;
	}
body.green .hilite a:link {
	color:#62a169;
	}
body.green .hilite a:visited {
	color:#62a169;
	}
body.green .hilite a:hover, body.green .hilite a:active {
	color:#2c8a47;
	}
body.green a:link {
	color:#62a169;
  }
body.green a:visited {
	color:#62a169;
  }
body.green a:hover {
	color:#2c8a47;
  }

/* scon
----------------------------------------------- */
body.green #snav a:hover, body.green #snav a:active, body.green #snav a.here {
  background-color:#e3f2da;
	border-left:3px solid #2c8a47;
	color:#2c8a47;
	}

