@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;
	}
.menu p{
	color:#666666;
	font-family: Helvetica, Arial;
	margin-left:22px;
	padding-bottom:24px;
	font-size: 1.2em;
	}


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

.footer p{
	text-align:center;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 30px;
	font-family: Helvetica,Arial;
	color:#ffffff;
	font-size:13px;
}


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

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

	label{ background: url(../images/sprite.png) no-repeat; display: block; cursor: pointer; width: 50px; height: 25px;background-size:50px auto;
    image-rendering:-moz-crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;}
		
	#check-container {
		display: block;
		height: 25px;
		padding-left:22px;
		font-size:10px;
	}
	#check-container p{
		color:#666666;
		text-transform: uppercase;
		padding-bottom:10px;
		font-size:medium;
	}		
	label.check-off { 
		float: left;
		background-position: -25px 0px;
		width: 25px;
		height: 25px; }
	label.check-on { 	
		float: left;
		background-position: -0 0px;
		width: 25px;
		height: 25px; }	
	p.check-info{
		margin: 3px 0 0 35px;
		width: 260px;
		font-size: 20px;
		float: left;
		cursor: pointer;
	}	
	input  { display: none; }
	form1input  { display: none; }
	
/*vote now*/
.votenow {
	padding:22px 0 35px 22px;
	}
/*/////////////////REAULTS////////////////*/
#poll {
	display: block;
	padding-left:25px;
	font-size:10px;
	padding-bottom:28px;
}

#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;
	}	

#other_foot {
	margin-top: 25px;
}

#other_foot a{
	text-decoration:none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: large;
	color: #3D8780;
}