@charset "utf-8";
/* CSS Document */

	/*RESET BASE STYLES*/
/**************************************** */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
td{
	vertical-align:top;
	/*text-align: center;*/
}

/*----- PAGE STYLES BEGIN -----*/

/*----- GENERIC STYLES -----*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body{
	/*text-align:center;*/
	background:#000;
}
.wrapper{
	margin:auto;
	width:800px;
	height:auto;

}
.topnav{
	background-image: url(../images/PrizeDistributors02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
	width: 100%;
	text-align: right;
	float: right;
 
}

.topnav_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;	 
	text-decoration: none;
	padding: 0 3px 0 3px;
}

.topnav_links:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration: none;
	background-color: #fbd260;
	padding: 0 3px 0 3px;
}

/*----- HEADER STYLES -----*/
.header{
	width:800px;
	height:147px;
	background-color: #fff;
	background-image: url(../images/PrizeDistributors01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*----- OFFER BODY STYLES -----*/
.offer_body{
	background-image: url(../images/PrizeDistributors03.jpg);
	height:722px;
 
}

.offer_push{
	height:72px;
	width:auto;
	
	}
.offer_div{
	width:635px;
	height:400px;
	overflow:auto;
	padding:72 auto 0 auto;
	margin: auto;
	position:relative;
}
	
.page_simpletext{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	font-size: 12px;	
}	

.page_title{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	float:left;
	text-align:left;
	font-weight:bold;
	line-height:28px;
	font-size: 25px;	
}

.page_subtitle{
	font-family:Arial, Helvetica, sans-serif;
	color:#a3041a;
	font-weight:bold;
	line-height:19px;
	font-size: 18px;
	text-align: center;	
}

.ppor_links{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:19px;
	font-size: 10px;
	text-align: center;
}
.button_pad{
	padding: 2px 0 0 5px }

/*----- FOOTER STYLES -----*/
.footer{
	width:auto;
	height:118px;
	margin-left: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
}



#winners {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	height:260px;
	overflow:auto;
}
#winners h3 {
	font-size:15px;
	color:#D00;
}

.winner_firstname, .winner_lastname {
	text-transform: capitalize;
	font-size:13px !important;
}

.winner_firstname,.winner_search {
	margin-left:15px; 
}

.winner_city, .winner_state {
	font-size:12px;
}

#winners #GW7300 {
	margin-left:20px;
	width:280px;
	float:left; 
}
#winners #GW7200 {
	width:300px;
	float:right;
}
#winners #GW6100 {
	margin-top:10px; 
	width:300px; 
	float:right;
	clear:right;
}


#winner_nav {
	padding-top:5px;
	text-align:center;
	color:#D00000;
	font-size:13px;
}

#winner_nav a {
	color:#D00000;
}

#search{position:absolute;right:0px;}

p {font-family: Verdana ,"Times New Roman",Georgia,Serif;font-size:12px;}
/*
.winner_block{
	display:inline-block;
	width:172px;
	height:94px;
	margin:15px;
	text-align:center;
	position:relative;
}

.winner_block > p > span { color:#A3041A; font-size:20px; font-family:arial; }
.winner_block > p > span:first-letter  { text-transform: uppercase; }
.winner_medal {
	width:35px;
	height:51px;
	position:absolute;
	top:35px;
	right:0px;
	background: url(images/medal.gif) no-repeat;
}
*/