/* CSS Document */



.errorText {
	color: #DF0000;
}


#emailError, #txtError {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px;
	border: solid 1px #000000;
	background-color: #B90000;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

#UnsuccessError {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	padding: 7px;
	border: solid 1px #FFFF00;
	background-color: #B90000;
	margin: 3px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

.frameRight {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.staff {
	float: left;
	height: auto;
	width: 100%;
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.staffphoto {
	float: left;
	width: 160px;
	padding-top: 16px;
}
.staffbio {
	float: left;
	width: 370px;
}
.frameRight {
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}.nmls {
	color: #808080;
}

