/* unique green styles */

html, body, table {
	color: #000033;
	}
	
/* Page Header Background */
#header {
	background:  #33CC00 url(../images/hdr_bg_gn.gif) repeat-x;
	height: 120px;
	text-align: center;
	}

/* Top Navigation Bar */
#navbar {
	border-top: 3px solid #009900;
	border-bottom: 3px solid #009900;
	background-color: #66CC00;	
	color: #FFFFFF;
	font-size: 90%;
	}	

/* Top Navigation Links */
#nav a:hover {
	color: #FFFFFF;
	background-color: #009900;
	background-image: none;	
	}

/* Top Navigation Current Page Highlight Link */	
body#home #n-home a, body#learn #n-learn a, body#learn-features #n-learn a, body#cool #n-cool a, body#learn-how #n-learn a, body#learn-what #n-learn a,  body#learn-start #n-learn a,body#download #n-download a, body#donate #n-donate a, body#about #n-about a, body#faqs #n-faqs a, body#contact #n-contact a {
	background-color: #009900;
	}

/* Headings */
h1,h2,h3,h4,h5 {color: #336600;}

/* Left Sub-Navigation Bar Links */
#subnav li a {
	text-decoration: none;
	color: #336600;
	}
	
#subnav a:link {
	color: #336600;
	}

#subnav a:visited {
	color: #336600;
	}
	
#subnav a:hover {
	font-weight: bold;
	background-image: none;
	}

#subnav a:active{
	color: #336600;
	}

/* Chunky Button Link Styles */	
a.button {
	font-size: 100%;
	font-weight: bold;
	background-color: #009900;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 10px;
	border: 3px double #ffffff;	
	}	
	
a.buttonsmall {
	font-size: 90%;
	padding: 3px 5px;
}	
	
a.button:link {
	color: #ffffff;
}

a.button:visited {
	color: #ffffff;
}
	
a.button:hover {
	color: #ffffff;
	background-color: #5fc900;	
}

a.button:active {
	color: #ffffff;
}

/* Standard Link Styles */

a:link {
		color: #336600;
	}

a:visited {
		color: #336600;
	}
	
a:hover {
		color: #336600;
		background: url(../images/underline.gif) repeat-x bottom;
		text-decoration: none;
	}

a:active{
		color: #336600;
	}	
	
.blockhighlight {
	border: 1px solid #009900;
	background: #66CC00 url(../images/hdr_bg_gn.gif) repeat-x;	
}
