body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
#masthead, #hero, #register, #headline_next, #headline_previous, #connect, #pagination, #tabs, #breadcrumbs, #sub_nav, #footer_nav,
#feature_column, .event_image, .event_copy a, .feature img, #back_to_events, #back_to_news, #main img, .caption, #special_offer_tabs, #state_savings_act a {
	display: none;
}
a.ticker {
	color: #004c99;
	float: left;
	font-size: 12px;
	text-decoration: none;
}
#main h1 {
	color: #004c99;
	font-size: 30px;
	margin: 15px 0 15px;
}
#main h2 {
	color: #008FBF;
	font-size: 18px;
	margin-bottom: 15px;
}
#main ul, .feature ul {
	margin-left: 30px;
	font-size: 14px;
}
#feature_home h2, #feature_business h2, #feature_learn h2 {
	background: #FFF;
}
.feature {
	display: block;
}
.feature h2 {
	color: #004c99;
	font-size: 24px;
	margin: 15px 0 15px;
}
#main p, .feature p {
	font-size: 14px;
}
.event {
	margin-bottom: 60px;
}
.state_abbr {
	text-transform: uppercase;
}

/* Forms */
/* Subscribe
***************************/
#form_table{
	border: none !important;
	border-bottom: 1px solid #cecece !important;
	border-top: 1px solid #cecece !important;
}

#form_table td, #form_table th{
	background-color: #f5f5f5;
	padding: 10px 14px 0;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
	vertical-align: top;
}
#form_table th{
	font-size: 1.3em;
	width: 110px;
}
#form_table .border_top{
	border-top: 1px solid #cecece;
	padding-bottom: 10px !important;
}
#form_table td{
	color: #979797 !important;
}
#form_table td.form_text{
	padding: 10px 14px;
}

.no_border{
	border: none !important;
	padding-bottom: 10px !important;
}
.mand{
	color: #004c99;
	vertical-align: top;
}
.be_contacted span{
	color: #008fbf !important;
	font-size: 0.9em;
}
#form_table .text_box, #form_table .dd_box, #form_table textarea{
	border: 1px solid #cecece;
	padding: 4px;
	width: 200px;	
}
#form_table .dd_box{
	width: 210px;
}
#form_table .dd_box_small, #form_table .text_box_small {
	width: 125px;
	border: 1px solid #cecece !important;
	padding: 4px;
}
#form_table textarea{
	height: 100px;
	width: 300px;
}
#form_table .small{
	font-size: 1em;
}


#submit_btn {
	display: block;
}
#submit_btn:hover{
	background-position: left bottom;
}
.optional{
	display: none;
}

.error{
	border: 1px dotted red !important;
}
label.error{
	display: block;
	border: none !important;
	font-size: 0.9em;
	color: #f00;
}

#list_select label{
	
	
}

.cb_wrap{
	width: 160px;
	float: left;
	margin: 0 0 1em 1px;
}

.cb_wrap input{
	margin-right: 5px;
}


