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

img{
	border:none;
	margin:0 0 0 0;
	}
	
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;
	}
	
.body{
	margin-left:43px;
	}

.text{
	color:#3b3b3b;
	font-family: Helvetica, Arial;
	margin-left:1px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	}

.text2{
	color:#3b3b3b;
	font-family: Helvetica, Arial;
	margin-left:1px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	}

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

.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;
	margin:0 0 22px 0;
	width:100:;
	}

.header img{
	background-color: #ffffff;
	margin:0 0 22px 0;
	width:100%;
	}
	
.body img{
	background-color: #ffffff;
	margin: 0 0 0 0;
	width:255px;
	}


/*vote now*/
.cat{
	padding:5px 0 10px 43px;
	width:150px;
	height:40px;
	}

/* 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; }	
	p.check-info{
		margin: 3px 0 0 39px;
		width: 256px;
		font-size: 20px;
		float: left;
		cursor: pointer;
	}	
	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: 35px;
	padding-right: 20px;
	width: 225px;
	padding-bottom: 55px;
}

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

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

#poll p{
		color:#3b3b3b;
		text-transform: uppercase;
		padding-bottom:6px;
		font-size:large;
}

#poll img{
	border:none;
	padding-bottom:4px;
}	

.wrap{width:auto;height:auto;margin:0 auto}

#other_foot {
	margin-top: 25px;
	margin-bottom:25px;
	margin-left:15px;
}

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

