body{
		background-color: rgb(242,242,242);
		color: rgba(8,27,51,0.8);
		display: block;
		font-family: Ubuntu,sans-serif;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		
		}
		
p{text-align: justify;}
		
h1,h2,h3,h4,h5,h6{font-family: Ubuntu, serif; word-wrap: break-word; font-weight: normal;}
header{background-color: white; width: 100%; height: 142px;}

nav{width: 600px; float: right; padding-top: 48px; background-color: white;}
nav a{
	text-decoration: none; 
	color: navy; 
	margin: 12px;
	padding-top: 6px;
	border-top: 4px solid rgb(166,201,49);
	line-height: 48px;
	}
	
nav a:hover{ 
				background-color:rgb(166,201,49); 
				}

.logo {
 			width: 360px;
 			float: left;
 			padding-top: 24px;
 			padding-left: 24px;
 			}

.banner{
			width: 100%; 
			height: 300px; 
			overflow: hidden;
			background-color: rgb(166,201,49);
			text-align: center;
			margin: 0;
			}
			
.mySlides{
				width: 100%;
				}
h1{
		line-height: 30px;
		font-size:36px; 
		font-weight:normal; 
		padding: 48px 0px 12px 72px;
		clear: both;
		color: rgb(166,201,49);
		}
h2{
	font-size: 24px;
	line-height: 30px;
	border-left: 12px solid rgb(166,201,49);
	padding-left: 12px;
	font-weight: bold;
	letter-spacing: 1.2pt;
	clear: both;
	}
		
.bannerText{
					color: rgb(29,58,128);
					display: block;
					font-size: 36px;
					text-align: center;
					line-height: 48px;
					padding: 0px 300px 0px 300px;	
				}
.statement{
				font-size: 24px;
				line-height: 36px;
				width: 480px;
				float: left;
				word-wrap: break-word;
				margin: 12px 12px 12px 0px;
				}
				
.statementSupport{
				float: left;
				width: 420px;
				margin: 12px 12px 12px 72px;
				}
				
.content1{
				display: block;
				width: 100%;
				float: left;
				margin-left: 72px;
				margin-top: 24px;
				}
.content1sub{
					float: left;
					margin-left: 72px;
					display: block;
					width: 400px;
					}
					
.practiseAreas{
						width: 100%;
						clear: both;
						}
.practise{
				max-height: 360px;
				width: 360px;
				margin-left: 48px;
				float: left;
				overflow: hidden;
				border-top: 1px solid grey;
				margin-bottom: 12px;
				}
				
.director{
				height: 72px;
				width: 360px;
				}
.director img{
	float: left; 
	height: 48px;  
	margin-right: 24px;
	}

.footings{
	max-width: 480px;
	line-height: 24px;
	float: left;
	padding-left: 72px;}

footer{
	background-color: rgb(29,58,128);
	width: 100%;
	height: 240px;
	padding-top: 24px;
	color:rgb(166,201,49); }
	
footer a{
	color: rgb(166,201,49);
	display: block; 
	text-decoration: none;
	font-family: Ubuntu,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

	