﻿/* ======= RESET & SETUP ======= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.navigation{
	width:100%;
	height:50px;
	background-color:#000;
	}

.navigation li{
	list-style-type:none;
	}

.navigation li a{
	display:block;
	width:33.33%;
	height:50px;
	background-color:#000;
	float:left;
	color:#fff;
	text-align:center;
	text-decoration:none;
	line-height:200%;
	border-right:thin solid #fff;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-ms-transition:0.7s;
transition:0.7s;
	}

.navigation li  a:hover{
	background-color:#fff;
color:#000;
	}

.navigation li:last-child  a{
	border:none;
	}


body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
html{
	font-family:'Trebuchet MS', sans-serif;
	font-size:100%;
	}

html, body{
	height:100%;
	}

* { 
	box-sizing:border-box;
	}
	
#wrapper{
	width:100%;
	background-color:#f2f2f2;
	margin: 0 auto;
	}
	
article{
	
	width:100%;
	padding:5%;
	
	}
	
.maincopy, .sidebar{
	background-color:#fff;
	padding:5%;
	float:left;
	}
	
.maincopy p, .sidebar p{
	font-size:14px;
	line-height:130%;
	margin-bottom:10px;
	}
	
.mainimage img{
	max-width:90%;
	margin-top: 10px;
	margin-left: 5%;
		
	
	}
	
	

	
	
	
	
	
footer{
	width:100%;
	height:10px;
	clear:both;
	}
	
	

.maincopy{
	width:45%;
	padding:5%;
	margin-right:5%;
	font-family:'Trebuchet MS', sans-serif;
	font-size:1.0em;
	text-align:justify;
	line-height:140%;
	}
.sidebar{
	width:45%;
		padding:5%;
		
		font-family:'Trebuchet MS', sans-serif;
	font-size:1.0em;
	text-align:justify;
	line-height:140%;
	}
		
h1 { text-align: center }
h7 { text-align: center }

	
	
	