@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #000;
	background-image: none;
	margin: 0px;
	padding: 0px;
	color: #993333;
	line-height: 130%;
}

a {
	color: #008f92;
	text-decoration: none;
}
a:hover {
	color: #008f92;
	text-decoration: underline;
}

.highlight {
	color: #FF0;	
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header {
	display: none;
}

#emailwrapper {
	position: absolute;
	top: 255px;
	left: 0;
	width: 564px;
	background: #FFF;
}
#emailheader {
	background: #000;
	color: white;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
}
#emailsignup {
	width: 710px;
	text-align: left !important;
	line-height: 150%;
	margin: 0 auto;
	padding: 10px;
	border: 2px #000	 solid;
	background: #FFF;
	display: none;
}
#emailsignup fieldset {
	padding: 20px;	
	border: none;
}
#emailsignup .mc-field-group {
	margin-bottom: 10px;	
}
#emailsignup .mc_embed_close {
	cursor: pointer;
	margin-left: 25px;
}
