#states {
	z-index: 1;
	position: relative;
	width: 581px;
	height: 351px;
	margin-left: -2px;
	background-image: url(/includes/applications/webreq/images/statemap.gif);	
}
#states a {
	position: absolute;
	text-decoration: none;
}
#states ul li {
	background-image: none;
	display: inline;
}

/* Hides text links; but will show for non-css browsers/screen readers, etc */
.hide { visibility: hidden; }

/* Link Box Positioning */
a#colorado { top: 113px; left: 24px; width: 195px; height: 155px; }
a#kansas { top: 165px; left: 211px; width: 199px; height: 107px; }
a#iowa { top: 37px; left: 357px; width: 162px; height: 116px; }
a#nebraska { top: 59px; left: 168px; width: 222px; height: 110px; }

/* MouseOver (Hover) Image Replacements */
a#colorado:hover { background-image: url(/includes/applications/webreq/images/co_on.gif); background-repeat: no-repeat; }
a#kansas:hover { background-image: url(/includes/applications/webreq/images/ks_on.gif); background-repeat: no-repeat; }
a#iowa:hover { background-image: url(/includes/applications/webreq/images/ia_on.gif); background-repeat: no-repeat; }
a#nebraska:hover { background-image: url(/includes/applications/webreq/images/ne_on.gif); background-repeat: no-repeat; }

/* fixes IE bug not reseting background to original */
a#colorado:hover, a#kansas:hover, a#iowa:hover, a#nebraska:hover { border: none; text-decoration: none; }

#signUpForm {
	z-index: 1;
	position: relative;
	width: 560px;
	margin-left: -2px;
}

.appEntry {
	width: 335px;
	margin-right: 15px;
}
	
.appFeatures {
	width: 200px;
	margin-right: 5px;
}
	
.required {
	color: #008bd1!important;
}


.applicationErrors {
	font-weight: bold;
}

.calendarpop {
	width: 200px;
	visibility:hidden;
	background-color:white;
}
#cal_date { width: 66px; }

