





body {
	margin:0px;
	padding:0px;
	background-color: #f3ece1;
	font-family:Verdana,Helvetica,Arial,Geneva,sans-serif;
	font-size:14px;
}


#shell_div {
	width: 100%;
	color: black;
}

div#top_bar {
	height: 60px;
	background: #fff url("/images/front/Header-Background.jpg") bottom left repeat-x;
	border-bottom: solid 2px #c7a06c;
	color: #fff;
	display:block;
}

div#top_bar_content {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
}

div#logo {
	margin-top: 10px;
	float:left;
	font-weight: bold;
	font-size:2em;
}

div#logo a{
	text-decoration: none;
	color: #fff;
}

div#header_links{
	float:right;
	margin-top: 18px;
	font-size: 1.2em;
}

div#header_links a {
	color: #fff;
}

div#header_links .note_text {
	font-size: .8em;
}

div#footer {
	padding: 20px 0px 70px;
	color: #fff;
	text-align:center;
	background: #116503 url("/images/front/footer-fade.gif") bottom left repeat-x;
}

div#footer a{
	color: #fff;
}

/******* MAIN PAGE TOP AREA **********/
div#front_area_box {
	background: #fff url("/images/front/Front-Top-Background.gif") bottom left repeat-x;
	width: 100%;
	border-bottom: solid 3px #a8957b;
}

div#front_area_box_content {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
}

img#main_screenshot {
	float:left;
}

div#pitch_box{
	float:left;
	margin-left: 10px;
	font-size: 1.25em;
	width: 450px;
}

div#pitch_box h1{
	font-size: 1.5em;
	color: #116503;
	margin:5px
}

div#pitch_box ul{
	margin: 0px;
	padding: 0px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

div#pitch_box ul li{
	padding:5px 0 5px 15px;
	background:transparent url(/images/front/Bullet.gif) no-repeat scroll 1px 11px;
	color:#242424;
}	

img#signup_button {
	border: none;
}

div#signup_button_div {
	width: 100%;
	text-align: center;
}


/*********** INFO BOXES BELOW *************/
div#info_boxes {
	background-color: #ffffff;
	width: 100%;
}

div#info_boxes_content {
	position:relative;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: left;
	width: 1000px;
	min-height: 100%;
}

div.info_box_breaks {
	text-align:center;
	border-bottom: solid 1px #ababab;
	margin: 25px 0px 10px;
}

div.info_box {
	float:left;
	width: 310px;
	margin-right: 20px;
	padding-right: 10px;
	border-right: solid 2px #ababab;
	height: 175px;
	font-size: 1.1em;
}

div.info_box h2, div.info_box_breaks h2{
	margin: 0px 0px 0px;
	color: #116503;
	font-size: 1.1em;
}

span.highlight {
	background-color: #e1fac7;
}

div.info_box a{
	color: #116503;
}

/******* GENERAL STYLES ********/
.clear_div{
	clear:both;
}


/************ CREATE ACCOUNT PAGE **************/
#left_register_col {
	float:left;
	width: 400px;
}

#register_brown_box {
	float:left;
}

#register_brown_box .bb_content_body {
	padding: 0px 10px 30px;
}


table.register { 
	margin: 0px;
}

table.register td {
	padding: 0 0 10px 10px;
}

#create_account_button {
	float:left;
	margin-right:20px;
	margin-left: 10px;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div#login_reminder{
	float:left;
	font-size: 16px;
	text-align: center;
	padding-top: 3px;
}

div#login_reminder a{
	color: #116503;
	font-size: 16px;
}



/********* WHO KNOWS *************/
div#signup_box {
	width: 100%;
	height: 470px;
}

div#signup_box_content {
	position: relative;
	
	padding: 5px 0px 30px;
	text-align: left;
	width: 588px;
	min-height: 100%;
}

div#signup_box_content h1{
	background:transparent url(/images/front/box-header.gif) no-repeat scroll;
	padding:10px 10px 0px 10px;
	font-size: 1.5em;
	margin:0px;
	color: #116503;
}

div#signup_box_body {
	padding: 10px 10px;
	background-color: #fff;
	
}

div#signup_box_footer {
	
}





/****** FORM ERRORS ******/
#errorExplanation {
	border: dashed 1px #116503;
	padding: 5px;
	margin-bottom: 10px;
}

#errorExplanation h2{
	color: red;
	margin:0px;
	font-size: 1.2em;
}

#errorExplanation h4{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #116503;
}

#errorExplanation p{
	margin:0px;
	padding:0px;
}

#errorExplanation ul{
	list-style: none;
	margin: 0px;
	padding: 0px 5px;
	
}

div.notice_fail{
	color: red;
	padding: 5px;
	margin: 10px 0px;
	border: solid 1px red;
}

div.notice_pass{
	color: green;
	padding: 5px;
	margin: 10px 0px;
	border-top: solid 1px #116503;
	border-left: solid 2px #116503;
	border-right: solid 1px #116503;
	border-bottom: solid 2px #116503;
}



div.notice_pass2 {
	color: #116503;
	margin: 10px 0px;
	background-color: #d7e5d5;
}

div.notice_pass2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_pass2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
	margin:0px;
}

div#signup_box_body div.notice_pass2 table, div#signup_box_body div.notice_fail2 table {
	margin: 0px;
}

div#signup_box_body div.notice_pass2 table td, div#signup_box_body div.notice_fail2 table td{
	padding: 0px;
}

div.notice_pass2 table tr.alert_top{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-tm.gif") top left repeat-x;
}

div.notice_pass2 table tr.alert_bottom{
	height: 15px;
	background: #d7e5d5 url("/images/redesign/alert-bm.gif") bottom left repeat-x;
}


div.notice_pass2 table td{
	padding: 0px;
	border: none;
}

div.notice_pass2 table td.alert_content {
	font-size: 15px;
}

div.notice_pass2 table td.alert_ml{
	background: #d7e5d5 url("/images/redesign/alert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_pass2 table td.alert_mr{
	background: #d7e5d5 url("/images/redesign/alert-rm.gif") top right repeat-y;
	width: 30px;
}


div.notice_pass2 table td.alert_tr, div.notice_pass2 table td.alert_br {
	text-align: right;
}

div.notice_fail{
color: #e80808;
padding: 5px;
margin: 10px 0px;
border: solid 1px #9f0b0b;
background-color: #e8d2d2;

border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;

box-shadow: 2px 2px 1px #cecece;
-moz-box-shadow: 2px 2px 1px #cecece;
-webkit-box-shadow: 2px 2px 1px #cecece;

}

div.notice_fail2 {
	color: #e80808;
	margin: 10px 0px;
	background-color: #eedada;
}

div.notice_fail2 strong{
	font-size: 21px;
	display:block;
	margin-bottom: 10px;
}

div.notice_fail2 table{
	width: 100%;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-size: 1px;
}

div.notice_fail2 table tr.alert_top{
	height: 15px;
	background: #eedada url("/images/redesign/falert-mt.gif") top left repeat-x;
}

div.notice_fail2 table tr.alert_bottom{
	height: 15px;
	background: #eedada url("/images/redesign/falert-bm.gif") bottom left repeat-x;
}


div.notice_fail2 table td{
	padding: 0px;
	border: none;
}

div.notice_fail2 table td.alert_content {
	font-size: 15px;
}

div.notice_fail2 table td.alert_ml{
	background: #eedada url("/images/redesign/falert-ml.gif") top left repeat-y;
	width: 30px;
}

div.notice_fail2 table td.alert_mr{
	background: #eedada url("/images/redesign/falert-mr.gif") top right repeat-y;
	width: 30px;
}


div.notice_fail2 table td.alert_tr, div.notice_fail2 table td.alert_br {
	text-align: right;
}


/************** PLANS ****************/
/*div#front_area_box {
	background: #fff url("/images/front/Front-Top-Background.gif") bottom left repeat-x;
	width: 1001px;
	border-bottom: solid 3px #a8957b;
	margin: 0px -11px;
}*/



div#signup_box_body table {
	margin: 0px;
}

div#signup_box_body table td {
	padding: 0 0 10px 10px;
}

table.payment_list {
	font-size: .9em;
	width: 100%;
	
}

table.payment_list tr{
}

table.payment_list th{
	background-color: #dddddd;
	color: #444444;
	text-align:center;
	font-variant: small-caps;
	font-weight: normal;
	padding: 10px 11px;
	border-left: solid 1px #efefef;
	border-bottom: none;
}

table.payment_list th.left_cell{
	text-align:left;
	font-weight: bold;
	width: 129px;
	border-left: none;
}

table.payment_list tr.current_plan_row{
	background-color: #e4f4e2;
}

table.payment_list tr.invalid_plan_row{
	background-color: #eeeeee;
	color: #aaa;
}

table.payment_list tr.invalid_plan_row td em{
	color: #aaa;
}


table.payment_list .upgrade_td {
	font-weight: bold;
	color: #000;
}

table.payment_list tr.invalid_plan_row .upgrade_td {
	font-weight: normal;
}

table.payment_list td{
	padding: 10px 12px;
	border-left: solid 1px #efefef;	
	border-bottom: solid 1px #efefef;	
	border-right: none;
	border-top: none;
	text-align: center;
}

table.payment_list td.upgrade_td{
	border-right: solid 1px #efefef;	
}

table.payment_list td.plan_name{
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}

table.payment_list td.plan_name em{
	font-weight: normal;
	margin-left:8px;
	color: #444444;
	font-size:13px;
}

/********** COMPARISON BOXES *************/
div.plan_comparison {
	margin-top: 10px;
}


div.plan_comparison div.plan_info div.plan_numbers{
	height: 75px;
	border-bottom: solid 1px #bbb;
	margin-bottom: 5px;
}

div.plan_comparison div.plan_info div.plan_checks{
	height: 70px;
}


div.plan_comparison	.plan_info .price{
	display:block;
	background-color: #eeeeee;
	margin: 0px -5px -5px;
	padding: 5px 5px 5px 15px;
	color: #444444;
	font-weight: bold;
	border-top: solid 1px #aaa;
	height: 75px;
}

div.plan_comparison	.plan_info .price img{
	margin-top: 10px;
}


/***** Current plan ****/

div.plan_comparison	div.current_plan {
	width: 300px;
	float:left;
}



div.plan_comparison	div.current_plan .plan_identifier {
	background-color: #222222;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.current_plan .plan_name {
	background-color: #666666;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.current_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #ababab;
	border-top: none;
}

div.plan_comparison	div.current_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.current_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}



div.plan_comparison div.upgrade_arrow {
	float:left;
	margin-left: 0px;
	margin-top: 23px;
}


/***** Recommended Plan *****/

div.plan_comparison	div.recommended_plan {
	width: 312px;
	float:left;
	margin-left: 10px;
}

div.plan_comparison	div.recommended_plan .plan_identifier {
	background-color: #000000;
	color: #fff;
	padding: 3px;
	font-size: 1em;
	font-weight:bold;
	display: block;
	text-align: center;
}
	
div.plan_comparison	div.recommended_plan .plan_name {
	background-color: #116503;
	color: #ffffff;
	padding: 5px;
	font-size: 24px;
	display: block;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	font-variant: small-caps;
}
		
div.plan_comparison	div.recommended_plan .plan_info{
	padding:5px;
	font-size: 1.2em;
	border: solid 1px #116503;
	border-top: none;
}

.popular_plan {
	background: url('/images/plans/pop_plan.gif') top right no-repeat;
}

.top_plan {
	background: url('/images/plans/best_plan.gif') top right no-repeat;
}


div.plan_comparison	div.recommended_plan .plan_info .number{
	font-weight:  bold;
}

div.plan_comparison	div.recommended_plan .plan_info .check_item img{
	margin: 3px 3px 0px 0px;
	float:left;
}


/************ SITE WARNINGS **************/
.user_upgrade_warning {
	border: solid 1px red;
	margin: 2px 10px 10px;
	padding: 5px 10px;
	color: #000000;
}

/************ PLANS ****************/
#plans_box_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 759px;
}

#plans_front_top_text_box{
	text-align: center;
}


#plans_front_top_text_box span.front_text_big {
	font-size: 2.7em;
	color: #000;
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: -1px;
	line-height: 1em;
}

#plans_front_top_text_box span.front_text_big2 {
	font-size: 1.8em;
	color: #000;
	display: block;
	font-weight: normal;
	margin-bottom: 35px;
	margin-top: 5px;
	letter-spacing: -1px;
}


#plans_wrapper{
	width: 759px;
}

.plan_box{
	width:240px;
	float: left;
	border: solid 1px black;
	background-color: #ffffff;
	margin-top: 20px;
}

.plan_box_tall {
	margin-top: 0px;
	background-color: #ffffff;
	border: solid 3px #116503;
	width:270px;
	height: 330px;
	font-size: 1.1em;
}

.left_shadow {
	background: #ffffff url('/images/plans/leftshadow.gif') right top repeat-y;
	border-right: none;
}

.right_shadow {
	background: #ffffff url('/images/plans/rightshadow.gif') left top repeat-y;
	border-left: none;
}

.plan_box span.name{
	font-size: 2em;
	font-weight: bold;
	color: #116503;
	display:block;
}

.plan_box span.price{
	font-size: 1.2em;
	font-weight: bold;
	display:block;
}

.plan_box span.short_desc{
	font-size: 1em;
	display:block;
	border-bottom: solid 1px #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #4f402b;
	font-variant: small-caps;
}

.plan_box ul.highlights{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1.2em;
	vertical-align: baseline;
	background: transparent;
	height: 150px;

}

.plan_box_tall ul.highlights{
	margin-bottom: 20px;
}

.plan_box_tall ul.highlights li{
	border-bottom: 1px dotted #4f402b;
}


.plan_box ul.highlights li strong{
	color: #4f402b;
}

img.sign_up {
	margin: 10px 0px;
	border: none;
}

#front_box_shell {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1072px;
	min-height: 100%;
}

#front_box_content {
	width: 1072px;
}

#front_box_content .front_split_left {
	margin: 0px 20px 0px 0px;
}

#front_box_content .front_split_right {
	margin: 0px;
}

/************ CREATE FAMILY **************/
.create_family_shell {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 1072px;
	min-height: 100%;
}

.create_family_wrapper {
	width: 650px;
	
	margin: 0px auto 150px;
}

.create_family_body {
	background: #ffffff url('/images/plans/create_family_bg.gif') center top repeat-y;
	width: 590px;
		padding: 15px 30px 30px;
}
.create_family_wrapper label {
}
