﻿/*Full Reset*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*Global*/

html				{ }

body				{ background:#FFFFFF;}

/*Containers*/

#wrapper			{ width:900px; margin: auto; float:none; background:#FFFFFF;}

#top {
	width: 900px;
	background-color: #FFFFFF;
	margin: 30px 0px 10px 0px;
	overflow: auto;
	float: none;
}

#logo {
	margin: 5px auto;
	width: 100%;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}
	#logo img {
		height: 122px;
		width: 410px;
		margin: auto;
		align-self: center;
	}
		
		#socialMedia		{ float: right;}
		#socialMedia img	{ width: 70px; height: 70px; margin: auto auto auto auto; padding: 30px 20px;}
		#socialMedia ul li	{ display:inline-block;}

		#topNav				{ float: left; margin:30px 5px 0px 25px; overflow:hidden;}
		#topNav ul			{ width:auto;} 
		#topNav ul li		{ display:inline; margin: auto; }
		#topNav ul li a		{ padding:10px 10px; font-family:Georgia, "Times New Roman", Times, serif; font-size:27px; text-decoration:none;}

		/*States of topNav */
		#topNav a:link		{ color:#000000;}
		#topNav a:visited	{ color:#000000;}
		#topNav a:active	{ color:#000000;}
		#topNav a:hover		{ color:#000000;background-color:#c0deed;}
		#topNav a:focus		{ color:#000000;}

	
	#middle				{ width:850px; margin-left:auto; margin-right:auto; padding : 20px 0px 20px 0px; overflow:hidden; float:none;}
	#middle h1			{  padding: 10px 0px; font-family:Georgia, "Times New Roman", Times, serif; font-size:30px; text-decoration:none; color:gray;}
	

				
	#bottom				{ border-top: 1px black solid; overflow:hidden;}
	#bottom p 			{ padding: 10px 0px; overflow: hidden; float:left;}
	#bottom img			{ float:right;}

	