/* Green Skin */

/* 
COLOR PALETTE
#00391F - dark green
#12A565 - medium green
#9CBEB0 - light green
#E3ECE9 - very light green
#618777 - green links

#8D8D8D - grey
#DADADA - light grey
*/

/* add color borders */
#content {
	border-left: 6px solid #003e23; /* GREEN */
	border-right: 6px solid #003e23; /* GREEN */
	border-bottom: 1px solid #ccc; /* page bottom border */
	padding-bottom: 20px;
	background-color:#fff;
}

/* link color */
a, a:visited {
	color: #618777; /* GREEN */
}

a:hover {
	color: #00391F; /* GREEN */
}

/* blocks */
#topbar {
	background: transparent url('/resource/images/skins/green_bar_new.gif') top left repeat-x; /* bar background */
}

#leftcolumn, #leftcolumn_noimage {
	background: transparent url('/resource/images/skins/green_subnav_background.gif') top left repeat-x; /* GREEN subnav background fade */
}

#subnav li a, #subnav li a:visited {
	color: #9CBEB0; /* GREEN */
}

/* rollover and currently lit style for non-IE */
#subnav li a:hover, #subnav li .lit, #subnav li .lit:visited {
	color: #00391F; /* GREEN */
}

/* rollover and currently lit style for IE, which requires that we be painfully specific */
* html #content #leftcolumn #subnav li a:hover, * html #content #leftcolumn #subnav li .lit {
	color: #00391F; /* GREEN */
}

/* hover state for both */
#subnav li ul li a:hover,#subnav li ul li .lit, * html #subnav li ul li a:hover, * html #subnav li ul li .lit{
	background: #fff url('/resource/images/skins/green_rollover.gif') bottom left repeat-x; /* rollover background GREEN */
}

/* buttonlink */
.buttonlink {
	background: #fff url('/resource/images/skins/green_rollover.gif') bottom left repeat-x; /* rollover background GREEN */
}

	.buttonlink:hover {
		background-color: #E3ECE9; /* rollover GREEN */
		background-image: none;
	}
	
/* right column */

#rightcolumn .intro { /* intro paragraph on landing page */
	color: #003e23; /* GREEN */
}

/* general content */

#rightcolumn h2 {
	color: #00391F; /* GREEN */
	text-decoration:underline;
}

#rightcolumn h1, #rightcolumn h3, #rightcolumn h4, #rightcolumn h5 {
	color: #00391F; /* GREEN */
}

#rightcolumn .headingbox {
	background-color: #00391F; /* GREEN */
	color: #fff;
}
	
/* databox */
.databox .row {	
	background-color: #E3ECE9; /* GREEN */
}

/* floatboxes */
.floatbox, .narrowfloatbox {
	background-color: #9CBEB0; /* GREEN */
}

/* blockquotes */
#rightcolumn blockquote p {
	color: #618777;	/* GREEN */
}

/* content boxes */
.box1 {
	background: #fff url('/resource/images/skins/green_rollover.gif') bottom left repeat-x; 
}
