@charset "utf-8";
/* CSS Document */

body{
	background-color: #ffdb6f;
	height: 100%;
	margin: 0;
}
body, p, td{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
a{
	color: #005b2c;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.footer a{
	color: #000000;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}


h1{
	font-size: 14px;
	margin: 0;
}
h3{
	font-size: 14px;
	margin: 0 0 4px 0;
}

ol{
	margin: 4px 0 4px 25px;
	padding: 0px;
}

ul{
	margin: 4px 0 4px 16px;
	padding: 0px;
}
ul li{
	list-style: url("../images/bullet.gif");
	padding-left: 2px;
}

.leftnav{
	font-size: 12px;
	list-style: none;
}
.leftnav li{
	margin-bottom: 8px;
}
.leftnav a{
	color: #000000;
}
.leftnav li.selected a{
	font-weight: bold;
}

.required{
	color: #ee2624;
}
	.required a{
		color: blue;
	}

.assistance{
	font-size: 13px;
}
.homepadding{
	padding-left: 4px;
}
.learnmore{
	display: block;
	padding: 4px 0 4px 4px;
}

.navigation{
	background: #fff5c1;
}
.right_signup{
	padding: 0 15px 0 28px;
}
.right_signup h1{
	font-size: 18px;
	margin: 0 0 3px 0;
}
.right_signup h2{
	font-size: 12px;
	margin: 0 0 3px 0;
}
.right_signup ul{
	margin: 4px 0 4px 15px;
	padding: 0px;
}
.right_signup li{
	margin-bottom: 3px;
}

/* colorings */
.content{
	background-color: #fffade;
}
.leftshadow{
	background: #ffdb6f url("../images/leftshadow.gif") right top repeat-y;
}
.rightshadow{
	background: #ffdb6f url("../images/rightshadow.gif") left top repeat-y;
}
.leftshadowpopup{
	background: #ffdb6f url("../images/leftshadow_popup.gif") right top repeat-y;
}
.rightshadowpopup{
	background: #ffdb6f url("../images/rightshadow_popup.gif") left top repeat-y;
}
.redline{
	background-color: #ff8e08;
}

.errmsg, .errormsg{
	color: #FF0000;
}

.formhr{
	background: url("../images/form_hr.gif") repeat-x center left;
}

.ziptable{
	border: solid 1px #ffdb6f;
}
.ziptable th{
	background-color: #005b2c;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
}
.ziptable td{
	padding: 20px;
}

.scheduletable td, .scheduletable th{
	border-bottom: 1px solid #ffdb6f;
}
.scheduletable .noline td{
	border-bottom: 0px;
}

.scheduletable th{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
.scheduletable .am{
	background-color: #ffe387;
	text-align: center;
	vertical-align: middle;
}

.scheduletable .pm{
	background: #005b2c url("../images/scheduletable_bg.gif") repeat-y;
	text-align: center;
	vertical-align: middle;
	margin-left: 3px;
}
.scheduletable td.disabled, .scheduletable tr.disabled td.am, .scheduletable tr.disabled td.pm{
	background-color: #d7d7d7 !important;
}
.scheduletable tr.disabled td{
	color: #959595 !important;
}
.right_signup_business{
	background: #ffe387;
	width: 164px;
	margin-left: 13px;
	padding: 0 15px 15px 15px;
}
.enrollcallout{
	background: #ffeba7;
	width: 87%;
	padding: 8px;
	margin-bottom: 20px;
}
.enrollcallout a{
	color: #000000;
	text-decoration: underline;
}
.enrollcallout a:hover{
	color: #ff0000;
}
