body{
	margin: 0 0 120px 0;
	padding: 0;
	font-family: sans-serif;
	height: 100%;
			
}
/*CE1126 Red
006847 Green*/

header {
	margin: 0 auto;
	background: #FFF;
	height: 100%;
	width: 1200px
	height: 500px;;
	padding: 0px  0px 0px 0px;
	color: white;
	text-align: center;
	font-size: 90%;
	line-height: 0px;
	border-style: solid;
	border-color: #000;
    border-width: 0px 0px 2px 0px;
}
.header2 {
	white-space: nowrap;
    text-align:center;
	background: #FFF;
	width: 100%;
	padding: 0px  0px 0px 0px;
	color: white;
	text-align: center;
	font-size: 90%;
	line-height: 0px;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#greenleft {
	background: #006847;
	width: 33.333%;
	height: 100%;
	float: left;
	}
#whitecentre {
	background: #CCC;
	width: 33.333%;
	height: 100%;
	float: right;
	}
#redright {
	background: #CE1126;
	width: 33.333%;
	height: 100%;
	float: right;
	}

.fitted-image {
  width: 100%;
  object-fit: cover; }

#pictures {
	position: relative;
	float: right;
	top: 150px;
	margin: 0 5% 0 3%;

	}





.push{padding-bottom:100px;}



footer {
	background-image: url("colours.gif");
	background-repeat: repeat-x;
	text-align: center;	
	font-size: 90%;
	color: #FFF;
	vertical-align: middle;
	width: 100%;
	height: 100px;
	background: #006947;
	position: relative;
	bottom: -100px;
	line-height: normal;
	clear: both;	
}

p {
min-width: 10em;
line-height:25px;
font-size: 90%;
}

@font-face {
    font-family: Futura;
    src: url(futura.ttf);
}

#container	{
margin: 0px auto;
padding: 0 0px 0 0;
max-width: 1200px;
min-height: 100%;
height: auto;
}

h1 {
font-size: 2em;
color: #006847;
line-height: 40px;
font-family: serif;
}
h2 {
font-size: 1.4em;
color: #000;
font-family: sans-serif;
}
p.wrap-inline {
    overflow:hidden;
    text-align: justify;
}


	
#main {

 	max-width: 90%; /*can be in percentage also.*/
    min-height: 100%;
    margin: 0 auto;
    padding: 10px 30px 0px 30px;
    position: relative;
    }	
.clearfix {
	clear: both;
    overflow: auto;
}


a{
	text-decoration: none;
	color: inherit;
}

a.red{
	text-decoration: none;
	color: #b00342;
}
nav ul{
	background-color: #006847;
	overflow: hidden;
	color: white;
	padding: 0;
	text-align: center;
	margin: 0;
	
	transition: max-height 0.4s;
}
nav ul li{
	display: inline-block;
	padding: 10px;
}
nav ul li:hover {
	background-color: #CE1126;
	}
/*	
div {
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
}
*/
.divclboth {
	line-height: 1.5em;
	font-size: 0.9em;
	padding: 20px;
	width: 100%;
	margin: 0 auto;
}
img {
max-width: 100%;
}

.rlink {
 	color: #0066CC;
 }

.floatr {
	float:right;
	padding: 3% 5% 3% 5%;
	background-color: none;
	}


.handle {
	width: 100%;
	background: #006847;
	text-align: left;
	box-sizing: border-box;
	padding: 15px 10px;
	cursor: pointer;
	color: white;
	display: none;
	}
	
@media screen and (max-width: 680px) {
	nav ul {
	width: 100%;
	max-height: 0;
	}
	.showing{
	max-height: 40em;
	}
	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		text-align: left;
		}

.floatr {
	max-width: 100%;
	height: auto;
	width: auto; /* for ie9 */
	align:right;

	padding: 3% 0% 3% 50%;
}

.handle {
display: block;
	}
p { 
width: 90%;
	}		
}
@media screen and (max-width: 220px) {

.floatr {
	max-width: 100%;
	height: auto;
	width: auto; /* for ie9 */
	align:right;
	}
}