@charset "utf-8";
/* CSS Document */

* {

   margin: 0;
   padding: 0;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end basic resets */

sup {
	font-size: 70%;
	vertical-align: top;
	padding-left: 2px;
}

.clearfix:after {    
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	
	display: inline-block;
	
	}  /* for IE/Mac */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background: #A6C659;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#main {
	display: block;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background: #FFF;
	overflow: hidden;
}

/* header, search, sign-up forms, etc. */

#heading {
	position: relative;
	width: 1000px;
	background: url(../images/2011/top_bkg.png) no-repeat;
	height: 264px;
}
#left-logo {
	height: 228px;
	width: 235px;
	position: absolute;
	z-index: 3;
	left: 4px;
	top: 6px;
}

#left-logo a, #left-logo img {
border-style: none;
}
#searchbox {
	position: absolute;
	top: 224px;
	left: 670px;
	width: 347px;
}

#searchbox input {
	border: none;
	background: transparent;
	padding-top: 10px;
	line-height: 150%;
	text-indent: 4px;
	color: #333;
	float: left;
}

#searchbox #submit {
	margin-top: -8px;
	margin-left: 1px;
}

#winning {
	position: absolute;
	left: 252px;
	top: 144px;
	color: #FFF;
	font-size: 140%;
	font-weight: bold;
	padding-top: 8px;
}
#prompt {
	position: absolute;
	left: 335px;
	top: 0;
	color: #FFF;
	font-size: 110%;
	font-weight: bold;
	padding-top: 8px;
}
#emailfield {
	width: 340px;
	position: absolute;
	left: 344px;
	top: 55px;
	
}

#emailfield input {
	border: none;
	background: transparent;
	padding-top: 10px;
	line-height: 150%;
	text-indent: 4px;
	color: #333;
	float: left;
}

#passwordfield {
	width: 340px;
	position: absolute;
	left: 344px;
	top: 96px;
	
}

#passwordfield input {
	border: none;
	background: transparent;
	padding-top: 10px;
	line-height: 150%;
	text-indent: 4px;
	color: #333;
	float: left;
}

#loginbtn {
	position: absolute;
	left: 540px;
	top: 137px;
}
#mail-prompt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	position: absolute;
	left: 293px;
	top: 61px;
}

#pass-prompt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	position: absolute;
	left: 258px;
	top: 103px;
	z-index: 71;
}
	
#instructions {
	position: absolute;
	left: 343px;
	top: 144px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 95%;
}

#instructions a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#content a{
	color: #ED1C2E;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

/* end headings */

/* nav menu */

#menu {
	position: absolute;
	left: 226px;
	top: 184px;
	width: 774px;
	height: 36px;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: inline-block;
}

#menu ul li a{
	display: block;
	color: #FFF;
	font-size: 90%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

#menu ul li a:hover{
	
	color: #ED1C2E;
	background: #FFF;
}

#menu ul li a.active{
	
	color: #ED1C2E;
	background: #FFF;
}

/* end nav */

/*home page contents */

.homeleft {
	display: block;
	clear: both;
	position: relative;
	width: 500px;
	float: left;
	margin-top: 18px;
	margin-left: 8px;
	text-align: right;
}

.homeright {
	display: block;
	position: relative;
	width: 420px;
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 14px;
}

.homeright-green {
	background: #99bf4f;
	width: 405px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	margin-right: 25px;
}

/*count down stuff */

#countLabel {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	/*color: #666;*/
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	/*width: 48%;*/
	overflow:visible;
	padding-top: 4px;
	text-align: right;
}

#defaultCountdown {
	display: block;
	position: relative;
	width: 46%;
	text-align: right;
	float: right;
	padding-right: 5px;
	/*background: #99bf4f;
	width: 170px;
	padding: 5px;
	padding-bottom: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;*/
}

.hasCountdown {
	color:#ED1C2E;
	font-size:140%;
	font-weight:bold;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	}
	
#countDesc {
	clear: both;
	display: block;
	width: 50%;
	float: right;
	text-align: right;
	/*background: #99bf4f;
	padding: 5px;
	padding-top: 0px;
	width: 170px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;*/
}

#countDesc ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0;
	padding-left: 10px;
}

#countDesc ul li{
	display: inline-block;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666;
	width: 20%;
	text-align: center;
}

/*bottom share bar*/

#lowerBar {
	display: block;
	position: relative;
	width: 1000px;
	height: 72px;
	background: url(../images/2011/bottom_bkg.gif) no-repeat;
	margin: 8px 0;
}

#shareBox {
	display: block;
	position: absolute;
	width: 108px;
	height: 41px;
	left: 865px;
	top: 5px;
}

#shareBox img {
	border: none;
}
	
/* ipad image home page */

#ipad {
	position: absolute;
	z-index: 12;
	width: 314px;
	height: 281px;
	left: 12px;
	top: 540px;
	border: none;
}

/* bottom nav */

#menu-low{
	position: relative;
	width: 650px;
	height: 1.2em;
	margin-top: -16px;
	margin-right: 6px;
	float: right;
	text-align: right;
}

#menu-low ul {
	list-style-type: none;
}

#menu-low ul li{
	display: inline-block;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	padding-left: 16px;
}

#menu-low ul li a{
	color: #666;
	text-decoration: none;
}

#menu-low ul li a:hover{
	color:#ED1C2E;
}

/* footer */

#footer{
	position: relative;
	width: 650px;
	margin-right: 6px;
	float: right;
	text-align: right;
	font-family: "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #666;
}

.chrome #footer {
	width: 660px;
}

#footer p{
	margin-bottom: 12px;
	line-height: 1.2em;
}

/* Layer Popup presentation styles */

#content {/*#content must be addressed in the stylesheet where the content comes from in order to exist and be displayed*/
	clear: both;
	width:90%;
	margin:8px auto;
	padding: 3%;
	color: #666;
	font-size: 100%;
	}
	
#content p{
	line-height: 120%;
	margin-bottom: 12px;
}

#content p.narrow{
		width: 590px;
}

#content h2{
	font-size: 160%;
	font-weight: bold;
	color: #ED1C2E;
	margin-bottom: 18px;
}

#content h3 {
	font-weight: bold;
}

div#layer {
    background-color:#000000;
    opacity:0.4;
    filter:Alpha(Opacity=40);
}

div#popup:focus {
    outline:none;
} 

div.popup {
    border-radius:10px;
    -webkit-border-radius:10px;
    background-color:#fff;
    padding:5px 10px;
    border:2px solid #666;
	font-size: 1.0em;
}

div.popup_header {
    text-align:right;
    height:22px;
	padding-bottom: 8px;
	/*border-bottom: 3px #66CC00 solid;*/
	/*border-bottom: 3px #cbe58d solid;*/
	border-bottom: 3px #99bf4f solid;
	margin-bottom: 12px;
} 

div.popup_header a{
	outline: none;
}

div.loadicon {
    padding-top:75px;
    text-align:center;
} 

div#popup {
    position: absolute;
    z-index: 6002;
}

div#popup_content {
    overflow:auto;
	/*border-bottom: 3px #66CC00 solid;*/
}

#popup_content p{
	width: 90%;
	margin: 6px auto 12px 5%;
	font-size: 90%;
	color: #666;
	line-height: 110%;
	
}

#popup_content h2{
	font-size: 160%;
	font-weight: bold;
	color: #ED1C2E;
	margin: 0 auto 18px 5%;
}

html,body{
  /* IE6 fix */
  _height:100%;
}
div#layer{
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:6001 !important;
  display:none;
  /* IE6 fix */
  _position:absolute;
}

div.popup{
  -moz-border-radius:10px;
  position:absolute;
  z-index:6002 !important;
  /* IE6 fix */
  _position:absolute;
}

/* end lightbox styles */

/* table stuff for school lists and such */

td{
	padding: 3px 10px;
}

tr.first_row {
	background-color: #ddd;
	font-weight: bold;
	text-align: left;
}

#tr_highlighted td{
	color: #ED1C24;
}

tr.even_row{
	background: #EEE;
}

/* The Donate Button */

#donate_points {
	width:217px;
	position:absolute;
	top:300px;
	left:670px;
	text-align:center;
}

/* tables added in 2011 edition */

.t2011 {
	margin-top: 12px;
}

.t2011 td{
	padding-bottom: 12px;
	/*font-weight: bold; not looking good */
}

small {
	font-size: 70%;
}

input .login {
	background: #333 !important;
	color: #ED1C24 !important;
}

/* Educate Page List */
#edu-list {
	list-style: disc !important;
	margin-left: 15px;
	padding-left: 5px;
}

#edu-list li {
	margin: 3px 0px;
}

/* Guide/FAQ Winner Questions List */
#guide-winner-list {
	list-style-type: decimal;
	margin: 0px 0px 15px 25px;
}

.loggedin {
	display: block;
	background: #CBE58D;
	position: absolute;
	top: 0;
	left: 250px;
	width: 750px;
	height: 133px;
	z-index: 72;
} 

/* styles for the hy-vee curtis stone banner */

#welcome-heading {
	position: absolute;
	display: block;
	opacity: 1;
	top: 42px;
	left: 662px;
	width: 338px;
	height: 79px;
	z-index: 6000;
}

#curtis-stone {
	position: absolute;
	display: block;
	top: -300px;
	left: -520px;
	z-index: 100;
	width: 520px;
	height: 320px;
}
