body {
	font-family:Tahoma, Arial, sans-serif;
	background-color:#D9F2D9;
	margin:0px;
	font-size:12px;
	color:#252525;
}


h1 {
	margin:0px;
	font-size:22px;
}
h2, .set_h2 {
	font-size:16px;
	margin:10px 0px;
}
h3 {
	font-size:15px;
	margin:10px 0px;
	color:#252525;
	padding-left:6px;
}



ul, ol {
	margin:0px 0px 0px 30px;
	padding:0px;
}

li {
	list-style:square;
	margin:8px 0px;
}

a {
	color:#464646;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

form { margin:0px; }
img { border:0px; border:none;}

.top_border {
	display:block;
	height:20px;
	margin:0px 0px 18px 0px;
	background-color:#336633;
}



.wrapper {
	display:block;
	width:800px;
	margin:0px auto;
}
.background {
    background-color:#fff;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
    margin:30px 0;
}


.nav {
	display:block;
    padding:20px 0 20px 20px;
}
.nav a {
	display:block;
	float:left;
	height:60px;
	width:108px;
	overflow:hidden;
	background-image:url(/images/nav_sprite.jpg);
	background-repeat:no-repeat;
	margin:0px 2px;
}
.nav .get_started {
	background-position: 0px 0px;
}
.nav .get_started:hover {
	background-position: 0px -59px;
}
.nav .how_it_works {
	background-position: -108px 0px;
}
.nav .how_it_works:hover {
	background-position: -108px -59px;
}
.nav .faq {
	background-position: -216px 0px;
}
.nav .faq:hover {
	background-position: -216px -59px;
}
.nav .security {
	background-position: -324px 0px;
}
.nav .security:hover {
	background-position: -324px -59px;
}
.nav .contact {
	background-position: -432px 0px;
}
.nav .contact:hover{
	background-position: -432px -59px;
}

.nav .logo {
	height:63px;
	width:174px;
	margin-right:25px;
	background-image:none;
}

.header_bg {
	display:block;
	width:100%;
	height:500px;
	background-repeat:no-repeat;
	background-image:url(/images/index_header.jpg);
	background-position: 20px 20px;
}
.header_bg img {margin:50px 0px 30px 55px}
.form {
	display:block;
    position:absolute;
	width:485px;
	height:191px;
	padding:74px 0px 0px 44px;
	background-image:url(/images/form_bg.png);
	background-repeat:no-repeat;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
    margin-left:-23px !important;
    margin-top:190px !important;
}
.form td {
	vertical-align:top;
}
.form .textbox {
	width:160px;
}
.form .tos {
	width:235px;
}
.form .tos a {
	color:#22486B;
	font-weight:bold;
	text-decoration:none;
}
.form .tos a:hover {
	text-decoration:underline;
}
.form .textbox input {
	border:#22486B 1px solid;
	width:140px;
}
.form .checkbox input, .form .tos input {
	margin:0px 5px;
}

.form .text {
	height:30px;
	width:75px;
}

.content, .footer {
	display:block;
	clear:both;
	width:760px;
    padding:20px;
}



.left {
	display:block;
	width:550px;
	float:left;
}
.left p {
	line-height:18px;
}
.left a {
	text-decoration:underline;
}



.first_block {
	display:block;
	border:#EFEFEF 1px solid;
	background-color:#FAFAFA;
	padding:10px;
	margin-bottom:20px;
}

.leftbox h2, .rightbox h2 {
	font-size:14px;
}
.leftbox, .rightbox {
	display:block;
	width:237px;
	height:218px;
	padding:2px 10px 10px 20px;

    border:1px solid #a1b1a4;
}
.leftbox p, .rightbox p {
	line-height:normal;
}
.leftbox {
	float:left;
}
.rightbox {
	float:right;
}
.rightbox ul {
	margin:0px 0px 0px 10px;
}
.note {
	font-style:italic;
	color:#999999;
	font-size:10px;
}
.note p {
	line-height:normal;
}

.right {
	display:block;
	width:162px;
	padding:10px;
	float:right;
	background-color:#D9F2D9;
    /*border:1px solid #a1b1a4;*/
}
.right ul {
	margin-left:20px;
}
.right li {
	margin:8px 0px;
	font-size:12px;
}
.right li a {
	font-size:12px;
}
.side_contact td {
	vertical-align:top;
}
.side_contact div {
	display:block;
	padding:10px 0px;
}
.side_email {
	width:135px;
	border:1px solid #254A6D;
	color:#254A6D;
	font-size:11px;
}


ul#error li {
    color:red;
    margin:0;
}
.response .form_header {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.response .field input {
	margin:5px 0px 5px 0px;
	border:1px solid #254A6D;
	padding:3px;
	color:#254A6D;
	font-size:12px;
	width:150px;
    font-family: Tahoma,Arial,sans-serif;
}
.response .field textarea {
	margin:5px 0px 5px 0px;
	border:1px solid #254A6D;
	color:#254A6D;
	font-size:12px;
	width:300px;
	height:100px;
    padding:3px;
    font-family: Tahoma,Arial,sans-serif;
}
.response .contact-button {
	margin:5px 0px 5px 0px;
}
.response .default {
	color: #666666;
}
.response .error {
    border:1px solid red !important;
}
.response .error .active {
	background:#FFFFFF;
	color:#959595 !important;
}
span.error {
	display:none;
}


/* No Bank Page  */
.no_bank .account {
	font-size:11px;
	text-transform:uppercase;
}
.no_bank .amount {
	height:25px;
}
.no_bank .amount select {
	width:185px;
}
.no_bank .citizen div {
	font-size:11px;
	text-transform:uppercase;
}
.no_bank .citizen input, .no_bank .account input {
	margin:0px;
}
.no_bank .dob div {
	float:left;
	margin-right:5px;
}
.no_bank .text {
	width:auto;
	padding:3px 0px;
	height:auto;
	font-weight:bold;
}
.no_bank .button input {
	margin-top:5px;
}
.no_bank .button {
	text-align:right;
}
.no_bank .button_width {
	width:200px;
}
.no_bank_banner {
	margin-bottom:20px;
}
#errors {
    margin:0;
}
#errors p {
    color:red !important;
    margin:0;
}

/* Disclosures */
.disclosures {
	display:block;
	width:330px;
	float:left;
	color:#999999;
}
.disclosures ul {
	margin:0px;
}
.disclosures li {
	list-style:none;
	margin:0px;
}

.bottom_nav {
	display:block;
	width:340px;
	float:right;
	color:#999999;
	text-align:right;
}
.bottom_nav a {
	color:#999999;
}




/* Modal */
#mask {
  position:absolute;
  z-index:6000;
  background-color:#000000;
  left: 0px;
  top: 0px;
  display: none;
  width: 0px;
  height: 0px;
}
.window {
	position:absolute;
	z-index:9999;
	display:block;
	width:422px;
	margin:0px auto;
	background-color:#fff;
	border:1px solid #979797;
}

.window .close {
	position:absolute;
	margin: 5px 0px 0px 390px;
	cursor:pointer;
    z-index:300;
	font-size:11px;
}
.window .close:hover {
	text-decoration:underline;
}
.modal_image {
	float:left;
}
.window .page_button,
.window .form_button {
	float:left;
}
.window .page_button {
	margin-top:0px;
}
.window .form_button {
	padding:0px;
}
.window h2 {
	margin-bottom:0px;
	color:#303030;
}
.window .form_button a {
	font-size:14px;
	font-weight:normal;
	height:18px;
}
.window .text {
	float:right;
	width:280px;
}
.window .text p {
	line-height:18px;
	margin-top:4px;
}
.footer_modal {
	color:#fff;
	height:42px;
	background-image:url('/images/int_footer_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	font-size:24px;
	font-weight:lighter;
	padding:10px 15px 0px 15px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.footer_modal p {
	margin:0px;
	border-left: 3px solid #B04F00;
	padding-left:10px;
}
/* International Leads */
.international {
	padding:25px;
	line-height:20px;
}