.grey{
	background-color:#bfbfbf;/*Grey*/
	width:80%;
	margin:auto;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

button.button{
	height:0;
	width:5%;
	background-color:#101040;/*Blue*/
	border:none;
	border-radius:50%;
	padding-bottom:5%;
	cursor:pointer;
	overflow:hidden;
	float:left;
	margin:1%;
}

button.button:hover{
	background-color:#b8cc5c;
}

button.galleryButton{
	margin-top:1%;
	width:19.5%;
	float:left;
	padding:0;
}

p#addressHeader{
	color:#bfbfbf;/*grey*/
	margin:0;
	padding:0;
	float:right;
}

p.aboutP{
	padding-left:1em;
	}

div#logo{
	background-color:#101040;/*Blue*/
	width:78%;
	height:10em;
	margin:auto;
	padding:1%;
}
div section{
	width:100%;
}

div#logo img{
	height:100%
}

body{
	background-color:#e6e6e6;
	margin-top:0;
	font-family:Arial, Sans-serif;
}

main{
	padding: 0;
	margin: auto;
	}

nav ul{
	list-style-type: none;
}

section{
	background-color:#bfbfbf;/*Grey*/
	width:80%;
	margin:auto;
	}

#dateLastUpdated{
	margin-top:0;
	margin-bottom:2%;
	font-size:0.75em ;
}

div{
	overflow:hidden;
}

div.centre{
	width:80%;
	margin:auto;
}

/*Gallery styling*/
.slideImg{
	width:100%;
}
#images{
	width:80%;
	margin:auto;
	margin-top:1%;
}
/*End of gallery styling*/

/*ContactUs styling*/
#info{
	list-style-type: none;
	margin:0;
	padding-left:2%;
	float:left;
	}

#map{
	position: relative;
	height:0;
	width:80%;
	padding-bottom:30%;
	padding-bottom:30%;
	margin:auto;
	overflow:hidden;
	}
div div#map{
	width:100%;
}	
#map iframe{
	position:absolute;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}
	
#contact{
	width:80%;
	margin:auto;
}
/*End Contact styling*/

/*The start of the styling for the navigation bar*/
#navbar{
	width: 80%;
	padding: 0;
	margin: auto;
	}

nav ul {
	list-style-type: none;
	margin:	0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

nav ul li {
	float: left;
}

nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

nav li a:hover {
	background-color:#101040;
	color:#b8cc5c;
}
/*The end of the syling for the navigation bar*/

/*The start of footer styling*/
footer {
	height:5%;
	margin:auto;
	padding-top:10%;
	width:50%;
	clear:both;
	text-align:center;
	font-size:.75em;
	}	
/*The end of footer styling*/

/*Start of news pages styling*/
article{
	padding-top:3%;
	margin:1%;
	clear:left;
}

section#news{
		width:100%;
		float:left;
		border-bottom-left-radius:25px;
		border-bottom-right-radius:25px;
		}

#imgGallery{
	width:90%;
	margin:auto;
	margin-top:1%;
}

#imgGallery img{
	margin:0;
	width:100%;
}

article h2{
	margin-bottom:0;
}

article #articleParagraphs{
	margin-bottom:2%;
}

div#articleList{
		width:80%;
		margin:auto;
}
section#mainNewsSect{
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

p{
	white-space:pre-line;
}
/*End of news pages styling*/

/*News aside styling*/
aside#rightAside{
	width:20%;
	float:right;
	background-color:white;
	color:black;
	height:100%;
}
aside#rightAside div:hover{
	color:#b8cc5c;
}
aside#rightAside a:link{
	color:white;
}
div#article{
	border-bottom:30px solid black;
}
aside#rightAside a:visited{
	color:#e6e6e6;
}
aside#rightAside a:active{
	color:#b8cc5c;
}
aside div img{
	float:left;
	width:100%;
}
aside div h5{
	float:left;
}
/*End of news aside styling*/

/*Start of News styling*/
section#mainNewsSect h1{
	margin-top: 0;
	margin-left:1%;
}
section#mainNewsSect{
	width:80%;
	margin:auto;
}
.articleThumbnail{
	padding-bottom:2%;
	padding-left:2%;
	width: 20%;
}-
#articleList{
	padding: 3%;
	padding-top:0;
}
.articleLink:link{	
	color:black;
}
.articleLink:visited{	
	color:black;
}
.articleLink:hover{	
	color:#b8cc5c;
}
.articleLink:active{	
	color:#b8cc5c;
}
div.newsArticle h4{
	padding-top:2%;
	padding-bottom:2%;
	padding-left:2%;
	margin:0;
	width:20%;
	clear:right;
}

/*Also styles project page*/
div.newsArticle ,div.projectType{
	border-radius:25px;
	background-color:white;
	margin-top:2%;
}
div.newsArticle p{
	float:right;
	width:70%;
	padding-right:1%;
	height:5em;
	margin:0;
	
}

section#project{
			width:100%;
			float:left;
			border-bottom-left-radius:25px;
			border-bottom-right-radius:25px;
		}
/*End of News styling*/

/*Start of Projects styling*/
.projectType{
	width:80%;
	margin:auto;
}
.projectType a h2{
	padding: 2%;
}
div.showCase a img{
	width:100%;
}
div.showCase a{
	width:23%;
	padding:5%;
	padding-top:0;
	float:left;
}
/*End of Projects styling*/