@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
}

img{
	border:none;
	}
	
a{
	text-decoration: underline;
	color:#ffffff;
	font-size:13px;
	border:none;
	}
	
ul{
list-style: none;
}


/* subheaders */
.menu{
	margin:0 5px 0 5px;
	padding:0;
	}
.menu img{
	display:block;
	padding-top:35px;
	padding-bottom:22px;
	padding-left:20px;
	margin:auto;
	float:left;
	}
.text{
	color:#3b3b3b;
	font-family: Helvetica, Arial;
	margin-left:1px;
	padding-bottom:24px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	}


/* header/footer */
.footer{
	background-color: #944b0f;
	margin:0 0 0 0;
	height:100px;
	}

.footer p{
	text-align:left;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left:22px;
	font-family: Helvetica,Arial;
	color:#ffffff;
	font-size:13px;
}
/* header/footer */
.header{
	background-color: #ffffff;
	padding:5px 0 22px 0;
	height:100px;
	}

/*vote now*/
.votenow {
	padding:5px 0 35px 43px;
	}

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

/*///////////////////////// CUSTOM RADIO BUTTON SECTION ////////////////////*/

	label{ background: url(../images/spriteb.png) no-repeat; display: block; cursor: pointer; width: 70px; height: 34px;background-size:70px auto;
    image-rendering:-moz-crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;}
		
	#check-container {
		display: block;
		height: 34px;
		padding-left:8px;
		font-size:10px;
	}
	#check-container p{
		color:#666666;
		text-transform: uppercase;
		padding-bottom:10px;
		font-size:medium;
	}		
	label.check-off { 
		float: left;
		background-position: -35px 0px;
		width: 35px;
		height: 34px; }
	label.check-on { 	
		float: left;
		background-position: 0 0px;
		width: 35px;
		height: 34px; }	

	input  { display: none; }
	form1input  { display: none; }
	

/*/////////////////RESULTS////////////////*/
#poll {
	display: block;
	padding-left:25px;
	font-size:10px;
	padding-bottom:15px;
}

#poll .col_left {
	float:left;
	text-align: left;
	height: 26px;
	padding-top: 5px;
	padding-right: 20px;
	width: 225px;
	margin-bottom: 7px;
}

#poll .col_mid {
	float:left;
	height: 26px;
}

#poll .col_right {
	float:left;
	height: 26px;
	padding-top: 3px;
	padding-left: 15px;
	color:#666666;
	text-transform: uppercase;
	font-size:medium;
	font-weight: 700;
}

#poll p{
		color:#666666;
		text-transform: uppercase;
		padding-bottom:10px;
		font-size:medium;
}	

