/*
	 
          		 brown: #59280b (about page text)
          		 bright green: #50bf3f (error messages)
          		 light green: #b7e4ac
          		 orange: #F27405
				 light blue: #84B1D9
		 
*/
/*------------------------------------------------------------------------------------------------------------------
                                                      RESET                    
------------------------------------------------------------------------------------------------------------------*/
*					        	    { margin: 0; padding: 0; }
html				        		{ overflow-y: scroll; }
html, body			        		{ height: 100%; margin: 0; }
body			        			{ font-size: 62.5%; font-family: Helvetica, Verdana, sans-serif;  background-color: #fff; }
ul				        			{ list-style: disc inside; padding-left: 10px; }
ol				         			{ list-style: decimal inside; padding-left: 10px; }
li                                  { list-style-position: outside; }
a					          		{ outline: none; text-decoration: none; }
a img			        			{ border: none; background: none; }
img							        { vertical-align: middle; }
p							        { margin-top: 10px; }
textarea							{ resize: none; }									  
input:focus, textarea:focus 		{ outline: none; }

/*------------------------------------------------------------------------------------------------------------------
                                                      UTILITY                    
------------------------------------------------------------------------------------------------------------------*/
.clear 								{ clear: both; }
.line_break 						{ clear: both; margin-top: 10px 0; }
.center 							{ text-align: center; }
.bold 								{ font-weight: bold; }
.green 								{ color: #30fe2f; font-weight: bold; }
.italic								{ font-style: italic; }
/*------------------------------------------------------------------------------------------------------------------
                                                      TYPOGRAPHY                    
------------------------------------------------------------------------------------------------------------------*/
p, li								{ font-size: 12px; line-height: 1.2em; margin: 0 0 10px 0; }
h1									{ font-size: 3.6em; font-weight: normal; }
h2									{ font-size: 2.8em; font-weight: normal; }
h3									{ font-size: 26px; font-weight: normal; margin: 0 0 0 17px; }
h4									{ font-size: 2.0em; font-weight: normal; margin-bottom: 5px; }
h5									{ font-size: 15px; font-weight: normal; margin: 0 0 5px 18px }

/*------------------------------------------------------------------------------------------------------------------
                                       FIELDS & VALIDATION ERRORS & FLASH MESSAGES                    
------------------------------------------------------------------------------------------------------------------*/
#flash_notice { 
	position: absolute;
	top: 87px; left: 96px;
	width: 720px; height: 25px;
	background: pink;
	text-align: center;
	font-size: 14px;
	color: #59280b;
	padding: 14px 0 0 0;
}
#errorExplanation {
	background: #5a3b0e;
	padding: 15px 20px;
	position: absolute;
	top: -54px;
	left: -331px;
	color: white;
	width: 200px;	
}
#errorExplanation h2 {
	font-size: 16px;
	margin: 4px 0 10px 0;
}
.fieldWithErrors input{
	margin-bottom: 10px;
	margin-top: -10px;
	padding: 0px;
}
span.required_asterisk 	{ 
	color: #50bf3f; 
	font-weight: bold; 
	font-size: 14px;
}
label { 
	float: left; 
	text-align: right; 
	margin: 29px 11px 0 0px; 
	width: 129px; 
	font-weight: bold;
}
.error_message {
	font-weight: normal; 
	position: absolute;	
	font-family: Georgia, serif; 
	font-style: italic; 
	font-size: 10px;	
}
#new_user .error_message { 
	color: #59280b;  
	top: 14px; 
	right: 84px;
}
#new_user .field_error input, 
#edit_user_profile .field_error input {
	background: pink;
}
#new_user_session .error_message {
	display: none;
}
#edit_user_profile .error_message {
	top: 14px;
	right: 104px;
}
/*------------------------------------------------------------------------------------------------------------------
                                                  TOP BUTTON                   
------------------------------------------------------------------------------------------------------------------*/
#arizona_foreclosure_back_to_top_home{
	bottom:-49px;
	height:100px;
	position:absolute;
	right:-27px;
	width:150px;
}
#arizona_foreclosure_back_to_top_faq{
	bottom:-61px;
	height:100px;
	position:absolute;
	right:-68px;
	width:150px;
}
#arizona_foreclosure_back_to_top_features{
	bottom:-61px;
	height:100px;
	position:absolute;
	right:-28px;
	width:150px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                  HEADER & NAV                   
------------------------------------------------------------------------------------------------------------------*/
#header_main {
	background: url(/images/header_bg.jpg) top center repeat-x #84b1d9; 
	height: 170px;
	width: auto;
}
#header_wrap {
	margin: 0 auto;
	width: 956px;
}
.main_logo{
	position:relative;
	top: 5px;
	left: 110px;
	width: 200px;
}
ul#nav {
	list-style: none;
	font-size: 18px;
	text-align: center;
	margin: 29px 0 0 0;
}
ul#nav li { 
	display: inline;		
}
#login_button { 
	float: right; 
	font-size: 14px; 
	margin: 20px 20px 0 0; 
}
ul#nav li a * {
	display: none; /*this hides the text nav so we can see the images*/
}
ul#nav li a,
ul#nav li a .hover {
	height: 42px;
	position: relative;
	display: inline-block;
	background: url('../images/foreclosure_grove_navigation.jpg') 0 0 no-repeat;	
}
#nav a.home {
	background-position: 0 0px;
	width: 107px;
	height: 42px;
}
#nav .highlight a.home:hover,
#nav a.home .hover,
#nav a.home_selected {
	background-position: 0px -43px;
	width: 107px;	
	height: 42px;
}
#nav a.features {
	background-position: -109px 0;
	width: 144px;
	height: 42px;
}
#nav .highlight a.features:hover,
#nav a.features .hover,
#nav a.features_selected {
	background-position: -109px -43px;
	width: 144px;
	height: 42px;
}
#nav a.about_us {
	background-position: -253px 0;
	width: 143px;
	height: 42px;
}
#nav .highlight a.about_us:hover,
#nav a.about_us .hover,
#nav a.about_us_selected {
	background-position: -253px -43px;
	width: 143px;
	height: 42px;
}
#nav a.sign_up {
	background-position: -397px 0;
	width: 233px;
	height: 42px;
}

#nav .highlight a.sign_up:hover,
#nav a.sign_up .hover,
#nav a.sign_up_selected {
	background-position: -397px -43px;
	width: 233px;
	height: 42px;
}
/*------------------------------------------------------------------------------------------------------------------
                                                      PAGES                    
------------------------------------------------------------------------------------------------------------------*/
/* 
   												 	home
*/
#push_off{
	top:0;
	left:-9999px;
	position: absolute;
}

.or {
	font-size: 1.2em;
	color: #b7e4ac;
	font-weight: bold;
	padding:0 14px
}
.arizona_foreclosure_tour{
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	text-decoration: underline;		
}
.arizona_foreclosure_tour a{
	color: white;
	text-decoration: underline;	
}
.arizona_foreclosure_tour a:hover{
	color:#b7e4ac;
	text-decoration: underline;
}
.left{
	float:left;
	margin-bottom:40px;
	margin-left:10px;
}

.home_screens_left{
	float:left;
	margin-top:-23px;
	margin-left:-65px;
}

#home_main {
	width: 100%;
	background: url(/images/home_bg.png) repeat-x #50bf3f;
	height: auto;
	min-height: 300px;
}
#home_wrap {
	height: auto;
	min-height: 300px;
	padding: 10px;
	margin: 0 auto;
	width: 956px;  /*add a container div for bg if needed . . .*/
}
#home_top {
	height: auto;
	min-height: 300px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#home_grid { 
	background: url('/images/arizona_foreclosure_information_background.png') no-repeat;
	height: auto;
	min-height: 390px;
	float: left;
	margin-top: 20px;
	width: 100%;
	position: relative;
}
#home_grid_text {
	width: 420px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
}

#home_grid_text h5{
	font-size: 13px;
}

.home_grid_bottom_box{
	padding-top: 15px;
}

#home_grid_text a{
	color: #50bf3f;
	text-decoration: underline;
}

#home_grid_text a:hover {
	color: #F27405;
	text-decoration: underline;
}

#home_features_container {
	float:left;
	height:200px;
	margin-left:28px;
	margin-top:43px;
	width:440px;
}
.home_column{
	width: 200px;
	height: 140px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.home_icon{
	margin: 15px 10px;
	padding-bottom: 40px;
	padding-right: 5px;
	float: left;
}
#home_movie_icon{
	padding: 15px;
	float: left;
	width: 470px;
}
#home_section_wrap {
	height: auto;
	min-height: 400px;
	margin: 0 auto;
	width: 956px;
}
#home_section_main {
	width: 100%;
	background: url(/images/features_section_bg.jpg) repeat-x #84b1d9;
	min-height: 400px;
}
#home_border_section{ 
	background: url(/images/home_section_border_bg.png) repeat-x;
	height: 7px;
	width: 100%;
}

.center_homepage{
	margin-left: -10px;
} 
/* 
   												 sign_up & pricing
*/
#pricing_main {
	width: 100%;
	background: url(/images/pricing_stripe_bg.jpg) repeat-x #84b1d9;
}
#pricing_outer_wrap {
	background: url(/images/pricing_main_bg.jpg) top center no-repeat;
	height: 658px;
	position: relative; /*needs some sort of position to act as parent to absolute position elements with pricing */
	right: 35px;
	text-align: center;
	margin: 0 auto;
	width: 1098px;  /*add a container div for bg if needed . . .*/
}
#pricing_inner_wrap {
	width: 956px;
	min-height: 500px;
	height: auto;
	margin: 0 auto;
}
#pricing_annual {
	width: 190px;
	height: 420px;
	position: absolute;
	top: 140px;
	left: 147px;
}
#pricing_quarterly {
	width: 187px;  /*this box is slightly skinner than the rest so width is smaller*/
	height: 420px;
	position: absolute;
	top: 140px;
	left: 350px;
}
#pricing_monthly {
	width: 190px;
	height: 450px;  /*this box is slightly longer than the rest so height is larger*/
	position: absolute;
	top: 110px;
	left: 552px;
}
#pricing_monthly h3 {
	margin: 0;
}
#pricing_daily {
	width: 195px;  /*this box is slightly wider than the rest so width is larger*/
	height: 420px;
	position: absolute;
	top: 140px;
	left: 765px;
}
#pricing_main .features {
	margin-top: 40px;
	margin-left: 20px;
	text-align: left;
}
.pricing_headline {
	padding: 20px 5px;
}
.top_pricing{
	height: 95px;
	margin: 15px 0;
}
.bottom_pricing{
	height: 190px;
}
.pricing_button{
	height: 60px;
	margin: 15px 0;
}
.question{
	margin-top: 35px;
}
h4.question {
	color: #84B1D9;
	width: 347px;
}
.foreclosure_grove_arizona_foreclosure_question {
	color: #59280B;
	width:359px;
}
#movie_icon {
	width: 800px;
	height: 45px;
	position: absolute;
	top: 572px;
	left:167px;
	color: white;
}
.movie_pic{
	margin-top: -7px;
}
#movie_icon a{
	color: #84B1D9;
	text-decoration: underline;	
}
#movie_icon a:hover{
	color: #50bf3f;
	text-decoration: underline;
}
#movie_icon a:hover IMG{
	opacity: 0.75;
}
#question_column_left {
	float: left;
	padding: 0 0 6px 40px;
}
#question_column_right {
	float: left;
	padding: 0 0 6px 50px;	
}
#faq_main {
	width: 100%;
	background: url(/images/blue_gradient_bg.png) repeat-x #84b1d9;
	height: auto;
	color: black;
	padding-top: 40px;
}
#faq_logo {
	padding: 20px 0;
}
#faq_wrap {
	background: url(/images/faq_top_bg.png) no-repeat #fffdd5;
	height: auto;
	margin: 0 auto;
	width: 846px;  /*add a container div for bg if needed . . .*/
}
#faq_bottom {
	background: url(/images/faq_bottom_bg.png) no-repeat #84b1d9;
	height: 70px;
	width: 846px;
	position: relative;
}
/* 
   													features 
*/
#player{
	margin-top: -45px;
}

#features_main {
	width: 100%;
	background: black; /*url(/images/features_bg.png) repeat-x;*/
	height: auto;
	color: white;
}
#features_wrap {
	height: auto;
	padding: 10px;
	margin: 0 auto;
	width: 956px;  /*add a container div for bg if needed . . .*/
}
#features_section_main {
	width: 100%;
	background: url(/images/features_section_bg.jpg) repeat-x #84b1d9;
	min-height: 500px;
}
#features_section_wrap {
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	width: 956px;
	padding-top: 40px;
}
#features_grid {
	background: url(/images/features_card_bg.png) no-repeat top center;
	min-height: 450px;
	position: relative;
}
.features_column{
	width: 250px;
	height: 140px;
	float:left;
	margin: 45px -10px 0px 50px;
}

.features_column a {
	text-decoration: underline;
	color: #84b1d9;
}

.features_column a:hover {
	text-decoration: underline;
	color: #f27405;
}
.features_icon{
	width: 30%;
	height: 100%;
	float: left;
	margin: 20px 5px;
}
.foreclosure_grove_arizona_foreclosure_question a{
	color:#F27405;
	font-weight: bold;
	text-decoration: underline;
}

.foreclosure_grove_arizona_foreclosure_question a:hover{
	color:#50bf3f; 
	font-weight: bold;
	text-decoration: underline;
}
#mask { 
	z-index: 1000 !important;
}
#mask_signup_image {
	position: absolute;
	top: 20px; left: -275px;
    background: url('/images/foreclosure_grove_tour_overlay2.jpg') no-repeat black; 
	width: 248px; height: 153px;
	z-index: 2000;
}
#mask_signup_link {
	position: absolute;
}	
#tour_film {
	position: relative;
}

#white {
	text-align: center;
	margin: 15px auto 15px auto;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
}
#white a{
	color: #84B1D9;
	text-decoration: underline;
	font-weight: normal;
}

#white a:hover{
	color: #F27405;
	text-decoration: underline;
	font-weight: normal;
}
/*
													features embed code
*/
#embed_code{
	margin-left:141px;
	margin-top:10px;
	overflow:hidden;
	width:320px;
	text-align: center;
	display:none;
	background-color: #b7e4ac;
	border: medium solid white;
	padding: 5px;
	font-size: 12px;
	color: #59280b;
	font-weight: medium;
}
#embed_paragraph{
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	width: 100%;
}
#embed_paragraph a {
	color: #F27405;
	text-decoration: underline;
}
#embed_paragraph a:hover{
	color: white;
}
/* 
   													login 
*/
#login_wrap {
	height: 680px;
	margin: 0 auto;
	width: 894px;
	background: url(/images/login_bg.jpg) center no-repeat #84b1d9;
	position: relative;
}
#login_wrap .password a {
	position: relative;
	bottom: 44px;
	left: 1px;
	text-decoration: underline;
	color: white;
}
#login_page_title {
	position: absolute;
	top: 184px;
	left: 485px;
	background: url(/images/secure_login.png);
	width: 294px;
	height: 47px;
}
#login_wrap input {
	margin: 14px 0 0 0;
	padding: 7px 5px;
	font-size: 15px;
	width: 280px;
	border: 0px solid #59280b;
}
#login_form {
	position: absolute;
	top: 247px;
	left: 486px;
}
#login_form .image_button {
	height: 41px;
	width: 115px;
	margin: 4px 0 0 181px;
	border: 0;
}
#tour_film p{
	display:none;
}
/* 
   													password reset page 
*/
#forgot_password_page_title {
	position: absolute;
	top: 184px;
	left: 485px;
	background: url(/images/forgot_password.png);
	width: 280px;
	height: 34px;
}
#forgot_password_form {
	position: absolute;
	top: 247px;
	left: 486px;
	color: white;
	width: 290px;
}
#forgot_password_form .image_button {
	height: 41px;
	width: 115px;
	margin: 4px 0 14px 181px;
	border: 0;
}
/* 
   												signup (users/new) 
*/
.unbold { font-weight: normal !important; }
#new_user {
	margin: 53px 0 0 90px;	
}
#new_user p {
	position: relative;
}
#new_user h4 {
	background: url(/images/step_box_bg.jpg) repeat-x; 
	width: 232px; height: 24px;
	border: thin solid #d3d3d2;
	font-size: 12px;
	color: #f27405;
	font-weight: bold;
	margin: -18px 0 0 18px;
	padding: 10px 0 0 12px;
}
#new_user .image_button {
	width: 172px; height: 78px;
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
}
.paying_special_note {
	position: relative;
	width: 400px;
	top: -85px;
	left: 180px;
	margin: 10px;
}
.paying_special_note a {
	color: #59280B;
	text-decoration: underline;
}
.paying_special_note a:hover {
	text-decoration: none;
}
#new_user input {
	padding: 14px 0 0 10px;
	height: 20px;
	border: thin solid #979797;
	width: 360px;
	margin: 13px 0 0 0;
	color: #5d5d5d;
	font-size: 12px;
}
#signup_box { 
	background: url(/images/signup_box.jpg) top center; 
	height: 837px; 
	width: 956px; 
	margin: 75px auto 100px auto;
	position: relative;
	color: #59280b;
}
#signup_logo { 
	position: absolute; 
	top: -75px;
	left: -3px;
}
#signup_box_shadow  { 
	background: url(/images/signup_box_shadow.png); 
	width: 957px; 
	height: 78px;
	position: absolute;
	bottom: -78px;	
}
#signup_box .page_title {
	background: url(/images/signup_title.png) no-repeat bottom center; 
	width: 538px; height: 90px;	
	text-indent: -9999px;
	padding: 40px 0 0 311px;
}
#personal_info {
	background: url(/images/personal_info_bg.jpg) repeat-x; 
	width: 592px; height: 268px;
	border: thin solid #d3d3d2;
}
#login_info {
	background: url(/images/personal_info_bg.jpg) repeat-x; 
	width: 592px; height: 213px;	
	border: thin solid #d3d3d2;
	margin: 35px 0 0 0;
}
#signup_disclaimer { 
	font-size: 10px; 
	margin:-10px 0 0 0; 
} 
#signup_sidebar { 
	position: absolute;
	top: 162px; right: 38px;
	width: 160px;
}
#account_details {
	height: 214px; width: 137px;
	background: #50bf3f;
	border: thin solid #c2c2c2;	
	color: white;
	padding: 10px;
}
#account_details ul{
	font-weight: bold;
	margin: 10px 0 0 0;
	width: 136px;
}
#account_details li{
	margin-bottom: 6px;
}
#account_details h4 {
	font-weight: bolder;
	font-size: 22px;
}	
#paypal_details {
	margin: 40px 0 0 0;
	text-align: center;
	color: #f27405;	
}
#paypal_details h4 {
	margin: 10px 0 18px 14px ;
	font-size: 12px;
	font-weight: bold;
	width: 130px;
}
#paypal_details p {
	font-size: 10px;
	width: 130px;
	margin: 0 0 0 14px; 	
}
/* 
   														Edit Profile 
*/
#edit_user_wrapper{
	width: 848px;
	height: 995px;
	background: url(/images/edit_profile_full1.jpg) no-repeat;
	margin: 18px auto 0 auto;
	position: relative;	
}
#edit_user_profile{
	/*color:#59280B;*/
	color: white;
	left:30px;
	position:absolute;
	top:209px;
	width:500px;
}
#edit_user_profile input {
	border:thin solid #59280B;
	color:#5D5D5D;
	font-size:12px;
	height:20px;
	margin:-5px 0 0;
	padding:16px 5px 0;
	width:249px;
}
#account_info_title {
	width: 146px;
}
#cancel_account input, #plan_info input {
	margin: 26px 0 0 -10px;
}
#edit_user_profile .image_button {
	border: none;
	width: 156px; height: 63px;
	margin: 0 0 0 246px;
}
#edit_user_profile p {
	position: relative;
}
#account_info{
	color:#F27405;
	left:85px;
	position:absolute;
	top:159px;	
}
#plan_info{
	/*color:#59280B;*/
	color: black;
	left:85px;
	position:absolute;
	top:654px;
}
#cancel_account {
	color:#F27405;
	left:85px;
	position:absolute;
	top:758px;
}
.new_plan_wrap {
	margin:24px 0 0 16px;	
}
.choose_new {
	color: #59280b;
	font-size: 1.2em;
	padding-right: 10px;
}
#plan_drop {
	width: 119px;
}
.fg_plan_type {
	color: #59280b;
	font-weight: bold;
}
.edit_title {
	border-bottom: thin solid white;
	padding: 3px;
	color: white;
	margin: 0 0 20px 0;	
}
#edit_user_information {
	color: #F27405;
	margin: 0 0 0 185px;
	display: none;
}
#edit_user_content {
	position: absolute;
	top: 84px;
	left: 50px;
}

.paypal_cancel_account{
	margin: -77px 0 0 169px;
}

#cancel_account #cancel_button {
	margin:27px 0 0 17px;
}
#cancel_subscription_confirmation_box {
	background: white;
	display: none;
}
#confirmation_box_content {
	background: #59b1b5;
	width: 100%;
	height: 210px;
	padding: 20px 0 0 0;
}
#confirmation_box_content h3 {
	border-bottom: thin white solid;
	width: 170px;
	padding-bottom: 3px;
	margin: 0 auto;
}
#confirmation_box_content p {
	width: 339px;
	color: black;
	padding: 22px 0 20px 0;
	margin: 0 auto;
}
#confirmation_box_content p img {
	margin: 14px 0 0 93px;
}

/* 
   													account expired 
*/
#acc_expired_wrapper {
	width: 100%;
	background: url(/images/about_gradient_bg.png) repeat-x #84b1d9;
	padding: 20px 0 0 0;
}
#acc_expired_content {
	background: url(/images/acc_expired/bg.png) no-repeat; 
	width: 583px; height: 659px;
	margin: 0 auto;
}

#in_progress_content {
	background: url(/images/acc_expired/in_progress.png) no-repeat; 
	width: 583px; height: 659px;
	margin: 0 auto;
}

#acc_expired_content h4, 
#acc_expired_content p {
	text-indent: -9999px;
}
#featured_btn {
	margin: 279px 0 0 171px;
}
#non_featured_btns {
	margin: 85px 0 0 20px;
}
#non_featured_btns a {
	padding: 0 11px;
}



/*------------------------------------------------------------------------------------------------------------------
                                                      ABOUT PAGES                    
------------------------------------------------------------------------------------------------------------------*/
/* 
   													about pages nav 
*/
#sub_nav {
	width: 968px; height: 40px;
	text-align: center;
	color: #50bf3f;
	background: url(/images/secondary_nav/about_nav_bg.png) top center no-repeat;
	margin: -9px 0 0 0;
}
#sub_nav h4 {
	padding: 5px 0 0 0;
}
/* 
   												  about pages structure 
*/


#about_main {
	width: 100%;
	background: url(/images/about_gradient_bg.png) repeat-x #84b1d9;
	height: auto;
	min-height: 524px;
}
#about_wrap {
	height: auto;
	min-height: 524px;
	background: url(/images/about_bg.png) center 36px;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0 auto;
	width: 956px;
}
#our_team_container p  {
	color: #59280b;
}

#about_container p {
	color: #59280b;
	margin-left: 19px;
	width: 563px;
}


/* 
   													about / overview 
*/
.padded_green {
	color: #50bf3f;
	padding: 10px 0;
}
.orange {
	color: #f27405;
}
.brown {
	color: #59280b;
	padding: 10px 0;
}
#about_container {
	width: 620px;
	margin-left: 174px;
	margin-top: 110px;
	height: auto;
	min-height: 231px;
}


/* 
   													about / our team 
*/
#our_team_wrap{
	height: auto;
	min-height: 524px;
	background: url(/images/house_burst.png) 400px 0px;
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0 auto;
	width: 956px;
}
#our_team_container {
	margin-left: 6px;
	margin-top: 70px;
	height: auto;
}
.container {
	width: 95%;
	height: auto;
}

#our_team_wrap a{
	color: black;
	text-decoration: underline;
}


#our_team_wrap a:hover {
	color: #F27405;
	text-decoration: underline;
}

.column{
	width: 45%;
	float:left;
	margin:5px -9px 5px 39px;
}
/* 
   												about / media kit 
*/
#media_kit_wrap {
	padding: 10px;
	margin: 0 auto;
	width: 956px;	
}
#media_kit_content {
	background: url(/images/media_kit_bg.jpg); 
	width: 704px; height: 996px;
	margin: 22px auto 0 auto;
	position: relative;
	padding: 50px 60px 0 60px;
	color: #59280b;	
}
#media_kit_content h3 {
	color: #f27405;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
#media_kit_content h4 {
	font-size: 19px;
	font-weight: bold;
	width: 620px;
}
#media_kit_content p {
	width: 300px;
	margin: 56px 0 0px 0;
}
#media_kit_content .main {
	float: left;
}	
#media_kit_content .main a {
	margin: 0 0 0 -5px;
}
#mkit_sidebar {
	width: 289px;
	position: relative;
	float: right;
	color: #f27405;	
	font-weight: bold;
}
#mkit_sidebar a {
	color: #59280b;
	font-weight: bold;	
}
#mkit_sidebar p {
	text-transform: uppercase;
}
#screenshots {
	margin: 68px 0 0 0;
}
#screenshots p {
	margin-bottom: 10px;
}
#screenshots img.thumb {
	margin: 10px 0 10px -5px;
}
#screenshots img.lt {
	margin-right: 20px;
}
#logos {
	margin: 28px 0 0 0;
}
#logos p, #product_tour p {
	margin: 0 0 15px 0;
}
#logos img.logo {
	margin: 0 0 15px -5px;
}
#logos img.lt{ 
	margin-right: 14px;
}
#product_tour {
	margin: 33px 0 0 0;
}
#product_tour img.video_icon {
	display: block;
	margin-bottom: 13px; ;
}
#media_kit_content a.top {
	position: absolute;
	bottom: 7px; right: 0px;
}

/*------------------------------------------------------------------------------------------------------------------
                                                      FOOTER                    
------------------------------------------------------------------------------------------------------------------*/
.basic_footer, .basic_footer a, .basic_footer a:visited {
	color: white;
	width: 100%;
	text-align: center;
	margin: 0 0 60px 0;	
}
.basic_footer a, .basic_footer a:visited {
	text-decoration: underline;
	font-weight: bold;
}
.basic_footer a:hover {
	text-decoration: none;
}	
.footer_links a{
	color: #84B1D9!important;
	text-decoration: underline;
}

.footer_links a:hover {
	color: #F27405 !important;
	text-decoration: underline;
}
.legal {
	width: 360px;
	text-align: right;
	position: relative;
	left: -30px;
	top: -10px;
	margin: 0px 0px;
	color: gray;
}
.legal a:hover {
	text-decoration: none;
}
.legal a {
	color: gray;
	text-decoration: underline;
}
p#login_page_footer  {
	position: absolute;
	bottom: 130px;
	color: gray;
	font-size: 10px;
} 
p#login_page_footer a {
	color: gray;	
}
#copyright_info{
	margin-top: 14px;
}
#footer_main {
	height: auto;
	min-height: 300px;
	background: url(/images/footer_bg.png) repeat-x #59280b;
}
#footer_main a { 
	color: white; 
}
#footer_wrap {
	height: auto;
	min-height: 100px;
	margin: 0 auto;
	width: 956px; 
	padding: 10px;
	color: white;
}
#footer_wrap .center a{
	text-decoration: underline;
}
#footer_wrap IMG{
	margin:13px 0 0 0;
}
#bottom_of_footer p{
	font-size: 10px;
}
#footer_wrap .right_column a{
	text-decoration: underline;
}
#footer_wrap .right_column a:hover{
	color:#F27405;
}
.left_column{
	width: 30%;
	text-align: left;
	float:left;
	margin-top: 40px;
}
.center_column{
	width: 30%;
	text-align: left;
	float:left;
	margin: 0px 40px;
}
.right_column{
	width: 30%;
	text-align: right;
	float:left;
	margin-top: 40px;
}

/*------------------------------------------------------------------------------------------------------------------
                                            CONDITIONAL STYLE                    
------------------------------------------------------------------------------------------------------------------*/
/* IE */
.win.ie #embed_code { width: 460px;  margin-left: 71px; }

/* IE8 */
.win.ie8 #monthly_pass_title { font-size: 26px; }
.win.ie8 div#fancy_bg .fancy_bg { display: none !important; }

/* IE7 */
.win.ie7 #monthly_pass_title { font-size: 26px; }
.win.ie7 #account_details ul { padding-left: 15px; 	width: 121px;}
.win.ie7 .pricing_button {margin-top: 30px; }
.win.ie7 #footer_wrap hr{ margin-top: -15px; }
.win.ie7 .home_screens_left { padding-top: 9px; position: relative; z-index: 10px;}
.win.ie7 #home_main { height: 360px; }
.win.ie7 #home_border_section { background: url(/images/home_section_border_bg.png) repeat-x 0 0; height: 7px; }

/*------------------------------------------------------------------------------------------------------------------
                                            ANNOUNCEMENTS                   
------------------------------------------------------------------------------------------------------------------*/

body { margin: 0; font-family: helvetica;
}

.notice {
	background: yellow; /* #dcf3ff <--original */
	border-top: 1px solid yellow; /*#2a8ab7 <--original */
	border-bottom: 1px solid yellow;  /*#2a8ab7 <--original */
}

.notice div p {
	font-size: 14px;
	line-height: 28px;
	padding-left: 30px;
	color: black;
/*	background: url(/images/lightbulb.png) no-repeat;*/
	margin-top: 10px;
	text-align: center;
}

.notice IMG{
	float: left;
	
}

.notice span {
	background: black;/*#2a8ab7*/
	color: white;
	font-family: helvetica;
	font-size: 15px;
	padding: .3em;
}


