﻿/* Style Sheet Reset */
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;
}
/* 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;
}

/* Style Customizations */

h1 {font-family:Arial, Helvetica, sans-serif;font-size:36px;color:#000000;}

#Wrapper {width:1000px;margin-top:0px;margin-bottom:0px;margin-right:auto;margin-left:auto;background:white;}

#Top {margin:0 0 50px 150px;padding:10px;background:white;overflow:hidden;clear:both;}

#Logo {width:600px;height:150px;margin:100 0 0 10px;float:left;}

#SocialMedia {width:150px;height:100px;float:right;margin:0 0 0 50px;padding:50 125 0 0px;}
#SocialMedia img {width:36px; height:36px;}
#SocialMedia ul li {display:inline;}

#BannerArea {margin-top:inherit;}

#Navigation {background:#808080;clear:both;margin:0 0 10px 0;}
#Navigation ul {width:100%;float:left;text-align:center;margin:0px;background:#808080;border-bottom:3px black solid;}
#Navigation ul li {display:inline-block;}
#Navigation ul li a {float:left; padding:20px 10px;font: normal bold 20px Arial, Helvetica, sans-serif;}
#Navigation a:link {color:white;}
#Navigation a:visited {color:white;}
#Navigation a:active {color:white;}
#Navigation a:hover {color:white;background-color:red;}
#Navigation a:focus {color:white;}


#Banner {clear:both;}

#SubBanner {}

#Content {float:left;width:650px;padding:10px;}
#Content h1 {margin:10px 0 10px 0;font-size:32px;}
#Content h2 {margin:10px 0 10px 0;font-size:18px;}
#Content p {margin: 15px 0 0 0;}

#Gallery{width:90%;}

#Photo-Box {float:left;}

#Sidebar img {margin:15px 50px;}

#Footer {clear:both; background-color:white; padding:10px 0 10px 0;}
#Footer p {text-align:center;color:black;font-size:xx-small;}

#BottomLinks {width:100%;float:left;text-align:center}
