@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#F9F9F9;
}
a {
	color: #584D4D;
	text-decoration: underline;
}
a:visited {
	color: #797979;
}
a:hover {
	color: #000000;
}
h:active {
	color:#D44
}
h1 {
	color: #9EC345;
	font-family: "Arial-BoldMT","Arial",sans-serif;
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 33px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	margin:0px auto;
}
main {
	display:block;
}
p {
	padding: 0px auto;
	font-family: "ArialMT","Arial",sans-serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 17px;
	text-indent: 0px;
	text-transform: none;
}
header img {
	width: 211px/* 211px */;
	float:left;
	margin: 0px auto;
	display:block;
}
/* Nav */
header div div ul {
	display:block;
	position: relative;
	text-align: center;
	top: -10px;
}
header div div ul li {
	display: inline;
	list-style-type: none;
	padding-right: 2.5% /*20px*/;
	padding: 0px auto;
	font-family: "ArialMT","Arial",sans-serif;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	text-indent: 0px;
	text-align: center;
	text-transform: none;
}
header div div p {
	font-size:16px;
	line-height:20px;
	text-align:right;
}
header div div p em {
	color:#9dc445;
	font-size:18px;
	line-height:22px;
	font-style:normal;
	font-weight:bold;
}
header {
	width:100%;
	padding:12px 0px 5px 0px;
	margin: 0px auto 20px auto;
	background-color:white;
	height:128px;
	border-bottom: 2px solid #DDD;
}
header div {
	margin:0px auto;
	width: 80% /* 900px */;
	max-width: 900px;
	min-width: 590px;
	height:auto;
}
header div div {
	float:right;
	width: 64%/* 600px */;
	max-width: 600px;
	min-width: 350px;
	height:120px;
}
/* Footer */
footer {
	clear:both;
	width:60%;
	max-width: 600px;
	min-width: 300px;
	margin: 10px auto;
	display:block;
	border-top:1.5px double #CCC;
}
footer p {
	font-size: 12px;
	text-align:center;
	line-height: 14px;
	margin: 0px auto;
	color:#AAA;
}
/* Flair */
#flair {
	position:fixed;
	bottom:0px;
	right:10%;
	overflow-Y:hidden;
	width:100px;
	height:80px;
}
#flair div:hover {
	height:100px;
	opacity:1;
}
#flair div {
	display:inline-block;
	width:21px;
	height: 80px;
	opacity: 0.1;
	-webkit-transition:height, opacity;
	-webkit-transition-duration:2s;
	-moz-transition:height, opacity;
	-moz-transition-duration:2s;
	-o-transition:height, opacity;
	-o-transition-duration:2s;
	transition:height, opacity;
	transition-duration:2s;
}
#c {
	background-color:cyan;
}
#m {
	background-color:magenta;
}
#y {
	background-color:yellow;
}
#k {
	background-color:black;
}
footer img {
	position: absolute;
	bottom: 5%;
	left: 8%;
	opacity: .5;
	width: 32px;
	-webkit-transition:opacity;
	-webkit-transition-duration:1s;
	-moz-transition:opacity;
	-moz-transition-duration:1s;
	-o-transition:opacity;
	-o-transition-duration:1s;
	transition:opacity;
	transition-duration:1s;
}
footer img:hover {
	opacity: 1;
}
form label {
	padding: 0px auto;
	color: #444;
	font-family: "ArialMT","Arial",sans-serif;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 17px;
	text-indent: 0px;
	text-transform: none;
}

@media screen and (max-width: 700px) {
	header div {
			width: 92%;
			max-width: 600px;
			min-width: 496px;
	}
	
	header div div {
		min-width: 200px;
		width: 50%;
	}
	
	header ul {
		margin: 0;
		padding: 0;
	}
	
	header p {
		margin: 0;
	}
}

@media screen and (max-width: 500px) {
	#flair {
		display:none;
	}
	h1 {
		font-size: 18px;
		line-height: 24px;
	}
	header div p {
		display: none;
	}
	header {
		height: 188px;
	}
	header div {
		width: 90%;
		min-width: 320px;
		height: 188px;
	}
	header img {
		width: 100%;
		float: none;
		max-width: 211px;
		min-width: 100px;
	}
	header div div {
		width: 100%;
		min-width: 220px;
		clear: both;
		float: none;
	}
	header div div ul {
		top: 0px;
		padding: 0px;
	}
	header div div ul li {
		padding: 0px 2%;
	}
	footer img {
		position:static;
		display: block;
		margin: 10px auto;
	}
	footer a {
		width: 32px;
		margin: 0px auto;
	}
	
	header ul {
		margin: 16px auto;
	}
}