/*--------------------------------------------------*/
/* Features                                         */

	ul.features {
		list-style-type: none;
		padding: 0;
	}

		ul.features li {
			float: left;
			width: 126px;
			height: 165px;
			background: red;
			padding: 0 0 12px;
		}

			ul.features li h3 {
				padding: 12px 12px 0;
			}

			ul.features li a {
				background: url("../../img/global/arrow.gif") no-repeat 90% 100%;
				display: block;
				padding: 0 12px 32px 12px;
				font-weight: normal;
			}

			/*--------------------------------------------------*/
			/* Corporate                                        */

				ul.features li.corporate {
					background: #85cbed url("../../img/getInvolved/corporateBottom.gif") no-repeat 0 100%;
				}

					ul.features li.corporate h3 {
						background: url("../../img/getInvolved/corporate.gif") no-repeat 0 0;
						color: #fff;
					}

					ul.features li.corporate a {
						color: #fff;
						padding-right: 6px;
					}

			/*--------------------------------------------------*/
			/* Partners                                         */

				ul.features li.partners {
					background: #fff url("../../img/getInvolved/partnersBottom.gif") no-repeat 0 100%;
					margin: 0 12px;
					width: 121px;
				}

					ul.features li.partners h3 {
						background: url("../../img/getInvolved/partners.gif") no-repeat 0 0;
					}

					ul.features li.partners a {
						padding-bottom: 86px;
					}

			/*--------------------------------------------------*/
			/* Volunteering                                     */

				ul.features li.volunteering,
				ul.features li.jobs {
					background: #007cc3 url("../../img/getInvolved/volunteeringBottom.gif") no-repeat 0 100%;
					color: #fff;
				}

					ul.features li.volunteering h3,
					ul.features li.jobs h3 {
						background: url("../../img/getInvolved/volunteering.gif") no-repeat 0 0;
					}

					ul.features li.volunteering a,
					ul.features li.jobs a {
						background: url("../../img/global/arrowBlue.gif") no-repeat 90% 100%;
						color: #fff;
						padding-bottom: 48px;
					}
