/* CSS style for the employment page */

#empSearch {
	width: 502px;
	background-color: #EAEDFE;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 1px #CCCCCC;
	float: left;
	background-image: url(../images/empCollage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A30323;
	margin-top: 10px;
	margin-bottom: 10px;
}

#submit-column {
	width: 190px;
	background-color: #FBFADB;
	margin-left: 10px;
	border: solid 1px #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A30323;
	margin-top: 10px;
	margin-bottom: 10px;
}	

form {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 21px;
	margin: 0px;
}

.formBold {
	font-weight: bold;
}

.formBold2 {
	font-weight: bold;
	line-height: 2.5em}

#submitInfoBTN {
	width: 145px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}

select, input {
	margin-right: 10px;
}

#empTop {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
	width: 700px;
	display: block;
}

#resumeBox {
	width: 704px;
	height: auto;
	background-color: #FBFADB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #CCCCCC;
	background-image: url(../images/empCollage2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.infoStyle {
	padding-left: 15px;
	font-weight: normal;
}

.infoStyle2 {
	font-weight: normal;
}

.infoTitles {
	color: #000099;
}

#specialtyError, #fnameError, #lnameError, #phoneError, #emailError, #streetError, #cityError, #stateError, #zipError, #checkError, #commentsError {
	color: #BB0000;
	padding-left: 5px;
	display: none;
}
