body {
	margin:0px;
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c62f19;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:12px;
}
img {
	border:0px;
}
form {
	margin:0px;
}

h1 {
	margin:0px;
	font-weight:normal;
	font-size:24px;
	color:#ffffff;
}
h2 {
	font-size:18px;
	margin:0px;
	font-weight:normal;
	color:#ffffff;
}

p {
	margin:0px 0px 10px 0px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
	margin:0px 0px 0px 40px;
	padding:0px;
}
li {
	margin:8px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#210d0d;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
	
.wrapper {
	display:block;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}

.nav {
	display:block;
	height:32px;
	padding:20px 0px 0px 0px;
	text-transform:uppercase;
	text-align:center;
}
.nav a {
	margin:0px 10px 0px 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}
.nav a:hover {
	text-decoration:underline;
}

.form-bg {
	display:block;
	width:912px;
	height:320px;
	background-repeat:no-repeat;
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 28px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Form Background images */
.a-img {
	background-image:url(/images/count-fives.jpg);
}
.b-img {
	background-image:url(/images/open-mouth-money.jpg);
}
.c-img {
	background-image:url(/images/ginger-woman.jpg);
}
.d-img {
	background-image:url(/images/new-money.jpg);
}


/* Ninja Form Stuff */
.first-name, .last-name, .email, .select-amount  {
   width:190px;
   font-size:12px;
   position:absolute;
   border:#C0C0C0 1px solid;
   color:#383838;
   padding:3px 0px 3px 4px;
}
.select-amount {
	display:none;
}
.first-name  {
	margin:130px 0px 0px 0px;
}
.last-name {
	margin:160px 0px 0px 0px;
}
.email {
	margin:190px 0px 0px 0px;
}
.check-01, .check-02, .check-03, .check-04 {
	display:block;
	margin:4px 0px 4px 204px;
	color:#FFFFFE;
}


/* Moves the check boxes to be inline with the text boxes */
.check-01 {
	padding-top:130px;
} 

.check-01 input, .check-02 input, .check-03 input, .check-04 input {
	outline:#1C5180;
	vertical-align:top;
}
.check-01 .labels, .check-02 .labels, .check-03 .labels, .check-04 .labels {
	display:inline-block;
	width:190px;
}
.check-04	{
	width:240px;
}
.check-04 a {
	text-decoration:none;
}
.check-04 a:hover {
	text-decoration:underline;
}
.continue-button input {
	margin:20px 0px 0px 204px;
}


.right-bg {
	background-image:url(/images/right-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border-top:#907A55 1px solid;
	vertical-align:top;
}
.right-bg img {
	padding:0px 0px 0px 10px;
}
.footer {
	display:block;
	height:51px;
	background-image:url(/images/footer-split.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:20px 0px 20px 0px;
	padding:20px 0px 0px 0px;
}
#disclosures {
	display:block;
	float:left;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:block;
	margin:0px;
}
#disclosures ul li a {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}

.links {
	float:right;
	text-align:left;
	width:500px;
	line-height:18px;
}
.links a {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
}
.links a:hover {
	text-decoration:underline;
}

