/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Styles for the page _________________________________________ */

#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#equation {
	text-align: right;
	width: 300px;
	float: left;
	margin-right: 50px;
	height: 633px;
	margin-top: 50px;
}

#equation h1 {
	font: bold 61px "Helvetica Neue";
}

#equation hr {
	border-width: 5px;
	border-style: solid;
	margin-top: 8px;
	margin-bottom: 5px;
}

#equation h2 {
	margin-top: 50px;
	margin-bottom: 6px;
	font: bold 24px "HelveticaNeue", "Helvetica Neue", sans-serif;
	color: #000;
}

#mc_embed_signup {
	width: 223px;
	float: right;
}

#equation label,p {
	font: normal normal 15px "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
	word-spacing: 0;
}

#equation input#mce-EMAIL {
	width: 199px;
	height: 20px;
	margin-top: 11px;
	margin-bottom: 11px;
	border: 1px solid #797979;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#equation input#mc-embedded-subscribe {
	width: 80px;
	height: 25px;
	color: #fffeff;
	font: 13px Helvetica, sans-serif;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	border-width: 0;
	background-color: #007f25;
}


#equation input#mc-embedded-subscribe:hover {
	background-color: #009800;
	cursor: pointer;
}


/*
	Main Content Styles
*/

#content {
}

#content p {
		font: 21px/29px "HelveticaNeue-Light", "Helvetica Neue Light", sans-serif;
	word-spacing: 0;
	color: #000;
	padding-top: 67px;
}


a#register {
		position: relative;
		top: 40px;
		color: #fffeff;
		font: bold 22px Helvetica, sans-serif;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border-width: 0;
		background-color: #007f25;
		padding: 15px 25px 15px 25px;
		text-decoration: none;
		text-shadow: 0px 1px 2px #004c16;
}

a#register:hover {
	background-color: #009800;
	top: 41px;
}

a#register:active {
	background-color: #00902a;
	top: 42px;
}






