/*--------------------------------------------------*/
/* Homepage                                         */

	.feature h2 {
		font-size: 1.3em;
		font-weight: normal;
	}

		.feature h2 a {
			text-decoration: none;
			color: #fff;
		}

	.feature p {
		padding: 0 0 8px;
	}

		.feature p a {
			padding: 0;
			text-align: left;
		}

	/*--------------------------------------------------*/
	/* Moody Britain                                    */

		#moody {
			background: url("../../img/home/moody.gif");
			margin-left: 6px;
		}

			#moody .bottom {
				background: url("../../img/home/over50sBottom.jpg") no-repeat 0 100%
			}

				#moody .top {
					background: url("../../img/home/moodyTop.gif") no-repeat 0 0;
				}

					#moody .top h2 {
						padding-left: 94px;
						padding-right: 0;
					}

					#moody .top div {
						padding: 0 12px 26px 115px;
					}

	/*--------------------------------------------------*/
	/* Award                                            */

		#award {
			background: url("../../img/home/award.gif");
		}

			#award .bottom {
				background: url("../../img/home/awardBottom.gif") no-repeat 0 100%
			}

				#award .top {
					background: url("../../img/home/awardTop.gif") no-repeat 0 0;
				}

					#award .top div {
						padding: 0 90px 41px 18px;
					}

	/*--------------------------------------------------*/
	/* Bulletin                                         */

		#bulletin {
			background: url("../../img/home/bulletin.gif");
		}

			#bulletin .bottom {
				background: url("../../img/home/bulletinBottom.gif") no-repeat 0 100%
			}

				#bulletin .top {
					background: url("../../img/home/bulletinTop.gif") no-repeat 0 0;
				}

					#bulletin .top div {
						padding: 0 12px 54px 18px;
					}

	/*--------------------------------------------------*/
	/* news          	                                */

		#news {
			background: url("../../img/home/news.gif");
		}

			#news .bottom {
				background: url("../../img/home/newsBottom.gif") no-repeat 0 100%
			}

				#news .top {
					background: url("../../img/home/newsTop.gif") no-repeat 0 0;
				}

					#news .top div {
						padding: 0 102px 26px 18px;
						position: relative;
					}

						#news .top div img {
							position: absolute;
							right: -9px;
							top: -28px;
						}
