body {
	font-family: verdana;
	font-size: 12px;
}

.navWrapper {
	margin-bottom: 10px;
}

a, a.visited {
	color: #bc0b1d;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

a.nav, a.nav:visited, a.nav:active {
	font-size: 14;
	color: #fff;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;

	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
a.nav:hover, a.nav:active {
	text-decoration: none;
	background: #bc0b1d;
}


.bottom {
	font-size: 12px;
	font-weight: bold;
	color: #fff;

}
.bottom2 {
	font-size:9px;
	color:#fff;
	margin-bottom: 10px;
}
a.bottomLink {
	color: #fff;
}


.employmentOpportunities {
	background-image: url(http://demo.redlineenterprises.com/critelli/img/employment-box.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 40px;
	top: 620px;
	width:250px;
	height: 250px;
	padding-left: 0px;
	padding-bottom: 15px;
}

.employmentHeader {
	color: #000000;
	padding-left: 15px;
	margin-top: 5px;
}

.employmentBoxBody {
	padding-right: 10px;
}




.bodyWrapper {
	margin-top: 15px;
	margin-left: 7px;


}
.pageHeading {
	font-size: 22px;
	color: #bc0b1d;
	font-weight: bold;
	margin-bottom: 15px;
}
.bodyText {
	margin-left: 15px;
	font-size: 12px;
}

/* FORM */
.submit input, .submit input:focus, .button {
	/*background: url( http://www.billingsgazette.net/h/lights/fade-butt.png );*/
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	text-align: right;
}

label {
	font-size: 14px;
	font-weight: bold;
	}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #000000;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 1px;
	padding: 3px;
}