a			{	color: #c00000; text-decoration: none;		}
a:hover		{	text-decoration: underline;	}

.clear		{	clear:both;	}

.redBar		{	width: 95%; padding: 4px; background-color: #c00000; color: #ffffff; border: 1px solid black;
				text-align: center; text-transform: uppercase; font-size: 12px; font-weight:bold;
			}
.caption	{	font-size: 10px;	}

.imageEndorsement	{	float: left; margin: 5px; }

.leftQuote	{	margin: 30px 5px 0 0; font-size: 11px; 	}

ul.greyarrow	{	list-style-image: url(/assets/images/grey_sm.png);		}

.redborder		{	margin: 0 auto; width: 500px; border: 1px solid red; padding: 10px;	}

.indevelopment	{	font-family: Arial,sans-serif; font-size:18px; background-color: #cc0000; color: #ffffff; padding: 6px; float:right;		}

/************** Headers ****************/

h1, h2, h3, h4, h5, h6	{	font-family: Arial,sans-serif;	}
h1			{	font-size: 20px; 	}
h2			{	font-size: 18px;	}
h3			{	font-size: 16px; 	}
h4			{	font-size: 14px;	}
h5			{	font-size: 13px; 	}
h6			{	font-size: 12px; 	}

/************** Images ****************/

.imgLeft			{	float: left; margin: 0 5px 5px 0;	}
.imgRight			{	float: right; margin: 0 5px 0 5px;	}
.imgLeft_Border		{	float: left; margin: 0 5px 5px 0; border: 1px solid black;	}
.imgRight_Border	{	float: right; margin: 0 5px 0 5px; border: 1px solid black;	}
.imgCenter_Border	{	margin: 0 auto;	}
.imgCenter_Border	{	margin: 0 auto; border: 1px solid black;	}

/************** Columns ****************/

.column100			{	float:left; width:100px; margin: 0 5px 0 0;	}
.column150			{	float:left; width:150px; margin: 0 5px 0 0;	}
.column200			{	float:left; width:200px; margin: 0 5px 0 0;	}
.column250			{	float:left; width:250px; margin: 0 5px 0 0;	}
.column275			{	float:left; width:275px; margin: 0 5px 0 0;	}
.column375			{	float:left; width:375px; margin: 0 15px 0 0;	}

/* -------------------- Forms --------------------- */

#EmailForm input			{	float:left; }
#EmailForm label			{	float:left; width:40%; line-height:1.5em; padding-right:10px; text-align:right;	}
#EmailForm div				{	clear:both; padding: 10px 0;	} 
#EmailForm h3				{	clear:both; margin: 15px 0 5px 0; }
#EmailForm					{	border: 0; 	}
fieldset 					{	border: none; }
.checkboxquestion			{	float:left;	}


/* ------------ Zip Code Styles ----------------- */

#searchbox			{	float:left; top:0; width: 220px;	}
#searchresults 		{	float:left; top:0; width: 760px; position: relative;	}

.pageTitle			{	color: #999999; font-size: 24px; font-weight:bold; padding: 10px 0 10px 0;	}
.c_title			{	font-size:12px; color: #660000; font-weight:bold;	}
.c_photo			{	text-align:center;	}
.congresslisting	{	float: left; width: 230px; padding: 0 10px; 		}
.topsection			{		}

.map				{	width: 325px; padding: 0 0 20px 0; margin: 0 30px;}
.showsponsor		{	float: right; width: 325px; position: relative; top: -30px; border: 1px solid red; padding: 10px;	}

.opinionpoll	{	float:left; width: 250px; text-align:center; padding: 61px 0 0 0;		}
.findyourrep	{	float:left; width: 250px; text-align:center;		}
.trivia			{	float:left; width: 275px; margin:0 auto;		}

#iqtest			{	position: absolute; background-color: #ffffff; width: 250px; display:none; padding: 8px; margin: 8px; border: 1px solid red;		}


/* ----------- Opinion Poll of the Month ---------- */

.opotm_email		{	text-align:center;	}
.opotm_columnwrapper	{	width: 550px; margin: 0 auto;		}
.opotm_columnA	{	float:left;	width:45%;padding: 0 0 20px 0;	}
.opotm_columnB	{	float:left;	width:45%;padding: 0 0 20px 0;	}
#opotm_box		{	margin: 0 auto; width: 600px; border: 1px solid red; padding: 10px;	}
.opotm_submit	{	text-align:center;	}


/* ----------- Statistics Styles ---------- */

.stats_header		{	width:1000px; margin:0 auto; padding:0; height: 180px; border-bottom: 15px solid #C00000; background: url(/assets/images/ccaheader-1000.jpg) no-repeat; }
.stats_pagewrapper	{	width:900px; margin:50px auto; 	}
.stats_byquestion	{	float:left; width: 550px;		}
.stats_bydistrict	{	float:left; width: 350px;		}

.stats_choices		{	width:100%; 	}

.stats_counter		{	float:left; width: 25px; padding: 10px 0;		}
.stats_question		{	float:left; width: 350px; padding: 10px 10px;		}
.stats_date			{	float:left; width: 150px; padding: 10px 0;		}

.stats_other		{	padding: 2px 0;	float:left; width: 100px;	}
.stats_counter2		{	float:left; width: 25px; padding: 2px 0;		}
.stats_choice		{	float:left; width: 350px; padding: 2px 0;		}
.stats_district		{	float:left; width: 350px; padding: 2px 0;		}
.stats_results		{	float:left; width: 50px; padding: 2px 0;		}



