#contentArea #mainContent #contactHeader{
	height: 96px;
	text-align: center;
	color: white;
	padding: 10px 0px 0px 0px;
}

#contentArea #mainContent #contactMain{
	width: 500px;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 45px 10px 0px 0px;
	color: white;
}

/* CSS FOR WEB FORM */



div#container {
  margin: 0 auto;
  width: 820px;
  padding: 32px 0;
}

div.fieldContainer {
  clear: both;
  margin-bottom: 1.6em;
  overflow: hidden;
}

div.separatorBefore {
  height: 2.4em;
  border-bottom: 1px #A5ACB2 solid;
  margin-bottom: 1.2em;
  clear: both;
}
div.separatorAfter {
  height: 2.4em;
  border-top: 1px #A5ACB2 solid;
  margin-top: 1.2em;
  clear: both;
}

div.fieldLabel {
  font-size: 1em;
  min-height: 2px;
  float: left;
	margin: 0px 0px 5px 0px;
}

div.fieldLabel span {
  color: white;
}

div.field {
	float: left;
	clear: left;
}

div.field input.tField {
  width: 300px;
}

div.field input.rButton, input.cBox {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
div.field input.cBox {
  top: 1px;
}

div.field textarea {
  width: 300px;
  font: 1em Verdana, Arial;
}

div.field div {
  height: 2.2em;
}

div.subButtonDiv {
  margin-top: 2em;
}

div.field span.error {
  color: red;
  padding-left: 0.6em;
}

div.error {
  color: red;
  clear: both;
  margin: 6px 0 12px 0;
  padding: 12px;
  background-color: #E2E2E2;
  height: auto !important;
}

div.error strong {
  font: bold 1em "courier new", courier;
  /*
  padding-top: 0.3em;
  display: block;
  */
  color: #C10000;
  letter-spacing: 2px;
}

div#formSent {
  display: none;
  font-size: 1em;
}