/* Page */
#page {
	background: #fff url(/a/img/common/backgroundStripes/grey230.gif) top right repeat-y;
	width: 100%;

}
.col {
	width: 607px !important;
}

/* News More page styles */

#newsMoreContent {
	margin: 0 10px 10px 0;
}

	#newsMoreContent h3 {
		background: #303147 url(/a/img/common/widgets/ar2Right.gif) 98% 50% no-repeat;
		margin: 2px 0 0 0;
		color: #fff;
		padding: 5px;
		font-size: 1em;
		font-weight: normal;
	}
	
	#newsMoreContent .ulWidgetOpen h3 {
		background-image: url(/a/img/common/widgets/ar2Down.gif);
	}

		#newsMoreContent h3 a {
			color: #fff;
			outline: none;
			text-decoration: none;
			display: block;
		}

	#newsMoreContent ul.articleList {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#newsMoreContent ul.articleList li {
		margin: 1px 0 0 0;
		padding: 2px;
		background: #ccc;
	}
	
	/* More navigation */
	
	#moreNavigation {
		border-top: 1px solid #e5e5e5;
		margin: 0 10px;
		padding-bottom: 250px; /* Client wants this page to be 'taller' than the homepage - not sure why */
	}

	#moreNavigation div {
		float: left;
		width: 32%;
		text-align: center;
		padding: 10px 0;
	}

