/* 
Green - #006931
Lt. Green - #33CC33
*/

/*MAIN*/
body {
	background-color: #000000;
	color: #000000;
	font-size: 100%;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #006931;
	text-decoration: underline;
}
a:hover {
	color: #33CC33;
	text-decoration: none;
}
a.white_link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white_link:hover {
	text-decoration: none;
}
div {
	font-size: 11px;
}
images {
	border: 0;
}

/*STRUCTURE ELEMENTS*/
#mainContainer {
	position: relative;
	width: 1220px;
	height: 1320px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#left_col {
	width: 882px;
	float: left;
	padding-left: 20px;
	/*border: 1px solid blue;*/
}
#right_col {
	float: left;
	width: 317px;
	/*border: 1px solid red;*/
}

/*HEADER*/
#headerContainer {
	
}
#top_nav {
	
}

/*BODY*/
h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}
ul {
	list-style: disc;
	margin-left: 15px;
}

/*GUESS AREA*/
#guess_area {
	background-image: url(../images/guess_area_bg.jpg);
	background-repeat: no-repeat;
	width: 882px;
	height: 490px;
	margin-top: 150px;
	position: relative;
}
#title_logo {
	background-image: url(../images/title_logo.png);
	background-repeat: no-repeat;
	width: 435px;
	height: 152px;
	position: absolute;
	top: -90px;
	left: 220px;
}
#money_maker_area {
	width: 247px;
	height: 262px;
	position: absolute;
	top: 67px;
	left: 65px;
}
#closed_finding_winner_area {
	background-image: url(../images/finding_winner.png);
	background-repeat: no-repeat;
	width: 257px;
	height: 257px;
	position: absolute;
	top: 70px;
	left: 280px;
	z-index: 10;
}
#guess_area_text {
	background-image: url(../images/guess_area_text.png);
	background-repeat: no-repeat;
	width: 441px;
	height: 237px;
	position: absolute;
	top: 85px;
	left: 380px;
}
#guess_stats {
	position: absolute;
	right: -25px;
	width: 100px;
	height: 100px;
	text-align: left;
}
#high_guess	{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#average_guess {
	position: absolute;
	left: 0px;
	top: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#low_guess {
	position: absolute;
	left: 0px;
	top: 70px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#congrats_area_text {
	background-image: url(../images/congratulations.png);
	background-repeat: no-repeat;
	/*width: 404px;*/
	width: 421px;
	height: 249px;
	position: absolute;
	top: 95px;
	left: 370px;
	text-align: center;
}
#winner_name {
	/*width: 404px;*/
	width: 421px;
	position: absolute;
	top: 36px;
	left: -9px;
	font-size: 38px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#winner_guess {
	position: absolute;
	/*
	top: 191px;
	right: 2px;
	*/
	top: 190px;
	right: 20px;
	width: 95px;
	/*font-size: 22px;*/
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/*GUESS - LOGIN AREA*/
#guess_form {
	width: 808px;
	height: 120px;
	position: absolute;
	bottom: 30px;
	left: 37px;
}
#guess_form_text {
	width: 674px;
	height: 66px;
	background-image: url(../images/guess_area_text_bottom.png);
	background-repeat: no-repeat;
}
#guess_fields {
	position: absolute;
	top: 2px;
	left: 95px;
}
/* REMOVE ???
#facebook_user_logged_in {
	width: 808px;
	height: 73px;
	position: absolute;
	bottom: 0px;
	left: 37px;
	background-image: url(../images/guess_area_text_bottom.png);
	background-repeat: no-repeat;
}
*/
#facebook_user_not_logged_in {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 808px;
	height: 40px;
	text-align: left;
	padding-left: 96px;
}
#non_facebook_user {
	width: 802px;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: -45px;
	display: none;
	text-align: center;
}
#form_position {
	margin-left: 100px
}
#response_text {
	width: 808px;
	height: 73px;
	position: absolute;
	bottom: 0px;
	left: 37px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
#post_my_guess {
	position: absolute;
	top: 31px;
	left: 480px;
}
#logout {
	position: absolute;
	top: -15px;
	right: 0px;
}
#official_rules_facebook {
	position: absolute;
	top: 0px;
	left:  737px;
}
#official_rules_nonfacebook {
	padding-bottom: 8px;
	padding-left:  2px;
}
#have_a_facebook_account {
	color: #FFFFFF;
	font-size: 12px;
	z-index: 10;
}
.bold_text {
	position: relative;
	bottom: 6px;
	font-size: 13px;
	color: #EDFDB4;
}

/*PREVIOUS WINNERS AREA*/
#prev_winners_area {
	background-image: url(../images/prev_winners_area_bg.jpg);
	background-repeat: no-repeat;
	width: 882px;
	height: 164px;
	position: relative;
}
#prev_winners_text {
	background-image: url(../images/prev_winners_text.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 49px;
	position: absolute;
	top: 38px;
	left: 38px;
}
#prev_winners_info_area {
	position: absolute;
	left: 215px;
	top: 15px;
	width: 600px;
	height: 95px;
}
.winner_info_box {
	width: 151px;
	height: 95px;
	text-align: center;
	font-size: 11px;
	color: #006931;
	float: left;
	margin-right: 35px;
	position: relative;
}
.money_maker_photo_sm {
	position: relative;
	top: 5px;
}
#become_fan {
	position: absolute;
	width: 882px;
	height: 25px;
	bottom: 15px;
	font-size: 13px;
	color: #006931;
	text-align: center;
}
#left_arrow {
	/*
	background-image: url(../images/btn_left_arrow.png);
	background-repeat: no-repeat;
	*/
	width: 18px;
	height: 27px;
	float: left;
	padding-right: 10px;
	margin-top: 34px;
}
#right_arrow {
	/*
	background-image: url(../images/btn_right_arrow.png);
	background-repeat: no-repeat;
	*/
	width: 18px;
	height: 27px;
	float: left;
	position: absolute;
	right: 0px;
	top: 34px;
}

/*SCROLLER*/
#container {
  position: relative;
  width: 545px;
  height: 95px;
  overflow: hidden;
  /*border: 1px solid #EFEFEF;*/
}

#scroller {
  /*see index.php <DIV id="scroller"> for width */
}

.content {
  width: 200px;
  height: 95px;
  float: left;
  /*
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #EFEFEF;
  font-size: .8em;
  */
}

.scrollNav, .scrollNav a:link, .scrollNav a:visited  {
  font-size: .8em;
  color:#00009C;
  font-weight: bold;
}

/*GUESSED AREA*/
#section_divider {
	background-image: url(../images/section_divider.jpg);
	background-repeat: no-repeat;
	width: 882px;
	height: 4px;
	margin-bottom: 0 !important;
	margin-bottom: /**/-10px;
}
#guessed_area {
	background-image: url(../images/guessed_area_bg.jpg);
	background-repeat: repeat-y;
	width: 882px;
	/*height: 498px;*/
	height: 468px;
	position: relative;
	overflow: auto;
}
.guesses_area {
	width: 775px;
	height: 70px;
	padding-left: 45px;
	padding-right: 45px;
}
.guesser_photo {
	width: 51px;
	height: 51px;
	padding-right: 35px;
	padding-top: 10px;
	float: left;
}
.guesser_name {
	width: 130px;
	height: 15px;
	padding-right: 25px;
	padding-top: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #006931;
	float: left;
}
.guesser_guess_area {
	width: 104px;
	height: 69px;
	background-image: url(../images/guess_circle_bg.png);
	background-repeat: no-repeat;
	padding-right: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	text-align: center;
}
.guesser_guess {
	width: 70px;
	height: 71px;
	position: relative;
	top: 25px;
}
.guesser_comment {
	width: 386px;
	height: 30px;
	padding-top: 25px;
	font-size: 13px;
	color: #006931;
	float: left;
}

#guessed_area_left_arrow_container {
	padding-left: 30px;
	float: left;
	width: 150px;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#guessed_area_right_arrow_container {
	float: left;
	width: 150px;
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
#guessed_area_previous_arrow_container {
	float: left;
	width: 117px;
	height: 29px;
}
#guessed_area_next_arrow_container {
	/*position: relative;*/
	float: right;
	width: 117px;
	height: 29px;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.white {
	color: #006931;
	text-decoration: none;
}

/*RIGHT COL*/
#get_10_more_button {
	position: absolute;
	right: 60px;
	top: 465px;
}
#find_a_machine {
	margin-left: 25px;
	margin-top: 160px;
	position: relative;
}
#zipcode_field_position {
	position: relative;
	top: -97px;
	left: 65px;
}
.zipcode_field {
	width: 66px;
	height: 14px;
	border: 0;
	background: #3DB13E;
	color: #004000;
	font-weight: bold;
}
#locate_button_position {
	position: absolute;
	top: 121px;
	left: 62px;
}

/*SUBMISSION FORMS*/
.error_msg1 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 63px;
	right: 0px;
}
.error_msg2 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: -80px;
	right: 96px;
}
.error_msg3 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	bottom: -10px;
}
.guessDuplicate_facebook {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 97px;
	margin-top: -15px;
	display: none;
}
.guessDuplicate_nonfacebook {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	left: 96px;
	top: -16px;
	display: none;
}
label {
	font-size: 12px;
	color: #edfdb4;
	font-weight: bold;
}
.label {
	padding-right: 5px;
	text-transform: uppercase;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: auto;
}
input.checkbox {
	width: auto;
	margin-left: -1px;
	padding-top: 10px;
}
input.button {
	width: auto;
}
.form_field_facebook {
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #006633;
}
.form_field_facebook_orange {
	height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #F54A00;
}
.form_field_nonfacebook {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
}
.form_field_nonfacebook_orange {
	font-size: 14px;
	font-weight: bold;
	color: #F54A00;
}
#submit_button_position_facebook {
	position: absolute;
	right: 0px;
	top: 19px;
}
#submit_button_position_nonfacebook {
	position: absolute;
	/*top: -97px;*/
	left: -38px;
}
#consent_checkbox_facebook {
	position: absolute;
	width: 250px;
	left: 480px;
	top: 43px;
	color: #FFFFFF;
}
#consent_checkbox_non_facebook {
	position: absolute;
	left: 477px;
	top: -37px;
	color: #FFFFFF;
}

/*MISC*/
.clear {
	clear: both;
}

/* FOOTER */
#footer {
	position: relative;
	top: 7px;
	text-align: center;
	width: 1220px;
	height: 20px;
	color: #FFFFFF;
}