@charset "UTF-8";
/* CSS Document */

/*--------------- Content Navigation ------------------*/

.content_nav{
     width:1000px;
}

.content_nav li{
        list-style: none;
		height:78px;
		float:left;
		display:block;
}

.content_nav a { 
        height:100%;
		width:100%;
		display:block;
}

.content_nav li.bw1{
                background:url(../images/content_nav.jpg) no-repeat 0px 0px;
			    width:33px;
			    height:78px;
}

a.contribute{
         background:url(../images/content_nav.jpg) no-repeat -33px 0px;
		 width:312px;
		 height:78px;
}

a.volunteer{
          background:url(../images/content_nav.jpg) no-repeat -345px 0px;
		  height:78px;
		  width:311px;
}

a.spreadtheword{
           background:url(../images/content_nav.jpg) no-repeat -656px 0px;
		   height:78px;
		   width:311px;
}

.content_nav li.bw2{
                background:url(../images/content_nav.jpg) no-repeat -967px 0px;
			    width:33px;
			    height:78px;
}

/*-------------------- end navigation ------------------------*/

