@charset "utf-8";
/* CSS Document */

body{
	font:100% / 1.3 Arial, Helvetica, sans-serif;
	background-color:#ffc343;
	color:#000;
	margin:0;
}

/*---Structure---*/

#genericContainer{
	float:left;
	background-image:url(../images/dropRateBackground.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:995px;
	position:relative;
}

#leftCol{
	float:left;
	width:350px;
}

#rightCol{
	float:left;
	width:645px;
}

#mainContent{
	padding:65px 0px 40px 70px;
	font-size:0.9em;
	position:relative;
}

#mainContent a{
	color:#c80000;
	text-decoration:underline;
	font-weight:bold;
}

#signup{
	width:270px;
	height:487px;
	padding:18px 37px 0 24px;
	margin:0px;
	background-image:url(../images/formBacking.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:0.8em;
}

#signup p{
	margin:6px 0px;
}

#counter{
	text-align:right;
	padding:0px 20px 0px 0px;
}

#yesText{
	background-image:url(../images/yes.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:21px 0px 8px 0px;
	text-indent:55px;
}

#utilNav {
	color:#c80000;
}

#utilNav a{
	color:#c80000;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
}

#utilNav a.selected{
	text-decoration:underline;
}

#theEmail{
	display:none;
}

.clear{
	clear:both;
	font-size:0.1em;
}

/*---headers---*/

h1.campaignHeading{
	background-image:url(../images/campaignH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:2em;
}

h1.commissionHeading{
	background-image:url(../images/commissionH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:3.8em;
}

h1.ratesHeading{
	background-image:url(../images/terminationH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:3.8em;
}

h1.termsHeading{
	background-image:url(../images/termsH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:3.8em;
}

h1.thanksHeading{
	background-image:url(../images/thanksH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:3.8em;
}

h1.petitionHeading{
	background-image:url(../images/petitionH1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0px 0px 30px 0px;
	text-indent:-3000px;
	line-height:3.8em;
}

/*---tables---*/

table.petitionList{
	border-collapse:collapse;
	margin:20px 0px;
}
table.petitionList tr td{
	padding:10px;
	border:1px solid #fff;
	width:235px;
}
table.petitionList tr td.petitionHeading{
	color:#FFF;
	background-color:#F25012;
}
