@charset "UTF-8";
/* CSS Document */
html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
#outer {
min-height:100%;
		position:relative;
	}
#header {
	font-family: 'Alegreya Sans', sans-serif;
	color:#000000;
	width:1100px;
	margin:0 auto;
	height:200px;
	font-size:32px;
	font-weight:300;
	top:10px;
}
#nav {
	width:1010px;
	height: 58px;
	margin-top: 95px;
	left:0;
	font-size:18px;
	font-weight:400;
}
#logo {
	width:275px;
	height: 195px;
	top: 0px;
	margin-left: 1023px;
}
#topimg {
	width:1100px;
	height: 483px;
	margin-top: 20px;
}
#content {
	width:1100px;
	height: 42px;
	margin-top: 10px;
	left:0;
}
h1 {
font-size:24px;
	font-weight:700;
	text-align:center;
	padding-bottom:10px;
	color:#314d04;
	letter-spacing: 1px;
}
h2 {
font-size:24px;
	font-weight:700;
	padding-bottom:10px;
	color:#314d04;
	letter-spacing: 1px;
}
p {
font-size:20px;
	font-weight:400;
	letter-spacing: 1px;
	line-height:24px;
}

.button {
    background-color: #314d04;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:400;
	letter-spacing: 3px;
}

#footer {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:2770px;
	width:100%;
	height:260px;	
	background:#f7f1ee;
	margin:0;
	font-size:14px;
	font-weight:400;
	letter-spacing: 1px;
	line-height:18px;
	color: #666;
}

#longfooter {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:3500px;
	width:100%;
	height:260px;	
	background:#f7f1ee;
	margin:0;
	font-size:14px;
	font-weight:400;
	letter-spacing: 1px;
	line-height:18px;
	color: #666;
}

#hairfooter {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:4200px;
	width:100%;
	height:260px;	
	background:#f7f1ee;
	margin:0;
	font-size:14px;
	font-weight:400;
	letter-spacing: 1px;
	line-height:18px;
	color: #666;
}
#shortfooter {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:1520px;
	width:100%;
	height:260px;	
	background:#f7f1ee;
	margin:0;
	font-size:14px;
	font-weight:400;
	letter-spacing: 1px;
	line-height:18px;
	color: #666;
}

#copyright {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:3070px;
	width:100%;
	height:80px;	
	margin:0;
	font-size:14px;
	text-align:center;
	font-weight:400;
	letter-spacing: 1px;
}
#longcopyright {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:3800px;
	width:100%;
	height:80px;	
	margin:0;
	font-size:14px;
	text-align:center;
	font-weight:400;
	letter-spacing: 1px;
}

#haircopyright {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:4500px;
	width:100%;
	height:80px;	
	margin:0;
	font-size:14px;
	text-align:center;
	font-weight:400;
	letter-spacing: 1px;
}
#shortcopyright {
	font-family: 'Alegreya Sans', sans-serif;
	position:absolute;
	top:1820px;
	width:100%;
	height:80px;	
	margin:0;
	font-size:14px;
	text-align:center;
	font-weight:400;
	letter-spacing: 1px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight:400;
}

li a:hover, .dropdown:hover .dropbtn {
    color: #314d04;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #314d04;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #FFFFFF;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #314d04; color: #FFFFFF;}

.dropdown:hover .dropdown-content {
    display: block;
}


