/*********************************** CONTACT **********************************/
.mainContainer {
	width: 750px;
}
.formErrorMsg {
	background-color: #CC0000;
	margin-right: 15px;
	padding: 5px;
	color: #FFFFFF;
}
.contactInfo {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.contactContainerLeft {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	top: 0px;
}
.contactContainerRight {
	float: right;
	width: 350px;
}
.contactContainerColor {
	background-color: #FFFFFF;
}
.contactContainerColor1 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.contactContainerColor2 {
	/* background-color: #FFFFFF; */
	border: 1px solid #CCCCCC;
}
.contactCopy {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyAreaCode {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyPadding {
	padding-left: 15px;
}
.copyHighlight {
	color: #CC0000;
}
.contactStatement {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-color: #143d55; 
	border: 1px solid #CCCCCC;
}
.contactStatement02 {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #143d55;
	padding-bottom: 5px;
}
.fields {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.requiredFields {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFCC;
}
.contactRowColor {
	/* background-color: #fdfbf4; */
}
