/***********************
	  LAYOUT
************************/
body {   
	background-image:  url(images/vertical-background-green.jpg);
	background-color: #3eb54b;
}

* { padding: 0; margin: 0; }


#wrapper {
	border:1px solid #043c1d;
}





#header {
	background-image: url(images/banner-green.jpg);
}

	
/* large center column*/


/* typography */

hr {  /* horizontal rule */
	color: #e0deda;
	
}

 
/* links */
a { 
	color: #092094;
}
a:hover {
	color: #F60;
}

/* headers */

h1 {
	color: #066e12;
}


h2 {
	color: #066e12;
}

h3 {
	color: #066e12;
}

h3 a:hover {
	color: #a46b07;	
}


/***********************
	  accordion menu
************************/

.arrowsidemenu{
	border-color: #94AA74;
}
	
.arrowsidemenu div a{ /*header bar links*/
	background: transparent url(images/arrow-green.gif) 100% 0;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #26370A;
}



.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #6F3700;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: blue;
}



.arrowsidemenu ul li{
	border-bottom: 1px solid #a1c67b;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	color: black;
	border-left: 10px double #a1c67b;
}

.arrowsidemenu ul li a:hover{
	background: #fffac2;
}

.arrowsidemenu ul li.current {	
	background: #f7f8a6;
}

.arrowsidemenu ul li a.current {	
	background: #f7f8a6;
}


