body {
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#60584b;
	background-color:#ece7e3;
}
form {
	margin:0px;
}
img {
	border:none;
	border:0px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	margin:0px 0px 10px;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 10px;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#de3f17;
}
a:hover {
	text-decoration:underline;
	color:#ff6842;
}
li {
	padding:5px 0px;
}

.wrapper {
	width:960px;
	margin:0px auto;
}

.header {
	padding:5px 0px;
}

.nav {
	clear:both;
	padding:15px 0px;
}
.nav a {
	display:block;
	width:170px;
	padding:5px 0px;
	margin-left:25px;
	float:left;
	border-top:1px solid #60584b;
	color:#60584b;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
.nav a:hover {
	color:#de3f17;
}
.nav a.first {
	margin:0px;
}


.form {
	display:block;
	clear:both;
	width:566px;
	height:267px;
	background-image:url(/images/header_bg.jpg);
	background-repeat:no-repeat;
	margin-top:50px;
	padding:276px 0px 0px 393px;
}
.form select {
	font-size:18px;
}

.start_button {
	display:block;
	margin:40px 0px 0px 25px;
	height:38px;
	width:124px;
	overflow:hidden;
}
.start_button input:hover {
	margin-top:-38px;
}

.content {
	margin-top:15px;
}
.left, .right {
	background-color:#FFFFFF;
	margin-bottom:25px;
}	
.left {
	width:369px;
	float:left;
}

.right {
	width:566px;
	float:right;
}
.copy {
	 padding:20px;
}
.content_button {
	overflow:hidden;
	height:23px;
	width:198px;
}
.index_button {
	position:absolute;
	margin:105px 0px 0px 180px;
}
.content_button input:hover {
	margin-top:-23px;
}
.content_floats, .content_first {
	padding-top:2px;
	border-top:1px solid #60584b;
	width:162px;
	float:left;
	margin-top:40px;
}
.content_floats {
	margin-left:20px;
}
.content_floats a, .content_first a {
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 10px;
	color:#60584b;
	text-decoration:none;
}
.content_floats a:hover, .content_first a:hover {
	color:#de3f17;
}
.middle {
	background-color:#FFFFFF;
	 padding:20px;
}
.middle .right {
	width:528px;
}
.middle .left {
	width:350px;
}
.left .content_button {
	margin:15px 0px 25px;
}

.how_it_works {
	display:block;
	width:164px;
	height:91px;
	overflow:hidden;
	float:left;
}
.faq {
	display:block;
	width:166px;
	height:91px;
	overflow:hidden;
	float:right;
}
.faq img:hover {
	margin-top:-91px;
}
.how_it_works img:hover {
	margin-top:-91px;
}

.footer {
	display:block;
	clear:both;
	border-top:1px solid #60584b;
	padding:15px 0px;
	margin-top:15px;
}
.footer ul {
	margin:0px;
	padding:0px;
}
.footer ul li {
	display:inline;
	margin-right:10px;
}
.footer a {
	color:#60584b;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover {
	text-decoration:underline;
}