/* CSS for the news */
h3.newsListArticle {
	padding: 0;
}
div#centreContent{
	width:auto;
	position: relative;
}

div.newsListArticle {
	margin-bottom: 0.4em;
	padding-bottom: 0.8em;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
div.newsListArticleDetails {
	float: left;
	width: 370px;
}
div.newsListArticleDetails p {
	line-height: 140%;
}

h3.newsArticleTitle {
	margin-top:0.3em;
}
h3.newsArticleTitle a {
	color: #7B885C;
	text-decoration: underline;
	font-size: 120%;
}
h3.newsArticleTitle a:hover {
	text-decoration: none;
}

ul.newsOptions li a {
	color: #333;
	text-decoration: underline;
}
ul.newsOptions li a:hover {
	text-decoration: none;
}


p.newsDateInfo {
	font-size: 82%;
	margin: 0.1em 0 0.6em 0; 
}


/******************
Gallery
*/
div#newsGallery {
	
	overflow: hidden;
	
}
div#newsGallery p {
	margin-right: 5px;
	font-size: 100%;
}
div#newsGallery h3 {
	font-size: 160%;
	margin: 0 0 0.3em 0;
	font-weight: normal;
}
div#newsGallery div.galleryImg {
	float: left;
}
div.newsListImage {
	float: right;
}
div#newsGallery div.galleryImg, div.newsListImage {	
	width: 119px;
	margin: 0 5px 5px 0;
	padding: 3px;
	border: 1px solid #CCC;
}


.newsMenuDiv {background: none repeat scroll 0 0 white;
    color: #666666;
    font-family: arial;
    /* font-size: 12px; */
    line-height: 20px;
    margin-bottom: -0.5em;
    padding: 5px 10px;
    text-indent: 0; 
}



