 input, form {margin:0px} img {border:none; margin:0px} .blocks {display:block}
body {
	margin:0px;
	background:url(/images/top-bg.jpg) repeat-x #FFFFFF;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.container {
	display:block;
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
.container input {
	display:block;
	clear:both;
}
.logo {
	margin-top:10px;
	display:block;
	float:left;
}
.nav {
	display:block;
	float:right;
	height:47px;
	padding-top:30px;
}
.nav a {
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:12px;
	font-weight:normal;
	margin:0px 10px 0px 10px;
	text-decoration:none;
	color:#000000;
}
.nav a:hover {
	color:#5739A4;
}

.header {
	width:900px;
	height:241px;
	display:table;
	clear:both;
}

.header img {
	position:absolute;
}


.form	{
   display:block;
   width:400px;
   position:absolute;
   margin-top:120px;
   margin-left:22px;
}


.first-name, .last-name, .email  {
   position:absolute;
   background-color:#FFFFFF !important;
   width:200px;
   font-size:12px;
   display:block;
   margin-bottom:15px;
}

.first-name {
   margin-top:5px;
}

.last-name {
   margin-top:40px;
}

.email {
   margin-top:75px;
}


.select-amount{
	display:none;
}

.first-name:hover, .last-name:hover, .email:hover, .select-amount:hover  {
	background-color:#FFFF99 !important;

}

.labels {
	display:inline;
}

.check-01 input, .check-02 input, .check-03 input, .check-04 input {

	display:inline;
}

.check-01 {
   color:#FFFFFF;
   width:250px;
   margin-left:230px;
   margin-top:0px;
   position:absolute;
   display:block;
}

.check-02, .check-03 {
	display:none;
}

.check-04 {
   color:#FFFFFF;
   width:250px;
   margin-left:230px;
   margin-top:20px;
   position:absolute;
   display:block;
}

.check-04 a {
	color:#000000;
}

.check-04 a:hover {
	color:#ffffff;
}

.continue-button {
   margin-left:230px;
   margin-top:62px;
   position:absolute;
   display:block;
}

.content {
	display:block;
	clear:both;
	width:900px;
	margin-top:20px;
}
.left {
	margin-bottom:50px;
	display:block;
	width:594px;
	float:left;
}
.left input {
	margin:40px 0px 40px 0px;
}
.right {
	display:block;
	float:left;
	width:294px;
	margin-left:12px;
}
.right img {
	margin-bottom:15px;
}


h1 {
	display:block;
	height:31px;
	padding:10px 0px 0px 6px;
	width:588px;
	background:	url(/images/header-bg.jpg) no-repeat;
	color:#5B5669;
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}
h2 {
	color:#58735B;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-top:20px;
}
p {
	margin:0px;
}
a {
	color:#5739a4;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#9677e7;
	text-decoration:underline;
}





.footer {
	display:table;
	width:100%;
	background:url(/images/footer-bg.jpg) repeat-x;
	margin-top:40px;
	color:#FFFFFF;
	clear:both;
}
.footer a {
	font-family:"trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
.footer a:hover {
	color:#5739A4;
}
.center {
	display:block;
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.disclosures {
	display:block;
	float:left;
	color:#000000;
}
.disclosures ul {
	margin:0px;
	padding:0px;
}
.disclosures ul li {
	display:inline;
	margin-right:10px;
}


.fnav {
	color:#000000;
	display:block;
	float:right;
}
.fnav a {
	margin:0px 5px 0px 5px;
}
/* this activates the bottom thingy --------------------------- */

html, body {height: 100%;}

.sticky {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -89px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height:89px;}
/* end bottom thingy ------------------------------------------ */