@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #1d6b82;
	font-weight: bold;
	font-size: 12px;
}

p {
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial;
}

#state-button {
	float: left;/**/
	clear: right;
	width: 150px;
	padding: 5px;
	text-align: center;
}

#state-content {
	text-align: center;
	clear: both;
	height: 140px;
}

#state-button img  {
	border: 3px solid #3d9cb8;
}

#state-button img:hover {
	border: 3px solid #1d6b82;
}

#state-text {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding: 10px;
	text-align: left;
	font-size: 12px;
	width: 310px;
}

div#virginiaForm {
	padding: 10px 20px 1px 0px;
	margin: 0px 20px;
	display: none;
	font-weight: normal; 
	font-size: 12px;
	text-align: right;
	background: #dee5f7 url(../../images/signupnow.gif) left no-repeat;
}

div#californiaForm {
	padding: 10px 20px 1px 0px;
	margin: 0px 20px;
	display: none;
	font-weight: normal; 
	font-size: 12px;
	text-align: right;
	background: #dee5f7 url(../../images/signupnow.gif) left no-repeat;
}

.sub {
	font-size: 12px;
	color: #000;
}

.suberror {
	font-weight: bold;
	color: #ff0000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}