/************************  SCREEN STYLES **********************************/

/*________________________GROUND RULES__________________________________*/

html   { height: 100%;
         font-size: 100.01%; /* prevent extreme font resizing in IE */
         }

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: helvetica, arial,sans-serif;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    height: 101%; /*The 101% vs. 100% causes a virtical scrollbar in all cases and thus prevents page shift - Remove this line if you don't want a scrollbar*/
    }
		
body, p, ul, li, h1, h2, h3, h4, form, html, input, img, label, a { /*Starts you off with no padding or margin which you can add later on a more specialized basis.*/
    margin:0; 
    padding:0; 
    } 

table, td { margin:0; padding:0; border-spacing: 0px; border-collapse:collapse; text-align:left; } /*This equates too: <table cellspacing="0" cellpadding="0" border="0"> thus, in your HTML your table tags can look like this <table>... </table>. Warning: if you're accommodating IE MAC use: <table cellspacing="0">... </table> */

img, a img, a:link img, a:visited img {border:none; background:none;} /* remove border from images and linked images */    


h3, h2, h1 {padding:0; margin:0; }

/* Default links */
a:link { color: #666666; text-decoration: underline;}
a:hover { color: #9AA800; text-decoration: none;}
a:visited { color: #666666; text-decoration: underline;}
a:visited:hover { color: #666666; text-decoration:none;}

/*________________________HOME ONLY STYLES__________________________________*/

#centerCol {
    position: relative;
    width:1001px;
    /*height: 100%;*/
    height: 590px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(/images/bg_home3.jpg) no-repeat;
	}

#login_pos {
    position:absolute;
    top:48px;
    left:570px;
    															border: 0px solid black;
    }

#login_pos td {
    vertical-align:top;
    padding-top: 10px;
    															border: 0px solid black;
    }

#login_pos td input {
    width: 163px;
    margin: 4px 6px 4px 4px;
    padding: 2px;
/*    color: #9AA900;*/
    color: #333333;
    font-size: 10px; font-weight: bold;
    background:transparent;
    border:none;
    }

#login_foot {
    position:absolute;
    top:84px;
    left:590px;
    }

#login_foot ul {
    margin: 0;
	padding: 0;
	display: inline;
	font: normal 11px "trebuchet MS", verdana;
    }

#login_foot ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	color: #666;
	}

#login_foot ul li {
	margin-left: 0;
	padding: 0 6px;
	border-left: 1px solid #9AA900;
	list-style: none;
	display: inline;
	color: #666;
	}

#login_foot ul li a, a:visited {
    text-decoration: none;
	color: #666;
    }

#login_foot ul li a:hover, a:visited:hover {
    text-decoration: underline;
	color: #838F00;
    }

#sweepstakes_txt {
    position:absolute;
    width:528px;
    height:44px;
    top:145px;
    left:25px;
    }

#flash_circle {
	position:absolute;
	width:180px;
	height:185px;
	left: 820px;
	top: 110px;
    }

#txt_grab {
    position:absolute;
    width:455px;
    height:36px;
    top:235px;
    left:38px;
    background: url(/images/txt_grab.png) no-repeat;
    }

#join_pos {
    position:absolute;
    width:482px;
    top:270px;
    left:40px;
    }

#join_pos td {
    vertical-align:top;
    padding-top:46px;
    }

#join_pos td input {
    width: 171px; 
/*    color: #9AA900;*/
    color: #333333;
    padding:2px 6px;
    font-size: 10px; font-weight: bold;
    background:transparent;
    border:none;
    }

#promo_pos {
    position:absolute;
    top:410px;
    left:38px;
    }

.promo_txt {
    float:left;
    width:138px;
    }

.promo_txt p {
    font: bold 15px/1.2em "trebuchet MS", verdana;
    color:#0376BF;
    }

.promo_txt p a:link, .promo_txt p a:visited {color:#0376BF; text-decoration:none; padding-top: 0px; display:block;}
.promo_txt p a:hover, .promo_txt p a:visited:hover {color:#0376BF; text-decoration:underline; padding-top:0px; display:block;}

#flash_sound {
    position:absolute;
    width:81px;
    top: 570px;
    left: 916px;
    color: #9AA800;
    }
    
#flash_sound a {text-decoration: none; }
    
#info_pos {
	width: 990px;
	margin: 0 auto;
	padding: 15px 0 35px 0;
	overflow: hidden;
	background: url(/images/bg_info_box.jpg) repeat-x bottom;
}

.info_txt {
	width: 290px;
	float: left;
	padding: 0 20px 0px 20px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	line-height: 1.3em;
	background: url(/images/bg_info_hr.png) repeat-x 0 19px;
}

.info_txt h3 {
	font-weight: normal;
	padding-bottom: 15px;
}

.info_txt ul {
	margin-left: 20px;
	list-style: disc outside url("/images/bullet_green.png");
}

.info_txt ul li {
	margin-bottom: .5em;
}
    

/*________________________SHARED STYLES__________________________________*/

#logo_pos {
    position:absolute;
    margin-top: 20px;
    margin-left: 15px;
    }

#member_count {
    height:20px;
    margin-top:5px;
    padding-top:3px;
    text-align:center;
    color:#fff;
    font:bold 13px arial, helvetica;
    background: url(/images/member_count.gif) no-repeat;
    width:384px;
    }

.header1, h1 {
	font-size:18px;
	font-weight:bold;
	color:#E06400;
	padding-bottom:4px;
	line-height: 1.2em;
	}

.header2, h2 {
	font-size:16px;
	font-weight:bold;
	color:#666;
	line-height:1.2em;
}

.header3, h3 {
    color:#9AA900;
    padding-bottom:6px;
    font:bold 16px Helvetica, Arial, sans-serif;
    line-height:1.2em;
    }

.header4, h4 {
    color:#E88730;
    padding-bottom:6px;
    font: normal 14px Helvetica, Arial, sans-serif;
    }


#footer {
    width:1001px;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center;
    color: #999999;
	}
	
#footer a:link {color: #999999; text-decoration: underline; }
#footer a:visited {color: #999999; text-decoration: underline; }
#footer a:hover {color: #838F00; text-decoration: none; }
#footer a:active {color: #999999; text-decoration: underline; }


#footer ul {
	margin-bottom: 20px;
	font-size: 11px;
}

#footer ul.footer_middle_top {
	list-style: disc outside;
	display: inline;
}

#footer ul.footer_middle_bottom {
	margin-top: 8px;
}

#footer ul li {
	display: inline;
	padding-left: 16px;
	padding-right: 10px;
	background: url(/images/bullet_grey.png) no-repeat left;
}

#footer ul li.first {
	background-image: none;
}

/*
#footer_menu {
	float:left;
	color:#5C99BA;
	font-size:10px;
	padding:22px 0 0 12px;
	border:none;
	width: 405px;
	}

#footer_menu a:link { color:#ACB922; text-decoration:underline}	
#footer_menu a:hover { color:#5C99BA; text-decoration:underline;}
#footer_menu a:visited { color:#ACB922; text-decoration:underline;}
#footer_menu a:visited:hover { color:#5C99BA; text-decoration:underline;}
*/

#sponsors_title {
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	color:#E88730;
	float:left;
	}
	
#sponsors {
	float:right;
	vertical-align:top;
	text-align:left;
	padding:22px 20px 5px 0;
	border:none;
	width:554px;
	}	
	
#sponsors img {
	padding-left:10px;
	vertical-align:middle;
	}
	
/*
#copyright {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
	color:#cccccc;
}
*/

/*________________________INSIDE ONLY STYLES__________________________________*/
#centerCol_int {
	position: relative;
    width:1000px;
    /*height: 100%;*/
    height: 590px;
    margin-left: auto;
    margin-right: auto;
    background: #fff url(/images/bg_interior.jpg) no-repeat;
    }

#int_title_txt {
	position:absolute;
	width:500px;
	height:59px;
	top:131px;
	left:75px;
    }

#in_content_wrap {
    position:relative;
    top:200px;
    left:9px;
    width:972px;
    }

#step2_logo_wrap {
    float:right;
    width:470px;
    height:385px;
    padding-top: 50px;
   	padding-right: 50px;
   	text-align: center;
    }
    
#step2_logo_wrap img{
    margin-top: 5px;
}

#step3_pods {
    width:100%;
    margin-top:20px;
    }

#step3_pods td.col1{
    width:50%;
    padding-right:10px;
    border-right: solid 1px #FF9900;
    }

#step3_pods td.col2{
    width:50%;
    padding-left:20px;
    }

.step3_pod {
    border:solid 1px #81BADF;
    width:118px;
    float:left;
    }

.step3_pod img {
    border-bottom:solid 1px #81BADF;
    }

.step3_pod div {
    padding:4px 0;
    text-align:center;
    }

.step3_pod div input {
    }


.step3_pod div label {
    font: bold 12px verdana, sans-serif;
    color:#0376BF;
    vertical-align:top;
    padding:0 5px;
    }

#step3_pods p {
    padding:0px 10px 5px 130px;
    line-height:1.4em;
    text-align:justify;
    }

.policy {
    text-align:right;
    padding-right:10px;
    padding-bottom:10px;
    }

.policy a:link, .policy a:visited  { color:#0376BF; text-decoration:underline;}
.policy a:hover, .policy a:visited:hover  { color:#F90C00; text-decoration:none;}

#content_top {
    background: #FFF url(/images/bg_top_curve_sm.jpg) no-repeat; 
    height:80px;
    }

#content_top2 {
    background: #FFF url(/images/bg_top_curve2.jpg) no-repeat; 
    height:95px;
    }

#vert_stretch_wrap {
    background: #FFF url(/images/bg_content.jpg) repeat-y;
    }
 
 h2.lg_sub {
    font-size:22px;
    color:#E06400;
    font-weight:bold;
}
    
h2.lg_sub_green {
    font-size:22px;
    color:#9AA800;
    font-weight:bold;
}

h1.grey {
    font-size:20px;
	font-weight:normal;
	color:#666;
	padding-bottom:4px;
	}
 
 .orange {
    color:#E06400;
    font-weight:bold;
    }
 
 /*
 #in_txt_wrap {
    width:900px;
    margin-left:27px;
    margin-right:auto;
    padding-top:10px;
    }
*/

#in_txt_wrap {
    width:918px;
    margin: 0 auto;
    padding-top:10px;
	line-height: 1.3em;
	font-size: 13px;
}

.divider, .divider2	{
	background:url(/images/hr.jpg) no-repeat center;
	height:10px;
	width:925px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0;
	border:none;
	}

.divider2 {
    margin:0;
	border:none;
	padding:8px 0;
    }

.txt_input {
	color:#f90c00;
	}

/*-- ____________________________________ form styles _______________________-- */

p.fine_print {
	font-size: 11px;
}

#in_txt_wrap table {
    margin-top:12px;
    }

#in_txt_wrap table td {
    padding:0 14px 14px 0;
}

#in_txt_wrap table td h3 {
	color: #E06400;
	font-size: 14px;
	padding-top: 10px;
}

#in_txt_wrap a:link,
#in_txt_wrap a:visited,
#in_txt_wrap a:active {
	color: #222;
	text-decoration: underline;
}

#in_txt_wrap a:hover {
	color: #9AA900;
    text-decoration: none;
}


/*-- _______ step 2 specific _______ --*/

.step2_table .field_title {
    color:#9AA900;
    font:bold 15px helvetica;
    text-transform:uppercase;
    }

.step2_table td input {
    width: 153px;
    padding:3px 6px;
/*    color: #70A900;*/
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    background:transparent;
    border:solid 1px #9AA900;
 }
 
.step2_table td input.radio_input,
.step2_table td input#ls_res {
	width: 20px;
	border: 0;
}

.step2_table td select.birthday {
	width: 31%;
}

.step2_table td.fine_print a:link,
.step2_table td.fine_print a:visited,
.step2_table td.fine_print a:active {
	color: #9AA900;
	text-decoration: underline;
}

.step2_table td.fine_print a:hover {
    text-decoration: none;
}

.step2_table td table td {
	vertical-align: top;
	font-size: 12px;
}

.step2_table td table td.checkbox input {
	width: auto;	
}


/*-- _______ step 3 specific _______ --*/

#step3_table {
    width: 720px;
}

table#step3_table td {
	font-size: 12px;
	padding: 10px 10px 10px 0;
	vertical-align: top;
	/*border: 1px solid black;*/
	border-bottom: 1px solid #CCC;
}


#step3_table td input {
	width: 20px;
}


/*-- _______ step 4 specific _______ --*/

#in_txt_wrap table.logo_holder{
	margin-top:20px;
	}
	
#in_txt_wrap table.logo_holder td {
	background: url(/images/step4_btn_bg.jpg) no-repeat;
	padding: 9px 14px 20px 14px;
	}
	
#in_txt_wrap table.logo_holder td.logo_holder_txt {
	background: none;
	text-align: center;
	}

#in_txt_wrap table.logo_holder img {
	border:none;
	}

#in_txt_wrap table.logo_holder h2.lg_sub_green,
#in_txt_wrap table.logo_holder h1 {
	font-weight: normal;
	font-size: 20px;
}


/*-- _______ step 5 specific _______ --*/

div.step5 {
    width: 600px !important;
    padding: 0 150px 10px 150px;
    margin: 0 auto 20px auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #9AA900;
 }

.step5 table {
    width: 386px;
    float: left;
}

.step5 .security_box {
    width: 130px;
    padding: 20px;
    margin: 12px 0 0 0;
    float: right;
    color: #000;
    font-size: 12px;
    border: 1px solid #9AA900;
}

.step5 .security_box img {
    margin-top: 20px;
}

.step5 .creditcards {
    margin-top: 24px;
    float: right;
}

.step5 input#phone1,
.step5 input#phone2,
.step5 input#phone3 {
    width: 39px !important;
}

.step5 select#cc_type,
.step5 select#state,
.step5 select#country {
    width: 165px !important;
 }

.step5_bottom {
    text-align: center;
    margin: 0 auto;
}

.step5_bottom a img {
    margin-top: 15px;
}

