@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'tenderleaf';
    src: url('tenderleaf-webfont.woff2') format('woff2'),
         url('tenderleaf-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

ul#drop, ul#drop ul.ddrop {
    padding:0;
    margin: 0;
}

ul#drop li, ul#drop ul.ddrop li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0px;
}

#drop {
	float:left;
	width:1366px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;	
}

ul#drop li a, ul#drop li ul.ddrop li a {
	text-decoration: none;
	font-size:18px;
	color: #FFFFFF;
	padding: 0px;
	display: inline-block;
}

ul#drop li {
	position: relative;
	height: 25px;
	width: 250px;
	background-color: #000000;
	font-family: 'Abril Fatface';
	padding-top: 4px;
	padding: 4px;
}

ul#drop li:hover {
	background-color: #E30D40;
}

ul#drop li ul.ddrop {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
}

ul#drop li:hover ul.ddrop {
    display:block;
}

ul#dropp, ul#dropp ul.ddropp {
    padding:0;
    margin: 0;
}

ul#dropp li, ul#dropp ul.ddropp li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0px;
}

#dropp {
	float: left;
	width: 1045px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;	
}

ul#dropp li a, ul#dropp li ul.ddropp li a {
	text-decoration: none;
	font-size:18px;
	color: #FFFFFF;
	padding: 0px;
	display: inline-block;
}

ul#dropp li {
	position: relative;
	height: 25px;
	width: 200px;
	background-color: #000000;
	font-family: 'Abril Fatface';
	padding-top: 4px;
	padding: 4px;
}

ul#dropp li:hover {
	background-color: #E30D40;
}

ul#dropp li ul.ddropp {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
}

ul#dropp li:hover ul.ddropp {
    display:block;
}

c { 
	font-family: 'Abril Fatface', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

c:hover {
	color: #000000;
}

c:hover:before {
	color: #FFFFFF;
	content: attr(data-hover);
}

*{
	margin:0;
	padding:0;
	
}

#header{position: auto, top:0px;
    background-color: #E30D40;
	color: white;
	font-family: 'tenderleaf';
	width:100%;
	text-align: center}

#bottom{position: auto, bottom:0px;
    background-color: white;
	font-family: 'Atomic Age', sans-serif;
	font-size: 12px;
	width:100%;
	text-align: left}
	
#footer{position: auto, bottom:0px;
    background-color: white;
	font-family: 'Lora';
	font-size: 8px;
	width:100%;
	text-align: center}

legend {
	margin-left: 2%;
	color: #500050;
}
	
#resources	{
			width: 80%;
			border: 1px solid gray;
			margin:auto;
}

#contactus	{
			width: 80%;
			border: 1px solid gray;
			margin:auto;
}

input[type=submit] {
	width: 9em; height 2em;
}

button[type=reset] {
	width: 3em; height 2em;
}