@charset "UTF-8";
/*
***********************
	PAGE STUFF
***********************
*/

#hero_container {
	background: url(img/hunt_background.jpg) no-repeat top left;
	width: 920px;
	height: 350px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin:0;
	padding:0;
}

#hunt_header {
	text-indent:-9999px;
	background: url(img/hunt_header.png) no-repeat top left;
	width: 467px;
	height: 35px;
	margin:15px 0 15px 6px;
}

#hunt_subhead {
	text-indent:-9999px;
	background: url(img/hunt_subhead.png) no-repeat top left;
	width: 291px;
	height: 20px;
}

#hunt_description {
	font-family:Arial, Helvetica, sans-serif;
	width:480px;
	color:#333;
	font-size:12px;
	position:absolute;
	top: 110px;
	left:324px;
}

#hunt_description p {
	line-height:140%;
	margin-top:15px;
}

#hunt_description a {
	color:#32a5d2;
	text-decoration:none;
}

#hunt_prizes {
	font-family:Arial, Helvetica, sans-serif;
	width:285px;
	color:#fff;
	font-size:13px;
	position:absolute;
	top: 348px;
	left:244px;
}

#hunt_prizes p {
	margin-bottom:10px;
}

#hunt_description .disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
	text-decoration:underline;
}

.twitter_icon {
	background: url(img/twitter_icon.png) no-repeat top left;
	width: 55px;
	height: 56px;
	position:absolute;
	top:361px;
	left:223px;
}

#signup {
	margin-top:20px;
	position:relative;
	width:917px;
	line-height: 140%;
	color: #ccc;
}
* html #signup {
}

#signup .email_title {
}

#signup .email_button {
	position:absolute;
	bottom:23px;
	.bottom:25px;
	left:350px;
}

#signup p {
	margin-bottom: 0;
}
#signup .button {
	margin: 0;
	padding: 0;
}
#gallery {
	position: absolute;
	bottom:85px;
	left:321px;
	padding: 0;
}
* html #gallery {
}

#gallery img {
	float: left;
	display: inline;
	margin: 12px 10px 0 0;
	padding: 0;
}

#bottombar {
	margin-left:2px;
	margin-top:20px;
}

#phoneFooter {
	padding: 0; !important
}

/*********************
	OVERLAY
*********************/
 
div.overlay {
/* growing background image */
background-image:url(/apache/images/overlay/white.png);
_background-image: url(/apache/images/overlay/white.gif);
/* initially overlay is hidden */
display:none;
/* some padding to layout nested elements nicely  */
padding:40px 55px 0 55px;
}
div.overlay h1 {
	font-size: 2.4em;
}
div.overlay p {
	font-size: 1.2em;
	line-height: 140%;
}
/* the overlayed element */

div.overlay ol {
	list-style-type: decimal;
	list-style-position:inside;
	font-size: 1.2em;
	line-height: 140%;
}

div.overlay li {
	margin-bottom:5px;
}

div.overlay ul {
	list-style-type:disc;
	list-style:inside;
	font-size: 1.2em;
	line-height: 140%;
}	

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/apache/images/overlay/close.png);
	_background-image:url(/apache/images/overlay/close.gif);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#questions-overlay span {
	margin-left:13px;
}

/*
***********************
       FORM STUFF
***********************
*/
/* Controls width of your form */
.e2ma_signup_form {
	width:300px;
}

/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 140px;
}
.e2ma_signup_form textarea { 
	height: 100px;
}

/* Controls width, style, and padding of the table border outlines around individual member fields */
.e2ma_signup_form_row {
	clear: both;
	margin-bottom:5px;
	color: #fff;
}

/* Controls alignment and display of image in welcome message */
.e2ma_signup_image_container {
	display: none;
}

/* Controls border around signup image (when image is linked) */
.e2ma_signup_image {
    border:0;
}

/* Controls style and formatting of welcome message */
.e2ma_signup_message {
	display: none;
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999;*/
}

/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	float: left;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: right;
	vertical-align: middle;
	width: 110px;
	padding-top:5px;
	margin-right: 15px;
	/*white-space: nowrap;*/
}

/* Controls spacing and style for any text used to list options under multiple choice fields) */
.e2ma_signup_form_element {
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
}

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style for "Select your interests..." text */
.e2ma_signup_form_group_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
span.e2ma_signup_form_group_list {
	clear: both;
	float: left;
	margin-top: 5px;
	color: #ccc;
}
	

/* For signup screens that are set to allow people to select which audience groups they'd like to join: Controls style and spacing for groups displayed as options */
.e2ma_signup_form_groups {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	border:1px solid #dddddd;
	padding:5px;
	margin-bottom:5px;
}

/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	display: none;
	/*clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:5px;
	margin-bottom:5px;*/
}

/* Controls the color of the asterisk that indicates a field is required */
.e2ma_signup_form_required_asterix {
	display: none;
	/*color:#FF0000;*/
}

/* Controls the alignment of "submit" and "clear" buttons */
.e2ma_signup_form_button_row {
	clear: left;
	float: left;
}

/* Controls display of the "clear" button */
.e2ma_signup_form_button_row #e2ma_signup_reset_button {
	display: none;
}

/*Overrides browser default settings for button styles (for additional control of "submit" and "clear" buttons) */
.e2ma_signup_form_button { 
    width: 75px !important;
}
#e2ma_signup_submit_button {
	background: url(img/button_submit.png) no-repeat top left;
	border: none;
	width:75px;
	height:22px;
	margin: 12px 0 0 40px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}



