@charset "utf-8";
/* CSS Document */
/*
------------------------------------------
Landing Page Styles
------------------------------------------
*/
.forgot_password {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:300px;
	margin-top:3px;
	height:12px;
	color:#FFF;
}
.forgot_password a {
	color:#FFF;
	text-decoration:underline;
}
.white_text {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
#member_login_container { /*renamed from member_signin*/
	width:300px;
	height:40px;
	padding-top:0px;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
#container_logo {
	width:315px;
	height:40px;
	padding-top:6px;
	float:left;
	margin-left:15px;
}
.headlineStyle2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#900;
	font-weight:bold;
	width:198px;
	text-align:center;
}
.headlineStyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	line-height:25px;
	color:#900;
	font-weight:bold;
}
.subheadStyle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#ea7a04;
	font-weight:bold;
}
.bodyCopyHeadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	list-style:url(images/arrow.png);
}
ul {
	margin-left:0;
	padding-left:17px;
}
body {
	margin:0;
}
#container_main {
	width:750px;
	height:605px;
	margin:0 auto;
	border:#860002 thin solid;
}
#container_header {
	width:750px;
	height:57px;
	background-image:url(images/header.png);
}
#container_headline {
	width:400px;
	height:70px;
	position:absolute;
	text-align:center;
	margin-top:85px;
	margin-left:330px;
}
#container_content {
	width:750px;
	height:371px;
	background-image:url(images/LandingPagePeople.jpg);
}
#container_footer {
	width:750px;
	height:177px;
	background-image:url(images/footer.png);
}
#container_bodyCopy {
	width:400px;
	height:130px;
	position:absolute;
	margin-top:439px;
	margin-left:330px;
}
#container_infobox {
	width:282px;
	height:521px;
	position:absolute;
	margin-top:70px;
	margin-left:25px;
	background-image:url(images/infoBox.png);
}
#container_infoboxContent {
	width:225px;
	height:400px;
	margin-top:40px;
	margin-left:34px;
}
.container_dottedBorder {
	width:220px;
	height:5px;
	border-bottom:#CCC thin dotted;
	margin-top:0px;
}
form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
}
select {
	border:#CCC thin solid;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.input_field {
	width:176px;
	height:13px;
}
.input_short {
	width:55px;
}
.input_button {
	width:45px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.form_text {
	display:inline;
}
#container_button {
	padding-left:22px;
	padding-top:10px;
	width:198px;
	height:50px;
}
.form_details {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
.form_spacer {
	height:7px;
}
/*
------------------------------------------
Funnel Page Styles
------------------------------------------
*/
#container_main_funnel {
	width:750px;
	height:610px;
	margin:0 auto;
	background-image:url(images/funnel_back.gif);
	border:#860002 thin solid;
}
#funnel_header_text {
	width:730px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin-top:68px;
	text-align:right;
}
#funnel_form_container {
	width:511px;
	height:355px;
	margin-top:28px;
	margin-left:120px;
}
.section_text {
	background-image:url(images/dotted-line.gif);
	width:510px;
	height:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	padding-left:5px;
	font-weight:bold;
	background-repeat:no-repeat;
}
.spacer {
	padding-right:10px;
	display:inline;
}
.gray_text {
	color:#999;
}
.form_header_text {
	width:510px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#900;
	text-align:center;
	font-weight:bold;/*	border:#0F6 thin solid;*/
}
.form2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:40px;
	margin-top:15px;
	color:#333;
}
.funnel_input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.signupInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#funnel_submit_button {
	width:170px;
	height:47px;
	margin-left:305px;
	margin-top:15px;
	background-image:url(images/button_continue_rollover.gif);
	background-repeat:no-repeat;
	float:right;
	position:absolute;
}
#funnel_submit_button:hover {
	background-image:url(images/button_continue_rollover.gif);
	background-repeat:no-repeat;
	background-position:0px -47px;
	cursor:pointer;
}
#funnel_submit_button_free {
	width:170px;
	height:47px;
	margin-left:300px;
	background-image:url(images/button_joinfree_rollover.gif);
	background-repeat:no-repeat;
	position:absolute;
}
#funnel_submit_button_free:hover {
	background-image:url(images/button_joinfree_rollover.gif);
	background-repeat:no-repeat;
	background-position:0px -47px;
	cursor:pointer;
}
.image_container{
	padding-left:8px;
	padding-right:8px;
}
.profile_images{
	margin-top:12px;
	width:750px;
	height:120px;
	text-align:center;
}
#toc{
	width:350px;
	height:25px;
	margin-top:10px;
	padding-left:138px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
}
#toc a{
	text-decoration:underline;
}

#QuestionTable { width: 450px;}

#bottom_nav{ /* renamed from footer_link_container */
	width:1009px;
	height:18px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
}
#bottom_nav a{
	width:1009px;
	height:45px;
	margin:0 auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999;
	margin-top:10px;
	text-decoration:none;
	padding-right:2px;
	padding-left:2px;
}
#bottom_nav a:hover{
	text-decoration:underline;
}
#footer { /* renamed from footer_text */
	width:1009px;
	height:80px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#999;
	margin-top:10px;
}


.mustagree { font-size:9; color: #000; text-align:center;}
.mustagree a {  color: #000; text-decoration:underline;}
.SignupError { font-size: 9; color:red;}










