@import url(reset.css);
@import url(forms.css);

a { color: #FFFBD5; /* was #ffffff */ }

body {
	background: url(../images/bkg.jpg) top left repeat #fbe9bb;
	color: #FFFBD5; /* was #ffffff */
	font: 100% Arial, Helvetica, sans-serif;
	}
	body.rewards_catalog { /*background: #fff url(../images/bg_body-rewards.jpg) top center no-repeat;*/ }
	body#offer_popup { background-image: none; }
	body#summer_splash_page { background: #fff url(../images/bg_summer_splash.jpg) top center no-repeat; }

em { font-style: italic; }

h1 { padding-bottom: 1.2em; }
h2 { font-size: 1.4em; font-weight: bold; padding-bottom: .4em; }
h3 { font-size: 1.3em; padding-bottom: .4em; }
h4 { font-size: 1.1em; padding: .7em 0; color: #5983b4; }

p {
	padding-bottom: 1em;
	line-height: 1.3em;
}
small { font-size: .75em; }

strong { font-weight: bold; }

sup { font-size: .8em; vertical-align: top; }

ul, ol {
	margin-left: 30px;
	padding-bottom: 1.2em;
	}
	ul li, ol li {
		padding-bottom: .4em;
	}
.color, a.color {color: #FFFBD5;}

.fbConnectWidgetTopmost{ border:0;}
/* Framework */
#container {
	font-size: .8em;
	height: auto !important;
	height: 768px;
	min-height: 768px;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.reward_gallery{
	height:470px;
	left:-18px;
	position:absolute;
	top:153px;
	z-index:1000;
}
#survey #container { color:#544120;}
.page_body_copy{ padding:30px; height:307px;}
header.main {
	height: 96px;
	position: relative;
	z-index: 700;
	background: url(../images/bg_header-update.jpg) left bottom no-repeat;
	margin-bottom:20px;
	}
	.rewards_catalog header.main {margin-bottom:10px; /*background: url(../images/bg_header-rewards.jpg) top left no-repeat;*/ }
	.lifecycle header.main {background: url(../images/bg_header-prelaunch.png) top left no-repeat; z-index: -1; }
	header.main h1#logo {
		width: 232px;
		height: 52px;
		background: url(../images/logo.png) top left no-repeat;
		position: absolute;
		top: 28px;
		left: 28px;
		text-indent: -999%;
		}
		header.main h1#logo a {
			display: block;
			width: 100%;
			height: 100%;
		}
	header.main #greeting {
		color: #3f637a;
		font-size: 1.4em;
		line-height: .85em;
		position: absolute;
		top: 15px;
		left: 295px;
		}
		.rewards_catalog header.main #greeting {/* color: #fff;*/ }
		header.main #greeting #sign_out {
			font-size: .75em;
			color: #BF2E1A;
			text-decoration: underline;
			line-height: 1.4em;
			}
	header.main #current_points {
		width: 240px;
		color: #fff;
		position: absolute;
		top: 6px;
		left: 720px;
		text-align: right;
		}
		header.main #current_points #points_num {
			font-size: 3.8em;
			font-weight: bold;
			display: block;
			color:#5D88A1;
		}
		header.main #current_points #points_label {
			font-size: 1em;
			display: block;
		}
	header.main #download_photo {
		position: absolute;
		top: 8px;
		left: 560px;
	}

nav.main {
	position: absolute;
	top: 64px;
	left: 296px;
	z-index: 900;
	}
	nav.main  ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		cursor: pointer;
		}
		nav.main ul li {
			display: block;
			float: left;
			margin-right: 25px;
			position: relative;
			height: 30px;
			}
			nav.main ul li a {
				display: block;
			}
			nav.main ul li a.main {
				height: 14px;
				float: left;
				text-indent: -9000px;
				}			
				nav.main ul li a.nav_how_it_works { width: 85px; background: url(../images/nav-how_it_works.png) top left no-repeat; }
				nav.main ul li a.nav_my_account { width: 83px; background: url(../images/nav-my_account.png) top left no-repeat; }
				nav.main ul li a.nav_enter_codes { width: 74px; background: url(../images/nav-enter_codes.png) top left no-repeat; }
				nav.main ul li a.nav_rewards { width: 53px; background: url(../images/nav-rewards.png) top left no-repeat; }
				nav.main ul li a.nav_tell_friends { width: 77px; background: url(../images/nav-tell_friends.png) top left no-repeat; }
				nav.main ul li a.nav_events { width: 81px; background: url(../images/nav-events.png) top left no-repeat; }
				
				nav.main ul li a.current_section { background-position: 0px -14px; }
				
				.rewards_catalog nav.main ul li a { background-position: 0px 0px; }
				.rewards_catalog nav.main ul li a.current_section { background-position: 0px -14px; }
				
			nav.main ul li a.main:hover, nav.main ul li a.main_hover { background-position: 0px -14px; }
				.rewards_catalog nav.main ul li a.main:hover, .rewards_catalog nav.main ul li a.main_hover { background-position: 0px -14px; }
				
			nav.main ul li ul {
				display: none;
				width: 125px;
				margin: 0; padding: 0;
				background-color: #fff;
				border-top: 1px solid #538ab9;
				position: absolute;
				top: 26px;
				left: -6px;
				z-index: 999;
				list-style-type: none;
				}
				nav.main ul li ul li {
					float: none;
					margin: 0; padding: 0;
					font-size: .9em;
					text-transform: lowercase;
					height: auto;
					}
					nav.main ul li ul li a {
						text-decoration: none;
						color: #538ab9;
						border-left: 4px solid #538ab9;
						border-bottom: 1px solid #538ab9;
						border-right: 1px solid #538ab9;
						display: block;
						padding: 3px 6px;
					}
					nav.main ul li ul li a:hover {
						color: #bf2e1a;
						border-left: 4px solid #bf2e1a;
					}

#blip {
	width: 100%;
	height: 34px;	
	position: relative;
	padding-bottom:6px;
	z-index: 1;
	background: url(../images/bg_blip.jpg) no-repeat top center;
	font-family: Arial;
	font-size: 20px;
	text-align: right;
	color: #fffddd;
}
	#blip div.number {
		padding: 6px 12px 0 0;
	}
#blip_post {
	width: 100%;
	height: 34px;	
	position: relative;
	padding-bottom:6px;
	z-index: 1;
	background: url(../images/bg_blip_post.jpg) no-repeat top center;
	font-family: Arial;
	font-size: 20px;
	text-align: right;
	color: #fffddd;
}
#content {
	width: 100%;
	position: relative;
	z-index: 1;
	background: url(../images/bg_left_section.jpg) top left no-repeat;
	}

	#registration #content { background-image:none;	}
	.no_bg #content { background: url(../images/bg_content-transparent.png) top left repeat-y; }
	#general_catalog #content { background: url(../images/bg_reward_gallery.png) top left no-repeat !important; }
	.lifecycle #content { background: url(../images/bg_maintenance.png) top left no-repeat; height: 489px; }

	#profile_update #content { background: url(../images/bg_profile_update.jpg) top left no-repeat; }

	#reg_denied #content { background: url(../images/bg_reward_gallery.png) top left no-repeat; }
	/*#profile_update_thanks #content { background: url(../images/bg_profile_update_thanks.png) top left no-repeat; height: 488px; }*/
	#events #content { background: url(../images/bg_events.png) bottom left no-repeat; height: auto !important; height: 488px; min-height: 488px; }
	#how_it_works #content { height: 488px; background: url(../images/bg_content-transparent1.png) top left no-repeat;}

/*** --- updated image 6/30/11 --- ***/
	#account_overview #content,
	.reg_thanks #content { 
		background: url(../images/bg_reg_thanks.png) top left no-repeat; 
		height: 489px;
	}

#content_bottom {
	width: 100%;
	height: 6px;
	}
.info #content_bottom, #intro #content_bottom, #code_entry_form #content_bottom, #code_entry_thanks #content_bottom, #viral_thanks #content_bottom {
	height: 206px;
	}
	.rewards_catalog #content_bottom { background: none; height: 243px; }
#home #content_bottom{ height:202px;}
#content_wrapper {
	/*width: 964px;*/
	margin: 0 auto;
	position: relative;
	}
	
/*** --- updated image 6/30/11 --- ***/
	.intro #content_wrapper,
	.viral #content_wrapper,
	#code_entry_form #content_wrapper, 
	#code_entry_thanks #content_wrapper, 
	#survey_thanks #content_wrapper, 
	#password_update #content_wrapper, 
	#profile_update_thanks #content_wrapper, 
	#unanswered_surveys #content_wrapper {
		background: url(../images/bg_intro.jpg) bottom right no-repeat; 
		width:955px; 
		height:356px;
	}
	#home #content_wrapper { 
		background: url(../images/bg_intro.jpg) bottom right no-repeat; 
		height:356px;
	}
	
	/*.code_entry #content_wrapper { background: url(../images/bg_home.jpg) bottom right no-repeat; } code entry and code entry thanks pages*/
	#registration #content_wrapper { background: url(../images/bg_registration.jpg) top left no-repeat; height:570px; }
	.rewards_catalog #content_wrapper { width: 1000px; height: 415px; }
	/*.code_entry #content_wrapper { background: url(../images/bg_code_entry.jpg) bottom right no-repeat; height: auto !important; height: 298px; min-height: 298px; }*/
	/*.viral #content_wrapper { background: url(../images/bg_viral.jpg) bottom right no-repeat; height: auto !important; height: 306px; min-height: 306px; }*/


	#intro_code_entry #content_wrapper{background: url(../images/bg_code_entry_scratchcard.jpg) bottom right no-repeat;}
	#reg_login #content_wrapper {background: url(../images/bg_code_entry_loginreg.jpg) bottom left no-repeat; overflow: hidden; padding-bottom: 30px; }
	#summer_reg_login #content_wrapper {background: url(../images/bg_code_entry_loginreg.jpg) bottom left no-repeat; overflow: hidden; padding-bottom: 30px; }
	#reg_login_thanks #content_wrapper {background: url(../images/bg_code_entry_voucher.jpg) bottom right no-repeat;}
	#reg_login_thanks2 #content_wrapper {background: url(../images/bg_code_entry_winner.jpg) bottom right no-repeat;}
	#summer_code_entry #content_wrapper { background: url(../images/bg_summer_code_entry.jpg) bottom right no-repeat; height: 350px; }
	#summer_inky #content_wrapper,
	#summer_janky #content_wrapper {
		background: url(../images/bg_summer_notification.jpg) top left no-repeat;
		height: 351px;
	}
	#viral #content_bottom{ height:213px;}
	.fb_on_viral{ 
		left:388px;
		position:absolute;
		top:217px;
	}
section#inner_content {
	padding: 23px 19px;
	}
	#password_update section#inner_content{padding: 23px 37px;}
	#account_overview section#inner_content{padding:23px 20px; width:400px;}
	.intro #inner_content { width: 530px;height:327px;  }
	#registration #inner_content {
		width: 946px;
		overflow: hidden;
		padding-bottom: 0;
		}
		#registration #inner_content #copy {
			float:left;
			padding-right:68px;
			width:422px;
		}
		#registration #inner_content #reg_form_b {
			width: 450px;
			float: left;
			padding-bottom: 40px;
		}
	#reg_denied #inner_content { width: 450px; height: 325px; }
	.rewards_catalog #inner_content { padding: 0; width: 600px; float: left; }
		.rewards_catalog aside#callout-double_points {
			float: left;
			padding-top: 20px;
		}
	.lifecycle #inner_content { width: 464px; }
	.code_entry #inner_content { width: 510px; padding-bottom: 12px; height:275px;}
	.code_entry#survey_thanks #inner_content { width: 450px; padding-bottom: 85px; }
		.code_entry #inner_content p {line-height: 1.2em;}

	#password_update #inner_content {height:235px;}
	.code_entry#unanswered_surveys #inner_content {height:325px;}
	#profile_update #inner_content {
		overflow: hidden;
		padding-bottom: 0;
		}
		#profile_update #inner_content #copy {
			float:left;
			padding-right:68px;
			width:422px;
		}
		#profile_update #inner_content #reg_form_b {
			width: 450px;
			float: left;
			padding-bottom: 88px;
			padding-top: 0px;
		}
	#profile_update_thanks #inner_content { width: 450px; }
	.viral #inner_content { width: 347px; }
	#events #inner_content { padding: 28px 0 8px 20px; width: 500px; }
	#how_it_works #inner_content { width: 429px; }
	.reg_thanks #inner_content { width: 444px; }
	#intro_code_entry #inner_content {height: 323px;}
	#home #inner_content { width: 444px; } /* updated for fathers day callout */

aside#footer_callout {
	/*width: 100%;
	overflow: hidden;
	margin-top: -4px;*/
	
	left:0;
	margin-top:-13px;
	overflow:hidden;
	position:absolute;
	top:475px;
	width:100%;
	z-index:2;
	}
	aside#footer_callout #rewards_callout {
		width: 588px;
		height: 214px;
		float: left;
		background: url(../images/bg_rewards_callout.png) top left no-repeat;
		color: #0054a6;
		font-size: .95em;
		}
		aside#footer_callout #rewards_callout div {
			padding: 21px 0 0 30px;
			width: 220px;
			color: #0054a6;
			}
			aside#footer_callout #rewards_callout div h3 { padding-bottom: 0px; line-height: 1em; padding-top:12px;}
			aside#footer_callout #rewards_callout div p { 	color: #FFFBD5; /* was #ffffff */ font-size:13px;line-height:1.5em; }
			aside#footer_callout #rewards_callout div a { color: #0054a6; }
	aside#footer_callout #sweeps_callout {
		width: 392px;
		height: 196px;
		float: left;
		background: url(../images/bg_sweeps_callout.png) top left no-repeat;
		color: #fff;
		position: relative;
		margin-top:16px;
		}
		aside#footer_callout #sweeps_callout div {
			color: #FFFBD5; /* was #ffffff */
			font-size:0.95em;
			padding:14px 0 0 25px;
			width:131px;
			}
			aside#footer_callout #sweeps_callout div strong { font-size: 1.1em; }
			aside#footer_callout #sweeps_callout div a { color: #fff; }
		aside#footer_callout #sweeps_callout a.callout_link {
			display: block;
			position: absolute;
			top: 5px;
			left: 15px;
			width: 164px;
			height: 134px;
		}
		aside#footer_callout #sweeps_callout #winner_block {
			display: block;
			position: absolute;
			top: 125px;
			left: 0;
			width: 170px;
			height: auto;
			/*font-size: 11px;
			font-weight: bold;
			color: #000;
			background: url(../images/winner_block.png) repeat;
			padding: 8px;*/
		}

footer.main {
	background: url(../images/bg_header-update.jpg) left top no-repeat;
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #544120;
	font-size: .95em;
	margin-top:6px;
	text-align: center;
	}
	.rewards_catalog footer.main { background:none; margin:0; }
	footer.focused_flow { width: 980px; position: absolute; top: 644px; left: 0; }
	footer.main nav {
		width: 638px;
		margin: 0 auto;
		padding-top: 20px;
		text-align: center;
		}
		footer.main nav a { color: #544120; text-decoration: none; font-weight:bold; }
		footer.main nav a:hover { text-decoration: underline; }
		.rewards_catalog footer.main nav a { }
	footer.main p#disclaimer {
		width: 590px;
		margin: 0 auto;
		padding-top: 4px;
		text-align: center;
	}
	.rewards_catalog footer.main p#disclaimer{padding:0;}
	footer.main #logo_outback {
		position: absolute;
		top: 16px;
		right: 9px;
	}


/* Content Callout */

/*** --- updated position and color 10/19/11 --- ***/
.intro aside.content_callout { }
	.intro aside.content_callout .callout_txt,
	.my_account aside.content_callout .callout_txt,
	.code_entry aside.content_callout .callout_txt,
	.viral aside.content_callout .callout_txt,
	.viral_thanks aside.content_callout .callout_txt,
	#profile_update_thanks aside.content_callout .callout_txt,
	#reg_denied aside.content_callout .callout_txt,
	.code_entry aside.content_callout .callout_txt { position: absolute; top: 15px; left: 590px; }

	.rewards_catalog aside.content_callout .callout_txt {position: absolute; top: 15px; left: 600px;}
	
	.intro aside.content_callout p.callout_txt,
	.viral aside.content_callout p.callout_txt,
	.viral_thanks aside.content_callout p.callout_txt,
	#profile_update_thanks aside.content_callout p.callout_txt,
	.code_entry aside.content_callout p.callout_txt { position: absolute; top: 50px; left: 590px; color: #fffbd5; width: 350px;line-height: 1.15em;}
	.intro aside.content_callout p.callout_txt a,
	.viral aside.content_callout p.callout_txt a,
	.viral_thanks aside.content_callout p.callout_txt a,
	.code_entry aside.content_callout p.callout_txt a,
	#profile_update_thanks aside.content_callout p.callout_txt a {color: #fffbd5;}
	
	.my_account aside.content_callout p.callout_txt,
	.rewards_catalog aside.content_callout p.callout_txt{ position: absolute; top: 50px; left: 600px; color: #fffbd5; width: 350px;line-height: 14px;}
	
	#reg_denied aside.content_callout p.callout_txt { position: absolute; top: 39px; left: 600px; color: #fffbd5; width: 350px;}
	

	.my_account aside.content_callout .callout_txt,
	.reg_thanks aside.content_callout .callout_txt { position: absolute; top: 20px; left: 566px; }	

	.my_account aside.content_callout p.callout_txt,
	.reg_thanks aside.content_callout p.callout_txt  { position: absolute; top: 57px; left: 566px; color: #fffbd5; width: 350px;}
	
	.my_account aside.content_callout p.callout_txt a,
	.rewards_catalog aside.content_callout p.callout_txt a {color: #fffbd5;}

	.intro aside.content_callout .callout_link { position: absolute; top: 14px; left: 875px; }

/* kick back enter now button placement */

.intro aside.content_callout#callout-kick_back #btn_kick_back_enter,
.my_account aside.content_callout#callout-kick_back #btn_kick_back_enter,
.code_entry aside.content_callout#callout-kick_back #btn_kick_back_enter,
.viral aside.content_callout#callout-kick_back #btn_kick_back_enter,
.viral_thanks aside.content_callout#callout-kick_back #btn_kick_back_enter,
#profile_update_thanks aside.content_callout#callout-kick_back #btn_kick_back_enter,
#reg_denied aside.content_callout#callout-kick_back #btn_kick_back_enter,
.code_entry aside.content_callout#callout-kick_back #btn_kick_back_enter {
	height: 28px;
	width: 143px;
	position: absolute;
	top: 172px;
	right: 48px;	
}
.rewards_catalog aside.content_callout#callout-kick_back #btn_kick_back_enter {
	height: 28px;
	width: 143px;
	position: absolute;
	top: 172px;
	right: 82px;	
	z-index: 1001;
}
.my_account aside.content_callout#callout-kick_back #btn_kick_back_enter,
.reg_thanks aside.content_callout#callout-kick_back #btn_kick_back_enter {
	height: 28px;
	width: 143px;
	position: absolute;
	top: 300px;
	right: 93px;
}

/* FATHERS DAY LEARN MORE PLACEMENT */	
	.intro aside.content_callout .learnmore_legal { font-size: 11px; left: 845px; position: absolute; bottom: 316px;}
	.intro aside.content_callout .learnmore_link { position: absolute; bottom: 9px; left: 770px; }
	.intro aside.content_callout .learnmore_txt { position: absolute; bottom: 126px; left: 520px; }
	.intro aside.content_callout #fathers_day_code_entry {position: absolute; bottom: 54px; left: 568px; }
	#home aside.content_callout .learnmore_legal { font-size: 11px; left: 845px; position: absolute; bottom: 316px;}
	#home aside.content_callout .learnmore_link { position: absolute; bottom: 9px; left: 770px; }
	#home aside.content_callout .learnmore_txt { position: absolute; bottom: 155px; left: 515px; }
	#home aside.content_callout #fathers_day_code_entry {position: absolute; bottom: 84px; left: 554px; }
	#home aside.content_callout .thanks_txt { position: absolute; bottom: 155px; left: 515px; }
	#reg_login_thanks .rules_link { font-size: 11px; left: 20px; position: absolute; top: 280px; color: darkblue;}
	#reg_login_thanks2 .rules_link { font-size: 11px; left: 20px; position: absolute; top: 280px; color: darkblue;}
	#reg_login_thanks .rules_link a, #reg_login_thanks2 .rules_link a {color: darkblue;}
	#intro_code_entry .home_link { font-size: 11px; left: 20px; position: absolute; top: 330px; color: darkblue;}
	#intro_code_entry .home_link a {color:darkblue;}
/*.intro aside.content_callout { }
	.intro aside.content_callout .callout_txt { position: absolute; bottom:197px;left:637px; }
	.intro aside.content_callout .callout_link { position: absolute; bottom: 15px; left: 875px; }*/
#reg_denied aside.content_callout { }
	#reg_denied aside.content_callout .callout_txt { position: absolute; top: 15px; left: 600px; }
	#reg_denied aside.content_callout .callout_link { position: absolute; top: 208px; left: 605px; }
/*.code_entry aside.content_callout { }
	.code_entry aside.content_callout .callout_txt { position: absolute; bottom: 38px; left: 700px; }
	.code_entry aside.content_callout .callout_link { position: absolute; bottom: 15px; left: 875px; }*/
/*
#reg_thanks aside.callout-double_points { }
	#reg_thanks aside.content_callout .callout_txt { position: absolute; top: 25px; left: 580px; }
	#reg_thanks aside.callout-double_points .callout_link { position: absolute; top: 26px; left: 860px; }
*/
/*.reg_thanks aside#callout-troops { position: absolute; top: 266px; left: 600px; }
	.reg_thanks aside#callout-troops .callout_txt { display: block; margin-bottom: 5px; }*/	
/*
#account_overview aside.content_callout { }
	#account_overview aside.content_callout .callout_txt { position: absolute; top: 25px; left: 572px; }
	#account_overview aside.content_callout .callout_link { position: absolute; top: 368px; left: 572px; }
*/
/*#account_overview aside#callout-troops { }
	#account_overview aside#callout-troops .callout_txt { position: absolute; top: 278px; left: 572px; }
	#account_overview aside#callout-troops .callout_link { position: absolute; top: 465px; left: 572px; }*/
#profile_update_thanks aside#callout-double_points { }
	#profile_update_thanks aside#callout-double_points .callout_txt { position: absolute; top: 25px; left: 572px; }
	#profile_update_thanks aside#callout-double_points .callout_link { position: absolute; top: 368px; left: 572px; }
/*#profile_update_thanks aside#callout-troops { position: absolute; top: 246px; left: 600px; }
	#profile_update_thanks aside#callout-troops .callout_txt { display: block; margin-bottom: 5px; }*/
/* #Double Points#*/
/*
.viral aside.content_callout { }
	.viral aside.content_callout .callout_txt { position: absolute; top: 26px; left: 620px; }
	.viral aside.content_callout .callout_link { position: absolute; top: 9px; left: 875px; }
*/
/*.viral aside.content_callout { }
	.viral aside.content_callout .callout_txt { position: absolute; bottom: 38px; left: 700px; }
	.viral aside.content_callout .callout_link { position: absolute; bottom: 15px; left: 875px; }*/
#events aside.content_callout { }
	#events aside.content_callout .callout_txt { position: absolute; top: 225px; left: 750px; }
	#events aside.content_callout .callout_link { position: absolute; top: 20px; left: 880px; }*/
/*#events aside#callout-troops { }
	#events aside#callout-troops .callout_txt { position: absolute; bottom: 150px; left: 572px; }
	#events aside#callout-troops .callout_link { position: absolute; bottom: 4px; left: 572px; }*/

.intro_code_entry aside.content_callout {}
	

aside#callout-sweeps_winner {
	
	}
	aside#callout-sweeps_winner h3 { position: absolute; top: 21px; left: 780px; }
	aside#callout-sweeps_winner dl#winner_info {
		position: absolute;
		top: 53px;
		left: 760px;
		border: 1px solid #c7b299;
		padding: 6px 20px 8px;
		width: 160px;
		color: #2c0a07;
		}
		aside#callout-sweeps_winner dl#winner_info dt { font-size: 1.4em; font-weight: bold; }
		aside#callout-sweeps_winner dl#winner_info dd { font-size: .95em; }
	aside#callout-sweeps_winner #sweeps_info {
		position: absolute;
		top: 128px;
		left: 580px;
		width: 364px;
		color: #9b8a7b;
		font-size: 1.1em;
		text-align: center;
		}
		aside#callout-sweeps_winner #sweeps_info p { line-height: 1.5em; }
	aside#callout-sweeps_winner #more_info { position: absolute; top: 200px; left: 580px; }
	aside#callout-sweeps_winner #logo-adventure_sweeps {
		position: absolute;
		top: -33px;
		left: 565px;
		width: 190px;
		height: 148px;
		background: url(../images/logo-adventure_sweeps.png) top left no-repeat;
		z-index: 800;
	}


/* Account Overview */
#account_summary {

	}
	#account_summary h3 { }
	#account_summary #point_balance {
		color: #9b0909;
		font-size:1.4em;
		font-weight:bold;
		}
		#account_summary #point_balance .point_num { font-size: 2em; display: block; }
	#account_summary #history_overview {color:#000000;font-size:13px;}
		#account_summary #history_overview .item {
			/*border-bottom: 1px dotted #2c0a07;*/
			width: 295px;
			margin-bottom: 5px;
			position: relative;
			}
			#account_summary #history_overview .item label {
			display:block;
			float:left;
			font-weight:bold;
			padding-bottom:3px;
			width:168px;}
			#account_summary #history_overview .item .points {
			border-bottom:1px dotted #000000;
			border-width:1px;
			float:right;
			margin-top:-5px;
			text-align:right;
			width:119px;
			font-weight:bold;
			}
			

/* Account History */
#account_history {

	}
	#account_history h3 {
		color:#000000;
		font-size:1.4em;
		font-weight:bold;
		padding-bottom:0.4em;
		text-transform:capitalize;
	}
	#account_history h2{ width:320px;}
	#account_history p{width:300px;color:#443219;}
	#account_history a{ color:#333333;}
	#account_history dl#points_summary {
		color:#443219;
		font-size:1.05em;
		position:absolute;
		right:12px;
		top:37px;
		width:288px;
		}
		#account_history dl#points_summary dt {
			width: 165px;
			float: left;
			text-align: right;
			padding: 7px 12px 0 0;
		}
		#account_history dl#points_summary dd {
			width: 80px;
			float: left;
			background: url(../images/bg_history.png) top left repeat;
			padding: 5px 3px 4px 6px;
			border: 1px solid #abc7de;
			margin-bottom: 2px;
			text-align:right;
		}
		#account_history dl#points_summary dd.points_redeemed { background: url(../images/bg_history-even.png) top left repeat; }
	#account_history #my_history { padding-top: 14px; }
	#account_history #history_table_container { width: 914px; height: 330px; overflow-y: scroll; }
	#account_history #history_table {
	
		}
		#account_history #history_table thead {
			border-bottom: 1px dotted #5f86b5;
			padding-bottom: 2px;
			margin-bottom: 2px;
			}
			#account_history #history_table th {
				padding: 0 8px 8px 0;	
				}
				#account_history #history_table th div {
					padding: 6px 8px 5px 8px;
					border: 1px solid #abc7de;
					background-color: #5f86b5;
					color: #fff;
					font-weight: bold;
				}
		#account_history #history_table tbody {
		
			}
			#account_history #history_table td {
				padding: 0 8px 8px 0;
				color: #30609c;
			}
			#account_history #history_table td div {
				padding: 6px 8px 5px 8px;
				border: 1px solid #abc7de;
				background: url(../images/bg_history.png) top left repeat;
			}
			#account_history #history_table tr.even td div { background: url(../images/bg_history-even.png) top left repeat; }

/* Survey */
	#survey h3 {
		font-size: 1.8em;
		color: #c31820;
		padding-bottom: .4em;
		font-weight:bold;
	}
	#survey #my_history { padding-top: 14px; }
	#survey #history_table_container { width: 914px; max-height: 328px; overflow-y:auto; margin-top:10px; /*background-color: #D3E2EC; border: 3px inset #EEE;*/ }
	#survey .question {
		padding:10px 0;
		float: left;
		clear:both;
		width: 100%
	}
	#survey .answer.checkbox {
		/* float:left; */
		width: 400px;
		clear: both;
	}
	#survey .buttons a{ color:#000000;}
	#survey	.buttons { padding-top:23px;}
/* Events */
article#tour_dates {
	padding-bottom: 8px;
	}
	article#tour_dates h3 { padding: 8px 0 6px 12px; background: url(../images/bg_transparency2.png) top left repeat; margin-bottom: 7px; }
	article#tour_dates .scrolling_table { height: 235px; overflow: auto; overflow-x: hidden; }
	article#tour_dates table {
		width: 100%;
		}
		article#tour_dates table thead {
			background: url(../images/bg_transparency1.png) top left repeat;
			}
			article#tour_dates table thead th {
				padding: 11px 0 9px 12px;
			}
		article#tour_dates table tbody {
			height: 192px;
			color: #3f5871;
			}
			article#tour_dates table tbody tr {
				background: url(../images/bg_transparency2.png) top left repeat;
				}
				article#tour_dates table tbody tr td { padding: 8px 0 7px 12px; }
			article#tour_dates table tbody tr.even { background: url(../images/bg_transparency1.png) top left repeat; }
		/* IE fix for 'article#tour_dates .scrolling_table' found in events template file */
		

/* How To Page */
#how_to_video {
	position: absolute;
	top: 0;
	right: 30px;
	width: 484px;
	text-align: left;
}


/* Popups */
#dimmer {
	background: url(../images/bg_mask.png) top left repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1200;
}

#faq {
	border-bottom: 1px dotted #000;
	padding-bottom: 12px;
	margin-bottom: 24px;
	}
	#faq dt {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	#faq dd {
		margin: 0;
		padding: 0 0 1.4em;
		}
		#faq dd ul { list-style-type: disc; }
		#faq dd ol { list-style-type: decimal; }
		#faq dd ul, #faq dd ol {
			padding: .5em 0 1em;
			margin-left: 35px;
			}
			#faq dd ul li, #faq dd ol li {
				padding-bottom: .4em;
			}

#modal {
	font-size: .8em;
    background-color: #fff;
    border: 6px solid #91a1d4 !important; /*#7D92C8*/
	color: #000;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -350px;
    width: 455px;
    z-index: 2000;
    padding: 28px 218px 28px 28px;
	}
	#modal .close_window {
		display: block;
		width: 18px;
		height: 17px;
		position: absolute;
		top: 15px;
		right: 12px;
		background: url(../images/btn_close_popup.png) top left no-repeat;
		cursor: pointer;
	}
	
	/* Rewards Gallery No Flash Fake Modal */
	.rewards_catalog #modal { font-size: 1em; }

#offer_popup {

	}
	#offer_popup #offer {
		position: relative;
		width: 720px;
		}
		#offer_popup #offer .close_window {
			display: block;
			width: 18px;
			height: 17px;
			position: absolute;
			top: 15px;
			right: 12px;
			background: url(../images/btn_close_popup.png) top left no-repeat;
			cursor: pointer;
		}

		#offer_popup #privpollink a {
			position: absolute;
			display: block;
			width: 52px;
			height: 14px;
			left: 120px;
			top: 694px;
		}
		#code_entry_form .popup_link{ color:#544120;padding-top:5px;}
#popup {
	background-image: none;
	}
	#popup_content {
		background-color:#FFECC4;
		border:4px solid #E3E3D4;
		color:#443219;
		font-size:0.8em;
		margin:10px;
		padding:15px;
		}
		#popup_content a{color:#443219;}
		#popup_content h3 { font-size: 1.4em; color:#b72216; }

#code_help {
	background: url(../images/receipt_example.gif) left 12px no-repeat;
	height: auto !important;
	height: 347px;
	min-height: 347px;
	width: 453px;
	padding-right: 182px;
	}
	
#troops_popup {
	width: 720px;
	height: 726px;
	position: relative;
	background: url(../images/bg_troops_popup.jpg) top left no-repeat;
	}
	#troops_popup .copy {
		width: 316px;
		position: absolute;
		top: 192px;
		left: 30px;
		color: #63462f;
		font-size: .8em;
	}
		
	
/* Random Page Overwrites (not sure where to put these) */
#home {

	}
	#home h2 { font-size: 2.5em; font-weight: normal; padding-bottom: 8px; }
	#home h3 { font-size: 1.4em; padding-bottom: 6px; }

#account_overview {

	}
	#account_overview h2 { padding-bottom: 2px; }
	#account_overview .buttons { padding-top: 3px; }

#survey_thanks h2 { font-size: 2.5em; font-weight: normal; padding-bottom: 8px; }

#summer_inky #summer_congrats { position: absolute; top: 155px; left: 380px; }
#summer_inky #inky_legal { position: absolute; top: 310px; left: 20px; color: #171566; }
	#summer_inky #inky_legal a { color: #171566; }
#summer_janky #summer_scratch_ticket_callout { position: absolute; top: 209px; left: 51px; }

#summer_code_entry #no_summer_code { position: absolute; bottom: 10px; right: 20px; }

#summer_rules_link { position: absolute; top: 12px; right: 12px; color: #fff; font-size: .9em; }
	#summer_rules_link a { color: #fff; }

#summer_splash {
	width: 1024px;
	margin: 0 auto;
	font-size: .8em;
	padding: 0;
	position: relative;
	}
	#summer_splash footer.main { position: absolute; top: 644px; left: 22px; width: 980px; }
	#summer_splash #ssplash_text { position: absolute; top: 166px; left: 450px; }
	#summer_splash #ssplash_play_now { position: absolute; top: 390px; left: 610px; }
	#summer_splash #ssplash_return_to_outback { position: absolute; top: 570px; left: 605px; }
	#summer_splash #ssplash_rules { position: absolute; top: 85px; right: 95px; font-size: .9em; color: #fff; }
		#summer_splash #ssplash_rules a { color: #fff; }


/* Random Classes */
.buttons {
	padding-top: 8px;
	padding-bottom: 20px;
	}
	.buttons form { /*display: inline;*/ }
	.buttons a, .buttons input { margin-right: 12px; }
	#reg_thanks .buttons form{ clear:both;}
#intro .buttons {padding-bottom:0px;}
.highlight {
	color: #FFFBE2;
	}
	.highlight a { color: #FFFBE2; }
.sign_up_copy {
	color: #7d6559;
	padding-bottom: 18px;
	}
	.sign_up_copy a { color: #7d6559; }
	.sign_up_copy form { display: inline; }

#intro #media_row {
	height: auto;
}
#media_row {
	position: relative;
	height: 70px;
}

#dl_photo {
	position: absolute;
	left: 240px;
}
#fb_like {
	/*border-bottom: 1px solid #999;*/
	/*height: 70px;
	left: 730px;
	overflow: hidden;
	position: absolute;
	top: 10px;*/
	/*background-color: #fff;*/
}
#fb_like2 {
	/*border-bottom: 1px solid #999;*/
	height: 80px;
	left: 220px;
	overflow: hidden;
	position: absolute;
	top: 30px;
}

/* OPERATION HOMEFRONT DONATE POINTS FEB 2011 STYLES */
#ohf_intro {
	float: left;
	clear: both;
	color: #000;
	padding-top:20px;
}

#ohf_home {
	position: absolute;
	top:193px;
	left:-5px;
	background: url(../images/bg_ohf_home.jpg) no-repeat top center;
	color: #000;
	width: 563px;
	height: 156px;
	overflow: hidden;
}
	#ohf_home_left {
		float: left;	
		width: 317px;
		padding: 19px 10px 0 19px;
	}
	#ohf_home_right {
		float: left;
		margin-top:15px;
		background: url(../images/bg_pointsbox.png) no-repeat top center;
		height: 44px;
		width: 209px;
		padding: 111px 0 0 0;
		font-size: 11px;
		font-weight:bold;
		text-align:center;
	}

